Created
December 12, 2018 06:23
-
-
Save phocks/a287d9feb162e1a7b97f549e5bd44d1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<base target="_parent" /> | |
<style> | |
body { | |
margin: 0; | |
overflow: hidden; | |
background-color: rgb(23, 84, 130); | |
} | |
a { | |
display: block; | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
} | |
div.flex-container { | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
div.flex { | |
width: 100%; | |
height: 50%; | |
display: flex; | |
justify-content: center; | |
align-items: flex-end; | |
/* padding-bottom: 34px; */ | |
position: relative; | |
} | |
div.flex > div > svg { | |
position: absolute; | |
bottom: 0; | |
} | |
div.flex > div { | |
min-width: 0; | |
} | |
div.flex-2 > div { | |
min-width: 0; | |
} | |
div.flex-2 { | |
width: 100%; | |
height: 50%; | |
display: flex; | |
justify-content: center; | |
align-items: flex-start; | |
/* padding-top: 14px; */ | |
} | |
.animated-icon { | |
flex-basis: auto; | |
flex-shrink: 2; | |
} | |
.animated-icon svg { | |
width: unset; | |
height: unset; | |
} | |
.nappy { | |
margin: 0px 4px 25px 0px; | |
width: 110px; | |
height: 74.58px; | |
transform: translate(0px, 0); | |
} | |
.ring { | |
margin: 0px 8px 15px 4px; | |
width: 95px; | |
height: 120.2px; | |
transform: translate(0px, 0px); | |
} | |
.heart { | |
margin: 0px 12px 25px 8px; | |
width: 70px; | |
height: 86.89px; | |
transform: translate(0px, 0px); | |
} | |
.power { | |
margin: 0px 15px 25px 12px; | |
width: 60px; | |
height: 100px; | |
transform: translate(0px, 0px); | |
} | |
.cigarette { | |
margin: 10px 0px 35px 15px; | |
width: 100px; | |
height: 111.7375px; | |
transform: translate(0px, 0px); | |
} | |
.house { | |
padding: 40px 4px 0px 0px; | |
width: 190px; | |
height: 85.45px; | |
transform: translate(0px, 0px); | |
} | |
.booze { | |
padding: 10px 10px 0px 4px; | |
width: 90px; | |
height: 111.8px; | |
transform: translate(0px, 0px); | |
} | |
.mortarboard { | |
padding: 35px 10px 0px 10px; | |
width: 125px; | |
height: 93.67px; | |
transform: translate(0px, 0px); | |
} | |
.notepad { | |
padding: 10px 0px 0px 10px; | |
width: 120px; | |
height: 104.61px; | |
transform: translate(0px, 0px); | |
} | |
@media (max-width: 499px) { | |
.nappy { | |
margin: 0px 2px 5px 4px; | |
width: 110px; | |
height: 74.58px; | |
transform: translate(0px, 0px); | |
} | |
.ring { | |
margin: 0px 4px 4px 2px; | |
width: 95px; | |
height: 120.2px; | |
transform: translate(0px, 10px); | |
} | |
.heart { | |
margin: 0px 8px 5px 4px; | |
width: 70px; | |
height: 86.89px; | |
transform: translate(0px, 0px); | |
} | |
.power { | |
margin: 0px 10px 10px 8px; | |
width: 60px; | |
height: 100px; | |
transform: translate(0px, 0px); | |
} | |
.cigarette { | |
margin: 0px 5px 15px 7px; | |
width: 100px; | |
height: 111.7375px; | |
transform: translate(0px, 0px); | |
} | |
.house { | |
padding: 20px 2px 0px 0px; | |
width: 190px; | |
height: 85.45px; | |
transform: translate(0px, 10px); | |
} | |
.booze { | |
padding: 0px 8px 0px 2px; | |
width: 90px; | |
height: 111.8px; | |
transform: translate(0px, 10px); | |
} | |
.mortarboard { | |
padding: 18px 8px 0px 8px; | |
width: 125px; | |
height: 93.67px; | |
transform: translate(0px, 10px); | |
} | |
.notepad { | |
padding: 4px 0px 0px 8px; | |
width: 120px; | |
height: 104.61px; | |
transform: translate(0px, 10px); | |
} | |
} | |
@media (max-width: 499px) {} | |
</style> | |
</head> | |
<body> | |
<a id="link"> | |
<div class="flex-container"> | |
<div class="flex"> | |
<!-- NAPPY SVG --> | |
<div class="nappy animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 279 175" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="background: rgba(23,84,130,0.00); white-space: preserve-spaces;" | |
> | |
<defs> | |
<symbol | |
id="Bling___nappy" | |
preserveAspectRatio="none" | |
width="138.152" | |
height="131.567" | |
viewBox="0 0 138.152 131.567" | |
overflow="visible" | |
> | |
<g | |
id="sparkles___nappy" | |
transform="translate(69.076,65.7836) translate(-57.0552,-53.7628)" | |
> | |
<path | |
id="sparkle-5___nappy" | |
d="M86.644,29.648L113.055,3.237" | |
fill="none" | |
stroke="#ffd70d" | |
stroke-dasharray="10 40 10 40" | |
stroke-width="17px" | |
stroke-dashoffset="0" | |
opacity="0" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
transform="translate(1.05534,-3.237)" | |
></path> | |
<path | |
id="sparkle-6___nappy" | |
d="M86.644,29.648L113.055,3.237" | |
fill="none" | |
stroke="#ffd70d" | |
stroke-dasharray="10 40 10 40" | |
stroke-width="17px" | |
stroke-dashoffset="0" | |
opacity="0" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
transform="translate(113.055,-3.237) scale(-1,1)" | |
></path> | |
<path | |
id="sparkle-7___nappy" | |
d="M86.644,29.648L113.055,3.237" | |
fill="none" | |
stroke="#ffd70d" | |
stroke-dasharray="10 40 10 40" | |
stroke-width="17px" | |
stroke-dashoffset="0" | |
opacity="0" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
transform="translate(113.055,110.763) rotate(180) scale(0.999997,0.999997)" | |
></path> | |
<path | |
id="sparkle-8___nappy" | |
d="M86.644,29.648L113.055,3.237" | |
fill="none" | |
stroke="#ffd70d" | |
stroke-dasharray="10 40 10 40" | |
stroke-width="17px" | |
stroke-dashoffset="0" | |
opacity="0" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
transform="translate(0.055339,110.763) rotate(180) scale(-0.999997,0.999997)" | |
></path> | |
</g> | |
<path | |
id="circle-2___nappy" | |
d="M133.611,91.096C137.03,91.096,140.289,91.784,143.258,93.028C146.322,94.312,149.076,96.189,151.378,98.515C153.631,100.791,155.45,103.498,156.7,106.5C157.931,109.455,158.611,112.697,158.611,116.096C158.611,119.841,157.786,123.394,156.308,126.584C155.121,129.145,153.514,131.472,151.574,133.476C149.146,135.986,146.197,137.988,142.902,139.31C140.029,140.462,136.894,141.096,133.611,141.096C130.526,141.096,127.57,140.536,124.841,139.512C121.991,138.443,119.388,136.869,117.141,134.898C114.491,132.575,112.336,129.701,110.855,126.456C109.414,123.299,108.611,119.791,108.611,116.096C108.611,112.88,109.219,109.805,110.327,106.981C111.535,103.902,113.336,101.12,115.589,98.777C117.864,96.41,120.6,94.49,123.652,93.161C126.704,91.833,130.072,91.096,133.611,91.096Z" | |
fill="#ffd70d" | |
opacity="1" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
transform="translate(69.0208,63.0208) translate(0,0) scale(0,0) translate(-133.611,-116.096)" | |
></path> | |
</symbol> | |
<clipPath id="_clip2___nappy"> | |
<path | |
d="M36.298,81.92C50.974,70.67,76.121,78.798,92.418,100.059C108.716,121.321,110.032,147.716,95.356,158.965C80.68,170.215,55.533,162.087,39.235,140.826C22.938,119.564,21.621,93.169,36.298,81.92ZM245.821,81.92C231.145,70.67,205.998,78.798,189.701,100.059C173.403,121.321,172.087,147.716,186.763,158.965C201.439,170.215,226.586,162.087,242.884,140.826C259.181,119.564,260.498,93.169,245.821,81.92Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip1___nappy"> | |
<path | |
d="M231.017,10.901C237.834,24.936,241.658,40.689,241.658,57.327C241.658,116.102,193.94,163.82,135.166,163.82C76.391,163.82,28.673,116.102,28.673,57.327C28.673,40.496,32.587,24.571,39.553,10.414L39.636,10.467C39.636,5.148,43.916,0.83,49.188,0.83C54.46,0.83,58.74,5.148,58.74,10.467C58.74,5.148,63.021,0.83,68.293,0.83C73.565,0.83,77.845,5.148,77.845,10.467C77.845,5.148,82.126,0.83,87.398,0.83C92.67,0.83,96.95,5.148,96.95,10.467C96.95,5.148,101.23,0.83,106.503,0.83C111.775,0.83,116.055,5.148,116.055,10.467C116.055,5.148,120.335,0.83,125.607,0.83C130.88,0.83,135.16,5.148,135.16,10.467C135.16,5.148,139.44,0.83,144.712,0.83C149.984,0.83,154.265,5.148,154.265,10.467C154.265,5.148,158.545,0.83,163.817,0.83C169.089,0.83,173.37,5.148,173.37,10.467C173.37,5.148,177.65,0.83,182.922,0.83C188.194,0.83,192.474,5.148,192.474,10.467C192.474,5.148,196.755,0.83,202.027,0.83C207.299,0.83,211.579,5.148,211.579,10.467C211.579,5.148,215.86,0.83,221.132,0.83C226.404,0.83,230.684,5.148,230.684,10.467" | |
></path> | |
</clipPath> | |
<clipPath id="_clip3___nappy"> | |
<path | |
d="M235.017,14.901C241.834,28.936,245.658,44.689,245.658,61.327C245.658,120.102,197.94,167.82,139.166,167.82C80.391,167.82,32.673,120.102,32.673,61.327C32.673,44.496,36.587,28.571,43.553,14.414L43.636,14.467C43.636,9.148,47.916,4.83,53.188,4.83C58.46,4.83,62.74,9.148,62.74,14.467C62.74,9.148,67.021,4.83,72.293,4.83C77.565,4.83,81.845,9.148,81.845,14.467C81.845,9.148,86.126,4.83,91.398,4.83C96.67,4.83,100.95,9.148,100.95,14.467C100.95,9.148,105.23,4.83,110.503,4.83C115.775,4.83,120.055,9.148,120.055,14.467C120.055,9.148,124.335,4.83,129.607,4.83C134.88,4.83,139.16,9.148,139.16,14.467C139.16,9.148,143.44,4.83,148.712,4.83C153.984,4.83,158.265,9.148,158.265,14.467C158.265,9.148,162.545,4.83,167.817,4.83C173.089,4.83,177.37,9.148,177.37,14.467C177.37,9.148,181.65,4.83,186.922,4.83C192.194,4.83,196.474,9.148,196.474,14.467C196.474,9.148,200.755,4.83,206.027,4.83C211.299,4.83,215.579,9.148,215.579,14.467C215.579,9.148,219.86,4.83,225.132,4.83C230.404,4.83,234.684,9.148,234.684,14.467" | |
></path> | |
</clipPath> | |
</defs> | |
<path | |
d="M231.017,10.901C237.834,24.936,241.658,40.689,241.658,57.327C241.658,116.102,193.94,163.82,135.166,163.82C76.391,163.82,28.673,116.102,28.673,57.327C28.673,40.496,32.587,24.571,39.553,10.414L39.636,10.467C39.636,5.148,43.916,0.83,49.188,0.83C54.46,0.83,58.74,5.148,58.74,10.467C58.74,5.148,63.021,0.83,68.293,0.83C73.565,0.83,77.845,5.148,77.845,10.467C77.845,5.148,82.126,0.83,87.398,0.83C92.67,0.83,96.95,5.148,96.95,10.467C96.95,5.148,101.23,0.83,106.503,0.83C111.775,0.83,116.055,5.148,116.055,10.467C116.055,5.148,120.335,0.83,125.607,0.83C130.88,0.83,135.16,5.148,135.16,10.467C135.16,5.148,139.44,0.83,144.712,0.83C149.984,0.83,154.265,5.148,154.265,10.467C154.265,5.148,158.545,0.83,163.817,0.83C169.089,0.83,173.37,5.148,173.37,10.467C173.37,5.148,177.65,0.83,182.922,0.83C188.194,0.83,192.474,5.148,192.474,10.467C192.474,5.148,196.755,0.83,202.027,0.83C207.299,0.83,211.579,5.148,211.579,10.467C211.579,5.148,215.86,0.83,221.132,0.83C226.404,0.83,230.684,5.148,230.684,10.467" | |
fill="#f7fff7" | |
></path> | |
<path | |
d="M224.807,0.125C228.328,0.614,231.049,2.915,232.641,6.275C233.136,7.32,233.615,8.373,234.077,9.433C247.311,39.796,246.194,76.184,230.602,105.894C213.907,137.707,181.246,160.643,145.189,165.111C134.235,166.468,123.084,166.217,112.173,164.341C107.606,163.555,103.937,159.534,104.015,155.058C104.108,149.685,109.61,145.295,115.027,146.242C115.278,146.286,115.53,146.329,115.782,146.371C143.296,150.912,172.749,142.536,193.675,123.879C215.111,104.766,227.013,75.371,224.731,46.566C223.833,35.227,220.82,24.072,215.946,13.826L215.66,13.234L215.372,12.575C215.164,11.971,215.093,11.824,214.956,11.199C213.889,6.326,217.489,0.878,222.654,0.166C224.023,-0.022,224.361,0.099,224.807,0.125Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
></path> | |
<g clip-path="url(#_clip1___nappy)"> | |
<path | |
d="M36.298,81.92C50.974,70.67,76.121,78.798,92.418,100.059C108.716,121.321,110.032,147.716,95.356,158.965C80.68,170.215,55.533,162.087,39.235,140.826C22.938,119.564,21.621,93.169,36.298,81.92ZM245.821,81.92C231.145,70.67,205.998,78.798,189.701,100.059C173.403,121.321,172.087,147.716,186.763,158.965C201.439,170.215,226.586,162.087,242.884,140.826C259.181,119.564,260.498,93.169,245.821,81.92Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
id="Tab2-shadow___nappy" | |
d="M210.699,41.456C210.699,38.157,205.788,35.479,208.107,35.479L247.773,35.479C250.092,35.479,251.975,38.157,251.975,41.456L253.87,53.409C253.87,56.708,251.987,59.386,249.668,59.386L207.623,59.386C205.304,59.386,210.699,56.708,210.699,53.409L206.682,47.23L210.699,41.456Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
opacity="1" | |
></path> | |
<g> | |
<path | |
d="M228.405,57.486C237.558,57.594,246.747,60.404,254.091,65.905L254.944,66.575C261.615,72.383,263.011,83.092,257.856,90.158C254.333,94.988,248.179,97.77,242.22,97.218C238.787,96.9,235.646,95.176,232.769,93.372C228.492,90.718,222.577,92.532,217.417,95.091C202.996,102.243,191.824,117.873,191.935,133.619C191.939,134.214,191.965,134.81,192.015,135.403C192.054,135.86,192.108,136.316,192.179,136.769C192.561,139.212,193.428,141.711,195.363,143.202L195.946,143.671C201.075,148.177,203.323,155.535,201.408,161.941C199.052,169.82,190.511,175.318,182.341,174.168C169.394,172.345,160.768,156.688,158.281,144.523C151.646,112.062,175.375,76.821,202.614,63.654C210.428,59.877,219.047,57.567,227.707,57.485C228.056,57.484,228.056,57.484,228.405,57.486Z" | |
fill="#0e334f" | |
fill-opacity="0.101961" | |
fill-rule="nonzero" | |
></path> | |
<g clip-path="url(#_clip2___nappy)"> | |
<path | |
d="M45.74,57.486C36.588,57.594,27.399,60.404,20.054,65.905L19.201,66.575C12.53,72.383,11.134,83.092,16.29,90.158C19.813,94.988,25.967,97.77,31.926,97.218C35.358,96.9,38.499,95.176,41.377,93.372C45.653,90.718,51.569,92.532,56.728,95.091C71.149,102.243,82.321,117.873,82.211,133.619C82.206,134.214,82.181,134.81,82.13,135.403C82.091,135.86,82.037,136.316,81.966,136.769C81.585,139.212,80.718,141.711,78.782,143.202L78.2,143.671C73.07,148.177,70.823,155.535,72.738,161.941C75.093,169.82,83.634,175.318,91.804,174.168C104.751,172.345,113.378,156.688,115.864,144.523C122.499,112.062,98.771,76.821,71.532,63.654C63.718,59.877,55.099,57.567,46.439,57.485C46.089,57.484,46.089,57.484,45.74,57.486Z" | |
fill="#0e334f" | |
fill-opacity="0.101961" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
</g> | |
</g> | |
<g clip-path="url(#_clip3___nappy)"> | |
<path | |
d="M36.298,81.92C50.974,70.67,76.121,78.798,92.418,100.059C108.716,121.321,110.032,147.716,95.356,158.965C80.68,170.215,55.533,162.087,39.235,140.826C22.938,119.564,21.621,93.169,36.298,81.92ZM245.821,81.92C231.145,70.67,205.998,78.798,189.701,100.059C173.403,121.321,172.087,147.716,186.763,158.965C201.439,170.215,226.586,162.087,242.884,140.826C259.181,119.564,260.498,93.169,245.821,81.92Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="400,25,10,25" | |
stroke-width="5px" | |
></path> | |
</g> | |
<path | |
d="M215.344,6.826C215.444,6.727,215.615,6.54,215.899,6.214C218.227,3.596,221.287,2.098,225.077,2.122C228.886,2.195,232.429,4.213,234.641,7.255C235.899,8.872,236.741,10.902,236.939,13.328C236.939,13.328,238.552,16.714,239.672,19.414C254.391,54.89,248.695,98.04,224.486,128.65C207.631,149.961,182.639,164.621,155.881,168.801C130.18,172.815,103.176,167.314,81.057,153.456C81.057,153.456,80.024,152.685,79.884,151.66C79.652,149.954,81.354,148.402,83.308,149.009C88.209,151.533,93.006,154.591,98.204,156.81C132.963,171.647,175.778,165.542,205.087,141.351C230.181,120.64,244.657,87.771,242.775,55.065C242,41.602,238.574,28.329,232.714,16.106C232.714,16.106,232.072,15.155,231.946,13.613C231.935,13.493,231.92,13.375,231.901,13.257L231.895,13.219L231.892,13.199C231.712,12.127,231.238,11.135,230.564,10.283L230.557,10.274L230.542,10.256C228.142,7.256,223.253,6.019,220.066,9.085C220.027,9.122,219.989,9.16,219.951,9.198C218.651,10.509,217.901,12.321,217.87,14.203C217.87,14.226,217.87,14.249,217.87,14.272L217.87,14.272L217.87,14.274L217.869,14.275C217.853,14.359,217.47,16.26,216.052,16.662C215.893,16.707,215.743,16.731,215.601,16.737C214.999,16.912,214.307,16.766,213.559,15.981C212.49,14.858,212.967,12.879,212.211,11.243L212.208,11.238C212.196,11.211,212.183,11.184,212.171,11.158C212.107,11.026,212.038,10.898,211.965,10.773L211.964,10.772L211.948,10.743C211.747,10.407,211.514,10.096,211.251,9.812L211.247,9.807L211.222,9.78L211.2,9.756L211.194,9.75C207.582,5.941,198.855,6.967,198.765,14.222C198.765,14.239,198.765,14.255,198.765,14.272L198.765,14.272L198.765,14.274L198.763,14.276C198.731,14.388,198.097,16.522,196.495,16.738C195.894,16.912,195.201,16.765,194.454,15.981C193.384,14.857,193.863,12.875,193.104,11.238C190.75,6.16,181.2,6.119,179.825,12.673C179.815,12.747,179.802,12.823,179.787,12.9L179.74,13.157C179.69,13.512,179.662,13.884,179.66,14.274C179.66,14.274,179.577,14.679,179.351,15.161C179.188,15.826,179.044,15.968,178.662,16.256C178.433,16.427,178.189,16.549,177.94,16.623C177.821,16.668,177.695,16.703,177.562,16.724C175.976,16.982,174.813,15.521,174.637,13.679L174.637,13.675L174.637,13.672C174.635,13.652,174.633,13.633,174.632,13.613L174.629,13.583C174.539,12.705,174.163,11.784,173.749,11.001C171.617,7.484,166.211,5.755,162.752,9.084C161.364,10.419,160.568,12.311,160.555,14.274C160.555,14.274,160.355,15.877,159.211,16.473C157.462,17.385,155.369,15.984,155.624,12.978C155.458,12.7,155.318,12.388,155.21,12.046C153.969,8.275,149.33,6.05,145.611,7.747C143.128,8.88,141.469,11.493,141.45,14.274C141.45,14.274,141.272,15.64,140.451,16.256C138.878,17.436,136.638,16.261,136.422,13.613C135.937,8.474,128.756,5.033,124.541,9.085C123.155,10.418,122.358,12.31,122.345,14.274C122.345,14.274,121.977,16.252,120.526,16.662C118.148,17.335,117.717,13.399,116.647,11.158C114.056,5.732,103.293,6.329,103.24,14.274C103.24,14.274,102.499,16.93,100.51,16.746C98.376,16.549,98.563,13.363,97.579,11.237C95.052,5.779,84.184,6.16,84.136,14.272C84.136,14.272,83.769,16.25,82.318,16.662C80.688,17.124,79.283,15.746,79.107,13.614C78.624,8.492,71.439,5.032,67.227,9.085C65.838,10.421,65.042,12.319,65.031,14.272C65.031,14.272,64.854,15.638,64.033,16.255C62.459,17.438,60.219,16.262,60.002,13.613C59.52,8.5,52.334,5.032,48.122,9.085C46.733,10.421,45.938,12.319,45.926,14.272L45.286,15.923C31.72,43.863,31.752,77.92,45.087,105.899C45.087,105.899,45.615,107.255,45.194,108.185C44.377,109.991,41.588,110.188,40.434,107.758C40.245,107.36,40.058,106.96,39.874,106.559C26.528,77.532,26.775,42.6,40.933,13.44C40.933,13.44,41.717,8.17,44.867,5.282C49.758,0.799,58.416,1.511,62.531,6.859C62.612,6.753,62.694,6.649,62.778,6.546C67.397,0.97,77.093,0.956,81.636,6.859C81.717,6.753,81.8,6.649,81.883,6.545C86.5,0.972,96.198,0.956,100.74,6.859C100.822,6.753,100.904,6.649,100.988,6.545C105.554,1.033,115.048,0.632,119.845,6.859C119.927,6.753,120.009,6.649,120.093,6.545C124.709,0.973,134.408,0.956,138.95,6.859C141.27,3.844,144.658,2.096,148.658,2.122C152.407,2.194,155.962,4.158,158.192,7.148C162.481,2.125,171.058,0.302,176.374,5.937C176.662,6.182,176.928,6.469,177.175,6.785C177.278,6.678,177.44,6.499,177.689,6.214C182.339,0.986,191.521,0.839,196.198,6.772C196.198,6.772,195.79,7.367,196.794,6.214C197.889,4.983,199.235,4.034,200.715,3.379C201.695,2.849,202.785,2.446,203.982,2.261C208.101,1.626,212.475,3.333,215.136,6.565L215.149,6.582L215.165,6.601C215.212,6.657,215.258,6.715,215.303,6.772L215.303,6.773C215.317,6.791,215.331,6.808,215.344,6.826ZM56.754,125.76C57.766,126.048,58.444,126.917,59.121,127.729C60.91,129.864,62.778,131.93,64.728,133.92C64.728,133.92,65.928,135.792,64.974,137.124C62.924,139.989,58.222,134.537,54.451,129.926C54.451,129.926,52.849,125.357,56.754,125.76Z" | |
fill="#0e334f" | |
fill-rule="nonzero" | |
></path> | |
<g id="Creases___nappy"> | |
<path | |
d="M139.386,25.986L139.386,70.981" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="20,10,25,15" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M181.949,36.509L159.452,75.476" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="10,15,40,25" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M98.796,36.509L121.293,75.476" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="10,15,40,25" | |
stroke-width="5px" | |
></path> | |
</g> | |
<path | |
id="Tab1-shadow___nappy" | |
d="M74.807,41.456C74.807,38.157,79.717,35.479,77.398,35.479L37.732,35.479C35.413,35.479,33.531,38.157,33.531,41.456L31.635,53.409C31.635,56.708,33.518,59.386,35.837,59.386L77.883,59.386C80.202,59.386,74.807,56.708,74.807,53.409L78.823,47.23L74.807,41.456Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
opacity="1" | |
></path> | |
<path | |
id="Tab1___nappy" | |
d="M72.345,30.425L37.272,30.414C34.953,30.414,32.248,33.164,31.635,36.402L29.74,48.355C29.27,51.595,30.641,54.332,32.96,54.332L72.829,54.332C75.148,54.332,69.753,51.654,69.753,48.355L73.769,42.177L69.753,36.402C69.753,36.402,74.664,30.425,72.345,30.425Z" | |
fill="#4ecdc4" | |
stroke="#0e334f" | |
stroke-dasharray="500,25,10,25" | |
stroke-width="5px" | |
></path> | |
<path | |
id="Tab2___nappy" | |
d="M72.345,30.425L37.272,30.414C34.953,30.414,32.248,33.164,31.635,36.402L29.74,48.355C29.27,51.595,30.641,54.332,32.96,54.332L72.829,54.332C75.148,54.332,69.753,51.654,69.753,48.355L73.769,42.177L69.753,36.402C69.753,36.402,74.664,30.425,72.345,30.425Z" | |
fill="#4ecdc4" | |
stroke="#0e334f" | |
stroke-dasharray="500,25,10,25" | |
stroke-width="5px" | |
transform="translate(226.709,42.373) scale(-1,1) translate(-51.7085,-42.373)" | |
></path> | |
<g | |
id="bling___nappy" | |
xlink:href="#Bling___nappy" | |
transform="translate(25.0552,28.7628) scale(0.331141,0.331141) translate(-69.076,-65.7835)" | |
> | |
<g | |
id="sparkles-2___nappy" | |
transform="translate(69.076,65.7836) translate(-57.0552,-53.7628)" | |
></g> | |
</g> | |
</svg> | |
</div> | |
<!-- RING SVG --> | |
<div class="ring animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 204 285" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="white-space: preserve-spaces; background: rgba(23,84,130,0.00);" | |
> | |
<g id="diamond___ring"> | |
<g> | |
<path | |
d="M145.239,99.418L58.12,99.418L79.9,77.746L123.459,77.746L145.239,99.418Z" | |
fill="#a7daf2" | |
/> | |
<path | |
d="M145.239,99.437L58.12,99.437L101.533,131.679L145.239,99.437Z" | |
fill="#a7daf2" | |
/> | |
<path | |
d="M145.239,99.418L58.12,99.418L79.9,77.746L123.459,77.746L145.239,99.418Z" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-width="5px" | |
/> | |
<path | |
d="M145.239,99.437L58.12,99.437L101.533,131.679L145.239,99.437Z" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-width="5px" | |
/> | |
<path | |
d="M80.289,78.3L91.191,101.447L102.313,78.348L80.289,78.3Z" | |
fill="#f7fff7" | |
/> | |
<path | |
d="M101.947,78.3L112.849,101.447L123.97,78.348L101.947,78.3Z" | |
fill="#f7fff7" | |
fill-opacity="0.5" | |
/> | |
<path | |
d="M75.395,99.399L101.511,131.737L94.657,99.466L75.395,99.399Z" | |
fill="#f7fff7" | |
fill-opacity="0.5" | |
/> | |
<path | |
d="M127.834,99.399L101.719,131.737L108.572,99.466L127.834,99.399Z" | |
fill="#f7fff7" | |
fill-opacity="0.2" | |
/> | |
</g> | |
<path | |
d="M145.244,99.413L145.245,99.413L145.245,99.413L145.245,99.413L145.244,99.413L101.538,131.655L58.125,99.413L58.125,99.413L58.125,99.413L58.125,99.413L58.125,99.413L79.905,77.741L123.465,77.741L145.244,99.413Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="400,25,10,25" | |
stroke-width="5px" | |
/> | |
</g> | |
<g id="ring___ring"> | |
<path | |
d="M142.753,137.459C142.753,137.459,149.706,143.428,153.361,147.083C183.256,176.978,183.256,225.521,153.361,255.417C123.465,285.312,74.922,285.312,45.027,255.417C15.131,225.521,15.131,176.978,45.027,147.083C48.681,143.428,55.634,137.459,55.634,137.459L75.414,117.787L118.973,117.787L142.753,137.459ZM142.415,244.471C118.56,268.326,79.827,268.326,55.972,244.471C32.118,220.616,32.118,181.883,55.972,158.028C79.827,134.174,118.56,134.174,142.415,158.028C166.27,181.883,166.27,220.616,142.415,244.471Z" | |
fill="#ffd70d" | |
/> | |
<path | |
d="M60.567,249.054C63.016,251.425,65.615,253.55,68.333,255.43L57.243,266.52C54.596,264.54,52.049,262.367,49.62,260.001L60.567,249.054ZM46.095,227.291C48.313,233.006,51.422,238.454,55.422,243.42L44.426,254.417C40.389,249.624,37.033,244.452,34.359,239.028L46.095,227.291ZM157.945,151.676C160.311,154.105,162.484,156.652,164.464,159.299L153.374,170.389C151.494,167.671,149.369,165.072,146.998,162.623L157.945,151.676ZM139.322,134.064L146.626,141.331C146.626,141.331,149.429,143.738,152.411,146.431L141.364,157.478C136.399,153.478,130.951,150.369,125.235,148.151L139.322,134.064Z" | |
fill="#f7fff7" | |
fill-opacity="0.8" | |
fill-rule="nonzero" | |
/> | |
<path | |
d="M146.626,141.331C146.626,141.331,153.579,147.301,157.233,150.955C187.129,180.851,187.129,229.394,157.233,259.289C127.338,289.185,78.795,289.185,48.9,259.289C19.004,229.394,19.004,180.851,48.9,150.955C52.554,147.301,59.507,141.331,59.507,141.331L81.287,119.66L124.846,119.66L146.626,141.331ZM146.288,248.344C122.433,272.198,83.7,272.198,59.845,248.344C35.99,224.489,35.99,185.756,59.845,161.901C83.7,138.046,122.433,138.046,146.288,161.901C170.143,185.756,170.143,224.489,146.288,248.344Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="300,25,10,25" | |
stroke-width="5px" | |
/> | |
</g> | |
<g id="Sparkles___ring"> | |
<path | |
id="_7___ring" | |
d="M160.781,100.991L161.129,100.991" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-dasharray="25,10,5,25" | |
stroke-width="5px" | |
/> | |
<path | |
id="_6___ring" | |
d="M183.748,54.778L151.052,73.656" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-dasharray="15 10 5 10" | |
stroke-width="5px" | |
/> | |
<path | |
id="_5___ring" | |
d="M127.5,64.5L127.049,64.158" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-dasharray="10,15,40,25" | |
stroke-width="5px" | |
/> | |
<path | |
id="_4___ring" | |
d="M100.897,3.477L100.897,58.647" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-dasharray="40,15,10,25" | |
stroke-width="5px" | |
/> | |
<path | |
id="_3___ring" | |
d="M80.5,63.5L80.261,64.158" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-dasharray="40,15,10,25" | |
stroke-width="5px" | |
/> | |
<path | |
id="_2___ring" | |
d="M19.61,54.778L52.307,73.656" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-dasharray="25,15,10,25" | |
stroke-dashoffset="15" | |
stroke-width="5px" | |
/> | |
<path | |
id="_1___ring" | |
d="M42.882,100.991L42.23,100.991" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-dasharray="25,10,5,25" | |
stroke-width="5px" | |
/> | |
</g> | |
</svg> | |
</div> | |
<!-- HEART SVG --> | |
<div class="heart animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 140 183" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.41421" | |
style="white-space: preserve-spaces; background: rgba(23,84,130,0.00);" | |
> | |
<g | |
id="all___heart" | |
transform="translate(69.0462,86.1841) translate(-68.2329,-83.6404)" | |
> | |
<g | |
id="yellow-pipe___heart" | |
transform="translate(32.8069,54.7329) translate(-33.6202,-57.2766)" | |
> | |
<path | |
d="M22.057,22.603C28.086,21.629,34.287,26.448,34.456,32.642C34.561,36.49,31.581,39.463,31.334,43.512C30.942,49.94,34.548,56.005,38.296,61.263C41.266,65.429,44.629,69.809,49.289,71.639C49.289,71.639,56.377,74.737,56.949,80.768C57.615,87.788,50.225,94.162,42.529,91.523C29.229,86.962,19.122,73.186,13.788,60.605C9.198,49.778,8.406,36.616,15.445,26.785C15.445,26.785,18.963,23.244,22.057,22.603ZM49.25,71.63C49.136,71.596,48.678,71.478,49.25,71.63ZM32.405,39.169C32.663,38.819,32.464,39.086,32.405,39.169Z" | |
fill="#ffd70d" | |
fill-rule="nonzero" | |
stroke="#0e334f" | |
stroke-width="5px" | |
/> | |
<path | |
d="M20.42,23.33C21.658,21.621,25.645,22.393,29.317,25.053C32.989,27.713,34.965,31.26,33.727,32.969C32.488,34.678,28.502,33.906,24.83,31.247C21.158,28.587,19.182,25.04,20.42,23.33Z" | |
fill="#0e334f" | |
fill-opacity="0.501961" | |
stroke="#0e334f" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
/> | |
</g> | |
<path | |
id="heart___heart" | |
d="M58.001,50.952C67.243,28.66,93.879,23.096,110.423,35.758C126.968,48.42,133.421,79.31,126.556,112.982C123.48,130.214,113.508,148.887,102.14,165.249C93.413,177.846,76.354,181.41,63.314,173.36C55.795,168.733,48.346,163.581,41.535,158.01C32.976,151.009,25.426,143.348,20.014,135.24C0.243,107.133,-4.778,83.095,5.313,64.868C15.404,46.641,40.608,34.225,58.001,50.952Z" | |
fill="#eb4034" | |
transform="translate(-0.813342,-2.54368)" | |
/> | |
<path | |
id="shine___heart" | |
d="M46.697,49.115C54.88,49.233,63.305,53.192,67.791,59.805C72.238,66.36,66.397,77.615,57.315,76.046C53.357,75.363,50.931,71.046,47.574,70.245C43.564,69.288,40.065,72.647,37.91,75.385C37.379,76.059,36.894,76.77,36.459,77.51C34.021,81.661,33.457,86.731,33.962,91.538C33.962,91.538,34.211,96.233,31.556,99.391C26.285,105.66,13.899,102.534,13.002,92.995C12.954,92.485,12.913,91.974,12.88,91.463C12.117,79.777,15.742,67.841,24.227,59.188C29.991,53.309,37.807,49.233,46.203,49.115C46.45,49.114,46.45,49.114,46.697,49.115Z" | |
fill="#f7fff7" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
transform="translate(-0.813342,-2.54368)" | |
/> | |
<path | |
id="shadow___heart" | |
d="M97.976,22.993C100.208,23.292,100.558,23.53,101.488,23.976C103.203,24.8,104.645,26.102,106.07,27.393C121.606,41.47,129.08,64.568,129.271,86.711C129.551,119.077,117.213,143.667,99.56,168.523C99.56,168.523,93.917,174.877,87.634,172.987C81.216,171.056,78.199,162.488,82.291,156.574C82.545,156.206,82.798,155.838,83.051,155.469C92.814,141.147,102.697,125.583,105.763,108.686C109.47,90.369,107.172,70.963,99.692,54.195C97.615,49.538,94.797,45.148,90.819,41.98L89.965,41.288C89.494,40.838,89.363,40.737,88.941,40.24C84.184,34.641,87.518,23.926,95.781,23.006C97.184,22.85,97.523,22.964,97.976,22.993Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
transform="translate(-0.813342,-2.54368)" | |
/> | |
<path | |
id="outline___heart" | |
d="M65.001,52.952C74.243,30.66,100.879,25.096,117.423,37.758C133.968,50.42,140.421,81.31,133.556,114.982C130.48,132.214,120.508,150.887,109.14,167.249C100.413,179.846,83.354,183.41,70.314,175.36C60.77,169.487,51.337,162.766,43.181,155.418C36.837,149.704,31.266,143.61,27.014,137.24C7.243,109.133,2.222,85.095,12.313,66.868C22.404,48.641,47.608,36.225,65.001,52.952Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="400,25,10,25" | |
stroke-dashoffset="275" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
transform="translate(-0.813342,-2.54368)" | |
/> | |
<path | |
id="line-1___heart" | |
d="M63.462,150.314C29.233,120.251,17.998,83.406,28.089,65.179" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="40,15,25,15" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
transform="translate(-0.813342,-2.54368)" | |
/> | |
<path | |
id="line-2___heart" | |
d="M87.484,83.192C106.09,100.226,114.104,117.671,111.011,134.654" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="40,15,25,15" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
transform="translate(-0.813342,-2.54368)" | |
/> | |
<g | |
id="green-pipe___heart" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.41421" | |
transform="translate(95.8348,40.5687) rotate(-15) translate(-96.6481,-43.1123)" | |
> | |
<path | |
d="M99.656,19.137C99.71,15.181,100.22,11.105,100.807,7.947C101.388,4.823,103.53,2.347,107.246,2.556C110.869,2.888,113.278,6.479,112.56,10.386C111.881,14.199,111.314,18.159,111.554,21.907C112.388,22.381,113.181,22.917,113.926,23.514C119.995,28.387,129.157,36.767,132.143,45.85C132.143,45.85,121.703,42.19,110.861,53.658C101.161,63.919,93.078,83.911,90.427,83.679C74.976,82.326,69.772,70.39,68.499,65.83C66.491,58.644,66.66,46.885,69.566,39.872C66.034,35.655,63.27,30.681,61.479,25.648C60.152,21.917,63.011,17.331,67.651,17.66C68.35,17.731,68.557,17.794,68.955,17.921C72.902,19.18,74.101,24.168,76.825,29.058C78.362,27.532,80.023,26.175,81.769,24.993C79.537,20.037,78.281,14.58,77.744,9.19C77.393,5.656,80.175,2.258,84.348,2.629C87.238,2.985,89.297,5.405,89.759,8.469C90.379,12.431,91.172,16.523,92.724,20.08C95.047,19.498,97.381,19.181,99.656,19.137Z" | |
fill="#4ecdc4" | |
stroke="#0e334f" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
/> | |
<path | |
d="M74.394,54.039C74.394,54.039,74.504,35.707,92.047,28.064" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="15,10,15,5" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
/> | |
</g> | |
<path | |
id="red-pipe-shadow___heart" | |
d="M121.747,50.08C125.731,58.081,128.201,68.007,128.991,79.068C115.277,87.267,103.555,99.073,95.084,112.25C93.48,114.745,93.49,114.753,92.982,115.358C87.745,121.589,76.982,122.067,71.251,115.889C66.789,111.078,66.424,103.42,70.007,97.647C74.901,89.763,80.814,82.554,87.272,75.866C97.261,65.522,108.908,56.614,121.747,50.08Z" | |
fill="#0e334f" | |
fill-opacity="0.3" | |
fill-rule="nonzero" | |
transform="translate(-0.813342,-2.54368)" | |
/> | |
<g | |
id="red-pipe___heart" | |
transform="translate(-0.813342,-2.54368)" | |
> | |
<path | |
d="M120.385,23.29C131.064,21.622,141.23,33.942,135.742,44.337C134.306,47.056,132.112,48.779,129.075,50.93C109.085,65.18,96.323,88.843,91.943,112.592C91.405,115.509,91.418,115.513,91.177,116.265C88.694,124.017,78.917,128.541,71.271,124.998C65.317,122.239,62.076,115.291,63.202,108.591C64.74,99.44,67.477,90.526,70.916,81.889C79.763,59.671,94.359,39.39,114.354,25.852C114.354,25.852,117.738,23.817,120.385,23.29Z" | |
fill="#eb4034" | |
fill-rule="nonzero" | |
/> | |
<path | |
d="M126.879,24.471C129.385,23.348,133.209,26.427,135.412,31.343C137.615,36.259,137.369,41.162,134.862,42.286C132.356,43.409,128.533,40.329,126.33,35.413C124.127,30.497,124.373,25.594,126.879,24.471Z" | |
fill="#0e334f" | |
fill-opacity="0.501961" | |
stroke="#0e334f" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
/> | |
<path | |
d="M63.142,82.136C68.884,81.421,72.567,77.879,73.463,75.901C82.453,56.051,96.171,38.163,114.354,25.852C114.354,25.852,117.738,23.817,120.385,23.29C131.064,21.622,141.23,33.942,135.742,44.337C134.306,47.056,132.112,48.779,129.075,50.93C109.085,65.18,96.323,88.843,91.943,112.592C91.405,115.509,91.418,115.513,91.177,116.265" | |
fill="none" | |
stroke="#0e334f" | |
stroke-linecap="round" | |
stroke-miterlimit="1.5" | |
stroke-width="5px" | |
/> | |
</g> | |
</g> | |
</svg> | |
</div> | |
<!-- POWER LIGHT SVG --> | |
<div class="power animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 136 192" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="white-space: preserve-spaces; background: rgba(23,84,130,0.00);" | |
> | |
<defs> | |
<clipPath id="_clip1___powericon"> | |
<path | |
d="M49.145,172.738C49.145,181.878,55.657,189.298,63.677,189.298L68.912,189.298C76.932,189.298,83.444,181.878,83.444,172.738" | |
></path> | |
</clipPath> | |
<clipPath id="_clip2___powericon"> | |
<path | |
d="M104.727,144.511C104.727,138.523,99.865,133.661,93.877,133.661L38.712,133.661C32.724,133.661,27.862,138.523,27.862,144.511C27.862,150.5,32.724,155.361,38.712,155.361L93.877,155.361C99.865,155.361,104.727,150.5,104.727,144.511Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip3___powericon"> | |
<path | |
d="M97.041,162.891C97.041,156.903,92.179,152.041,86.191,152.041L46.399,152.041C40.41,152.041,35.548,156.903,35.548,162.891C35.548,168.88,40.41,173.742,46.399,173.742L86.191,173.742C92.179,173.742,97.041,168.88,97.041,162.891Z" | |
></path> | |
</clipPath> | |
</defs> | |
<g id="on___powericon" opacity="0"> | |
<path | |
d="M72.863,5.631C38.197,5.631,10.053,33.776,10.053,68.441C10.053,90.958,21.927,112.865,39.75,123.953C49.366,129.936,44.649,162.116,72.15,162.657C99.65,163.197,96.196,129.986,105.767,124.083C123.706,113.019,135.673,91.046,135.673,68.441C135.673,33.776,107.529,5.631,72.863,5.631Z" | |
fill="#ffd70d" | |
></path> | |
<ellipse | |
rx="38.943" | |
ry="38.943" | |
fill="#fff" | |
fill-opacity="0.6" | |
transform="translate(0,0) translate(67.008,70.863)" | |
></ellipse> | |
<path | |
d="M66.295,3.062C31.629,3.062,3.484,31.207,3.484,65.873C3.484,88.389,15.358,110.296,33.181,121.384C42.797,127.367,38.08,159.547,65.581,160.088C93.081,160.629,89.627,127.417,99.199,121.514C117.138,110.45,129.105,88.477,129.105,65.873C129.105,31.207,100.96,3.062,66.295,3.062Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="290,25,10,25" | |
stroke-width="5px" | |
></path> | |
</g> | |
<path | |
id="off___powericon" | |
d="M66.295,3.062C31.629,3.062,3.484,31.207,3.484,65.873C3.484,88.389,15.358,110.296,33.181,121.384C42.797,127.367,38.08,159.547,65.581,160.088C93.081,160.629,89.627,127.417,99.199,121.514C117.138,110.45,129.105,88.477,129.105,65.873C129.105,31.207,100.96,3.062,66.295,3.062Z" | |
fill="none" | |
stroke="#c5d4e0" | |
stroke-dasharray="290,25,10,25" | |
stroke-width="5px" | |
opacity="1" | |
></path> | |
<path | |
id="_a0___powericon" | |
d="M74.775,134.701L79.296,71.415C80.353,65.848,82.822,61.899,88.337,61.899C93.852,61.899,97.377,65.9,97.377,71.415C97.377,76.93,92.81,80.418,87.385,81.408C78.281,83.069,63.474,78.978,59.806,71.798C59.083,70.617,58.409,67.753,58.409,66.2C58.409,61.857,61.936,58.33,66.28,58.33C70.624,58.33,74.151,61.857,74.151,66.2C74.151,67.753,73.676,69.964,72.754,71.798C69.085,78.978,54.308,83.069,45.204,81.408C39.779,80.418,35.212,76.93,35.212,71.415C35.212,65.9,38.737,61.899,44.252,61.899C49.767,61.899,52.236,65.848,53.293,71.415L57.814,134.701" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="500,25,10,25" | |
stroke-linejoin="bevel" | |
stroke-width="5px" | |
></path> | |
<path | |
id="shine___powericon" | |
d="M57.345,17.789C34.315,17.789,15.618,41.601,15.618,70.93" | |
fill="none" | |
stroke="#fff" | |
stroke-dasharray="40,15,25,15" | |
stroke-width="5px" | |
></path> | |
<g id="socket___powericon"> | |
<g> | |
<path | |
d="M52,174.879C52,184.019,58.512,191.439,66.532,191.439L71.767,191.439C79.787,191.439,86.299,184.019,86.299,174.879" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M107.582,147.366C107.582,141.378,102.72,136.516,96.732,136.516L41.567,136.516C35.579,136.516,30.717,141.378,30.717,147.366C30.717,153.355,35.579,158.216,41.567,158.216L96.732,158.216C102.72,158.216,107.582,153.355,107.582,147.366Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M99.896,165.746C99.896,159.758,95.034,154.896,89.046,154.896L49.254,154.896C43.265,154.896,38.403,159.758,38.403,165.746C38.403,171.735,43.265,176.597,49.254,176.597L89.046,176.597C95.034,176.597,99.896,171.735,99.896,165.746Z" | |
fill="#a7daf2" | |
></path> | |
</g> | |
<g> | |
<g opacity="0.4"> | |
<g> | |
<g clip-path="url(#_clip1___powericon)"> | |
<path | |
d="M44.064,173.024C44.064,182.164,51.621,189.584,60.93,189.584L67.005,189.584C76.314,189.584,83.871,182.164,83.871,173.024" | |
fill="none" | |
stroke="#0e334f" | |
stroke-linejoin="miter" | |
stroke-width="17px" | |
></path> | |
</g> | |
</g> | |
<g> | |
<g clip-path="url(#_clip2___powericon)"> | |
<path | |
d="M25.434,143.084C25.434,149.072,30.296,153.934,36.284,153.934L91.45,153.934C97.438,153.934,102.3,149.072,102.3,143.084" | |
fill="none" | |
stroke="#0e334f" | |
stroke-linejoin="miter" | |
stroke-width="17px" | |
></path> | |
</g> | |
</g> | |
<g> | |
<g clip-path="url(#_clip3___powericon)"> | |
<path | |
d="M33.835,161.464C33.835,167.452,38.696,172.314,44.685,172.314L84.477,172.314C90.465,172.314,95.327,167.452,95.327,161.464" | |
fill="none" | |
stroke="#0e334f" | |
stroke-linejoin="miter" | |
stroke-width="17px" | |
></path> | |
</g> | |
</g> | |
</g> | |
</g> | |
<path | |
d="M49.145,172.024C49.145,181.164,55.657,188.584,63.677,188.584L68.912,188.584C76.932,188.584,83.444,181.164,83.444,172.024" | |
fill="none" | |
stroke="#0e334f" | |
stroke-linejoin="miter" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M94.017,133.662L94.157,133.665L94.296,133.669L94.435,133.675L94.573,133.683L94.711,133.693L94.849,133.704L94.986,133.717L95.122,133.732L95.258,133.748L95.394,133.766L95.528,133.786L95.663,133.808L95.797,133.831L95.93,133.855L96.063,133.882L96.195,133.91L96.326,133.939L96.457,133.97L96.587,134.003L96.717,134.037L96.846,134.073L96.974,134.11L97.102,134.149L97.229,134.19L97.355,134.232L97.481,134.275L97.606,134.32L97.73,134.366L97.854,134.414L97.977,134.464L98.099,134.514L98.22,134.567L98.341,134.62L98.46,134.675L98.579,134.732L98.697,134.79L98.815,134.849L98.931,134.91L99.047,134.972L99.162,135.035L99.276,135.1L99.389,135.166L99.501,135.233L99.613,135.302L99.723,135.371L99.833,135.443L99.942,135.515L100.049,135.589L100.156,135.664L100.262,135.74L100.367,135.818L100.471,135.897L100.574,135.977L100.676,136.058L100.777,136.14L100.877,136.224L100.976,136.308L101.074,136.394L101.171,136.481L101.267,136.569L101.361,136.659L101.455,136.749L101.548,136.841L101.639,136.933L101.73,137.027L101.819,137.122L101.907,137.217L101.994,137.314L102.08,137.412L102.165,137.511L102.248,137.611L102.331,137.712L102.412,137.814L102.492,137.917L102.57,138.021L102.648,138.126L102.724,138.232L102.799,138.339L102.873,138.447L102.946,138.555L103.017,138.665L103.087,138.775L103.155,138.887L103.223,138.999L103.289,139.112L103.353,139.226L103.417,139.341L103.479,139.457L103.539,139.573L103.599,139.691L103.657,139.809L103.713,139.928L103.768,140.048L103.822,140.168L103.874,140.29L103.925,140.412L103.974,140.534L104.022,140.658L104.068,140.782L104.113,140.907L104.157,141.033L104.199,141.159L104.239,141.286L104.278,141.414L104.315,141.542L104.351,141.671L104.385,141.801L104.418,141.931L104.449,142.062L104.479,142.194L104.507,142.326L104.533,142.458L104.558,142.592L104.581,142.725L104.602,142.86L104.622,142.995L104.64,143.13L104.656,143.266L104.671,143.403L104.684,143.54L104.695,143.677L104.705,143.815L104.713,143.953L104.719,144.092L104.724,144.231L104.726,144.371L104.727,144.511L104.726,144.651L104.724,144.791L104.719,144.93L104.713,145.069L104.705,145.208L104.695,145.346L104.684,145.483L104.671,145.62L104.656,145.756L104.64,145.892L104.622,146.028L104.602,146.163L104.581,146.297L104.558,146.431L104.533,146.564L104.507,146.697L104.479,146.829L104.449,146.96L104.418,147.091L104.385,147.222L104.351,147.351L104.315,147.48L104.278,147.609L104.239,147.736L104.199,147.863L104.157,147.99L104.113,148.115L104.068,148.24L104.022,148.365L103.974,148.488L103.925,148.611L103.874,148.733L103.822,148.854L103.768,148.975L103.713,149.095L103.657,149.213L103.599,149.332L103.539,149.449L103.479,149.566L103.417,149.681L103.353,149.796L103.289,149.91L103.223,150.023L103.155,150.136L103.087,150.247L103.017,150.358L102.946,150.467L102.873,150.576L102.799,150.684L102.724,150.791L102.648,150.896L102.57,151.001L102.492,151.105L102.412,151.208L102.331,151.31L102.248,151.411L102.165,151.511L102.08,151.61L101.994,151.708L101.907,151.805L101.819,151.901L101.73,151.996L101.639,152.089L101.548,152.182L101.455,152.273L101.361,152.364L101.267,152.453L101.171,152.541L101.074,152.628L100.976,152.714L100.877,152.799L100.777,152.882L100.676,152.965L100.574,153.046L100.471,153.126L100.367,153.205L100.262,153.282L100.156,153.358L100.049,153.434L99.942,153.507L99.833,153.58L99.723,153.651L99.613,153.721L99.501,153.79L99.389,153.857L99.276,153.923L99.162,153.988L99.047,154.051L98.931,154.113L98.815,154.174L98.697,154.233L98.579,154.291L98.46,154.347L98.341,154.402L98.22,154.456L98.099,154.508L97.977,154.559L97.854,154.608L97.73,154.656L97.606,154.703L97.481,154.747L97.355,154.791L97.229,154.833L97.102,154.873L96.974,154.912L96.846,154.949L96.717,154.985L96.587,155.02L96.457,155.052L96.326,155.083L96.195,155.113L96.063,155.141L95.93,155.167L95.797,155.192L95.663,155.215L95.528,155.236L95.394,155.256L95.258,155.274L95.122,155.291L94.986,155.305L94.849,155.318L94.711,155.33L94.573,155.339L94.435,155.347L94.296,155.353L94.157,155.358L94.017,155.36L93.877,155.361L38.712,155.361L38.572,155.36L38.432,155.358L38.293,155.353L38.154,155.347L38.016,155.339L37.878,155.33L37.74,155.318L37.603,155.305L37.467,155.291L37.331,155.274L37.195,155.256L37.061,155.236L36.926,155.215L36.792,155.192L36.659,155.167L36.526,155.141L36.394,155.113L36.263,155.083L36.132,155.052L36.002,155.02L35.872,154.985L35.743,154.949L35.615,154.912L35.487,154.873L35.36,154.833L35.234,154.791L35.108,154.747L34.983,154.703L34.859,154.656L34.735,154.608L34.612,154.559L34.49,154.508L34.369,154.456L34.248,154.402L34.129,154.347L34.01,154.291L33.892,154.233L33.774,154.174L33.658,154.113L33.542,154.051L33.427,153.988L33.313,153.923L33.2,153.857L33.088,153.79L32.976,153.721L32.866,153.651L32.756,153.58L32.647,153.507L32.54,153.434L32.433,153.358L32.327,153.282L32.222,153.205L32.118,153.126L32.015,153.046L31.913,152.965L31.812,152.882L31.712,152.799L31.613,152.714L31.515,152.628L31.418,152.541L31.322,152.453L31.228,152.364L31.134,152.273L31.041,152.182L30.95,152.089L30.859,151.996L30.77,151.901L30.682,151.805L30.595,151.708L30.509,151.61L30.424,151.511L30.341,151.411L30.258,151.31L30.177,151.208L30.097,151.105L30.019,151.001L29.941,150.896L29.865,150.791L29.79,150.684L29.716,150.576L29.643,150.467L29.572,150.358L29.502,150.247L29.434,150.136L29.366,150.023L29.3,149.91L29.236,149.796L29.172,149.681L29.11,149.566L29.05,149.449L28.99,149.332L28.932,149.213L28.876,149.095L28.821,148.975L28.767,148.854L28.715,148.733L28.664,148.611L28.615,148.488L28.567,148.365L28.521,148.24L28.476,148.115L28.432,147.99L28.39,147.863L28.35,147.736L28.311,147.609L28.274,147.48L28.238,147.351L28.204,147.222L28.171,147.091L28.14,146.96L28.11,146.829L28.082,146.697L28.056,146.564L28.031,146.431L28.008,146.297L27.987,146.163L27.967,146.028L27.949,145.892L27.933,145.756L27.918,145.62L27.905,145.483L27.894,145.346L27.884,145.208L27.876,145.069L27.87,144.93L27.865,144.791L27.863,144.651L27.862,144.511L27.863,144.371L27.865,144.231L27.87,144.092L27.876,143.953L27.884,143.815L27.894,143.677L27.905,143.54L27.918,143.403L27.933,143.266L27.949,143.13L27.967,142.995L27.987,142.86L28.008,142.725L28.031,142.592L28.056,142.458L28.082,142.326L28.11,142.194L28.14,142.062L28.171,141.931L28.204,141.801L28.238,141.671L28.274,141.542L28.311,141.414L28.35,141.286L28.39,141.159L28.432,141.033L28.476,140.907L28.521,140.782L28.567,140.658L28.615,140.534L28.664,140.412L28.715,140.29L28.767,140.168L28.821,140.048L28.876,139.928L28.932,139.809L28.99,139.691L29.05,139.573L29.11,139.457L29.172,139.341L29.236,139.226L29.3,139.112L29.366,138.999L29.434,138.887L29.502,138.775L29.572,138.665L29.643,138.555L29.716,138.447L29.79,138.339L29.865,138.232L29.941,138.126L30.019,138.021L30.097,137.917L30.177,137.814L30.258,137.712L30.341,137.611L30.424,137.511L30.509,137.412L30.595,137.314L30.682,137.217L30.77,137.122L30.859,137.027L30.95,136.933L31.041,136.841L31.134,136.749L31.228,136.659L31.322,136.569L31.418,136.481L31.515,136.394L31.613,136.308L31.712,136.224L31.812,136.14L31.913,136.058L32.015,135.977L32.118,135.897L32.222,135.818L32.327,135.74L32.433,135.664L32.54,135.589L32.647,135.515L32.756,135.443L32.866,135.371L32.976,135.302L33.088,135.233L33.2,135.166L33.313,135.1L33.427,135.035L33.542,134.972L33.658,134.91L33.774,134.849L33.892,134.79L34.01,134.732L34.129,134.675L34.248,134.62L34.369,134.567L34.49,134.514L34.612,134.464L34.735,134.414L34.859,134.366L34.983,134.32L35.108,134.275L35.234,134.232L35.36,134.19L35.487,134.149L35.615,134.11L35.743,134.073L35.872,134.037L36.002,134.003L36.132,133.97L36.263,133.939L36.394,133.91L36.526,133.882L36.659,133.855L36.792,133.831L36.926,133.808L37.061,133.786L37.195,133.766L37.331,133.748L37.467,133.732L37.603,133.717L37.74,133.704L37.878,133.693L38.016,133.683L38.154,133.675L38.293,133.669L38.432,133.665L38.572,133.662L38.712,133.661L93.877,133.661L94.017,133.662ZM38.728,138.661L38.635,138.662L38.558,138.663L38.483,138.666L38.408,138.669L38.332,138.673L38.257,138.678L38.183,138.685L38.109,138.692L38.036,138.7L37.962,138.708L37.889,138.718L37.817,138.729L37.745,138.74L37.672,138.753L37.601,138.766L37.53,138.78L37.459,138.795L37.389,138.811L37.318,138.828L37.249,138.845L37.18,138.863L37.11,138.883L37.042,138.902L36.974,138.923L36.905,138.945L36.837,138.968L36.77,138.991L36.704,139.015L36.637,139.04L36.57,139.066L36.504,139.092L36.439,139.119L36.375,139.147L36.31,139.176L36.245,139.206L36.181,139.236L36.119,139.266L36.054,139.299L35.992,139.331L35.93,139.365L35.867,139.399L35.807,139.433L35.746,139.469L35.684,139.506L35.625,139.543L35.565,139.58L35.506,139.619L35.448,139.657L35.389,139.698L35.331,139.738L35.274,139.78L35.216,139.822L35.161,139.864L35.106,139.907L35.05,139.951L34.994,139.997L34.94,140.042L34.888,140.087L34.834,140.134L34.781,140.182L34.729,140.229L34.678,140.277L34.627,140.326L34.577,140.376L34.527,140.426L34.479,140.477L34.43,140.528L34.381,140.581L34.334,140.634L34.289,140.686L34.242,140.74L34.197,140.794L34.153,140.848L34.108,140.905L34.064,140.961L34.023,141.016L33.981,141.072L33.939,141.131L33.899,141.188L33.859,141.246L33.819,141.305L33.781,141.365L33.743,141.424L33.706,141.484L33.669,141.546L33.634,141.605L33.599,141.668L33.565,141.73L33.533,141.789L33.5,141.853L33.467,141.918L33.436,141.981L33.407,142.043L33.377,142.109L33.347,142.175L33.319,142.239L33.293,142.303L33.266,142.369L33.24,142.436L33.216,142.502L33.191,142.571L33.168,142.637L33.146,142.703L33.124,142.772L33.103,142.841L33.083,142.909L33.064,142.98L33.045,143.049L33.028,143.117L33.011,143.188L32.996,143.258L32.981,143.328L32.967,143.401L32.953,143.473L32.941,143.543L32.93,143.616L32.919,143.69L32.909,143.76L32.901,143.833L32.892,143.91L32.885,143.982L32.879,144.055L32.874,144.132L32.87,144.209L32.866,144.282L32.864,144.356L32.862,144.436L32.862,144.511L32.862,144.587L32.864,144.666L32.866,144.74L32.87,144.814L32.874,144.891L32.879,144.967L32.885,145.04L32.892,145.113L32.901,145.189L32.909,145.262L32.919,145.333L32.93,145.406L32.941,145.48L32.953,145.55L32.967,145.621L32.981,145.695L32.996,145.765L33.012,145.834L33.028,145.905L33.045,145.973L33.064,146.043L33.083,146.113L33.103,146.181L33.124,146.251L33.146,146.319L33.168,146.385L33.191,146.452L33.216,146.521L33.24,146.586L33.266,146.653L33.293,146.72L33.319,146.783L33.347,146.848L33.377,146.914L33.407,146.979L33.436,147.042L33.467,147.104L33.499,147.169L33.533,147.233L33.565,147.293L33.599,147.355L33.635,147.418L33.669,147.477L33.706,147.539L33.743,147.598L33.781,147.658L33.82,147.718L33.859,147.776L33.899,147.835L33.939,147.892L33.981,147.95L34.023,148.007L34.065,148.062L34.108,148.117L34.153,148.174L34.197,148.229L34.242,148.282L34.289,148.337L34.334,148.389L34.381,148.441L34.43,148.494L34.478,148.545L34.527,148.595L34.577,148.646L34.628,148.697L34.679,148.746L34.729,148.794L34.781,148.841L34.834,148.889L34.887,148.935L34.94,148.98L34.995,149.026L35.05,149.071L35.106,149.115L35.161,149.158L35.216,149.2L35.274,149.243L35.331,149.284L35.389,149.325L35.447,149.365L35.506,149.404L35.565,149.442L35.625,149.48L35.685,149.517L35.745,149.553L35.807,149.589L35.868,149.624L35.93,149.658L35.992,149.691L36.055,149.724L36.118,149.756L36.181,149.787L36.246,149.817L36.31,149.847L36.375,149.876L36.438,149.903L36.504,149.931L36.571,149.957L36.637,149.983L36.704,150.008L36.77,150.032L36.837,150.055L36.905,150.077L36.974,150.099L37.042,150.12L37.11,150.14L37.179,150.159L37.249,150.178L37.319,150.195L37.388,150.211L37.458,150.227L37.531,150.243L37.602,150.257L37.672,150.27L37.744,150.282L37.817,150.294L37.89,150.304L37.962,150.314L38.035,150.323L38.109,150.331L38.184,150.338L38.257,150.344L38.332,150.349L38.407,150.354L38.483,150.357L38.559,150.359L38.635,150.361L38.728,150.361L93.861,150.361L93.954,150.361L94.03,150.359L94.106,150.357L94.182,150.354L94.257,150.349L94.332,150.344L94.405,150.338L94.48,150.331L94.554,150.323L94.627,150.314L94.699,150.304L94.772,150.294L94.845,150.282L94.917,150.27L94.988,150.257L95.058,150.243L95.13,150.227L95.201,150.211L95.27,150.195L95.34,150.178L95.41,150.159L95.479,150.14L95.547,150.12L95.615,150.099L95.684,150.077L95.752,150.055L95.819,150.032L95.885,150.008L95.952,149.983L96.018,149.957L96.085,149.931L96.15,149.904L96.214,149.876L96.28,149.846L96.343,149.817L96.407,149.787L96.471,149.756L96.534,149.724L96.597,149.691L96.659,149.658L96.721,149.624L96.782,149.589L96.844,149.553L96.904,149.517L96.964,149.48L97.024,149.442L97.083,149.404L97.142,149.365L97.2,149.325L97.259,149.283L97.315,149.243L97.372,149.201L97.428,149.158L97.484,149.115L97.54,149.07L97.593,149.027L97.648,148.981L97.702,148.935L97.755,148.889L97.808,148.841L97.86,148.794L97.91,148.746L97.961,148.697L98.012,148.646L98.062,148.595L98.111,148.545L98.16,148.493L98.208,148.441L98.254,148.39L98.3,148.337L98.347,148.282L98.393,148.227L98.436,148.174L98.48,148.119L98.524,148.062L98.566,148.007L98.608,147.95L98.65,147.892L98.691,147.833L98.731,147.776L98.768,147.719L98.808,147.658L98.846,147.598L98.883,147.539L98.92,147.477L98.954,147.418L98.989,147.355L99.024,147.293L99.057,147.231L99.09,147.169L99.121,147.106L99.153,147.042L99.183,146.977L99.213,146.914L99.241,146.85L99.27,146.783L99.297,146.718L99.323,146.653L99.349,146.586L99.374,146.519L99.397,146.454L99.42,146.387L99.444,146.317L99.465,146.251L99.486,146.181L99.506,146.111L99.525,146.045L99.543,145.975L99.561,145.905L99.577,145.834L99.593,145.765L99.608,145.695L99.622,145.621L99.636,145.55L99.648,145.48L99.659,145.406L99.67,145.333L99.68,145.26L99.689,145.189L99.697,145.115L99.704,145.04L99.71,144.965L99.715,144.891L99.719,144.816L99.723,144.738L99.725,144.664L99.727,144.589L99.727,144.511L99.727,144.433L99.725,144.358L99.723,144.284L99.719,144.206L99.715,144.132L99.71,144.057L99.704,143.982L99.697,143.907L99.689,143.833L99.68,143.762L99.67,143.69L99.659,143.616L99.648,143.543L99.636,143.473L99.622,143.401L99.608,143.328L99.593,143.258L99.577,143.188L99.561,143.117L99.543,143.047L99.525,142.978L99.506,142.911L99.486,142.841L99.465,142.772L99.443,142.705L99.42,142.635L99.397,142.569L99.374,142.504L99.349,142.436L99.323,142.369L99.297,142.305L99.27,142.239L99.241,142.173L99.213,142.109L99.183,142.045L99.153,141.981L99.121,141.916L99.089,141.853L99.057,141.791L99.024,141.73L98.99,141.668L98.955,141.605L98.92,141.546L98.883,141.484L98.846,141.424L98.808,141.365L98.769,141.304L98.73,141.246L98.691,141.189L98.65,141.131L98.608,141.072L98.566,141.016L98.525,140.961L98.48,140.904L98.436,140.848L98.393,140.795L98.347,140.74L98.3,140.686L98.254,140.633L98.208,140.581L98.16,140.529L98.11,140.477L98.062,140.426L98.012,140.376L97.962,140.326L97.911,140.277L97.86,140.229L97.808,140.182L97.755,140.134L97.701,140.087L97.648,140.041L97.594,139.996L97.54,139.952L97.484,139.908L97.428,139.864L97.372,139.821L97.315,139.78L97.259,139.739L97.2,139.698L97.141,139.657L97.083,139.619L97.024,139.58L96.964,139.543L96.905,139.506L96.843,139.469L96.782,139.433L96.722,139.399L96.659,139.365L96.597,139.331L96.535,139.299L96.47,139.266L96.407,139.235L96.344,139.206L96.28,139.176L96.214,139.147L96.149,139.119L96.085,139.092L96.019,139.066L95.952,139.04L95.885,139.015L95.819,138.991L95.752,138.968L95.684,138.945L95.615,138.923L95.547,138.902L95.479,138.883L95.409,138.863L95.34,138.845L95.271,138.828L95.2,138.811L95.129,138.795L95.059,138.78L94.989,138.766L94.917,138.753L94.844,138.74L94.772,138.729L94.701,138.718L94.627,138.708L94.553,138.7L94.48,138.692L94.406,138.685L94.332,138.678L94.257,138.673L94.181,138.669L94.106,138.666L94.031,138.663L93.954,138.662L93.861,138.661L38.728,138.661Z" | |
fill="#0e334f" | |
></path> | |
<path | |
d="M86.331,152.042L86.47,152.045L86.61,152.049L86.749,152.055L86.887,152.063L87.025,152.073L87.162,152.084L87.299,152.097L87.436,152.112L87.572,152.129L87.707,152.147L87.842,152.166L87.976,152.188L88.11,152.211L88.243,152.236L88.376,152.262L88.508,152.29L88.64,152.319L88.771,152.35L88.901,152.383L89.03,152.417L89.159,152.453L89.288,152.491L89.416,152.529L89.543,152.57L89.669,152.612L89.795,152.655L89.92,152.7L90.044,152.747L90.167,152.794L90.29,152.844L90.412,152.895L90.533,152.947L90.654,153L90.774,153.055L90.893,153.112L91.011,153.17L91.128,153.229L91.245,153.29L91.361,153.352L91.475,153.415L91.589,153.48L91.703,153.546L91.815,153.613L91.926,153.682L92.037,153.752L92.146,153.823L92.255,153.895L92.363,153.969L92.47,154.044L92.576,154.121L92.681,154.198L92.785,154.277L92.888,154.357L92.99,154.438L93.091,154.52L93.191,154.604L93.289,154.688L93.387,154.774L93.484,154.861L93.58,154.95L93.675,155.039L93.769,155.129L93.861,155.221L93.953,155.313L94.043,155.407L94.132,155.502L94.221,155.598L94.308,155.695L94.393,155.792L94.478,155.891L94.562,155.991L94.644,156.092L94.725,156.194L94.805,156.297L94.884,156.401L94.961,156.506L95.038,156.612L95.113,156.719L95.187,156.827L95.259,156.935L95.33,157.045L95.4,157.156L95.469,157.267L95.536,157.379L95.602,157.492L95.667,157.607L95.73,157.721L95.792,157.837L95.853,157.954L95.912,158.071L95.97,158.189L96.026,158.308L96.082,158.428L96.135,158.548L96.187,158.67L96.238,158.792L96.288,158.915L96.335,159.038L96.382,159.162L96.427,159.287L96.47,159.413L96.512,159.539L96.552,159.666L96.591,159.794L96.629,159.922L96.665,160.051L96.699,160.181L96.731,160.311L96.763,160.442L96.792,160.574L96.82,160.706L96.846,160.839L96.871,160.972L96.894,161.106L96.916,161.24L96.935,161.375L96.953,161.51L96.97,161.646L96.985,161.783L96.998,161.92L97.009,162.057L97.019,162.195L97.026,162.333L97.033,162.472L97.037,162.612L97.04,162.751L97.041,162.891L97.04,163.032L97.037,163.171L97.033,163.311L97.026,163.449L97.019,163.588L97.009,163.726L96.998,163.863L96.985,164L96.97,164.137L96.953,164.273L96.935,164.408L96.916,164.543L96.894,164.677L96.871,164.811L96.846,164.944L96.82,165.077L96.792,165.209L96.763,165.341L96.731,165.471L96.699,165.602L96.665,165.731L96.629,165.86L96.591,165.989L96.552,166.116L96.512,166.243L96.47,166.37L96.427,166.495L96.382,166.62L96.335,166.745L96.288,166.868L96.238,166.991L96.187,167.113L96.135,167.234L96.082,167.355L96.026,167.475L95.97,167.594L95.912,167.712L95.853,167.829L95.792,167.946L95.73,168.061L95.667,168.176L95.602,168.29L95.536,168.404L95.469,168.516L95.4,168.627L95.33,168.738L95.259,168.847L95.187,168.956L95.113,169.064L95.038,169.171L94.961,169.277L94.884,169.381L94.805,169.485L94.725,169.588L94.644,169.69L94.562,169.791L94.478,169.891L94.393,169.99L94.308,170.088L94.221,170.185L94.132,170.281L94.043,170.376L93.953,170.469L93.861,170.562L93.769,170.654L93.675,170.744L93.58,170.833L93.484,170.921L93.387,171.008L93.289,171.094L93.191,171.179L93.091,171.263L92.99,171.345L92.888,171.426L92.785,171.506L92.681,171.585L92.576,171.662L92.47,171.739L92.363,171.814L92.255,171.887L92.146,171.96L92.037,172.031L91.926,172.101L91.815,172.17L91.703,172.237L91.589,172.303L91.475,172.368L91.361,172.431L91.245,172.493L91.128,172.554L91.011,172.613L90.893,172.671L90.774,172.727L90.654,172.782L90.533,172.836L90.412,172.888L90.29,172.939L90.167,172.988L90.044,173.036L89.92,173.083L89.795,173.128L89.669,173.171L89.543,173.213L89.416,173.253L89.288,173.292L89.159,173.33L89.03,173.365L88.901,173.4L88.771,173.432L88.64,173.463L88.508,173.493L88.376,173.521L88.243,173.547L88.11,173.572L87.976,173.595L87.842,173.616L87.707,173.636L87.572,173.654L87.436,173.671L87.299,173.685L87.162,173.699L87.025,173.71L86.887,173.72L86.749,173.727L86.61,173.734L86.47,173.738L86.331,173.741L86.191,173.742L46.399,173.742L46.258,173.741L46.119,173.738L45.979,173.734L45.841,173.727L45.702,173.72L45.564,173.71L45.427,173.699L45.29,173.685L45.153,173.671L45.017,173.654L44.882,173.636L44.747,173.616L44.613,173.595L44.479,173.572L44.346,173.547L44.213,173.521L44.081,173.493L43.949,173.463L43.819,173.432L43.688,173.4L43.559,173.365L43.43,173.33L43.301,173.292L43.173,173.253L43.046,173.213L42.92,173.171L42.794,173.128L42.669,173.083L42.545,173.036L42.422,172.988L42.299,172.939L42.177,172.888L42.056,172.836L41.935,172.782L41.815,172.727L41.696,172.671L41.578,172.613L41.461,172.554L41.344,172.493L41.228,172.431L41.114,172.368L41,172.303L40.886,172.237L40.774,172.17L40.663,172.101L40.552,172.031L40.443,171.96L40.334,171.887L40.226,171.814L40.119,171.739L40.013,171.662L39.908,171.585L39.804,171.506L39.701,171.426L39.599,171.345L39.498,171.263L39.399,171.179L39.3,171.094L39.202,171.008L39.105,170.921L39.009,170.833L38.914,170.744L38.82,170.654L38.728,170.562L38.636,170.469L38.546,170.376L38.457,170.281L38.368,170.185L38.281,170.088L38.196,169.99L38.111,169.891L38.027,169.791L37.945,169.69L37.864,169.588L37.784,169.485L37.705,169.381L37.628,169.277L37.551,169.171L37.476,169.064L37.402,168.956L37.33,168.847L37.259,168.738L37.189,168.627L37.12,168.516L37.053,168.404L36.987,168.29L36.922,168.176L36.859,168.061L36.797,167.946L36.736,167.829L36.677,167.712L36.619,167.594L36.563,167.475L36.507,167.355L36.454,167.234L36.402,167.113L36.351,166.991L36.301,166.868L36.254,166.745L36.207,166.62L36.162,166.495L36.119,166.37L36.077,166.243L36.037,166.116L35.998,165.989L35.96,165.86L35.924,165.731L35.89,165.602L35.858,165.471L35.826,165.341L35.797,165.209L35.769,165.077L35.743,164.944L35.718,164.811L35.695,164.677L35.674,164.543L35.654,164.408L35.636,164.273L35.619,164.137L35.604,164L35.591,163.863L35.58,163.726L35.57,163.588L35.563,163.449L35.556,163.311L35.552,163.171L35.549,163.032L35.548,162.891L35.549,162.751L35.552,162.612L35.556,162.472L35.563,162.333L35.57,162.195L35.58,162.057L35.591,161.92L35.604,161.783L35.619,161.646L35.636,161.51L35.654,161.375L35.674,161.24L35.695,161.106L35.718,160.972L35.743,160.839L35.769,160.706L35.797,160.574L35.826,160.442L35.858,160.311L35.89,160.181L35.924,160.051L35.96,159.922L35.998,159.794L36.037,159.666L36.077,159.539L36.119,159.413L36.162,159.287L36.207,159.162L36.254,159.038L36.301,158.915L36.351,158.792L36.402,158.67L36.454,158.548L36.507,158.428L36.563,158.308L36.619,158.189L36.677,158.071L36.736,157.954L36.797,157.837L36.859,157.721L36.922,157.607L36.987,157.492L37.053,157.379L37.12,157.267L37.189,157.156L37.259,157.045L37.33,156.935L37.402,156.827L37.476,156.719L37.551,156.612L37.628,156.506L37.705,156.401L37.784,156.297L37.864,156.194L37.945,156.092L38.027,155.991L38.111,155.891L38.196,155.792L38.281,155.695L38.368,155.598L38.457,155.502L38.546,155.407L38.636,155.313L38.728,155.221L38.82,155.129L38.914,155.039L39.009,154.95L39.105,154.861L39.202,154.774L39.3,154.688L39.399,154.604L39.498,154.52L39.599,154.438L39.701,154.357L39.804,154.277L39.908,154.198L40.013,154.121L40.119,154.044L40.226,153.969L40.334,153.895L40.443,153.823L40.552,153.752L40.663,153.682L40.774,153.613L40.886,153.546L41,153.48L41.114,153.415L41.228,153.352L41.344,153.29L41.461,153.229L41.578,153.17L41.696,153.112L41.815,153.055L41.935,153L42.056,152.947L42.177,152.895L42.299,152.844L42.422,152.794L42.545,152.747L42.669,152.7L42.794,152.655L42.92,152.612L43.046,152.57L43.173,152.529L43.301,152.491L43.43,152.453L43.559,152.417L43.688,152.383L43.819,152.35L43.949,152.319L44.081,152.29L44.213,152.262L44.346,152.236L44.479,152.211L44.613,152.188L44.747,152.166L44.882,152.147L45.017,152.129L45.153,152.112L45.29,152.097L45.427,152.084L45.564,152.073L45.702,152.063L45.841,152.055L45.979,152.049L46.119,152.045L46.258,152.042L46.399,152.041L86.191,152.041L86.331,152.042ZM46.416,157.041L46.322,157.042L46.244,157.043L46.169,157.046L46.095,157.049L46.02,157.053L45.943,157.059L45.87,157.065L45.795,157.072L45.721,157.08L45.65,157.088L45.575,157.098L45.502,157.109L45.431,157.121L45.359,157.133L45.288,157.146L45.217,157.16L45.146,157.175L45.075,157.191L45.005,157.208L44.935,157.225L44.866,157.244L44.796,157.263L44.728,157.283L44.659,157.304L44.592,157.325L44.526,157.347L44.455,157.372L44.389,157.395L44.324,157.42L44.257,157.445L44.192,157.472L44.125,157.499L44.06,157.527L43.996,157.556L43.932,157.585L43.868,157.616L43.804,157.647L43.742,157.678L43.678,157.712L43.616,157.745L43.555,157.778L43.493,157.814L43.432,157.849L43.371,157.886L43.31,157.923L43.253,157.959L43.192,157.999L43.132,158.039L43.075,158.078L43.018,158.119L42.961,158.16L42.903,158.202L42.847,158.244L42.791,158.288L42.737,158.331L42.682,158.376L42.626,158.423L42.574,158.467L42.522,158.513L42.469,158.561L42.416,158.609L42.364,158.658L42.312,158.708L42.263,158.756L42.215,158.805L42.165,158.857L42.115,158.91L42.067,158.962L42.021,159.014L41.976,159.064L41.929,159.12L41.882,159.177L41.839,159.229L41.796,159.283L41.751,159.34L41.709,159.396L41.668,159.452L41.625,159.512L41.584,159.569L41.546,159.626L41.506,159.685L41.467,159.745L41.43,159.803L41.394,159.863L41.356,159.925L41.32,159.988L41.287,160.046L41.252,160.109L41.218,160.171L41.185,160.235L41.153,160.299L41.123,160.36L41.093,160.423L41.064,160.487L41.034,160.554L41.006,160.619L40.979,160.684L40.952,160.75L40.926,160.817L40.902,160.882L40.879,160.947L40.854,161.02L40.832,161.086L40.811,161.151L40.79,161.222L40.77,161.29L40.751,161.357L40.733,161.427L40.715,161.498L40.698,161.57L40.682,161.639L40.668,161.708L40.653,161.783L40.64,161.854L40.628,161.922L40.616,161.995L40.606,162.068L40.596,162.142L40.587,162.214L40.579,162.286L40.572,162.363L40.566,162.44L40.56,162.514L40.556,162.586L40.553,162.662L40.55,162.739L40.549,162.813L40.548,162.891L40.549,162.97L40.55,163.044L40.553,163.121L40.556,163.197L40.56,163.268L40.566,163.343L40.572,163.42L40.579,163.497L40.587,163.569L40.596,163.64L40.605,163.714L40.616,163.788L40.628,163.861L40.64,163.929L40.653,164.001L40.668,164.074L40.682,164.144L40.698,164.213L40.715,164.285L40.733,164.356L40.751,164.426L40.769,164.492L40.79,164.561L40.811,164.633L40.832,164.697L40.854,164.763L40.879,164.835L40.902,164.9L40.926,164.965L40.952,165.032L40.979,165.099L41.006,165.164L41.034,165.228L41.064,165.296L41.093,165.36L41.123,165.422L41.153,165.484L41.186,165.549L41.218,165.611L41.252,165.674L41.286,165.736L41.319,165.794L41.357,165.858L41.394,165.92L41.43,165.979L41.468,166.038L41.506,166.098L41.546,166.157L41.584,166.214L41.625,166.271L41.668,166.33L41.709,166.387L41.751,166.443L41.795,166.499L41.838,166.553L41.882,166.607L41.93,166.664L41.976,166.718L42.021,166.769L42.068,166.821L42.115,166.872L42.165,166.925L42.215,166.977L42.264,167.027L42.313,167.076L42.364,167.125L42.415,167.173L42.468,167.221L42.523,167.271L42.575,167.317L42.626,167.36L42.681,167.406L42.737,167.452L42.791,167.495L42.847,167.539L42.903,167.581L42.96,167.622L43.018,167.664L43.075,167.705L43.133,167.744L43.192,167.784L43.252,167.823L43.312,167.86L43.372,167.898L43.432,167.934L43.491,167.968L43.554,168.004L43.616,168.038L43.678,168.071L43.742,168.104L43.804,168.136L43.868,168.167L43.932,168.198L43.997,168.228L44.06,168.256L44.125,168.283L44.192,168.311L44.256,168.337L44.324,168.363L44.391,168.388L44.457,168.412L44.524,168.435L44.592,168.458L44.659,168.479L44.727,168.5L44.798,168.52L44.866,168.539L44.935,168.558L45.005,168.575L45.075,168.592L45.146,168.608L45.216,168.622L45.288,168.637L45.359,168.65L45.431,168.662L45.504,168.674L45.575,168.684L45.648,168.694L45.723,168.703L45.797,168.711L45.87,168.718L45.943,168.724L46.018,168.729L46.093,168.734L46.169,168.737L46.246,168.739L46.322,168.741L46.414,168.742L86.175,168.742L86.267,168.741L86.343,168.739L86.42,168.737L86.496,168.734L86.571,168.729L86.645,168.724L86.719,168.718L86.792,168.711L86.866,168.703L86.941,168.694L87.014,168.684L87.085,168.674L87.158,168.662L87.23,168.65L87.301,168.637L87.373,168.622L87.443,168.608L87.514,168.592L87.584,168.575L87.654,168.558L87.724,168.539L87.791,168.52L87.861,168.5L87.93,168.479L87.998,168.458L88.065,168.435L88.131,168.412L88.198,168.388L88.267,168.363L88.333,168.337L88.398,168.311L88.463,168.284L88.527,168.256L88.593,168.227L88.658,168.197L88.721,168.167L88.784,168.136L88.847,168.104L88.911,168.071L88.973,168.038L89.035,168.004L89.096,167.969L89.158,167.933L89.217,167.898L89.277,167.86L89.339,167.822L89.397,167.784L89.454,167.746L89.512,167.706L89.573,167.663L89.631,167.621L89.686,167.581L89.742,167.539L89.796,167.496L89.852,167.452L89.908,167.406L89.961,167.362L90.015,167.315L90.068,167.269L90.122,167.221L90.174,167.173L90.223,167.126L90.274,167.078L90.326,167.026L90.376,166.976L90.425,166.925L90.473,166.874L90.519,166.823L90.568,166.769L90.615,166.715L90.661,166.662L90.705,166.609L90.751,166.553L90.795,166.497L90.836,166.445L90.88,166.387L90.923,166.328L90.963,166.274L91.003,166.216L91.045,166.155L91.083,166.098L91.12,166.041L91.16,165.977L91.197,165.917L91.232,165.858L91.268,165.797L91.303,165.736L91.337,165.674L91.37,165.611L91.403,165.549L91.434,165.487L91.466,165.422L91.497,165.357L91.526,165.293L91.555,165.228L91.583,165.164L91.61,165.099L91.637,165.032L91.661,164.969L91.687,164.9L91.711,164.832L91.734,164.766L91.757,164.697L91.779,164.629L91.798,164.564L91.819,164.492L91.839,164.423L91.856,164.356L91.874,164.285L91.891,164.213L91.907,164.144L91.921,164.074L91.935,164.004L91.949,163.932L91.962,163.857L91.973,163.785L91.984,163.714L91.993,163.644L92.002,163.569L92.01,163.493L92.017,163.42L92.023,163.346L92.028,163.272L92.033,163.197L92.036,163.121L92.039,163.044L92.04,162.966L92.041,162.891L92.04,162.817L92.039,162.739L92.036,162.662L92.033,162.586L92.028,162.511L92.023,162.437L92.017,162.363L92.01,162.29L92.002,162.214L91.993,162.139L91.984,162.068L91.973,161.998L91.962,161.926L91.949,161.85L91.936,161.779L91.921,161.708L91.907,161.639L91.891,161.57L91.874,161.498L91.856,161.427L91.839,161.36L91.819,161.29L91.798,161.219L91.779,161.154L91.757,161.086L91.734,161.016L91.711,160.95L91.687,160.882L91.661,160.814L91.637,160.75L91.61,160.684L91.583,160.619L91.555,160.554L91.526,160.49L91.497,160.426L91.466,160.36L91.434,160.296L91.404,160.235L91.37,160.171L91.337,160.109L91.302,160.046L91.268,159.985L91.233,159.925L91.197,159.865L91.16,159.806L91.12,159.743L91.083,159.685L91.045,159.628L91.003,159.567L90.963,159.509L90.923,159.455L90.88,159.396L90.836,159.338L90.795,159.285L90.75,159.229L90.706,159.174L90.662,159.122L90.614,159.067L90.568,159.014L90.52,158.96L90.472,158.908L90.424,158.857L90.376,158.807L90.327,158.758L90.275,158.706L90.223,158.657L90.173,158.609L90.121,158.561L90.069,158.515L90.016,158.469L89.961,158.421L89.907,158.376L89.852,158.331L89.796,158.287L89.742,158.244L89.686,158.202L89.63,158.161L89.573,158.12L89.512,158.077L89.455,158.038L89.397,157.999L89.338,157.96L89.279,157.923L89.218,157.886L89.158,157.85L89.095,157.813L89.034,157.778L88.973,157.745L88.911,157.712L88.847,157.678L88.784,157.646L88.721,157.616L88.658,157.586L88.594,157.557L88.527,157.527L88.463,157.499L88.398,157.472L88.332,157.445L88.267,157.42L88.2,157.395L88.133,157.371L88.063,157.347L87.998,157.325L87.93,157.304L87.86,157.282L87.793,157.263L87.724,157.244L87.654,157.225L87.584,157.208L87.514,157.191L87.443,157.175L87.371,157.16L87.301,157.146L87.23,157.133L87.158,157.12L87.087,157.109L87.014,157.098L86.939,157.088L86.868,157.08L86.794,157.072L86.719,157.065L86.645,157.059L86.569,157.053L86.494,157.049L86.42,157.046L86.345,157.043L86.267,157.042L86.173,157.041L46.416,157.041Z" | |
fill="#0e334f" | |
></path> | |
</g> | |
</svg> | |
</div> | |
<!-- CIGARETTE SVG --> | |
<div class="cigarette animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 210 169" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="white-space: preserve-spaces; background: rgba(23,84,130,0.00);" | |
> | |
<defs> | |
<clipPath id="_clip1___cigaretteicon"> | |
<path | |
d="M202.188,58.967C200.876,56.552,197.85,55.658,195.436,56.97L155.561,78.646C157.109,77.804,160.684,78.401,161.996,80.815L166.752,89.564C168.064,91.978,167.335,94.914,165.072,96.143L204.948,74.468C207.362,73.155,208.257,70.13,206.944,67.715L202.188,58.967Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip2___cigaretteicon"> | |
<path | |
d="M199.188,57.967C197.876,55.552,194.85,54.658,192.436,55.97L25.395,146.772C22.981,148.085,22.086,151.11,23.398,153.525L28.154,162.273C29.467,164.688,32.492,165.582,34.906,164.27L201.948,73.468C204.362,72.155,205.257,69.13,203.944,66.715L199.188,57.967Z" | |
></path> | |
</clipPath> | |
</defs> | |
<g> | |
<path | |
d="M204.188,60.967C202.876,58.552,199.85,57.658,197.436,58.97L30.395,149.772C27.981,151.085,27.086,154.11,28.398,156.525L33.154,165.273C34.467,167.688,37.492,168.582,39.906,167.27L206.948,76.468C209.362,75.155,210.257,72.13,208.944,69.715L204.188,60.967Z" | |
fill="#f7fff7" | |
></path> | |
<path | |
d="M204.188,60.967C202.876,58.552,199.85,57.658,197.436,58.97L157.561,80.646C159.109,79.804,162.684,80.401,163.996,82.815L168.752,91.564C170.064,93.978,169.335,96.914,167.072,98.143L206.948,76.468C209.362,75.155,210.257,72.13,208.944,69.715L204.188,60.967Z" | |
fill="#ffdf42" | |
></path> | |
<g> | |
<g clip-path="url(#_clip1___cigaretteicon)"> | |
<path | |
d="M171.542,75.394L175.271,72.06" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M183.299,78.158L187.028,74.824" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M196.411,67.58L200.14,64.246" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M186.706,83.885L190.435,80.551" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M169.47,84.525L173.199,81.191" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M188.199,66.599L191.928,63.265" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M177.285,79.493L180.88,83.408" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M163.603,74.819L167.198,78.734" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M175.068,86.3L178.663,90.215" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M183.517,56.344L187.113,60.259" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M181.199,67.072L184.794,70.987" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
<path | |
d="M191.862,70.759L195.458,74.674" | |
fill="none" | |
stroke="#0e334f" | |
stroke-opacity="0.2" | |
stroke-width="3.5px" | |
></path> | |
</g> | |
</g> | |
<g clip-path="url(#_clip2___cigaretteicon)"> | |
<path | |
d="M204.748,59.408C205.23,59.592,205.743,59.709,206.194,59.96C207.509,60.692,207.686,60.877,208.451,62.35C210.842,67.103,209.068,73.449,204.266,76.177C148.737,106.826,92.817,136.761,37.093,167.052C32.315,169.61,25.734,167.854,22.99,162.882L18.226,154.118C17.754,152.846,17.477,152.518,17.58,151.123C17.809,148.004,21.058,145.526,24.169,146.209C25.678,146.54,26.832,147.651,27.781,148.924L32.317,157.269L198.608,66.875L198.226,65.824C198.06,63.203,199.204,60.505,201.69,59.601C202.654,59.25,203.714,59.325,204.748,59.408Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
<path | |
d="M198.793,57.963C197.481,55.548,194.455,54.654,192.041,55.966L152.166,77.642C153.714,76.801,157.289,77.397,158.601,79.811L163.357,88.56C164.669,90.974,163.939,93.91,161.677,95.14L201.552,73.464C203.967,72.151,204.861,69.126,203.549,66.711L198.793,57.963Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M30.31,143.938C31.628,143.221,35.683,141.018,37.001,140.301L38.875,139.282C41.411,137.904,44.588,138.843,45.966,141.379L50.483,149.689C51.862,152.224,50.922,155.401,48.387,156.78L46.513,157.798C45.194,158.515,41.14,160.719,39.822,161.435L37.948,162.454C35.412,163.832,32.235,162.893,30.857,160.358L26.339,152.048C24.961,149.512,25.901,146.335,28.436,144.957L30.31,143.938Z" | |
fill="#eb4034" | |
></path> | |
<path | |
d="M27.008,145.733C27.239,145.608,27.475,145.501,27.715,145.414C27.919,145.26,28.137,145.12,28.368,144.994L30.242,143.975C32.777,142.597,35.955,143.536,37.333,146.072L41.85,154.382C43.228,156.917,42.289,160.094,39.753,161.473L37.879,162.491C37.648,162.617,37.412,162.723,37.172,162.811C36.968,162.965,36.75,163.105,36.519,163.231L34.645,164.249C32.11,165.628,28.932,164.688,27.554,162.153L23.037,153.843C21.659,151.308,22.598,148.13,25.134,146.752L27.008,145.733Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M34.099,147.83C32.721,145.294,29.543,144.355,27.008,145.733L25.134,146.752C22.598,148.13,21.659,151.308,23.037,153.843L27.554,162.153C28.932,164.688,32.11,165.628,34.645,164.249L36.519,163.231C39.055,161.852,39.994,158.675,38.616,156.14L34.099,147.83Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M34.099,147.83C32.721,145.294,29.543,144.355,27.008,145.733L25.134,146.752C22.598,148.13,21.659,151.308,23.037,153.843L27.554,162.153C28.932,164.688,32.11,165.628,34.645,164.249L36.519,163.231C39.055,161.852,39.994,158.675,38.616,156.14L34.099,147.83Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M198.793,57.963C197.481,55.548,194.455,54.654,192.041,55.966L25,146.768C22.585,148.081,21.691,151.106,23.003,153.521L27.759,162.269C29.071,164.684,32.097,165.578,34.511,164.266L201.552,73.464C203.967,72.151,204.861,69.126,203.549,66.711L198.793,57.963Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="300,25,10,25" | |
stroke-width="5px" | |
></path> | |
</g> | |
<path | |
id="_a0___cigaretteicon" | |
d="M28.064,2.524C37.027,7.681,39.662,20.713,39.584,35.536C39.506,50.36,30.663,59.355,26.659,63.544C19.608,70.921,13.643,79.766,13.566,94.59C13.488,109.414,19.617,123.783,26.377,123.854" | |
fill="none" | |
stroke="#a7daf2" | |
stroke-dasharray="10,15,40,25" | |
stroke-width="5px" | |
stroke-dashoffset="0" | |
transform="translate(0,-1)" | |
></path> | |
<path | |
id="_a1___cigaretteicon" | |
d="M15.5,124.5C6,114,2.886,104.433,2.941,93.885C2.996,83.338,6.923,77.041,11.565,71.788C14.2,68.805,20.021,62.4,20.076,51.852C20.132,41.304,20,35,10.5,26.5" | |
fill="none" | |
stroke="#a7daf2" | |
stroke-dasharray="40,15,10,25" | |
stroke-dashoffset="0" | |
stroke-width="5px" | |
transform="translate(0,-1)" | |
></path> | |
</svg> | |
</div> | |
</div> | |
<!-- end flex --> | |
<div class="flex-2"> | |
<!-- HOUSE SVG --> | |
<div class="house animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 496 202" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="white-space: preserve-spaces; background: rgba(23,84,130,0.00);" | |
> | |
<defs> | |
<clipPath id="_clip1___house"> | |
<path | |
d="M389.462,72.927C389.462,72.927,368.585,137.777,368.585,165.57C368.585,177.093,377.94,186.448,389.462,186.448C400.985,186.448,410.34,177.093,410.34,165.57C410.34,137.777,389.462,72.927,389.462,72.927Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip2___house"> | |
<path | |
d="M423.001,72.927C423.001,72.927,402.123,137.777,402.123,165.57C402.123,177.093,411.478,186.448,423.001,186.448C434.523,186.448,443.878,177.093,443.878,165.57C443.878,137.777,423.001,72.927,423.001,72.927Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip3___house"> | |
<path | |
d="M152.785,61.708L152.785,122.831L96.078,122.831L96.078,61.708L152.785,61.708ZM367.819,58.158L367.819,85.448L284.883,85.448L284.883,58.158L367.819,58.158Z" | |
></path> | |
</clipPath> | |
</defs> | |
<g> | |
<rect | |
width="91.034" | |
height="95.058" | |
fill="#f7fff7" | |
transform="translate(0,0) translate(90.843,55.026)" | |
></rect> | |
<path | |
d="M362.456,30.513L174.887,30.513L174.887,150.693L326.416,150.693L362.456,168.693L362.456,30.513Z" | |
fill="#f7fff7" | |
></path> | |
<rect | |
width="91.034" | |
height="95.058" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(95.905,60.088)" | |
></rect> | |
<path | |
d="M367.518,175.755L367.518,35.575L179.949,35.575L179.949,154.679" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M197.31,0.548C198.576,0.62,199.644,1.678,199.715,2.953C199.772,6.007,199.717,9.062,199.717,12.117C199.693,13.417,198.615,14.542,197.31,14.615C194.613,14.665,191.915,14.617,189.217,14.617C187.918,14.592,186.792,13.515,186.719,12.21C186.662,9.156,186.717,6.101,186.717,3.047C186.778,-0.195,192.756,0.463,197.31,0.548Z" | |
fill="#0e334f" | |
fill-rule="nonzero" | |
></path> | |
<path | |
d="M214.523,0.548C215.788,0.62,216.856,1.676,216.927,2.953C216.985,6.007,216.929,9.062,216.929,12.117C216.905,13.417,215.828,14.542,214.523,14.615C211.825,14.665,209.127,14.617,206.43,14.617C205.13,14.592,204.005,13.515,203.931,12.21C203.874,9.156,203.93,6.101,203.93,3.047C203.99,-0.195,209.968,0.463,214.523,0.548Z" | |
fill="#0e334f" | |
fill-rule="nonzero" | |
></path> | |
<path | |
d="M175.043,5.019L217.493,5.019L217.493,134.233L279.796,134.233L279.796,93.932L376.686,93.932L376.686,181.465L323.675,154.465L175.043,154.465L175.043,5.019Z" | |
fill="#ffd70d" | |
></path> | |
<path | |
d="M180.105,155.374L180.105,10.081L222.555,10.081L222.555,139.295L284.858,139.295L284.858,98.994L381.748,98.994L381.748,183.602" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M380.501,138.655L322.658,138.655" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="40,15,10,25" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M380.501,150.338L358.018,150.338" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="100,25,10,25" | |
stroke-dashoffset="50" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M180.772,92.426L213.915,92.426" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="20,10,25,15" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M285.318,116.526L318.461,116.526" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="20,10,25,15" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M180.772,104.109L203.255,104.109" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="100,25,10,25" | |
stroke-dashoffset="50" | |
stroke-width="5px" | |
></path> | |
</g> | |
<path | |
d="M389.462,72.927C389.462,72.927,368.585,137.777,368.585,165.57C368.585,177.093,377.94,186.448,389.462,186.448C400.985,186.448,410.34,177.093,410.34,165.57C410.34,137.777,389.462,72.927,389.462,72.927Z" | |
fill="#4ecdc4" | |
></path> | |
<g clip-path="url(#_clip1___house)"> | |
<path | |
d="M389.822,66.031C392.643,66.292,395.058,68.139,396.038,70.818C403.704,94.711,410.496,118.762,414.826,143.245C416.862,154.757,419.219,167.206,414.787,177.004C410.431,186.635,400.277,193.318,389.485,193.353C389.485,193.353,386.556,193.089,384.9,191.632C382.005,189.084,381.873,183.963,384.866,181.294C387.513,178.934,391.63,179.902,395.127,178.345C400.273,176.055,403.525,170.509,403.427,164.694C403.142,147.683,398.515,130.972,394.194,114.287C390.797,101.172,387.053,88.122,382.945,75.216C382.945,75.216,382.129,72.448,383.142,70.146C384.038,68.11,385.975,66.565,388.161,66.145C389.208,65.944,389.476,66.027,389.822,66.031Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
<path | |
d="M389.462,72.927C389.462,72.927,368.585,137.777,368.585,165.57C368.585,177.093,377.94,186.448,389.462,186.448C400.985,186.448,410.34,177.093,410.34,165.57C410.34,137.777,389.462,72.927,389.462,72.927Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M422.901,72.927C422.901,72.927,402.024,137.777,402.024,165.57C402.024,177.093,411.379,186.448,422.901,186.448C434.424,186.448,443.779,177.093,443.779,165.57C443.779,137.777,422.901,72.927,422.901,72.927Z" | |
fill="#4ecdc4" | |
></path> | |
<g clip-path="url(#_clip2___house)"> | |
<path | |
d="M423.36,66.031C426.181,66.292,428.596,68.139,429.576,70.818C437.242,94.711,444.034,118.762,448.364,143.245C450.4,154.757,452.757,167.206,448.325,177.004C443.969,186.635,433.815,193.318,423.023,193.353C423.023,193.353,420.094,193.089,418.438,191.632C415.543,189.084,415.411,183.963,418.404,181.294C421.051,178.934,425.168,179.902,428.665,178.345C433.811,176.055,437.063,170.509,436.965,164.694C436.68,147.683,432.053,130.972,427.732,114.287C424.335,101.172,420.591,88.122,416.483,75.216C416.483,75.216,415.667,72.448,416.68,70.146C417.576,68.11,419.513,66.565,421.699,66.145C422.746,65.944,423.014,66.027,423.36,66.031Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
<path | |
d="M422.901,72.927C422.901,72.927,402.024,137.777,402.024,165.57C402.024,177.093,411.379,186.448,422.901,186.448C434.424,186.448,443.779,177.093,443.779,165.57C443.779,137.777,422.901,72.927,422.901,72.927Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="100,25,10,25" | |
stroke-dashoffset="50" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M47.417,154.295C47.409,154.034,47.405,153.772,47.405,153.508C47.405,139.629,58.673,128.361,72.552,128.361C86.431,128.361,97.699,139.629,97.699,153.508C97.699,153.772,97.695,154.034,97.687,154.295L47.417,154.295Z" | |
fill="#4ecdc4" | |
></path> | |
<path | |
d="M47.417,154.295C47.409,154.034,47.405,153.772,47.405,153.508C47.405,139.629,58.673,128.361,72.552,128.361C86.431,128.361,97.699,139.629,97.699,153.508C97.699,153.772,97.695,154.034,97.687,154.295L47.417,154.295Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="100,25,10,25" | |
stroke-dashoffset="50" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M86.514,154.802C86.479,154.375,86.462,153.944,86.462,153.508C86.462,144.695,93.617,137.539,102.431,137.539C111.245,137.539,118.4,144.695,118.4,153.508C118.4,153.944,118.383,154.375,118.348,154.802L86.514,154.802Z" | |
fill="#4ecdc4" | |
></path> | |
<path | |
d="M86.514,154.802C86.479,154.375,86.462,153.944,86.462,153.508C86.462,144.695,93.617,137.539,102.431,137.539C111.245,137.539,118.4,144.695,118.4,153.508C118.4,153.944,118.383,154.375,118.348,154.802L86.514,154.802Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="100,25,10,25" | |
stroke-dashoffset="50" | |
stroke-width="5px" | |
></path> | |
<rect | |
width="29.52" | |
height="57.881" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(238.95,81.571)" | |
></rect> | |
<path | |
id="door-2___house" | |
display="none" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="250,25,10,25" | |
stroke-width="5px" | |
d="M0,0L29.52,-1L29.52,61.091L0,61.091Z" | |
transform="translate(0,0) translate(238.95,81.61)" | |
></path> | |
<path | |
id="door___house" | |
fill="#eb4034" | |
stroke="#0e334f" | |
stroke-dasharray="250,25,10,25" | |
stroke-width="5px" | |
d="M0,0L29.52,0L29.52,61.091L0,61.091Z" | |
transform="translate(0,0) translate(238.95,81.61)" | |
></path> | |
<path | |
id="frame___house" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="250,25,10,25" | |
stroke-width="5px" | |
d="M0,0L29.52,0L29.52,61.091L0,61.091Z" | |
transform="translate(0,0) translate(238.95,81.61)" | |
></path> | |
<path | |
id="handle___house" | |
d="M248.194,102.061L248.194,117.491" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="250,25,10,25" | |
stroke-width="5px" | |
transform="translate(13,0) translate(0,0) translate(0,0)" | |
></path> | |
<g> | |
<rect | |
width="82.935" | |
height="27.29" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(284.883,58.158)" | |
></rect> | |
<rect | |
width="56.707" | |
height="61.123" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(96.078,61.708)" | |
></rect> | |
</g> | |
<g> | |
<g clip-path="url(#_clip3___house)"> | |
<path | |
d="M361.204,50.892C365.793,51.441,368.479,57.313,365.019,61.119L226.304,199.834C225.929,200.174,225.846,200.275,225.425,200.56C221.446,203.253,214.658,199.048,216.347,193.764C216.636,192.86,217.169,192.063,217.819,191.348L356.533,52.634C358.483,50.861,358.524,50.828,361.204,50.892ZM345.319,31.216C348,31.56,348.755,32.028,350.076,32.936C354.456,35.95,355.716,42.723,352.432,47.14C352.044,47.662,351.92,47.77,351.478,48.245L212.764,186.959C211.017,188.583,210.352,188.837,209.094,189.292C203.237,191.41,195.816,186.743,195.694,180.071C195.645,177.392,196.78,174.799,198.622,172.817L337.336,34.103C338.959,32.595,340.967,31.534,343.132,31.256C344.527,31.076,344.867,31.191,345.319,31.216ZM200.61,35.13C205.199,35.679,207.885,41.551,204.424,45.357L65.71,184.072C65.335,184.413,65.252,184.513,64.831,184.798C60.841,187.498,54.059,183.3,55.753,178.002C56.042,177.098,56.575,176.301,57.225,175.586L195.939,36.872C197.889,35.099,197.93,35.066,200.61,35.13ZM184.725,15.454C187.09,15.758,187.71,16.106,188.865,16.782C193.663,19.592,195.25,26.788,191.838,31.378C191.45,31.9,191.325,32.008,190.884,32.483L52.17,171.197C47.154,175.859,37.832,174.21,35.577,167.182C34.611,164.171,35.18,160.707,37.073,158.16C37.461,157.639,37.586,157.53,38.027,157.055L176.742,18.341C178.364,16.833,180.373,15.772,182.538,15.494C183.933,15.314,184.273,15.429,184.725,15.454Z" | |
fill="#f7fff7" | |
fill-opacity="0.501961" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
</g> | |
<rect | |
width="82.935" | |
height="27.29" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(284.883,58.158)" | |
></rect> | |
<rect | |
width="56.707" | |
height="61.123" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(96.078,61.708)" | |
></rect> | |
<path | |
d="M114.284,61.708L114.284,122.831" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M133.752,61.708L133.752,122.831" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M312.147,59.51L312.147,85.26" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M339.525,59.51L339.525,85.26" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M200.987,70.178L95.905,70.178L95.905,63.596L200.987,63.596L200.987,70.178ZM367.518,50.728L179.949,50.728L179.949,43.216L367.518,43.216L367.518,50.728Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
></path> | |
<rect | |
width="120.286" | |
height="6.582" | |
fill="#0e334f" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(80.701,56.284)" | |
></rect> | |
<rect | |
width="226.676" | |
height="7.512" | |
fill="#0e334f" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(164.293,35.092)" | |
></rect> | |
<path | |
d="M2.784,154.778L325.272,154.778L388.567,187.607L492.978,187.607" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="185,25,10,25" | |
stroke-width="5px" | |
></path> | |
<g> | |
<rect | |
width="45.193" | |
height="8.74" | |
fill="#f7fff7" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(231.867,137.147)" | |
></rect> | |
<rect | |
width="57.505" | |
height="8.74" | |
fill="#f7fff7" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(225.711,146.123)" | |
></rect> | |
</g> | |
</svg> | |
</div> | |
<!-- BOOZE SVG --> | |
<div class="booze animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 210 264" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="background: rgba(23,84,130,0.00); white-space: preserve-spaces;" | |
> | |
<defs> | |
<clipPath id="ClipPath-1___booze"> | |
<path | |
d="M182.141,144.031C182.141,141.491,180.3,121.668,171.311,121.868C159.676,122.127,138.791,121.242,122.671,121.313C111.85,121.361,111.494,141.185,111.494,144.031C111.494,147.337,111.949,150.538,112.801,153.574C116.968,168.44,130.628,179.355,146.818,179.355C166.313,179.355,182.141,163.527,182.141,144.031Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip2___booze"> | |
<path | |
d="M120.166,106.889C112.291,120.989,106.013,135.742,106.013,145.322C106.013,167.639,124.132,185.758,146.449,185.758C168.767,185.758,186.886,167.639,186.886,145.322C186.886,135.742,180.504,121.047,172.732,106.889C172.067,107.069,158.367,111.072,146.035,111.287C134.719,111.485,119.904,106.823,120.166,106.889Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip3___booze"> | |
<path | |
d="M254.224,12.151L250.744,12.151L250.744,5.53C250.744,1.909,282.887,1.909,282.887,5.53L282.887,12.158L279.064,12.157L279.064,47.878C279.324,50.123,279.627,55.725,280.132,57.739C287.644,87.668,302.3,97.148,302.3,117.489C302.3,118.899,302.272,120.298,302.217,121.684C302.275,122.602,302.304,123.528,302.304,124.462L302.304,233.513C302.304,255.474,284.301,259.679,266.061,259.679C247.821,259.679,229.818,255.474,229.818,233.513L229.818,124.462C229.818,123.528,229.847,122.602,229.905,121.684C229.85,120.298,229.822,118.899,229.822,117.489C229.822,96.848,244.995,87.9,252.645,57.59C253.396,54.618,253.755,50.926,254.224,47.464L254.224,12.151Z" | |
></path> | |
</clipPath> | |
</defs> | |
<g | |
transform="translate(116.963,141.587) translate(-106.95,-138.845)" | |
> | |
<g | |
id="Wine___booze" | |
transform="translate(106.745,174.048) translate(-212.758,-176.79)" | |
> | |
<g id="Liquid___booze" clip-path="url(#ClipPath-1___booze)"> | |
<path | |
id="back___booze" | |
d="M216.737,140.776C216.737,140.776,216.912,141.935,216.912,144.019C216.912,163.514,201.084,179.342,181.588,179.342L43.823,179.342C27.634,179.342,13.974,168.428,9.806,153.562C8.955,150.526,8.5,147.325,8.5,144.019C8.5,143.559,8.515,141.81,8.515,141.81C8.515,141.81,29.2289,141.707,38.967,141.659C48.7051,141.611,57.2922,141.568,66.9438,141.52C76.5954,141.472,86.3952,141.423,96.8766,141.371C107.358,141.319,119.22,141.26,129.832,141.207C140.444,141.154,150.592,141.104,160.548,141.055C170.504,141.006,180.204,140.958,189.569,140.911C198.934,140.864,216.737,140.776,216.737,140.776Z" | |
clip-rule="evenodd" | |
fill="#7d3a41" | |
fill-rule="evenodd" | |
opacity="1" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
transform="translate(103,0) translate(0,0) translate(0,0)" | |
></path> | |
<path | |
id="front___booze" | |
d="M216.737,140.776C216.737,140.776,216.912,141.935,216.912,144.019C216.912,163.514,201.084,179.342,181.588,179.342L43.823,179.342C27.634,179.342,13.974,168.428,9.806,153.562C8.955,150.526,8.5,147.325,8.5,144.019C8.5,143.559,8,141,8,141C8,141,29.2619,141.048,39,141C48.7381,140.952,57.3484,141.048,67,141C76.6516,140.952,86.5186,141.052,97,141C107.481,140.948,119.22,141.26,129.832,141.207C140.444,141.154,150.592,141.104,160.548,141.055C170.504,141.006,180.204,140.958,189.569,140.911C198.934,140.864,216.737,140.776,216.737,140.776Z" | |
clip-rule="evenodd" | |
fill="#eb4034" | |
fill-rule="evenodd" | |
opacity="1" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
transform="translate(103,0) translate(0,0) translate(0,0)" | |
></path> | |
<path | |
id="front-2___booze" | |
d="M216.737,140.776C216.737,140.776,216.912,141.935,216.912,144.019C216.912,163.514,201.084,179.342,181.588,179.342L43.823,179.342C27.634,179.342,13.974,168.428,9.806,153.562C8.955,150.526,8.5,147.325,8.5,144.019C8.5,143.559,8.515,141.81,8.515,141.81C8.515,141.81,14.9915,135.16,28.522,135.1C42.0525,135.04,51.4455,146.987,63.304,146.723C75.1625,146.459,81.6195,135.17,97.404,135.1C113.188,135.03,120.761,146.784,132.186,146.723C143.611,146.662,150.751,135.169,166.287,135.1C181.823,135.031,191.828,146.929,201.069,146.723C210.31,146.517,216.737,140.776,216.737,140.776Z" | |
clip-rule="evenodd" | |
fill="#eb4034" | |
fill-rule="evenodd" | |
opacity="0" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
transform="translate(103,0) translate(0,0) translate(0,0)" | |
></path> | |
</g> | |
<g id="Glass___booze"> | |
<path | |
d="M149.917,187.672C149.917,185.759,148.363,184.205,146.449,184.205C144.536,184.205,142.982,185.759,142.982,187.672L142.982,243.042C142.982,244.956,144.536,246.509,146.449,246.509C148.363,246.509,149.917,244.956,149.917,243.042L149.917,187.672Z" | |
fill="none" | |
stroke="#c5d4e0" | |
stroke-width="5px" | |
></path> | |
<g> | |
<g clip-path="url(#_clip2___booze)"> | |
<path | |
d="M163.109,100.462C162.621,100.5,162.497,100.499,162.013,100.578C156.257,101.517,152.209,108.364,154.491,113.979C155.137,115.567,155.429,115.832,155.833,116.584C160.734,125.743,165.753,135.06,167.576,145.327C170.351,160.96,156.469,178.613,138.501,179.297C137.601,179.331,136.73,179.337,136.73,179.337C130.017,179.924,125.389,187.936,128.726,193.928C132.499,200.704,143.209,199.527,152.253,196.711C173.123,190.214,189.111,168.702,187.485,146.265C186.793,136.719,183.026,127.596,178.91,118.747C176.944,114.518,174.817,110.366,172.599,106.264C172.599,106.264,171.185,103.461,168.879,101.991C167.178,100.906,165.173,100.417,163.109,100.462Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
></path> | |
<path | |
d="M135.144,100.462C135.633,100.5,135.756,100.499,136.24,100.578C141.996,101.517,146.044,108.364,143.762,113.979C143.116,115.567,142.824,115.832,142.42,116.584C137.519,125.743,132.5,135.06,130.678,145.327C127.902,160.96,141.784,178.613,159.752,179.297C160.652,179.331,161.523,179.337,161.523,179.337C168.236,179.924,172.864,187.936,169.527,193.928C165.754,200.704,155.044,199.527,146.001,196.711C125.13,190.214,109.142,168.702,110.768,146.265C111.46,136.719,115.227,127.596,119.343,118.747C121.31,114.518,123.436,110.366,125.654,106.264C125.654,106.264,127.068,103.461,129.375,101.991C131.075,100.906,133.08,100.417,135.144,100.462Z" | |
fill="#f7fff7" | |
fill-opacity="0.35" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
</g> | |
<path | |
d="M120.166,106.889C112.439,121.071,106.013,135.742,106.013,145.322C106.013,167.639,124.132,185.758,146.449,185.758C168.767,185.758,186.886,167.639,186.886,145.322C186.886,135.742,180.46,121.071,172.732,106.889" | |
fill="none" | |
stroke="#c5d4e0" | |
stroke-dasharray="160,25,10,25" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M158.735,185.48C168.025,182.118,125.411,181.96,134.099,185.469C138.074,187.074,141.619,187.575,146.464,187.575C150.865,187.575,155.03,186.822,158.735,185.48Z" | |
fill="none" | |
stroke="#c5d4e0" | |
stroke-width="5px" | |
></path> | |
<ellipse | |
rx="26.012" | |
ry="3.509" | |
fill="none" | |
stroke="#c5d4e0" | |
stroke-dasharray="25,15,10,15" | |
stroke-width="5px" | |
transform="translate(0,0) translate(146.449,107.236)" | |
></ellipse> | |
<ellipse | |
rx="32.925" | |
ry="3.423" | |
fill="none" | |
stroke="#c5d4e0" | |
stroke-width="5px" | |
transform="translate(0,0) translate(146.449,249.698)" | |
></ellipse> | |
<ellipse | |
rx="12.549" | |
ry="1.42" | |
fill="none" | |
stroke="#c5d4e0" | |
stroke-width="5px" | |
transform="translate(0,0) translate(146.449,246.298)" | |
></ellipse> | |
</g> | |
</g> | |
<g id="Bottle___booze" transform="translate(-106.013,-2.742)"> | |
<path | |
d="M254.224,12.151L250.744,12.151L250.744,5.53C250.744,1.909,282.887,1.909,282.887,5.53L282.887,12.158L279.064,12.157L279.064,47.878C279.324,50.123,279.627,55.725,280.132,57.739C287.644,87.668,302.3,97.148,302.3,117.489C302.3,118.899,302.272,120.298,302.217,121.684C302.275,122.602,302.304,123.528,302.304,124.462L302.304,233.513C302.304,255.474,284.301,259.679,266.061,259.679C247.821,259.679,229.818,255.474,229.818,233.513L229.818,124.462C229.818,123.528,229.847,122.602,229.905,121.684C229.85,120.298,229.822,118.899,229.822,117.489C229.822,96.848,244.995,87.9,252.645,57.59C253.396,54.618,253.755,50.926,254.224,47.464L254.224,12.151Z" | |
fill="#154d78" | |
></path> | |
<path | |
d="M229.818,214.606C229.818,214.415,248.318,209.594,266.625,209.604C284.557,209.615,302.304,214.454,302.304,214.606L302.304,233.513C302.304,255.474,286.064,259.679,266.061,259.679C246.058,259.679,229.818,255.474,229.818,233.513L229.818,214.606Z" | |
fill="#eb4034" | |
></path> | |
<path | |
d="M229.818,214.606C229.818,214.415,248.318,209.594,266.625,209.604C284.557,209.615,302.304,214.454,302.304,214.606L302.304,233.513C302.304,255.474,286.064,259.679,266.061,259.679C246.058,259.679,229.818,255.474,229.818,233.513L229.818,214.606Z" | |
fill="#0e334f" | |
fill-opacity="0.5" | |
></path> | |
<path | |
d="M300.949,242.324C300.949,253.823,284.301,259.679,266.061,259.679C247.821,259.679,231.851,255.269,231.851,242.324C231.851,242.324,242.856,233.889,265.557,233.513C287.491,233.149,300.949,242.324,300.949,242.324Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
></path> | |
<g> | |
<g> | |
<g clip-path="url(#_clip3___booze)"> | |
<path | |
d="M260.679,53.906L266.786,53.303C266.212,61.889,263.911,70.168,261.368,78.475C255.559,97.454,252.076,101.173,250.936,120.968C250.582,127.113,251.106,217.774,251.191,247.005C251.225,250.921,251.845,255.261,255.313,257.227C259.955,259.859,270.502,259.865,275.895,260.022C277.631,260.072,279.367,260.089,281.103,260.095L282.018,260.096L284.451,260.393C289.724,262.397,293.747,267.999,291.515,273.874C290.34,276.967,287.599,279.358,284.438,280.135C283.032,280.481,281.577,280.433,280.09,280.424C267.048,280.35,252.947,279.899,243.486,269.802C237.917,263.858,235.673,255.333,235.603,247.123C235.518,217.825,235.512,122.428,235.866,118.577C236.752,108.926,239.309,102.614,249.625,84.623C254.259,76.543,260.215,61.494,260.679,53.906Z" | |
fill="#f7fff7" | |
fill-opacity="0.34" | |
fill-rule="nonzero" | |
></path> | |
<path | |
d="M284.211,28.413C284.211,24.301,282.906,20.963,278.795,20.963L253.969,20.963C249.858,20.963,249.231,24.301,249.231,28.413L249.231,43.311C249.231,47.423,249.858,50.761,253.969,50.761L279.472,50.761C283.584,50.761,284.211,47.423,284.211,43.311L284.211,28.413Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M284.211,28.413C284.211,24.301,282.906,20.963,278.795,20.963C278.795,20.963,270.774,20.963,266.636,20.963C262.499,20.963,253.969,20.963,253.969,20.963C249.858,20.963,249.231,24.301,249.231,28.413L249.231,43.311C249.231,47.423,249.858,50.761,253.969,50.761C253.969,50.761,262.321,52.116,266.571,52.116C270.822,52.116,279.472,50.761,279.472,50.761C283.584,50.761,284.211,47.423,284.211,43.311L284.211,28.413Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M257.695,204.714C257.695,210.629,252.246,213.868,247.362,215.431C241.784,217.218,229.392,217.218,224.226,215.431C219.861,213.922,216.364,210.629,216.364,204.714L216.364,154.059C216.364,148.144,219.861,144.851,224.226,143.342C229.392,141.556,241.784,141.556,247.362,143.342C252.246,144.906,257.695,148.144,257.695,154.059L257.695,204.714Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M261.762,210.136C261.762,216.051,256.313,219.29,251.429,220.854C245.851,222.64,233.459,222.64,228.293,220.854C223.928,219.344,220.431,216.051,220.431,210.136L220.431,159.481C220.431,153.566,223.928,150.273,228.293,148.764C233.459,146.978,245.851,146.978,251.429,148.764C256.313,150.328,261.762,153.566,261.762,159.481L261.762,210.136Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M243.817,80.683C250.95,83.35,253.602,93.91,249.735,104.25C245.869,114.59,236.939,120.819,229.807,118.152C222.674,115.485,220.022,104.925,223.889,94.585C227.755,84.245,236.685,78.016,243.817,80.683Z" | |
fill="#ffd70d" | |
></path> | |
<path | |
d="M245.851,84.072C252.983,86.739,255.635,97.299,251.769,107.639C247.902,117.978,238.972,124.208,231.84,121.541C224.707,118.873,222.056,108.313,225.922,97.974C229.788,87.634,238.718,81.405,245.851,84.072Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M282.669,3.329C284.121,4.091,285.594,4.875,286.674,6.093C288.295,7.924,288.929,10.355,289.23,12.835L289.23,47.314L289.196,47.009C289.48,49.736,289.539,52.444,289.986,55.192C289.994,55.238,289.999,55.287,290.01,55.332C293.307,68.416,300.115,80.059,306.234,92.725C310.357,101.259,312.65,110.549,312.438,120.084C312.432,120.371,312.424,120.658,312.416,120.945C312.413,121.04,312.41,121.135,312.407,121.231C312.401,121.415,312.374,120.841,312.437,122.534C312.456,123.105,312.467,123.676,312.471,124.248C312.539,160.675,312.471,197.102,312.471,233.529C312.432,245.622,307.148,257.56,295.766,263.826C286.728,268.802,275.964,269.828,266.079,269.846L263.645,269.554C261.627,268.793,260.986,268.76,259.333,267.301C255.034,263.506,254.85,256.043,259.306,252.081C265.214,246.829,275.45,250.544,284.258,246.834C287.944,245.281,290.939,242.056,291.748,237.929C292.02,236.538,292.124,235.12,292.137,233.704C292.255,197.2,292.353,160.695,292.137,124.192C292.131,123.562,292.108,122.932,292.069,122.303L292.058,121.293C292.191,117.847,292.178,114.39,291.434,111.05C289.437,102.093,283.929,94.235,279.955,86.216C275.102,76.425,270.602,66.003,269.526,55.347C269.324,53.355,269.195,51.362,268.998,49.361C268.98,49.182,268.98,49.183,268.96,49.005L268.897,47.878L268.897,12.835L269.193,10.402C270.071,8.085,271.299,5.841,273.288,4.468C275.301,3.078,277.791,2.742,280.289,2.742C281.082,2.938,281.876,3.133,282.669,3.329ZM312.387,121.802C312.387,121.802,312.406,121.272,312.387,121.802ZM312.389,121.469C312.389,121.469,312.425,121.953,312.377,121.257C312.372,121.186,312.385,121.398,312.389,121.469Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
</g> | |
<path | |
d="M254.224,12.829L250.744,12.151L250.744,5.53C250.744,1.909,282.887,1.909,282.887,5.53L282.887,12.158L279.064,12.835L279.064,47.878C279.324,50.123,279.627,55.725,280.132,57.739C287.644,87.668,302.3,97.148,302.3,117.489C302.3,118.899,302.272,120.298,302.217,121.684C302.275,122.602,302.304,123.528,302.304,124.462L302.304,233.513C302.304,255.474,284.301,259.679,266.061,259.679C247.821,259.679,229.818,255.474,229.818,233.513L229.818,124.462C229.818,123.528,229.847,122.602,229.905,121.684C229.85,120.298,229.822,118.899,229.822,117.489C229.822,96.848,244.995,87.9,252.645,57.59C253.396,54.618,253.755,50.926,254.224,47.464L254.224,12.829Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="500,25,10,25" | |
stroke-dashoffset="375" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M282.887,12.158C282.887,12.158,272.248,12.156,266.891,12.154C261.534,12.153,250.744,12.151,250.744,12.151" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="250,25,10,25" | |
stroke-width="5px" | |
></path> | |
</g> | |
</g> | |
</g> | |
</svg> | |
</div> | |
<!-- MORTARBOARD SVG --> | |
<div class="mortarboard animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 291 214" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="white-space: preserve-spaces; background: rgba(23,84,130,0.00);" | |
> | |
<defs> | |
<clipPath id="_clip1___mortarboard"> | |
<path | |
d="M219.32,63.937C219.32,63.937,218.372,76.172,217.359,89.26C215.866,108.544,203.384,125.238,185.309,132.124C175.787,135.792,165.52,139.683,157.047,142.728C147.13,146.292,137.048,146.741,127.304,142.728C118.698,139.184,108.329,135.143,98.758,131.486C80.81,124.541,68.442,107.909,66.956,88.722C65.953,75.839,65.031,63.937,65.031,63.937L219.32,63.937Z" | |
></path> | |
</clipPath> | |
<clipPath id="_clip2___mortarboard"> | |
<path | |
d="M141.352,8.858L282.372,58.401L141.352,107.945L0.332,58.401L141.352,8.858Z" | |
></path> | |
</clipPath> | |
</defs> | |
<path | |
d="M219.32,63.937C219.32,63.937,218.372,76.172,217.359,89.26C215.866,108.544,203.384,125.238,185.309,132.124C175.787,135.792,165.52,139.683,157.047,142.728C147.13,146.292,137.048,146.741,127.304,142.728C118.698,139.184,108.329,135.143,98.758,131.486C80.81,124.541,68.442,107.909,66.956,88.722C65.953,75.839,65.031,63.937,65.031,63.937L219.32,63.937Z" | |
fill="#4ecdc4" | |
></path> | |
<path | |
d="M219.32,63.937C219.32,63.937,218.372,76.172,217.359,89.26C215.866,108.544,203.384,125.238,185.309,132.124C175.787,135.792,165.52,139.683,157.047,142.728C147.13,146.292,137.048,146.741,127.304,142.728C118.698,139.184,108.329,135.143,98.758,131.486C80.81,124.541,68.442,107.909,66.956,88.722C65.953,75.839,65.031,63.937,65.031,63.937L219.32,63.937Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
></path> | |
<path | |
d="M223.693,68.311C223.693,68.311,222.758,80.199,221.752,92.99C220.233,112.297,207.702,128.991,189.586,135.839C179.986,139.542,169.701,143.405,161.42,146.227C151.446,149.626,141.497,150.051,131.677,146.227C122.647,142.71,112.475,138.79,103.205,135.233C85.225,128.318,72.817,111.69,71.306,92.486C70.315,79.889,69.404,68.311,69.404,68.311L223.693,68.311Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<g clip-path="url(#_clip1___mortarboard)"> | |
<path | |
d="M215.747,50.227C217.586,50.422,218.085,50.628,219.044,51.037C222.702,52.599,225.295,56.381,225.415,60.377C225.43,60.883,225.413,61.009,225.387,61.513C224.678,70.528,223.989,79.544,223.259,88.557C221.502,109.001,207.568,127.634,188.041,134.911C177.631,138.738,167.26,142.72,157.583,147.872C157.583,147.872,152.443,150.067,148.26,148.14C141.679,145.11,140.162,134.41,146.745,129.93C149.502,128.054,152.526,126.859,155.486,125.48C163.812,121.604,172.392,118.385,181.041,115.117C192.737,110.637,201.329,99.3,202.353,86.649L204.46,59.867C204.655,58.028,204.861,57.528,205.271,56.569C206.758,53.085,210.247,50.551,214.043,50.232C215.141,50.139,215.397,50.209,215.747,50.227Z" | |
fill="#0e334f" | |
fill-opacity="0.301961" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
<path | |
d="M141.352,8.858L282.372,58.401L141.352,107.945L0.332,58.401L141.352,8.858Z" | |
fill="#4ecdc4" | |
></path> | |
<g> | |
<g clip-path="url(#_clip2___mortarboard)"> | |
<path | |
d="M38.293,76.321L199.329,13.428" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-opacity="0.3" | |
stroke-width="25px" | |
></path> | |
<path | |
d="M62.642,95.814L223.678,32.921" | |
fill="none" | |
stroke="#f7fff7" | |
stroke-opacity="0.3" | |
stroke-width="13px" | |
></path> | |
</g> | |
</g> | |
<path | |
d="M146.6,13.231L287.62,62.775L146.6,112.318L5.58,62.775L146.6,13.231Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="200,25,10,25" | |
stroke-dashoffset="400" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M287.62,69.772L146.6,119.315L5.58,69.772" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="500,25,10,25" | |
stroke-dashoffset="450" | |
stroke-width="5px" | |
></path> | |
<ellipse | |
rx="12.015" | |
ry="6.99" | |
fill="#ffd70d" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(0,0) translate(146.6,62.775)" | |
></ellipse> | |
<path | |
id="_a0___mortarboard" | |
d="M146.011,63.029C146.011,63.029,245.862,77.127,245.921,77.127C245.98,77.127,245.921,165.328,245.921,165.328" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="7.5px" | |
></path> | |
<g | |
id="tassle___mortarboard" | |
transform="translate(246.405,187.06) translate(0,0) translate(-10.284,-24.224)" | |
> | |
<path | |
d="M253.117,211.284L239.287,211.284L242.745,179.858L249.66,179.858L253.117,211.284Z" | |
fill="#ffd70d" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(-236.121,-162.836)" | |
></path> | |
<ellipse | |
rx="10.284" | |
ry="10.284" | |
fill="#eb4034" | |
stroke="#0e334f" | |
stroke-width="5px" | |
transform="translate(-236.121,-162.836) translate(246.405,173.12)" | |
></ellipse> | |
</g> | |
</svg> | |
</div> | |
<!-- NOTEPAD SVG --> | |
<div class="notepad animated-icon"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100%" | |
height="100%" | |
viewBox="0 0 307 243.4578" | |
clip-rule="evenodd" | |
fill-rule="evenodd" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-miterlimit="1.5" | |
style="background: rgba(23,84,130,0.00); white-space: preserve-spaces;" | |
> | |
<defs> | |
<clipPath id="_clip1___notepad"> | |
<path | |
d="M118.498,21.234C118.498,13.283,112.043,6.828,104.092,6.828L20.657,6.828C12.706,6.828,6.251,13.283,6.251,21.234L6.251,157.4C6.251,165.351,12.706,171.806,20.657,171.806L104.092,171.806C112.043,171.806,118.498,165.351,118.498,157.4L118.498,21.234Z" | |
></path> | |
</clipPath> | |
<clipPath id="ClipPath-1___notepad"> | |
<rect | |
id="_a0___notepad" | |
width="10" | |
height="26" | |
stroke="#000000" | |
stroke-opacity="1" | |
fill="none" | |
stroke-width="5" | |
stroke-miterlimit="1.5" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
transform="translate(234.5,69.5) translate(-97,-13)" | |
></rect> | |
</clipPath> | |
</defs> | |
<g id="pad___notepad" transform="translate(0.000444,59.0005)"> | |
<path | |
d="M118.498,20.234C118.498,12.283,112.043,5.828,104.092,5.828L20.657,5.828C12.706,5.828,6.251,12.283,6.251,20.234L6.251,156.4C6.251,164.351,12.706,170.806,20.657,170.806L104.092,170.806C112.043,170.806,118.498,164.351,118.498,156.4L118.498,20.234Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M6.251,148.457L6.251,137.447L118.498,25.2L118.498,42.171L13.184,147.484C11.925,148.639,11.421,148.789,10.495,149.037C9.064,149.421,7.547,149.158,6.251,148.457ZM104.092,6.828C109.119,6.828,113.547,9.408,116.125,13.314L6.251,123.187L6.251,94.903L94.327,6.828L104.092,6.828Z" | |
fill="#f7fff7" | |
fill-opacity="0.501961" | |
fill-rule="nonzero" | |
></path> | |
<g> | |
<g clip-path="url(#_clip1___notepad)"> | |
<path | |
d="M102.047,0.851C102.738,0.925,102.914,0.926,103.594,1.074C111.321,2.755,115.114,14.262,108.437,20.048C106.467,21.754,103.896,22.628,101.266,22.722C76.05,22.722,50.834,22.722,25.618,22.722C23.779,22.722,22.163,24.335,22.146,26.158C22.146,26.158,22.146,154.574,22.146,154.574L22.118,155.355C21.578,160.373,17.669,164.706,12.754,165.412C7.114,166.223,1.186,161.892,0.358,156.132C0.259,155.444,0.271,155.268,0.247,154.574C0.247,111.72,0.093,68.867,0.247,26.013C0.372,12.961,11.635,0.865,25.586,0.823L101.266,0.823C101.527,0.833,101.787,0.842,102.047,0.851Z" | |
fill="#f7fff7" | |
fill-opacity="0.34" | |
fill-rule="nonzero" | |
></path> | |
<path | |
d="M120.814,21.704C121.505,21.779,121.681,21.779,122.361,21.927C127.18,22.975,130.8,27.52,130.983,32.626C130.983,75.479,131.136,118.333,130.982,161.187C130.857,174.215,119.639,186.335,105.644,186.377L29.963,186.377C23.648,186.151,18.209,180.239,19.125,173.869C19.793,169.22,23.747,165.259,28.405,164.589C29.093,164.49,29.269,164.502,29.963,164.478C55.179,164.478,80.395,164.478,105.611,164.478C107.444,164.478,109.066,162.931,109.084,161.042C109.084,161.042,109.084,32.626,109.084,32.626L109.112,31.845C109.652,26.824,113.514,22.501,118.475,21.788C119.965,21.574,120.33,21.687,120.814,21.704Z" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
fill-rule="nonzero" | |
></path> | |
</g> | |
</g> | |
<path | |
d="M123.443,26.179C123.443,18.228,116.988,11.773,109.037,11.773L25.602,11.773C17.651,11.773,11.196,18.228,11.196,26.179L11.196,162.345C11.196,170.295,17.651,176.751,25.602,176.751L109.037,176.751C116.988,176.751,123.443,170.295,123.443,162.345L123.443,26.179Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="400,25,10,25" | |
stroke-dashoffset="300" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M240.896,20.234C240.896,12.283,234.441,5.828,226.49,5.828L143.055,5.828C135.104,5.828,128.649,12.283,128.649,20.234L128.649,156.4C128.649,164.351,135.104,170.806,143.055,170.806L226.49,170.806C234.441,170.806,240.896,164.351,240.896,156.4L240.896,20.234Z" | |
fill="#a7daf2" | |
></path> | |
<path | |
d="M245.841,26.179C245.841,18.228,239.386,11.773,231.435,11.773L148,11.773C140.049,11.773,133.594,18.228,133.594,26.179L133.594,162.345C133.594,170.295,140.049,176.751,148,176.751L231.435,176.751C239.386,176.751,245.841,170.295,245.841,162.345L245.841,26.179Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="500,25,10,25" | |
stroke-dashoffset="100" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M240.248,22.893C240.248,15.747,234.446,9.944,227.299,9.944L152.301,9.944C145.154,9.944,139.352,15.747,139.352,22.893L139.352,153.062C139.352,160.208,145.154,166.011,152.301,166.011L227.299,166.011C234.446,166.011,240.248,160.208,240.248,153.062L240.248,22.893Z" | |
fill="#f7fff7" | |
></path> | |
<g> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(145.495,48.078)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
transform="translate(0,0) translate(145.495,48.078)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#175482" | |
transform="translate(0,0) translate(115.17,48.078)" | |
></ellipse> | |
<path | |
d="M115.227,47.853C115.227,39.505,122.005,32.727,130.352,32.727C138.7,32.727,145.478,39.505,145.478,47.853" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="600,30,12,30" | |
stroke-width="6px" | |
></path> | |
</g> | |
<g> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(145.495,70.948)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
transform="translate(0,0) translate(145.495,70.948)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#175482" | |
transform="translate(0,0) translate(115.17,70.948)" | |
></ellipse> | |
<path | |
d="M115.227,70.722C115.227,62.374,122.005,55.597,130.352,55.597C138.7,55.597,145.478,62.374,145.478,70.722" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="600,30,12,30" | |
stroke-width="6px" | |
></path> | |
</g> | |
<g> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(145.495,93.817)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
transform="translate(0,0) translate(145.495,93.817)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#175482" | |
transform="translate(0,0) translate(115.17,93.817)" | |
></ellipse> | |
<path | |
d="M115.227,93.592C115.227,85.244,122.005,78.466,130.352,78.466C138.7,78.466,145.478,85.244,145.478,93.592" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="600,30,12,30" | |
stroke-width="6px" | |
></path> | |
</g> | |
<g> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(145.495,116.686)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
transform="translate(0,0) translate(145.495,116.686)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#175482" | |
transform="translate(0,0) translate(115.17,116.686)" | |
></ellipse> | |
<path | |
d="M115.227,116.461C115.227,108.113,122.005,101.335,130.352,101.335C138.7,101.335,145.478,108.113,145.478,116.461" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="600,30,12,30" | |
stroke-width="6px" | |
></path> | |
</g> | |
<g> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#a7daf2" | |
transform="translate(0,0) translate(145.495,139.556)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#0e334f" | |
fill-opacity="0.2" | |
transform="translate(0,0) translate(145.495,139.556)" | |
></ellipse> | |
<ellipse | |
rx="4.002" | |
ry="4.002" | |
fill="#175482" | |
transform="translate(0,0) translate(115.17,139.556)" | |
></ellipse> | |
<path | |
d="M115.227,139.33C115.227,130.982,122.005,124.205,130.352,124.205C138.7,124.205,145.478,130.982,145.478,139.33" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="600,30,12,30" | |
stroke-width="6px" | |
></path> | |
</g> | |
<g id="text___notepad"> | |
<path | |
d="M158.07,29.076L221.122,29.076" | |
fill="none" | |
stroke="#eb4034" | |
stroke-dasharray="20,10,25,15" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M158.07,36.927L221.122,36.927" | |
fill="none" | |
stroke="#eb4034" | |
stroke-dasharray="40,15,10,25" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M158.07,56.619L221.122,56.619" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="10,15,40,25" | |
stroke-opacity="0.5" | |
stroke-width="5px" | |
></path> | |
</g> | |
</g> | |
<path | |
id="line___notepad" | |
d="M158.07,78.339L221.122,78.339" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="40,15,10,25" | |
stroke-opacity="0.5" | |
stroke-width="5px" | |
opacity="1" | |
clip-path="url(#ClipPath-1___notepad)" | |
transform="translate(0.000444,59.0005)" | |
></path> | |
<g | |
id="pen___notepad" | |
transform="translate(80.4234,193.481) translate(0,0) skewY(-20) translate(-80.423,-134.481)" | |
> | |
<path | |
d="M58.067,137.993C61.988,139.53,66.42,137.594,67.957,133.673C69.494,129.751,67.558,125.32,63.637,123.783C54.665,119.053,39.992,111.568,37.364,108.276C34.736,104.984,35.276,100.178,38.567,97.55C41.859,94.923,46.665,95.462,49.293,98.754" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="500,25,10,25" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M29.231,70.35L38.962,82.541" | |
fill="none" | |
stroke="#eb4034" | |
stroke-linejoin="miter" | |
stroke-width="6px" | |
></path> | |
<path | |
d="M121.883,186.421L131.615,198.612" | |
fill="none" | |
stroke="#0e334f" | |
stroke-linejoin="miter" | |
stroke-width="6px" | |
></path> | |
<path | |
d="M115.588,186.121C115.186,185.841,114.818,185.5,114.497,185.098L36.965,87.969C35.177,85.73,35.167,69.077,36.955,71.316L122.61,178.621C122.931,179.023,123.183,179.458,123.366,179.912C123.753,180.186,124.108,180.518,124.418,180.907C126.185,183.12,127.997,188.01,129.245,191.871C129.584,192.771,129.305,193.787,128.553,194.387C127.802,194.987,126.749,195.034,125.946,194.504C122.459,192.431,118.091,189.58,116.325,187.367C116.015,186.979,115.769,186.559,115.588,186.121Z" | |
fill="#ffd70d" | |
></path> | |
<path | |
d="M104.879,171.31L111.886,165.717" | |
fill="none" | |
stroke="#0e334f" | |
stroke-width="5px" | |
></path> | |
<path | |
d="M115.588,186.121C115.186,185.841,114.818,185.5,114.497,185.098L36.965,87.969C35.177,85.73,35.167,69.077,36.955,71.316L122.61,178.621C122.931,179.023,123.183,179.458,123.366,179.912C123.753,180.186,124.108,180.518,124.418,180.907C126.185,183.12,127.997,188.01,129.245,191.871C129.584,192.771,129.305,193.787,128.553,194.387C127.802,194.987,126.749,195.034,125.946,194.504C122.459,192.431,118.091,189.58,116.325,187.367C116.015,186.979,115.769,186.559,115.588,186.121Z" | |
fill="none" | |
stroke="#0e334f" | |
stroke-dasharray="275,25,10,25" | |
stroke-dashoffset="400" | |
stroke-width="5px" | |
></path> | |
</g> | |
</svg> | |
</div> | |
</div> | |
<!-- end flex-2 --> | |
</div> | |
</a> | |
<script src="./thumbnail-animations.js"></script> | |
<script src="./keyshape.min.js"></script> | |
<script> | |
(function(linkParamURLDelimiter, locationURL) { | |
var linkURL; | |
if (locationURL.indexOf(linkParamURLDelimiter) > -1) { | |
linkURL = locationURL.split(linkParamURLDelimiter)[1].split("&")[0]; | |
link.href = linkURL; | |
} | |
})("originalLinkTarget=", String(window.location)); | |
// Get elemenets | |
var nappyEl = document.querySelector(".nappy"); | |
var ringEl = document.querySelector(".ring"); | |
var heartEl = document.querySelector(".heart"); | |
var powerEl = document.querySelector(".power"); | |
var cigaretteEl = document.querySelector(".cigarette"); | |
var houseEl = document.querySelector(".house"); | |
var boozeEl = document.querySelector(".booze"); | |
var mortarboardEl = document.querySelector(".mortarboard"); | |
var notepadEl = document.querySelector(".notepad"); | |
// Get original aspect ratios | |
var nappyRatio = nappyEl.getBoundingClientRect().height / nappyEl.getBoundingClientRect().width; | |
var ringRatio = ringEl.getBoundingClientRect().height / ringEl.getBoundingClientRect().width; | |
var heartRatio = heartEl.getBoundingClientRect().height / heartEl.getBoundingClientRect().width; | |
var powerRatio = powerEl.getBoundingClientRect().height / powerEl.getBoundingClientRect().width; | |
var cigaretteRatio = cigaretteEl.getBoundingClientRect().height / cigaretteEl.getBoundingClientRect().width; | |
var houseRatio = houseEl.getBoundingClientRect().height / houseEl.getBoundingClientRect().width; | |
var boozeRatio = boozeEl.getBoundingClientRect().height / boozeEl.getBoundingClientRect().width; | |
var mortarboardRatio = mortarboardEl.getBoundingClientRect().height / mortarboardEl.getBoundingClientRect().width; | |
var notepadRatio = notepadEl.getBoundingClientRect().height / notepadEl.getBoundingClientRect().width; | |
function setDimensions() { | |
[].slice | |
.call(document.querySelectorAll("video")) | |
.forEach(function(video) { | |
video.setAttribute("width", window.innerWidth); | |
video.setAttribute("height", window.innerHeight); | |
}); | |
// Keep aspect ratio on small devices | |
nappyEl.style.height = nappyEl.getBoundingClientRect().width * nappyRatio + "px"; | |
ringEl.style.height = ringEl.getBoundingClientRect().width * ringRatio + "px"; | |
heartEl.style.height = heartEl.getBoundingClientRect().width * heartRatio + "px"; | |
powerEl.style.height = powerEl.getBoundingClientRect().width * powerRatio + "px"; | |
cigaretteEl.style.height = cigaretteEl.getBoundingClientRect().width * cigaretteRatio + "px"; | |
houseEl.style.height = houseEl.getBoundingClientRect().width * houseRatio + "px"; | |
boozeEl.style.height = boozeEl.getBoundingClientRect().width * boozeRatio + "px"; | |
mortarboardEl.style.height = mortarboardEl.getBoundingClientRect().width * mortarboardRatio + "px"; | |
notepadEl.style.height = notepadEl.getBoundingClientRect().width * notepadRatio + "px"; | |
} | |
setDimensions(); | |
window.addEventListener("resize", setDimensions); | |
// Actually animate the svgs | |
nappy(KeyshapeJS, "___nappy"); | |
ring(KeyshapeJS, "___ring"); | |
heart(KeyshapeJS, "___heart"); | |
power(KeyshapeJS, "___powericon"); | |
cigarette(KeyshapeJS, "___cigaretteicon"); | |
house(KeyshapeJS, "___house"); | |
booze(KeyshapeJS, "___booze"); | |
mortarboard(KeyshapeJS, "___mortarboard"); | |
notepad(KeyshapeJS, "___notepad"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment