/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

 
#footer-bottom, #main-footer {
	display:none;
}

/* Animació ones home */

.animated-wave {
    animation-name: infiniteScroll;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes infiniteScroll {
  from {transform: translateY(0) }
  to {transform: translateY(702px);} 
}

.animated-img {
	line-height: 0;
}

.animated-wave2 {
    animation-name: infiniteScroll;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes infiniteScroll {
  from {transform: translateY(0) }
  to {transform: translateY(702px);}
}

.animated-img {
	line-height: 0;
}

/* Animació text */

 .animated-text {
    animation-name: spin;
    animation-duration: 55s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.spin {
  animation: spin 2s linear infinite;
}

/* Fons cercle */

.circle-background svg {
	width: 100%;
}
/* Animació globo */

.animated-globo {
    animation-name: globo;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes globo {
  0%{
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-30deg);
  }
	67% {
    transform: rotate(-10deg);
  }
	85% {
    transform: rotate(-20deg);
  }
	100% {
    transform: rotate(0deg);
  }
	
}
.rotating {
  animation: globo 2s linear infinite;
}

.animated-img {
	line-height: 0;
}
/* ona horitzontal*/

/* ① Ventana */
.wave-wrapper{
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden; 
}
/* ② Pista desplazable */
.wave-track{
  display: flex;
  width: 200%;
  animation: scroll-x 10s linear infinite;
  will-change: transform;
}
/* ③ Svg individual */
.wave-svg{
  flex: 0 0 50%;         /* cada ola ocupa justo la mitad de la pista   */
  height: 100%;
}
@keyframes scroll-x{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); } 
} 
#et-main-area {
	overflow:hidden;
}

.mobile_menu_bar.et_pb_header_toggle {
	width: 50px;
}
/*-------------------------------------------------------------------------------------*/

.mobile_menu_bar.et_pb_header_toggle {
	width: 50px;
}

.mobile_menu_bar::before {
	content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
	background: url(/wp-content/uploads/2025/06/icon-menu-icecream.png) center no-repeat;
	background-size: contain;
}

.mobile_menu_bar.has-dark-background::before {
	background: url(/wp-content/uploads/2025/06/icon-menu-icecream-blanco.png) center no-repeat;
	background-size: contain;	
}

.mobile_menu_bar.hamb-normal::before {
	background: url(/wp-content/uploads/2025/06/icon-menu-icecream.png) center no-repeat;
	background-size: contain;	
}
/*.mobile_menu_bar::before {
	content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
	background: url(/wp-content/uploads/2025/06/icon-menu-icecream.png) center no-repeat;
	background-size: contain;
}

.mobile_menu_bar.has-dark-background::before {
	background: url(/wp-content/uploads/2025/06/icon-menu-icecream-blanco.png) center no-repeat;
	background-size: contain;
}
/*-------------------------------------------------------------------------------------*/
.heroNosotros {
	position: relative;
	background-color: rgba(37, 139, 150, 100);
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caixaHero {
	position: relative;
	background-color: rgba(249, 240, 222, 100);
	height: 70vh;
	width: 90vw;
	border-radius: 24px;
	overflow: hidden;
}

#verdeHero,
#rosaHero {
	position: absolute;
	height: 60vh;
	aspect-ratio: 1;
	top: 5vh;
}

#verdeHero svg,
#rosaHero svg {
	width: 100%;
	height: 100%;
}

#verdeHero svg path,
#rosaHero svg path {
	transition: all 0.15s ease-in;
}

#verdeHero {
	left: -30vh;
}

#rosaHero {
	right: -30vh;
}

.rose-line {
	color: #f99292;
}

.green-line {
	color: #95ba78;
}

.green-text {
	color: #258b96;
}

.green-fill svg path {
	fill: #258b96;
}

.caixaTxtHero {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.textHero {
	font-size: 4.8em; 
	line-height: 1;
	font-family: 'Baloo 2', sans-serif;
	font-weight: bold;
	text-align: right;
	padding: 0;
	margin: 0;
}


.infoIce {
	position: relative;
	background-color: rgba(37, 139, 150, 100);
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.h1 {
	font-family: 'Baloo 2', sans-serif;
	font-weight: bold;
	font-size: 5vw;
	
}

#titolIce {
	color: rgba(249, 240, 222, 100);
	padding: 15;
	
}

.cosTxt {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	font-size: 2vw;
	font-size: 4vw;
	line-height: 1.3;
}
.cosTxt1 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	font-size: 2vw;
	line-height: 1.3;
}

.caixaTxtIce {
	height: auto;
	width: 40vw;
}

#descIce {
	
	color: rgba(249, 240, 222, 100);
	padding: 0;
	margin: 0;
}

.experiencia {
	position: relative;
	display: flex;
	justify-content: center;
	background-color: transparent;
	height: 75vw;
	width: 100vw;
}

.rodona {
	position: absolute;
	flex-shrink:0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(249, 240, 222, 100);
	border-radius: 50%;
	height: 150vw;
	width: 150vw;
	flex-direction: column;
	overflow:visible;
}

#exp40 {
	width: auto;
	font-size: 6.5vw;
	color: rgba(37, 139, 150, 100);
	margin: 0;
	padding: 0;
}

.percent {
	position: relative;
	flex-direction: column;
	height: auto;
	width: 100vw;
	display: flex;

}
.caixaTxtExp {
	position: relative;
	flex-direction: column;
	height: auto;
	width: 100vw;
	display: flex;

	align-items: center;
	z-index: 10;
}

#txtExp {
	padding: 0;
	margin: 0;
	font-size: 3.4vw;
	color: rgba(37, 139, 150, 100);
}

#descExp {
	height: auto;
	/*width: 90vw;*/
	color: rgba(37, 139, 150, 100);
	/*font-size: 4vw;*/
	z-index: 10;
	position: relative;
}

.titolExp {
	z-index: 10;
	margin: 20vw;
}

#baseInd {
	font-size: 7vw;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 100vw;
	z-index: 11;
	margin-top: 20vw;
}

.txtBaseInd {
	margin: 0;
	padding: 0;
}

#finalRodona {
	position: absolute;
	background: red;
	border-radius: 50%;
	height: 150vw;
	width: 150vw;
}

.caixaFinalRodona {
	z-index: 30;
	position: relative;
	background-color: aliceblue;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	border: 1px solid;
}

.natural {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background-color: rgba(249, 216, 146, 100);
	/*    z-index: -1*/
}
.fonsGroc {
	position: relative;
	height: 75vw;
	width: 100vw;
	background-color: rgba(249, 216, 146, 100);
	z-index: -1;
}

.caixaTxtNatural {
	position: relative;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90vw;
	color: rgba(37, 139, 150, 100);
	/*font-size: 6vh;*/
	z-index: 90;
}

#descNatural {
	height: auto;
	/*width: 90vw;*/
	color: rgba(37, 139, 150, 100);
	/*font-size: 4vw;*/
	z-index: 90;
}

#blancaIce {
	position: absolute;
	height: 10vw;
	left: 10vw;
	opacity: 0.5;
}

.tachado {
	height: 1vw;
	width: 0%;
	background-color: red;

	transform-origin: left center;
	border-radius: 0.5vw;
}

#industrial {
	opacity: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3vw;
}

.caixaInd {
	width: 90vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#propia {
	color: rgba(37, 139, 150, 100);
	position: absolute;
	top: 10vw;
	transform: rotate(-8deg) translate(1vw);
}

.leche {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(249, 240, 222, 1);
	width: 100vw;
	height: 130vh;
	/*z-index: -11;*/
	margin-bottom:-4vw;
}

.lecheDrop {
	height: 0%;
	width: 10vw;
	background-color: rgba(249, 240, 222, 100);
	transform-origin: top center;
	border-radius: 5vw;
}

.caixaLecheDrop {
	height: 150vh;
	width: 20vw;
	/*    background-color: red;*/
	position: absolute;
	display: flex;
	justify-content: center;
	top: -20vw;
	left: 75vw;
}


.caixaTachado {
	height: 2vh;
	width: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.star {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 900;
	height: auto;
	width: auto;
	transform-origin: center center;
	transform: rotate(20deg);
}

.estrella {
	height: 20vw;
	width: auto;
	transform-origin: center center;
	
}

.textStar {
	position: absolute;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 3vw;
	font-family: 'Baloo 2', sans-serif;
	font-weight: bold;
	height: 10vw;
	width: 10vw;
}

span {
}

.saborNat {
	color: rgba(249, 216, 146, 100);
	margin: 0;
	padding: 0;
	line-height: 1.3
}
.percent-sign {
  	opacity: 0;
  	transition: opacity 0.3s ease;
	font-family: "Baloo 2", serif;
	font-size:90px !important;
	color: #258b96;
	font-weight: bold;
}
.percent-value {
	font-family: "Baloo 2", serif;
	font-size:90px !important;
	color: #258b96;
	font-weight: bold;
}

.titleporcentage {
	font-family: "Baloo 2", serif;
	font-size:60px !important;
	color: #258b96;
}
/*-------------------section-sabores-------------------*/
.et_pb_fullwidth_code.et_pb_module {
    z-index: 9;
    position: relative;
	padding-top:0 !important;
}

.et_pb_button_0 {
    color: #ffffff !important;
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    letter-spacing: 2px;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background-color: #006e79;
	box-shadow: 0px 10px 20px 0px rgba(21, 195, 154, 0.3);
	padding-top: 16px !important;
    padding-right: 30px !important;
    padding-bottom: 16px !important;
    padding-left: 30px !important;
}

.bg-green {
    background-color: #258B96 !important;
}

.bg-orange {
    background-color: #E95F3C !important;
}

.bg-red {
    background-color: #DF4343 !important;
}

.bg-tarta {
    background-color: #9350c5 !important;
}

.bg-vanilla {
    background-color: #F9D892 !important;
}

.bg-vanilla-light {
    background-color: #F9D892 !important;
}

.bg-choco-dark {
    background-color: #84563c !important;
}

.bg-pistachio-dark {
    background-color: #B4AA3D !important;
}

.bg-choco {
    background-color: #752C1A !important;
}

.bg-pistachio {
    background-color: rgba(180, 170, 61, 100) !important;
}
.bg-avellana {
    background-color: #8d6e63 !important;
}
.bg-pistachio {
    background-color: rgba(180, 170, 61, 100) !important;
}
.txt-green {
    color: #258B96;
}

.txt-white {
    color: #FFFFFF;
}

.txt-brown {
    color: #5D1E0E;
}

.txt-pistachio {
    color: #CDC462;
}

#gust1 {
    background-color: rgba(249, 216, 146, 100);
}

#gust2 {
    background-color: rgba(249, 182, 146, 100);
}

#gust3 {
    background-color: rgba(177, 137, 52, 100);
    
}

#gust3a {
    background-color: #26619c;
    
}

#gust4 {
    background-color:  rgb(93, 30, 14) ;
    
}

#gust5 {
    background: linear-gradient(90deg,#95ba78 50%, #5d4037 50%);
    
}

#gust6 {
    background-color:  #31221d ;
    
}

#gust7 {
    background-color: rgba(180, 170, 61, 100);
    
}

#gust8 {
    background-color: #e3d4bd;
    
}

#gust9 {
    background-color:  #8d6e63;
}

#gust10 {
    background-color: #CFB095;
}

.color-vainilla-bourbon {
	background-color: #F3E5AB !important;
}

.color-crema-catalana {
	background-color: #FFD700 !important;
}

.color-leche-merengada {
	background-color: #fafade !important;
}


.color-coco {
	background-color: #F0E2C4 !important;
}

.color-yogurt-natural {
	background-color: #F7F7F7 !important;
}

.color-nata-nueces {
	background-color: #E6D3B3 !important;
}

.color-caramelo-toffee {
	background-color: #B76E3E !important;
}

.color-ron-pasas {
	background-color: #e8d9c3 !important;
}
.color-vainilla {
	background-color: #F9D892 !important;
}

.color-straciatella {
	background-color: #fefdf7 !important;
}

.color-capuccino {
	background-color: #b18934 !important;
}

.color-pitufo {
	background-color:  #26619c !important;
}

.color-choco-leche {
	background-color:  #84563c !important;
}

.color-choco-sacher {
	background-color: #563829 !important;
}
.color-choco-dubai {
	background: linear-gradient(90deg,#563829 50%, #BDD57B 50%) !important;
}
.color-choco-naranja {
	background: linear-gradient(90deg,#563829 50%, #D2691E 50%) !important;
}
.color-choco-blanco {
	background-color: #f3e3cf !important;
}
.color-choco-gianduja{
	background-color: #7b3f00 !important;
}
.color-choco-menta {
	background-color: #95ba78 !important;
}

.color-choco-menta-small {
	background: linear-gradient(90deg,#95ba78 50%, #5d4037 50%);
}

.bolaGelat.color-mascarpone::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%234b1f3a;%7D.c%7Bfill:%23c43d3f;%7D.d%7Bfill:%23b3b192;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M365.97,94.88l-92.95,37.89c-23.11,9.42-38.8,31.21-40.41,56.11l-.02.35c-2.57,39.63,30.62,72.31,70.2,69.14h0c24.26-1.94,45.42-17.25,54.85-39.69l39.01-92.79c8.15-19.4-11.21-38.97-30.69-31.03Z'/%3E%3Cpath class='d' d='M363.61,98.82l-88.04,35.89c-21.89,8.92-36.75,29.56-38.28,53.15l-.02.33c-2.43,37.53,29,68.49,66.5,65.49h0c22.98-1.84,43.02-16.34,51.96-37.59l36.95-87.89c7.72-18.37-10.62-36.91-29.07-29.39Z'/%3E%3Cpath class='c' d='M357.34,108.93l-76.15,31.05c-18.93,7.72-31.79,25.57-33.11,45.97l-.02.29c-2.1,32.47,25.09,59.25,57.52,56.65h0c19.88-1.59,37.21-14.13,44.94-32.52l31.96-76.02c6.68-15.89-9.18-31.93-25.14-25.42Z'/%3E%3Cpath class='b' d='M538.89,285.19l12.39,99.61c3.08,24.76,20.03,45.59,43.66,53.63l.33.11c37.59,12.79,77.79-10.74,85.04-49.78h0c4.44-23.93-4.83-48.34-24.04-63.3l-79.43-61.83c-16.6-12.92-40.54.67-37.95,21.55Z'/%3E%3Cpath class='d' d='M542.08,288.49l11.73,94.34c2.92,23.45,18.98,43.18,41.35,50.8l.31.11c35.61,12.12,73.68-10.17,80.54-47.15h0c4.21-22.67-4.57-45.79-22.77-59.95l-75.23-58.56c-15.73-12.24-38.4.64-35.94,20.42Z'/%3E%3Cpath class='c' d='M550.21,297.18l10.15,81.61c2.52,20.29,16.41,37.35,35.77,43.94l.27.09c30.8,10.48,63.73-8.8,69.67-40.79h0c3.64-19.61-3.96-39.61-19.69-51.86l-65.08-50.65c-13.6-10.59-33.22.55-31.09,17.66Z'/%3E%3Cpath class='b' d='M408.58,511.22l-57.33,82.39c-14.25,20.48-15.55,47.31-3.35,69.07l.17.3c19.42,34.64,65.05,43.98,96.53,19.77h0c19.29-14.84,28.71-39.2,24.4-63.15l-17.8-99.07c-3.72-20.71-30.62-26.59-42.64-9.31Z'/%3E%3Cpath class='d' d='M408.75,515.81l-54.3,78.04c-13.5,19.4-14.73,44.81-3.17,65.42l.16.29c18.4,32.81,61.62,41.66,91.43,18.73h0c18.27-14.06,27.19-37.13,23.11-59.82l-16.86-93.84c-3.52-19.61-29-25.18-40.38-8.82Z'/%3E%3Cpath class='c' d='M409,527.71l-46.97,67.5c-11.68,16.78-12.74,38.76-2.74,56.59l.14.25c15.91,28.38,53.3,36.04,79.09,16.2h0c15.81-12.16,23.52-32.11,19.99-51.74l-14.58-81.17c-3.05-16.97-25.09-21.78-34.93-7.63Z'/%3E%3Cpath class='b' d='M228.04,490.8l-15.62-91.95c-3.88-22.86-20.67-41.22-43.23-47.27l-.32-.08c-35.9-9.63-72.8,14.7-78.06,51.48h0c-3.23,22.54,6.47,44.7,25.14,57.45l77.23,52.74c16.14,11.02,38.14-3.08,34.86-22.36Z'/%3E%3Cpath class='d' d='M224.9,487.92l-14.8-87.1c-3.68-21.65-19.58-39.04-40.94-44.77l-.3-.08c-34-9.12-68.95,13.92-73.94,48.76h0c-3.06,21.35,6.13,42.34,23.82,54.42l73.15,49.95c15.29,10.44,36.12-2.92,33.02-21.17Z'/%3E%3Cpath class='c' d='M216.9,480.32l-12.8-75.34c-3.18-18.73-16.94-33.77-35.42-38.73l-.26-.07c-29.41-7.89-59.64,12.04-63.96,42.17h0c-2.65,18.47,5.3,36.62,20.6,47.07l63.27,43.21c13.23,9.03,31.25-2.52,28.56-18.32Z'/%3E%3Cpath class='b' d='M434.58,313.97l-77.39,24.22c-19.24,6.02-33.35,22.51-36.33,42.45l-.04.28c-4.75,31.73,19.76,60.29,51.85,60.42h0c19.67.08,37.73-10.82,46.85-28.24l37.69-72.07c7.88-15.06-6.39-32.13-22.61-27.06Z'/%3E%3Cpath class='d' d='M432.41,316.98l-73.31,22.94c-18.22,5.7-31.59,21.32-34.41,40.2l-.04.26c-4.49,30.06,18.72,57.1,49.11,57.22h0c18.63.07,35.74-10.24,44.37-26.75l35.69-68.26c7.46-14.27-6.05-30.44-21.42-25.63Z'/%3E%3Cpath class='c' d='M426.68,324.7l-63.41,19.85c-15.76,4.93-27.32,18.44-29.77,34.78l-.03.23c-3.89,26,16.19,49.4,42.48,49.5h0c16.11.06,30.92-8.86,38.38-23.14l30.88-59.04c6.45-12.34-5.23-26.33-18.53-22.17Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
}
.bolaGelat.color-choco-menta::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%3E%3Ccircle%20cx='2'%20cy='2'%20r='1'%20fill='%23383127'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px 100px;
}
.bolaGelat.color-straciatella::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%3E%3Ccircle%20cx='2'%20cy='2'%20r='1'%20fill='%23383127'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px 100px;
}
.bolaGelat.color-crema-catalana::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cpath d='M484.94,206.47l-164.06,15.26c-16.75,1.56-29.55,15.61-29.55,32.43v67.51c0,15.48-10.89,28.82-26.05,31.91l-61.63,12.58c-18.48,3.77-29.9,22.41-24.88,40.59l35.29,127.7c3.9,14.12,16.75,23.89,31.39,23.89h1.98c22.13,0,37.82,21.6,30.97,42.65c-6.85,21.05,8.84,42.65,30.97,42.65h35.77c11.55,0,22.24,6.12,28.08,16.08l18.33,31.21c5.85,9.96,16.53,16.08,28.08,16.08h50.49c8.25,0,16.19-3.13,22.22-8.76l103-96.12c6.6-6.16,10.35-14.78,10.35-23.81v-7.56c0-15.67,11.16-29.13,26.57-32.01l24.84-4.65c15.41-2.89,26.57-16.34,26.57-32.01v-51.13c0-10.58,5.14-20.5,13.78-26.6l5.39-3.81c12.88-9.09,17.4-26.11,10.72-40.39l-33.11-70.84c-1.36-2.92-2.29-6.02-2.74-9.21l-6.44-45.32c-1.41-9.89-7.28-18.59-15.93-23.6l-98.09-56.79c-15.14-8.77-34.51-4-43.86,10.79l-3.95,6.25c-5.4,8.55-14.46,14.1-24.52,15.04Z' fill='%23a34a02'/%3E%3Cpath d='M505.07,259.67l-126.55,11.77c-12.92,1.2-22.79,12.04-22.79,25.01v52.07c0,11.94-8.4,22.23-20.1,24.61l-47.53,9.7c-14.25,2.91-23.06,17.28-19.19,31.3l27.22,98.5c3.01,10.89,12.92,18.43,24.21,18.43h1.53c17.07,0,29.17,16.66,23.89,32.89c-5.28,16.23,6.82,32.89,23.89,32.89h27.59c8.91,0,17.15,4.72,21.66,12.4l14.14,24.07c4.51,7.68,12.75,12.4,21.66,12.4h38.94c6.36,0,12.49-2.41,17.14-6.75l79.45-74.14c5.09-4.75,7.98-11.4,7.98-18.37v-5.83c0-12.09,8.61-22.46,20.49-24.69l19.16-3.59c11.88-2.23,20.49-12.6,20.49-24.69v-39.43c0-8.16,3.96-15.81,10.63-20.52l4.16-2.94c9.93-7.02,13.42-20.14,8.27-31.16l-25.53-54.64c-1.05-2.25-1.76-4.64-2.11-7.1l-4.97-34.96c-1.08-7.63-5.61-14.34-12.28-18.2l-75.66-43.8c-11.68-6.76-26.62-3.09-33.83,8.33l-3.05,4.82c-4.16,6.59-11.15,10.88-18.91,11.6Z' fill='%2364281d'/%3E%3Cpath d='M532.98,325.01l-80.59,7.5c-8.23.77-14.52,7.67-14.52,15.93v33.16c0,7.6-5.35,14.15-12.8,15.67l-30.27,6.18c-9.08,1.85-14.69,11.01-12.22,19.94l17.33,62.73c1.92,6.93,8.23,11.74,15.42,11.74h.97c10.87,0,18.58,10.61,15.21,20.95c-3.36,10.34,4.34,20.95,15.21,20.95h17.57c5.67,0,10.92,3,13.79,7.9l9,15.33c2.87,4.89,8.12,7.9,13.79,7.9h24.8c4.05,0,7.95-1.54,10.91-4.3l50.59-47.21c3.24-3.03,5.08-7.26,5.08-11.7v-3.71c0-7.7,5.48-14.31,13.05-15.72l12.2-2.29c7.57-1.42,13.05-8.03,13.05-15.72v-25.11c0-5.2,2.52-10.07,6.77-13.07l2.65-1.87c6.33-4.47,8.54-12.83,5.27-19.84l-16.26-34.79c-.67-1.43-1.12-2.96-1.35-4.52l-3.16-22.26c-.69-4.86-3.57-9.13-7.82-11.59l-48.18-27.89c-7.44-4.31-16.95-1.97-21.54,5.3l-1.94,3.07c-2.65,4.2-7.1,6.93-12.04,7.39Z' fill='%23270000'/%3E%3Cpath d='M331.56,133.73c-34.56,0-41.3,12.95-57.52,27.29l-66.84,59.1c-40.99,36.24-68.88,84.99-79.33,138.7l-10.48,53.81c-6.78,34.82-3.2,70.86,10.31,103.66l22.33,54.22c3.61,8.77,12.16,14.5,21.65,14.5c14.39,0,25.38-12.87,23.12-27.08l-3.37-21.23c-.28-1.78-.77-3.53-1.46-5.2l-30.66-74.88c-7.31-17.84-8.15-37.67-2.38-56.07l14.57-46.46c3.7-11.79,13.98-20.31,26.26-21.74l6.45-.75c27.12-3.17,47.41-26.4,46.91-53.7l-.37-20.3c-.45-24.7,13.62-47.38,35.95-57.94l14.07-6.65c15.17-7.18,32.08-9.88,48.73-7.8l53.5,6.7c0,0,79-58.16-71.44-58.16Z' fill='%23a34a02' opacity='.5'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bolaGelat.color-quark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23ffd3b6;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M208.2,236.54c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M84.68,419.58c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M128.5,565.46c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M198.49,707.35c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M556.68,302.32c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M556.68,302.32c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M329.01,407.06c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M429.17,195.93c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M610.87,424.94c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M419.24,550.25c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M391.95,746.34c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3Cpath class='b' d='M593.45,602.62c-4.76,6.57-14.99,4.53-16.94-3.34-8.53-34.36,7.12-71.37,39.89-88.5,32.75-17.12,72.04-8.88,95.4,17.7,5.36,6.1,1.17,15.69-6.95,15.82h0c-44.06.74-85.21,22.18-111.06,57.87l-.33.46Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bolaGelat.color-roquefort::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 751.86'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23919a86;%7D.c%7Bfill:%23838f4f;%7D.d%7Bfill:%232d3923;%7D.e%7Bfill:%231a1614;%7D.f%7Bfill:%23645f64;%7D.g%7Bfill:%2300030c;%7D.h%7Bfill:%230c0f14;%7D.i%7Bfill:%23484c4e;%7D%3C/style%3E%3C/defs%3E%3Cpath class='g' d='M245.13,88.52c-.72,11.7-10.23,21.22-21.93,21.95-5.47.34-10.56-1.19-14.7-4.01-5.88-4.01-12.97-5.83-19.99-4.66l-18.74,3.14c-12.12,2.03-23.37,7.34-33,14.97-7.36,5.83-16.85,9.11-27.11,8.47-19.64-1.22-35.61-17.05-36.99-36.68-1.63-23.17,16.69-42.48,39.52-42.48,8.57,0,16.5,2.72,22.98,7.35,8.64,6.17,18.69,10.06,29.14,11.91l22.9,4.05c7.22,1.28,14.75-.19,20.68-4.5,3.87-2.82,8.64-4.48,13.79-4.48,13.46,0,24.27,11.32,23.43,24.96Z'/%3E%3Cpath class='d' d='M754.01,88.52c-.72,11.7-10.23,21.22-21.93,21.95-5.47.34-10.56-1.19-14.7-4.01-5.88-4.01-12.97-5.83-19.99-4.66l-18.74,3.14c-12.12,2.03-23.37,7.34-33,14.97-7.36,5.83-16.85,9.11-27.11,8.47-19.64-1.22-35.61-17.05-36.99-36.68-1.63-23.17,16.69-42.48,39.52-42.48,8.57,0,16.5,2.72,22.98,7.35,8.64,6.17,18.69,10.06,29.14,11.91l22.9,4.05c7.22,1.28,14.75-.19,20.68-4.5,3.87-2.82,8.64-4.48,13.79-4.48,13.46,0,24.27,11.32,23.43,24.96Z'/%3E%3Cpath class='d' d='M487.52,238.23c-.72,11.7-10.23,21.22-21.93,21.95-5.47.34-10.56-1.19-14.7-4.01-5.88-4.01-12.97-5.83-19.99-4.66l-18.74,3.14c-12.12,2.03-23.37,7.34-33,14.97-7.36,5.83-16.85,9.11-27.11,8.47-19.64-1.22-35.61-17.05-36.99-36.68-1.63-23.17,16.69-42.48,39.52-42.48,8.57,0,16.5,2.72,22.98,7.35,8.64,6.17,18.69,10.06,29.14,11.91l22.9,4.05c7.22,1.28,14.75-.19,20.68-4.5,3.87-2.82,8.64-4.48,13.79-4.48,13.46,0,24.27,11.32,23.43,24.96Z'/%3E%3Ccircle class='c' cx='472.34' cy='88.84' r='30.76'/%3E%3Ccircle class='e' cx='694.64' cy='238.55' r='30.76'/%3E%3Ccircle class='b' cx='581.46' cy='238.55' r='30.76'/%3E%3Ccircle class='b' cx='328.28' cy='88.84' r='30.76'/%3E%3Cpath class='d' d='M581.5,388.58c.72-11.7,10.23-21.22,21.93-21.95,5.47-.34,10.56,1.19,14.7,4.01,5.88,4.01,12.97,5.83,19.99,4.66l18.74-3.14c12.12-2.03,23.37-7.34,33-14.97,7.36-5.83,16.85-9.11,27.11-8.47,19.64,1.22,35.61,17.05,36.99,36.68,1.63,23.17-16.69,42.48-39.52,42.48-8.57,0-16.5-2.72-22.98-7.35-8.64-6.17-18.69-10.06-29.14-11.91l-22.9-4.05c-7.22-1.28-14.75.19-20.68,4.5-3.87,2.82-8.64,4.48-13.79,4.48-13.46,0-24.27-11.32-23.43-24.96Z'/%3E%3Cpath class='d' d='M72.62,388.58c.72-11.7,10.23-21.22,21.93-21.95,5.47-.34,10.56,1.19,14.7,4.01,5.88,4.01,12.97,5.83,19.99,4.66l18.74-3.14c12.12-2.03,23.37-7.34,33-14.97,7.36-5.83,16.85-9.11,27.11-8.47,19.64,1.22,35.61,17.05,36.99,36.68,1.63,23.17-16.69,42.48-39.52,42.48-8.57,0-16.5-2.72-22.98-7.35-8.64-6.17-18.69-10.06-29.14-11.91l-22.9-4.05c-7.22-1.28-14.75.19-20.68,4.5-3.87,2.82-8.64,4.48-13.79,4.48-13.46,0-24.27-11.32-23.43-24.96Z'/%3E%3Ccircle class='i' cx='354.29' cy='388.26' r='30.76'/%3E%3Ccircle class='b' cx='498.35' cy='388.26' r='30.76'/%3E%3Ccircle class='f' cx='214.42' cy='238.55' r='30.76'/%3E%3Ccircle class='e' cx='103.33' cy='238.55' r='30.76'/%3E%3Cpath class='d' d='M487.52,512.99c-.72,11.7-10.23,21.22-21.93,21.95-5.47.34-10.56-1.19-14.7-4.01-5.88-4.01-12.97-5.83-19.99-4.66l-18.74,3.14c-12.12,2.03-23.37,7.34-33,14.97-7.36,5.83-16.85,9.11-27.11,8.47-19.64-1.22-35.61-17.05-36.99-36.68-1.63-23.17,16.69-42.48,39.52-42.48,8.57,0,16.5,2.72,22.98,7.35,8.64,6.17,18.69,10.06,29.14,11.91l22.9,4.05c7.22,1.28,14.75-.19,20.68-4.5,3.87-2.82,8.64-4.48,13.79-4.48,13.46,0,24.27,11.32,23.43,24.96Z'/%3E%3Ccircle class='e' cx='694.64' cy='513.31' r='30.76'/%3E%3Ccircle class='f' cx='581.46' cy='513.31' r='30.76'/%3E%3Cpath class='h' d='M581.5,663.33c.72-11.7,10.23-21.22,21.93-21.95,5.47-.34,10.56,1.19,14.7,4.01,5.88,4.01,12.97,5.83,19.99,4.66l18.74-3.14c12.12-2.03,23.37-7.34,33-14.97,7.36-5.83,16.85-9.11,27.11-8.47,19.64,1.22,35.61,17.05,36.99,36.68,1.63,23.17-16.69,42.48-39.52,42.48-8.57,0-16.5-2.72-22.98-7.35-8.64-6.17-18.69-10.06-29.14-11.91l-22.9-4.05c-7.22-1.28-14.75.19-20.68,4.5-3.87,2.82-8.64,4.48-13.79,4.48-13.46,0-24.27-11.32-23.43-24.96Z'/%3E%3Cpath class='d' d='M72.62,663.33c.72-11.7,10.23-21.22,21.93-21.95,5.47-.34,10.56,1.19,14.7,4.01,5.88,4.01,12.97,5.83,19.99,4.66l18.74-3.14c12.12-2.03,23.37-7.34,33-14.97,7.36-5.83,16.85-9.11,27.11-8.47,19.64,1.22,35.61,17.05,36.99,36.68,1.63,23.17-16.69,42.48-39.52,42.48-8.57,0-16.5-2.72-22.98-7.35-8.64-6.17-18.69-10.06-29.14-11.91l-22.9-4.05c-7.22-1.28-14.75.19-20.68,4.5-3.87,2.82-8.64,4.48-13.79,4.48-13.46,0-24.27-11.32-23.43-24.96Z'/%3E%3Ccircle class='c' cx='354.29' cy='663.01' r='30.76'/%3E%3Ccircle class='b' cx='498.35' cy='663.01' r='30.76'/%3E%3Ccircle class='b' cx='214.42' cy='513.31' r='30.76'/%3E%3Ccircle class='e' cx='103.33' cy='513.31' r='30.76'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bolaGelat.color-leche-merengada::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23b16235;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='b' cx='208' cy='333' r='74'/%3E%3Ccircle class='b' cx='282' cy='202' r='55'/%3E%3Ccircle class='b' cx='629' cy='358' r='55'/%3E%3Ccircle class='b' cx='371' cy='142' r='34'/%3E%3Ccircle class='b' cx='383' cy='640' r='34'/%3E%3Ccircle class='b' cx='618' cy='246' r='34'/%3E%3Ccircle class='b' cx='267' cy='520' r='104'/%3E%3Ccircle class='b' cx='506' cy='508' r='123'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bolaGelat.color-caramelo-toffee::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:url(%23c);%7D.e%7Bfill:%23a5603a;%7D.f%7Bfill:url(%23b);%7D%3C/style%3E%3CradialGradient id='b' cx='400' cy='400' fx='400' fy='400' r='381.33' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236c4221'/%3E%3Cstop offset='.04' stop-color='%23744624'/%3E%3Cstop offset='.25' stop-color='%23995b31'/%3E%3Cstop offset='.44' stop-color='%23b46b3b'/%3E%3Cstop offset='.61' stop-color='%23c47441'/%3E%3Cstop offset='.74' stop-color='%23ca7844'/%3E%3Cstop offset='1' stop-color='%236c4221'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='400' cy='400' fx='400' fy='400' r='186.84' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236c4221'/%3E%3Cstop offset='1' stop-color='%23ca7844'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle class='f' cx='400' cy='400' r='381.33'/%3E%3Ccircle class='d' cx='400' cy='400' r='186.84'/%3E%3Ccircle class='e' cx='400' cy='400' r='76.27'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}
.bolaGelat.color-ron-pasas::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23894930;%7D.d%7Bfill:%235d3732;%7D.e%7Bfill:none;%7D.f%7Bfill:%238b4513;%7D.g%7Bclip-path:url(%23b);%7D.h%7Bfill:%23efecce;%7D%3C/style%3E%3CclipPath id='b'%3E%3Ccircle class='e' cx='-537.69' cy='400' r='381.33'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='g'%3E%3Cpath class='h' d='M-157.44,203.57c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09L-.16,150.12c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3Cpath class='h' d='M-157.44,374.9c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09L-.16,321.46c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3Cpath class='h' d='M-157.44,546.24c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09L-.16,492.79c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3Cpath class='h' d='M-157.44,717.57c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09L-.16,664.12c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3C/g%3E%3Cpath class='c' d='M251.79,145.74l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='c' d='M387.15,277.41l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='d' d='M411.75,79.61l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='f' d='M555,145.74l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='d' d='M604.2,349.3l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='c' d='M460.22,419.2l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='f' d='M591.9,531.18l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='d' d='M387.15,616.99l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='f' d='M313.35,427.44l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='f' d='M187.46,317.58l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3Cpath class='c' d='M172.99,514.04l-.37.13c-7.12,2.48-12.38,8.57-13.8,15.98l-.41,2.16c-.68,3.53-2.24,6.82-4.54,9.58h0c-3.37,4.02-5.11,9.16-4.9,14.4l.98,24.6c.1,2.53.65,5.01,1.63,7.35,2.77,6.59,8.59,20.16,10.05,21.43,1.16,1.01,7.68,3.62,12.7,5.54,3.86,1.48,8.06,1.79,12.09.91l7.29-1.6c3.88-.85,7.44-2.78,10.27-5.56l7.19-7.05c3.13-3.07,5.22-7.03,6-11.34l5.26-29.19c.59-3.29.4-6.67-.57-9.87l-2.55-8.41c-.76-2.51-1.98-4.86-3.6-6.92l-8.48-10.8c-2.23-2.84-5.16-5.07-8.49-6.46l-8.37-3.49-2.27-.95c-4.8-2-10.17-2.16-15.08-.45Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}
.bolaGelat.color-yogurt-natural::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:none;%7D.d%7Bclip-path:url(%23b);%7D.e%7Bfill:%23efecce;%7D%3C/style%3E%3CclipPath id='b'%3E%3Ccircle class='c' cx='400' cy='400' r='381.33'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='d'%3E%3Cpath class='e' d='M780.25,203.57c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3Cpath class='e' d='M780.25,374.9c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3Cpath class='e' d='M780.25,546.24c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3Cpath class='e' d='M780.25,717.57c-16.5,0-32.01-6.43-43.68-18.09l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-24.08,24.08-63.27,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-24.09,24.09-63.27,24.09-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-30.8-30.8c-4.59-4.59-12.06-4.59-16.65,0l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09s-32.01-6.43-43.68-18.09l-23.01-23.01c-9.76-9.76-9.76-25.59,0-35.36,9.76-9.76,25.59-9.76,35.36,0l23.01,23.01c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c4.59,4.59,12.06,4.59,16.65,0l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c24.09-24.09,63.27-24.09,87.36,0l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l30.8-30.8c11.67-11.67,27.18-18.09,43.68-18.09s32.01,6.43,43.68,18.09l30.8,30.8c3,3,6.5,3.45,8.32,3.45s5.32-.45,8.32-3.45l33.27-33.27c9.76-9.76,25.59-9.76,35.36,0s9.76,25.59,0,35.36l-33.27,33.27c-24.08,24.08-63.28,24.08-87.36,0l-30.8-30.8c-3-3-6.5-3.45-8.32-3.45s-5.32.45-8.32,3.45l-30.8,30.8c-11.67,11.67-27.18,18.09-43.68,18.09Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}
.bolaGelat.color-coco::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23c1b7a8;%7D.c%7Bfill:%23edebea;stroke:%23412924;stroke-miterlimit:10;stroke-width:30px;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='c' cx='400' cy='400' r='381.33'/%3E%3Ccircle class='b' cx='400' cy='400' r='305.06'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bolaGelat.color-tiramisu::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 751.86'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23e5e1d4;%7D.c%7Bfill:%23d0b89d;%7D.d%7Bfill:%23361710;%7D.e%7Bfill:%23bd8e71;%7D.f%7Bfill:%23602b22;%7D%3C/style%3E%3C/defs%3E%3Crect class='d' x='2.93' width='797.07' height='40.69'/%3E%3Crect class='f' x='2.93' y='711.16' width='797.07' height='40.69'/%3E%3Crect class='c' x='2.93' y='189.31' width='797.07' height='74.88'/%3E%3Crect class='b' x='2.93' y='40.69' width='797.07' height='148.61'/%3E%3Cpath class='e' d='M23.29,189.31c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68H23.29Z'/%3E%3Cpath class='e' d='M296.79,189.31c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68h-209.35Z'/%3E%3Cpath class='e' d='M570.28,189.31c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68h-209.35Z'/%3E%3Crect class='c' x='2.93' y='412.8' width='797.07' height='74.88'/%3E%3Crect class='b' x='2.93' y='264.18' width='797.07' height='148.61'/%3E%3Cpath class='e' d='M23.29,412.8c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68H23.29Z'/%3E%3Cpath class='e' d='M296.79,412.8c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68h-209.35Z'/%3E%3Cpath class='e' d='M570.28,412.8c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68h-209.35Z'/%3E%3Crect class='c' x='2.93' y='636.29' width='797.07' height='74.88'/%3E%3Crect class='b' x='2.93' y='487.67' width='797.07' height='148.61'/%3E%3Cpath class='e' d='M23.29,636.29c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68H23.29Z'/%3E%3Cpath class='e' d='M296.79,636.29c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68h-209.35Z'/%3E%3Cpath class='e' d='M570.28,636.29c0-57.81,46.87-104.68,104.68-104.68s104.68,46.87,104.68,104.68h-209.35Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bolaGelat.color-choco-sacher::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23d7af9b;%7D.d%7Bfill:%23541e10;%7D.e%7Bfill:none;%7D.f%7Bclip-path:url(%23b);%7D.g%7Bfill:%23563829;%7D.h%7Bfill:%23916962;%7D.i%7Bfill:%239c5744;%7D%3C/style%3E%3CclipPath id='b'%3E%3Ccircle class='e' cx='400.06' cy='400.3' r='275.3'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle class='i' cx='400' cy='400' r='340.5'/%3E%3Ccircle class='g' cx='400.41' cy='400.3' r='306.45'/%3E%3Cg class='f'%3E%3Crect class='c' x='103.59' y='125.13' width='592.84' height='156.58'/%3E%3Crect class='h' x='103.59' y='332.92' width='592.84' height='132.95'/%3E%3Crect class='d' x='103.59' y='281.72' width='592.84' height='51.21'/%3E%3Crect class='g' x='103.59' y='465.87' width='592.84' height='51.21'/%3E%3Crect class='c' x='103.59' y='517.08' width='592.84' height='156.58'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}
.bolaGelat.color-choco-gianduja::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23b6885c;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M777.04,400c0,209.94-169.65,380.25-379.34,381.32-60.07-.49-133.84-53.41-133.84-149.7,0-215.45,263.7-285.96,263.7-469.91,0-88.96-61.84-141.16-125.53-142.98,207.69,3.37,375.01,172.78,375.01,381.27Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 106%;
}
.bolaGelat.color-agramunt::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:none;%7D.d%7Bclip-path:url(%23b);%7D.e%7Bfill:%23dcd0b1;%7D.f%7Bfill:%238e6534;%7D%3C/style%3E%3CclipPath id='b'%3E%3Ccircle class='c' cx='400' cy='406.37' r='381.33'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='d'%3E%3Crect class='e' x='86.17' y='96.44' width='662.8' height='21.44'/%3E%3Crect class='e' x='25' y='232.9' width='738' height='21.26'/%3E%3Cpath class='f' d='M0,117.89v115.01h800v-115.01H0ZM101.77,223.16c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM211.35,228.82c-28.97,0-52.45-23.48-52.45-52.45s23.48-52.45,52.45-52.45,52.45,23.48,52.45,52.45-23.48,52.45-52.45,52.45ZM320.92,223.16c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28ZM417.57,223.16c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM518.23,223.16c-23.25,0-42.09-18.85-42.09-42.09s18.85-42.09,42.09-42.09,42.09,18.85,42.09,42.09-18.85,42.09-42.09,42.09ZM614.68,217.49c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM712.22,223.16c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28Z'/%3E%3Cpath class='f' d='M0-17.03v115.01h800V-17.03H0ZM101.77,88.24c-25.84,0-46.79-20.95-46.79-46.79S75.93-5.33,101.77-5.33s46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM211.35,93.91c-28.97,0-52.45-23.48-52.45-52.45s23.48-52.45,52.45-52.45,52.45,23.48,52.45,52.45-23.48,52.45-52.45,52.45ZM320.92,88.24c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28ZM417.57,88.24c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM518.23,88.24c-23.25,0-42.09-18.85-42.09-42.09s18.85-42.09,42.09-42.09,42.09,18.85,42.09,42.09-18.85,42.09-42.09,42.09ZM614.68,82.57c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM712.22,88.24c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28Z'/%3E%3Crect class='e' x='-29' y='369.18' width='893.14' height='21.44'/%3E%3Cpath class='f' d='M0,390.63v115.01h800v-115.01H0ZM101.77,495.89c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM211.35,501.56c-28.97,0-52.45-23.48-52.45-52.45s23.48-52.45,52.45-52.45,52.45,23.48,52.45,52.45-23.48,52.45-52.45,52.45ZM320.92,495.89c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28ZM417.57,495.89c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM518.23,495.89c-23.25,0-42.09-18.85-42.09-42.09s18.85-42.09,42.09-42.09,42.09,18.85,42.09,42.09-18.85,42.09-42.09,42.09ZM614.68,490.22c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM712.22,495.89c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28Z'/%3E%3Crect class='e' x='-29' y='505.64' width='893.14' height='21.44'/%3E%3Cpath class='f' d='M0,527.08v115.01h800v-115.01H0ZM101.77,632.35c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM211.35,638.02c-28.97,0-52.45-23.48-52.45-52.45s23.48-52.45,52.45-52.45,52.45,23.48,52.45,52.45-23.48,52.45-52.45,52.45ZM320.92,632.35c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28ZM417.57,632.35c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM518.23,632.35c-23.25,0-42.09-18.85-42.09-42.09s18.85-42.09,42.09-42.09,42.09,18.85,42.09,42.09-18.85,42.09-42.09,42.09ZM614.68,626.68c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM712.22,632.35c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28Z'/%3E%3Crect class='e' x='-29' y='642.1' width='893.14' height='21.44'/%3E%3Cpath class='f' d='M0,663.54v115.01h800v-115.01H0ZM101.77,768.81c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM211.35,774.48c-28.97,0-52.45-23.48-52.45-52.45s23.48-52.45,52.45-52.45,52.45,23.48,52.45,52.45-23.48,52.45-52.45,52.45ZM320.92,768.81c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28ZM417.57,768.81c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM518.23,768.81c-23.25,0-42.09-18.85-42.09-42.09s18.85-42.09,42.09-42.09,42.09,18.85,42.09,42.09-18.85,42.09-42.09,42.09ZM614.68,763.14c-25.84,0-46.79-20.95-46.79-46.79s20.95-46.79,46.79-46.79,46.79,20.95,46.79,46.79-20.95,46.79-46.79,46.79ZM712.22,768.81c-22.8,0-41.28-18.48-41.28-41.28s18.48-41.28,41.28-41.28,41.28,18.48,41.28,41.28-18.48,41.28-41.28,41.28Z'/%3E%3Crect class='e' x='-29' y='778.56' width='893.14' height='21.44'/%3E%3Cpath class='f' d='M800,369.18v-115.01H0v115.01h800ZM698.23,263.91c25.84,0,46.79,20.95,46.79,46.79s-20.95,46.79-46.79,46.79-46.79-20.95-46.79-46.79,20.95-46.79,46.79-46.79ZM588.65,258.24c28.97,0,52.45,23.48,52.45,52.45s-23.48,52.45-52.45,52.45-52.45-23.48-52.45-52.45,23.48-52.45,52.45-52.45ZM479.08,263.91c22.8,0,41.28,18.48,41.28,41.28s-18.48,41.28-41.28,41.28-41.28-18.48-41.28-41.28,18.48-41.28,41.28-41.28ZM382.43,263.91c25.84,0,46.79,20.95,46.79,46.79s-20.95,46.79-46.79,46.79-46.79-20.95-46.79-46.79,20.95-46.79,46.79-46.79ZM281.77,263.91c23.25,0,42.09,18.85,42.09,42.09s-18.85,42.09-42.09,42.09-42.09-18.85-42.09-42.09,18.85-42.09,42.09-42.09ZM185.32,269.58c25.84,0,46.79,20.95,46.79,46.79s-20.95,46.79-46.79,46.79-46.79-20.95-46.79-46.79,20.95-46.79,46.79-46.79ZM87.78,263.91c22.8,0,41.28,18.48,41.28,41.28s-18.48,41.28-41.28,41.28-41.28-18.48-41.28-41.28,18.48-41.28,41.28-41.28Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 106%;
}
.bolaGelat.color-choco-naranja::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23ffd3b6;opacity:.5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M422.28,51.22v299.3c0,10.69,12.93,16.04,20.49,8.49l211.64-211.64c4.81-4.81,4.67-12.65-.31-17.28-62.01-57.71-140.31-88-219.41-90.87-6.78-.25-12.41,5.21-12.41,12Z'/%3E%3Cpath class='b' d='M661.4,161.37l-211.64,211.64c-7.56,7.56-2.21,20.49,8.49,20.49h299.31c6.8,0,12.24-5.64,12-12.44-3.04-84.66-36.98-161.44-90.89-219.4-4.62-4.97-12.46-5.09-17.26-.29Z'/%3E%3Cpath class='b' d='M757.55,408.5h-299.3c-10.69,0-16.04,12.93-8.49,20.49l211.64,211.64c4.81,4.81,12.65,4.67,17.28-.31,57.71-62.01,88-140.31,90.87-219.41.25-6.78-5.21-12.41-12-12.41Z'/%3E%3Cpath class='b' d='M654.4,654.62l-211.64-211.64c-7.56-7.56-20.49-2.21-20.49,8.49v299.31c0,6.8,5.64,12.24,12.44,12,84.66-3.04,161.44-36.98,219.4-90.89,4.97-4.62,5.09-12.46.29-17.26Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bolaGelat.color-choco-blanco::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23ccba85;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='b' points='205.25 211.06 205.25 382 44.31 382'/%3E%3Cpolyline class='b' points='384.53 211.06 384.53 382 223.59 382'/%3E%3Cpolyline class='b' points='563.8 211.06 563.8 382 402.86 382'/%3E%3Cpolyline class='b' points='743.07 211.06 743.07 382 582.13 382'/%3E%3Cpolyline class='b' points='205.25 20.67 205.25 191.61 44.31 191.61'/%3E%3Cpolyline class='b' points='384.53 20.67 384.53 191.61 223.59 191.61'/%3E%3Cpolyline class='b' points='563.8 20.67 563.8 191.61 402.86 191.61'/%3E%3Cpolyline class='b' points='743.07 20.67 743.07 191.61 582.13 191.61'/%3E%3Cpolyline class='b' points='205.25 591.85 205.25 762.78 44.31 762.78'/%3E%3Cpolyline class='b' points='384.53 591.85 384.53 762.78 223.59 762.78'/%3E%3Cpolyline class='b' points='563.8 591.85 563.8 762.78 402.86 762.78'/%3E%3Cpolyline class='b' points='743.07 591.85 743.07 762.78 582.13 762.78'/%3E%3Cpolyline class='b' points='205.25 401.46 205.25 572.39 44.31 572.39'/%3E%3Cpolyline class='b' points='384.53 401.46 384.53 572.39 223.59 572.39'/%3E%3Cpolyline class='b' points='563.8 401.46 563.8 572.39 402.86 572.39'/%3E%3Cpolyline class='b' points='743.07 401.46 743.07 572.39 582.13 572.39'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bolaGelat.color-cheesecake::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #a52b08, #4e0b03);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bolaGelat.color-choco-dubai::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%236b5b00;%7D.c%7Bfill:%23e3c871;%7D.d%7Bfill:%239b8911;%7D.e%7Bfill:%23e3db75;%7D%3C/style%3E%3C/defs%3E%3Crect class='d' x='421.77' y='162.05' width='123.74' height='84.14'/%3E%3Crect class='d' x='421.77' y='601.86' width='123.74' height='84.14'/%3E%3Crect class='b' x='564.21' y='601.86' width='118.79' height='84.14'/%3E%3Crect class='b' x='421.77' y='374.99' width='192.91' height='68.19'/%3E%3Crect class='d' x='545.51' y='463.2' width='69.18' height='118.64'/%3E%3Crect class='c' x='421.77' y='463.2' width='104.65' height='118.64'/%3E%3Crect class='b' x='523.64' width='158.97' height='63.56'/%3E%3Crect class='b' x='421.77' width='123.74' height='136.19'/%3E%3Crect class='e' x='421.46' y='272.05' width='261.54' height='82.92'/%3E%3Crect class='c' x='570.72' y='89.42' width='112.28' height='156.77'/%3E%3Crect class='c' x='632.01' y='374.99' width='50.98' height='206.85'/%3E%3Crect class='d' x='706.68' y='162.05' width='123.74' height='84.14'/%3E%3Crect class='d' x='706.68' y='601.86' width='123.74' height='84.14'/%3E%3Crect class='b' x='706.68' y='374.99' width='192.91' height='68.19'/%3E%3Crect class='c' x='706.68' y='463.2' width='104.65' height='118.64'/%3E%3Crect class='b' x='421.77' y='706.02' width='192.91' height='68.19'/%3E%3Crect class='d' x='545.51' y='794.23' width='69.18' height='118.64'/%3E%3Crect class='c' x='421.77' y='794.23' width='104.65' height='118.64'/%3E%3Crect class='c' x='632.01' y='706.02' width='50.98' height='206.85'/%3E%3Crect class='b' x='706.68' y='706.02' width='192.91' height='68.19'/%3E%3Crect class='c' x='706.68' y='794.23' width='104.65' height='118.64'/%3E%3Crect class='b' x='706.68' width='123.74' height='136.19'/%3E%3Crect class='e' x='706.37' y='272.05' width='261.54' height='82.92'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bolaGelat.color-redvelvet::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23b43a4b;%7D.d%7Bfill:none;%7D.e%7Bfill:%23f6eade;%7D.f%7Bclip-path:url(%23b);%7D%3C/style%3E%3CclipPath id='b'%3E%3Ccircle class='d' cx='400' cy='400' r='381.33'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='f'%3E%3Crect class='e' x='-9.53' width='820.84' height='809.33'/%3E%3Crect class='c' y='45.87' width='799.7' height='193.3'/%3E%3Crect class='c' y='303.35' width='799.7' height='193.3'/%3E%3Crect class='c' y='560.83' width='799.7' height='193.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}
.bolaGelat.color-mel-mato::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:none;%7D.d%7Bclip-path:url(%23b);%7D.e%7Bfill:%23f6d9a9;opacity:0;%7D.f%7Bfill:%23e09f1e;%7D%3C/style%3E%3CclipPath id='b'%3E%3Ccircle class='c' cx='400' cy='400' r='381.33'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle class='e' cx='400' cy='400' r='381.33'/%3E%3Cpath class='f' d='M658.5,271.41v48.58c-1.49-4.89-2.29-10.08-2.29-15.46v-48.57c1.49,4.88,2.29,10.07,2.29,15.45Z'/%3E%3Cg class='d'%3E%3Cpath class='f' d='M770.65,96.94v210.38c0-14.67-5.95-27.94-15.56-37.55-9.61-9.62-22.89-15.56-37.55-15.56-29.34,0-53.12,23.78-53.12,53.11v75.48c0,5.38.8,10.57,2.29,15.46v26.9c0,29.33-23.78,53.11-53.11,53.11s-53.11-23.78-53.11-53.11v-35.37c0-10.85-3.26-20.94-8.84-29.35-1.97-2.96-4.22-5.71-6.72-8.21-9.61-9.62-22.89-15.56-37.56-15.56-18.48,0-34.76,9.44-44.27,23.77-5.59,8.41-8.84,18.5-8.84,29.35v9.78c0,4.84-.65,9.53-1.86,13.98-6.14,22.55-26.76,39.13-51.25,39.13s-45.12-16.58-51.26-39.13c-1.21-4.45-1.86-9.14-1.86-13.98v-39.13c0-14.67-5.95-27.95-15.56-37.56-9.61-9.61-22.89-15.56-37.55-15.56-29.33,0-53.11,23.78-53.11,53.12v141.59c0,29.33-23.78,53.11-53.12,53.11s-53.11-23.78-53.11-53.11v-141.59c0-14.67-5.94-27.95-15.56-37.56-4.26-4.26-9.24-7.8-14.74-10.42-6.91-3.3-14.64-5.14-22.81-5.14-29.34,0-64.74,23.35-64.74,52.69L29.35,96.94h83.1V18.67h570.27v78.27h87.93Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}
.bolaGelat.color-cinnamon-roll::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23e8d2b0;%7D.c%7Bfill:%23794f32;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M451.33,45.23c-1.21.11-1.54.56-.76,1.07.78.51,2.72,1.1,5.96,1.58,1.67-.46,3.36-.93,5.05-1.35-3.39-.5-6.79-.95-10.25-1.3Z'/%3E%3Cpath class='c' d='M493.16,59.8c3.83.54,7.97,1.15,10.7,1.06,2.71-.04,3.96-.67,1.94-2.51-4-.14-6.35-.55-8.79-.95-2.45-.36-4.99-.68-9.28-.57-6.35-1.55-10.8-3.73-9.52-4.28-2.37-.05-9.77-2.99-13.54-2.31,7.93,3.6,18.23,6.32,29.42,8.22,2.16,1.18-.26,1.08-.91,1.33Z'/%3E%3Cpath class='c' d='M683,565.94l2.41-3.27c-.72.85-1.54,1.98-2.41,3.27Z'/%3E%3Cpath class='c' d='M345.81,714.95c2.92.48,4.18.34,4.36.17-.68-.05-1.34-.09-1.92-.14-.58-.05-1.1-.1-1.51-.14-.82-.06-1.23-.04-.92.11Z'/%3E%3Cpath class='c' d='M283.15,694.94c1.28.59,2.35,1.09,3.51,1.63-1.28-.77-2.6-1.45-3.51-1.63Z'/%3E%3Cpath class='c' d='M683,565.94c-2.02,2.83-4.26,5.51-6.43,8.21.1.51.98-.5,2.21-2.15.61-.83,1.32-1.82,2.06-2.84.71-1.06,1.45-2.16,2.15-3.22Z'/%3E%3Cpath class='c' d='M576.44,89.19c-2-1.01-3.72-1.74-5.37-2.26,1.68.75,3.26,1.55,4.88,2.41.15-.06.27-.11.48-.14Z'/%3E%3Cpath class='c' d='M736.28,404.77l.24-3.14c-.19-.94-.44-1.83-.74-2.67l.51,5.81Z'/%3E%3Cpath class='c' d='M720.73,275.56c.84,2.83,3.04,3.21,4.22,4.04-1.3-1.36-2.35-3.33-3.31-5.76-.37.07-.67.59-.9,1.71Z'/%3E%3Cpath class='c' d='M597.87,111.64l-3.26-1.82c.86.46,2.26,1.29,3.26,1.82Z'/%3E%3Cpath class='c' d='M715.55,496.04c-.35.11-.76.45-1.08.87.23.09.62-.27,1.08-.87Z'/%3E%3Cpath class='c' d='M498.11,329.11c-.18-.02-.16.17-.28.2.65.61.92.76.28-.2Z'/%3E%3Cpath class='c' d='M406.2,418.49l2.12.21c.28-.33.56-.66.61-1.02l-2.74.81Z'/%3E%3Cpath class='c' d='M187.48,625.22c.15.18.2.24.33.41,2.29,2.14,1.06.87-.33-.41Z'/%3E%3Cpath class='c' d='M642.63,396.13c.5-3.07.87-3.36,1.17-2.33.15.52.29,1.36.42,2.35.1.98.16,2.11.24,3.18.3,4.3.67,7.9,2.28-1.49-.23.43-.44-.44-.72-1.73-.31-1.3-.67-3.02-1.06-4.3-.76-2.57-1.61-3.36-2.33,4.32Z'/%3E%3Cpath class='c' d='M579.36,91.14c1.6.89,3.23,1.77,4.82,2.73-2.15-1.32-3.64-2.14-4.82-2.73Z'/%3E%3Cpath class='c' d='M646.74,397.85h.02c.1-.65.23-1.29.29-1.94-.08.81-.2,1.26-.31,1.94Z'/%3E%3Cpath class='c' d='M107.15,370.07c-.41.52-.81,1.58-1.2,2.7.21-.07.54-.68,1.2-2.7Z'/%3E%3Cpath class='c' d='M143.34,570.34c-.75-1.54-1.52-3.07-2.22-4.63.77,1.9,1.55,3.35,2.22,4.63Z'/%3E%3Cpath class='c' d='M136.07,267.61c1.48-2.36,2.17-3.06,3.79-6.5-.27.25-.49.53-.77.89-.43,1.34-1.2,2.99-3.01,5.61Z'/%3E%3Cpath class='c' d='M208.43,183.78c-.56.24-1.25.62-1.88.93-.86.7-1.87,1.51-2.76,2.23l4.64-3.16Z'/%3E%3Cpath class='c' d='M350.68,499.09c-1.6-2.24-2.28-3.89-2.73-5.24.15,1.16-3-1.39-4.18-2.42-.61-.49-.78-.54.1.55.43.55,1.14,1.39,2.25,2.54,1.1,1.16,2.53,2.71,4.55,4.56Z'/%3E%3Cpath class='c' d='M575.95,90.18c.83-.1,1.81.17,3.41.96-1.18-.62-2.3-1.22-3.4-1.81-.44.09-.63.3,0,.85Z'/%3E%3Cpath class='c' d='M124.72,256.06c3.12-5.44,6.49-10.73,9.96-15.94-1.47,2.17-3.2,4.66-4.9,7.38-1.66,2.74-3.48,5.6-5.06,8.56Z'/%3E%3Cpath class='c' d='M206.56,339.24l1.33-4.14c-.64,1.55-1.15,3-1.33,4.14Z'/%3E%3Cpath class='c' d='M169.64,196.69c2.83-1.92,5.74-4.01,8.62-6.29.47-.64,1.04-1.33,1.26-1.85-3.3,2.69-6.71,5.27-9.88,8.14Z'/%3E%3Cpath class='c' d='M347.94,493.81s.01.04.01.04c0,0,0,0-.01-.04Z'/%3E%3Cpath class='c' d='M312.3,375.82c-2.05,9.27-1.43,11.6-.71,12.04.77.45,1.97-.86,2.46,1.16-.49,5.44-.65,8.79-.9,10.87-.28,2.08-.56,2.89-.93,3.25-.73.73-1.72-.39-2.4,3.41.43,6.97,1.79,13.02,3.25,18.49,1.46,5.48,3.17,10.37,4.39,15.3-.2.84.2,2.79-.96.7,2.9,6.71,6.38,16.84,11.67,26.54,5.12,9.75,12.13,18.91,18.74,24.21.69,1.06.96,1.66,1.04,2.03-.95-2.85-.2-4.03.85-4.26,1.38,1.43,2.76,2.77,4.12,3.95,1.4,1.14,2.71,2.21,3.89,3.18,2.44,1.86,4.24,3.47,4.93,5.02-1.94-1.49-2.99-2.3-3.91-2.76-.9-.49-1.63-.69-2.67-1.27,2.28,1.67,4.53,3.36,6.93,4.84,2.26,3.29-.13,1.71-3.27-.58-1.5-1.22-3.2-2.58-4.54-3.62-1.32-1.06-2.36-1.73-2.67-1.41.79.68,1.6,1.37,2.4,2.07.83.67,1.69,1.32,2.55,1.98,1.69,1.35,3.52,2.56,5.33,3.78,3.68,2.37,7.47,4.58,11.29,6.44,7.61,3.8,15.11,6.39,21.02,8.59.46.74-1.11.72-3.44.08-1.17-.3-2.54-.7-3.95-1.13-1.39-.49-2.81-1.07-4.14-1.59-2.68-.98-4.8-2.11-5.45-2.19-.32-.06-.25.11.35.6.3.24.73.57,1.32.98.3.2.63.43,1,.69.39.23.81.48,1.28.75-1.53-.68-2.95-1.58-4.42-2.39-1.45-.83-2.93-1.61-4.3-2.57l-4.18-2.75-3.99-3c5.24,5.88,2.82,4.13.15,2.26-1.32-.93-2.68-1.87-3.12-1.89-.44,0,0,.92,2.41,3.8,2.7,2.07,5.36,3.53,7.69,4.97.58.36,1.17.69,1.76.97.58.29,1.15.58,1.71.86,1.12.55,2.18,1.07,3.2,1.58,2.08.93,4.04,1.65,5.89,2.38.92.38,1.85.66,2.77.94.92.28,1.82.56,2.72.84,1.8.6,3.63,1.03,5.55,1.5.96.24,1.94.49,2.95.74,1.02.23,2.08.42,3.17.65,1.1.23,2.24.46,3.44.71,1.2.22,2.47.4,3.8.62,1.33.19,2.72.51,4.21.65,1.48.18,3.05.37,4.7.57,3.04-.42,2.56-1,2.1-1.49-.46-.51-.89-1.02,2.05-1.55,1.15-.02,2.26-.03,3.32-.05,1.06-.05,2.08-.1,3.06-.14,1.96-.1,3.77-.1,5.43-.23,1.67-.1,3.2-.16,4.62-.19,1.42-.07,2.72-.15,3.93-.17,1.21-.04,2.34-.02,3.38-.03,1.04-.03,2.01-.03,2.93,0,1.83.03,3.47.17,5,.18,1.54.04,3.02.09,4.58.07,1.55-.02,3.15-.21,4.98-.5.91-.16,1.88-.33,2.91-.59,1.02-.28,2.11-.6,3.29-.99,2.36-.73,5-1.88,8.08-3.35,1.54-.92,2.73-1.97,3.99-2.95,1.25-1,2.56-1.99,4.2-3.13,1.64-1.14,3.69-2.24,6.36-3.66,1.33-.7,2.88-1.38,4.58-2.2,1.7-.83,3.64-1.67,5.81-2.65-1.44,1.83-2.96,3.6-4.48,5.43,11.2-5.71,13.56-8.75,16.27-11.33,1.31-1.37,2.69-2.68,5.09-4.54,1.18-.96,2.63-2.04,4.46-3.33,1.82-1.32,3.98-2.9,6.61-4.81-.69.98-1.99,2.23-3.46,3.59-.74.68-1.51,1.38-2.3,2.06-.81.65-1.61,1.29-2.36,1.9-2.99,2.44-5.33,3.98-3.67,3.06,7.54-4.05,9.61-6.4,11.16-8.45.77-1.03,1.35-2.1,2.39-3.39.51-.65,1.13-1.37,1.92-2.18.78-.84,1.71-1.81,2.89-2.92l3.62-.15c4.7-4.8,9.21-10.07,13.32-15.81,1-1.45,2.01-2.91,3.02-4.38,1.02-1.46,1.88-3.03,2.83-4.55,1.93-3.02,3.51-6.27,5.22-9.46,3.13-6.53,5.95-13.28,8.16-20.27,2.16-7,3.99-14.12,5.23-21.35.37,1.71.05,6.86,2.19.2,2.95-18.53,3.2-38.54.52-58.03-2.64-19.49-8.15-38.43-15.57-54.96-1.29-1.93-2.69-3.8-4.09-5.65-.7-.92-1.37-1.86-2.1-2.77l-2.19-2.7c-1.58-2.76-2.31-5.55-.12-2.81-6.96-12.29-1.48.08-5.81-5.14-4.65-6.41-5.2-9.25-1.69-5.51-4.03-4.77-9.06-10.41-15.08-16.03-6.16-5.46-12.9-11.26-20.37-16.08l-2.74-1.88c-.91-.63-1.89-1.15-2.83-1.74-1.89-1.14-3.77-2.29-5.64-3.42-1.9-1.06-3.83-2.05-5.7-3.07-.94-.51-1.87-1.01-2.8-1.52-.92-.51-1.89-.91-2.81-1.37-1.86-.9-3.69-1.78-5.48-2.65-.88-.46-1.79-.83-2.68-1.21-.89-.38-1.76-.76-2.63-1.14-1.72-.77-3.4-1.51-5.01-2.22-1.64-.64-3.21-1.28-4.71-1.91l5.01.99c-9.48-3.65-15.34-4.01-20.85-4.36-2.78-.1-5.48-.25-8.6-.66-1.57-.14-3.24-.36-5.09-.69-.92-.16-1.89-.36-2.9-.58-.51-.12-1.03-.24-1.56-.36-.54-.11-1.09-.22-1.66-.33h1.78s1.78.09,1.78.09c-10.7-1.64-21.82-2.29-32.88-2.07-11.07.26-22.06,1.51-32.62,3.26-10.58,1.69-20.66,4.26-30.1,6.83-2.35.67-4.67,1.34-6.94,1.99-2.27.68-4.47,1.43-6.65,2.1-4.39,1.28-8.48,2.82-12.46,4.06-1.18,1.24-4.15,3.07-8.05,5-.97.5-2.01.96-3.06,1.53-1.05.55-2.13,1.12-3.24,1.7-1.11.57-2.24,1.16-3.38,1.75-1.14.59-2.3,1.17-3.4,1.83-2.23,1.28-4.44,2.56-6.49,3.79-1.04.6-1.99,1.25-2.9,1.89-.91.63-1.76,1.25-2.55,1.84-1.57,1.18-2.87,2.27-3.77,3.21-.89.96-1.35,1.82-1.33,2.43-2.64,1.61-4.86,2.96-6.77,4.13-1.88,1.23-3.47,2.27-4.88,3.19-1.43.92-2.68,1.72-3.87,2.49-1.18.79-2.26,1.6-3.43,2.44-1.16.85-2.37,1.76-3.76,2.82-1.41,1.04-2.88,2.34-4.63,3.91-.87.79-1.81,1.63-2.83,2.56-1.02.93-2.14,1.91-3.25,3.1-1.13,1.17-2.35,2.43-3.67,3.79-1.32,1.37-2.76,2.84-4.16,4.56-1.5,1.84-2.67,3.55-3.68,5.23-.5.84-.98,1.67-1.41,2.51-.39.87-.78,1.74-1.18,2.62-1.53,3.56-3.31,7.23-6.01,12.34l-1.99-.87-1.55,3.68c-.25.61-.52,1.22-.76,1.84l-.67,1.88-2.64,7.48c-1.06,1.02-1.96,2.14-2.95,3.22l-2.91,3.3c-1.41,3.37-2.48,6.87-3.63,10.33.84-2.01,1.9-4.07,2.78-5.52.89-1.45,1.72-2.24,1.85-1.82-.19.49-.39.99-.58,1.5-.18.51-.35,1.03-.53,1.56-.38,1.04-.76,2.1-1.15,3.17-.78,2.15-1.7,4.29-2.5,6.48-.77,2.2-1.57,4.38-2.37,6.49-.41,1.06-.81,2.1-1.2,3.12-.35,1.03-.7,2.04-1.03,3.02-2.86,7.78-4.79,13.75-5.41,13.84-2.04,13.33-2.8,26.76-2.41,40.08-.41-.45-.78-2.35-.86-4.82-.1-2.47-.21-5.49-.32-8.17.27,5.4.25,8.32.09,9.99-.1,1.67-.38,2.1-.68,2.47-.3.37-.6.69-.71,2.15-.05.73-.06,1.75.01,3.2.09,1.45.17,3.33.57,5.78.37-2.65,1.35,1.39,1.8,1.81-.5,4.89-.32,12.93.75,21.71.3,2.19.6,4.44.9,6.7.35,2.25.84,4.5,1.26,6.74.23,1.12.45,2.23.67,3.33.11.55.23,1.1.34,1.64.14.54.28,1.08.41,1.61.56,2.13,1.11,4.21,1.63,6.2l-2.17-2.74c6.33,29.23,20.35,59.93,40.13,87.02-3.21-5.11-3.77-7.51-2.93-7.58.43-.04,1.24.48,2.28,1.5.52.51,1.11,1.14,1.74,1.9.62.76,1.32,1.62,2.08,2.56l.53,4.46c4.92,4.14-5.46-8.6,3.7.6,1.77,2.52,3.02,4.17,3.61,5.3.6,1.12.62,1.67.23,1.77-.39.09-1.18-.27-2.2-.98-1.01-.72-2.32-1.72-3.52-3.06.8.98,1.67,1.91,2.55,2.83l2.6,2.78c1.74,1.85,3.43,3.73,5.3,5.45.12,1.1-2.63-1.22-3.85-1.4,1.27.98,3,2.69,4.9,4.9.96,1.1,1.97,2.31,3.02,3.59,1.08,1.25,2.26,2.5,3.44,3.8,1.18,1.29,2.39,2.59,3.6,3.85,1.19,1.28,2.52,2.37,3.76,3.46,1.25,1.06,2.48,2.04,3.66,2.87,1.18.84,2.3,1.54,3.41,1.97l.26,1.06c6.63,5.31,12.8,9.31,18.41,12.88,2.89,1.64,5.64,3.2,8.29,4.7.67.37,1.32.75,1.98,1.1.67.32,1.34.65,2.01.97,1.33.64,2.64,1.27,3.95,1.89,5.14,2.63,10.41,4.51,15.81,6.74,2.75,1,5.6,1.9,8.55,2.92.74.25,1.49.5,2.24.76.75.26,1.52.52,2.31.72,1.57.44,3.19.88,4.84,1.34.53-.9,3.32-.43,7.04.16,1.87.24,3.96.54,6.1.79,1.07.12,2.15.24,3.22.32.53.04,1.07.07,1.59.11.53.01,1.05,0,1.57-.02,4.88.89,9.88,2.09,15.09,2.72,2.6.35,5.23.81,7.91,1.09,2.68.24,5.4.47,8.15.71,11,.7,22.64.76,34.55-.88,2.08-.37,3.72-.62,4.99-.96,1.27-.32,2.18-.58,2.84-.8,1.32-.44,1.6-.7,1.6-.92,0-.45-1.13-.73,2.47-1.91.38.38,2.13.46,4.35.31,2.21-.21,4.9-.58,7.17-.89,2.27-.31,4.13-.53,4.68-.48.55.07-.2.51-3.17,1.45,3.53-.72,6.66-1.69,9.6-2.47,2.94-.8,5.66-1.52,8.19-2.4,2.54-.84,4.96-1.63,7.34-2.41,2.38-.78,4.66-1.75,7.02-2.64,9.42-3.65,19.59-8.12,35.22-17.17-3.82,1.16-7.84,2.9-6.1,1.31,2.81-1.64,6.19-3.17,8.8-4.19,2.56-1.1,4.4-1.61,4.21-1l-1.41,1.03c2.11-1.41,4.28-2.81,6.5-4.2,1.12-.68,2.21-1.41,3.32-2.16,1.11-.73,2.22-1.47,3.35-2.21,1.13-.73,2.27-1.46,3.41-2.2l1.72-1.1,1.69-1.17c2.27-1.55,4.57-3.1,6.89-4.64,1.18-.75,2.3-1.58,3.44-2.4,1.14-.82,2.29-1.63,3.43-2.45,2.3-1.64,4.64-3.23,6.86-4.99,2.25-1.72,4.51-3.44,6.76-5.16,2.21-1.77,4.35-3.61,6.52-5.4,1.08-.9,2.16-1.8,3.23-2.7,1.03-.94,2.06-1.88,3.09-2.82,2.04-1.89,4.06-3.76,6.06-5.61,1.9-1.96,3.77-3.9,5.61-5.8.91-.96,1.82-1.92,2.72-2.87.87-.98,1.69-1.98,2.52-2.95,1.65-1.96,3.26-3.91,4.8-5.83,1.53-1.93,2.87-3.94,4.21-5.85,1.31-1.94,2.61-3.8,3.72-5.71,1.09-1.92,2.1-3.8,3.03-5.63l-.85,1.63c5.79-9.7,10.6-19.95,14.86-30.31,3.31-6.99,2.67-4.74,1.91-1.98-.76,2.76-1.66,6.06,1.21,1.02.77-2.17,1.53-4.26,2.29-6.3.76-2.04,1.34-4.08,2.02-6.04.67-1.96,1.32-3.86,1.96-5.73.62-1.87,1.13-3.74,1.71-5.54.57-1.81,1.13-3.58,1.68-5.32.59-1.73.98-3.49,1.48-5.19.48-1.71.95-3.39,1.42-5.05.23-.83.47-1.66.7-2.48.2-.83.39-1.66.59-2.49,3.32-13.16,5.52-25.9,5.37-40.9,3.29-11.39,3.34-32.41-.52-53.73-1.71-10.7-4.42-21.44-7.06-31.4-.69-2.48-1.36-4.92-2.02-7.3-.3-1.2-.65-2.37-1.01-3.51-.34-1.15-.68-2.29-1-3.41-.63-2.25-1.24-4.42-1.82-6.51-.62-2.07-1.18-4.07-1.68-5.98l-.53,2.13c-3.92-7.14-2.92-9.34-4.95-14.99-.55,1.17,2.37,8.52-.2,4.16-6.96-15.58-15.04-30.93-24.41-45.7-9.42-14.73-20.08-28.91-32.04-42.1-1.45-1.69-3.02-3.27-4.57-4.88l-4.65-4.82-4.85-4.64c-1.62-1.54-3.21-3.12-4.93-4.55l-5.08-4.4-2.54-2.2-1.27-1.1-1.33-1.03c-3.56-2.73-7.07-5.53-10.69-8.18-14.53-10.54-30.24-19.43-46.58-26.43-6.02-2.45-10.07-3.54-13.15-4.14-3.11-.49-5.3-.39-7.62-.48-4.68-.13-9.86-1.01-25.25-6,3.15-.11,6.33-.27,9.49-.16-12.81-2.42-25.77-4.62-38.88-5.74-13.08-1.21-26.28-1.92-39.42-1.53l-4.93.08-4.91.29c-3.27.22-6.55.33-9.8.65-3.25.34-6.5.69-9.74,1.03-1.62.15-3.23.39-4.84.64-1.61.25-3.21.49-4.81.74-1.6.25-3.2.5-4.8.76-1.6.26-3.17.62-4.75.93-3.16.66-6.31,1.29-9.43,2-6.2,1.63-12.38,3.14-18.34,5.21,1.38-.66,2.04-1.16,2.96-1.66.92-.48,2.07-1.06,4.48-1.58-1.36.08-2.96.35-4.73.73-1.78.37-3.73.84-5.77,1.37-4.1.99-8.45,2.56-12.48,4.03-4.05,1.42-7.65,3.1-10.26,4.39-2.61,1.29-4.19,2.26-4.11,2.59-1.86.62-2.9.97-3.52,1.08-.62.11-.8,0-.91-.16-.21-.32-.1-.85-2.48-.24-2.57.8-5.38,1.95-8.19,3.3-2.78,1.43-5.59,3-8.26,4.49-2.69,1.44-5.15,2.99-7.34,4.16-2.19,1.18-4.09,2.02-5.55,2.31-.99.21,2.42-1.86,4.12-2.88-1.46,1-4.03,2.36-6.89,3.98-2.84,1.66-5.99,3.5-8.77,5.12-1.4.8-2.65,1.63-3.72,2.37-1.07.73-1.96,1.37-2.57,1.87-1.23,1-1.35,1.43.32.95-2.07,1.16-4.09,2.35-6.08,3.55-1.93,1.29-3.83,2.58-5.69,3.88-1.85,1.31-3.7,2.57-5.46,3.91-1.73,1.37-3.44,2.73-5.13,4.07-1.67,1.35-3.37,2.63-4.96,3.98-1.59,1.37-3.15,2.7-4.71,4-1.56,1.3-3.11,2.55-4.65,3.78-1.49,1.28-2.98,2.52-4.47,3.7-2.94,4.11-9.01,9.51-14.04,14.81-5.1,5.22-9.28,10.16-9.07,12.36-.39-.77-2.04.34-4.39,2.63-2.26,2.35-5.29,5.83-8.21,9.92-.74,1.01-1.5,2.05-2.24,3.11-.71,1.08-1.43,2.17-2.14,3.26-.7,1.1-1.4,2.19-2.09,3.27-.67,1.09-1.29,2.19-1.91,3.26-2.51,4.25-4.43,8.25-5.65,11.01.62-1.96-.96.13-2.42,2.22-1.48,2.07-2.97,4.05-2.4,1.66-6.67,12.1-11.02,23.99-8.59,22.43-6.86,10.76-10.54,23.09-13.18,34.05-2.68,10.99-4.38,20.66-8.2,27.13-1.64,10.06-2.8,19.97-3.53,29.74-.71,9.77-1.01,19.39-.96,28.86.08,18.95,1.71,37.3,4.45,55.17-1.66-.43-3.06-10.38-3.87-20.03-.45-4.82-.7-9.57-1.12-13-.37-3.44-.84-5.57-1.67-5.16.23,4.33.66,8.42,1.04,12.33.22,1.95.47,3.86.71,5.73.23,1.87.48,3.7.77,5.5.28,1.8.56,3.56.83,5.31.31,1.74.62,3.45.93,5.16.59,3.4,1.31,6.73,1.97,10.05.67,3.32,1.45,6.61,2.15,9.97.82,3.34,1.52,6.75,2.39,10.24,1.63,7,3.5,14.38,5.58,22.64,1.04,4.29.36,3.19-.76.66-1.09-2.53-2.51-6.52-3.17-7.89,2.47,8.27,5.07,16.33,7.76,24.23,2.71,7.89,5.64,15.56,8.72,23.04,3.13,7.46,6.49,14.7,10.11,21.69,3.7,6.94,7.56,13.69,11.9,20.02-.29.08-2.26-2.6-4.04-5.19,1.56,2.59,3.25,5.68,4.67,7.95,1.46,2.24,2.62,3.68,3.04,3.01-1.14-1.6-2.33-3.17-3.42-4.81-1.54-4.69,2.38-.03,7.09,5.57,1.16,1.42,2.43,2.85,3.62,4.26,1.21,1.4,2.33,2.77,3.4,3.92,2.11,2.32,3.7,3.98,4.08,4.03-2.28-1.47-2.42-.65-1.52,1.27.89,1.92,2.91,4.86,4.76,7.7,3.83,5.56,7.19,10.67.12,5.88,2.64,3.01,6.4,6.38,6.54,5.07,1.77,2.36,2.85,3.99,2.93,4.52.07.54-.95.07-3.27-1.91,1.79,2.05,3.39,3.64,4.72,5,1.35,1.35,2.45,2.46,3.44,3.33,1.98,1.76,3.31,2.81,4.59,3.84,1.26,1.03,2.51,1.98,4.28,3.57.88.79,1.9,1.74,3.12,2.93,1.25,1.16,2.72,2.54,4.48,4.24-.53.46-3.56-2.09-5.6-2.92,2.03,1.49,4.06,2.97,6.14,4.54,2.09,1.55,4.3,3.13,6.58,4.92,2.3,1.77,4.79,3.63,7.41,5.8,1.34,1.05,2.74,2.15,4.18,3.34.72.6,1.46,1.21,2.21,1.84.77.61,1.56,1.24,2.36,1.88-1.04-.28.13,1.36-3.77-1.67,2.81,2.18,5.65,4.1,8.38,6.01,1.37.94,2.73,1.86,4.07,2.78,1.39.84,2.77,1.66,4.13,2.48,2.74,1.62,5.42,3.22,8.12,4.75,2.75,1.43,5.49,2.85,8.25,4.29,1.38.71,2.74,1.47,4.15,2.14,1.41.67,2.84,1.34,4.28,2.02,1.43.69,2.87,1.39,4.33,2.1,1.46.71,2.9,1.48,4.44,2.13,3.04,1.36,6.14,2.8,9.34,4.35,1.59.81,3.28,1.47,4.96,2.24,1.69.77,3.41,1.56,5.17,2.36-4.79-.36-2.46.88,1.17,2.6,1.8.91,4,1.7,5.74,2.6,1.75.87,3.09,1.74,3.26,2.5l4.02,1.25c1.34.42,2.71.73,4.07,1.1l8.14,2.13-6.05-3.21c1.75.55,3.48,1.06,5.19,1.55.86.24,1.71.47,2.56.71.86.19,1.71.38,2.56.57,3.4.7,6.71,1.38,9.96,2.05,3.27.58,6.48,1.07,9.61,1.71,1.57.33,3.12.65,4.67.98,1.55.3,3.09.63,4.62,1l-5.44-.39-5.42-.62c2.25.42,4.48.94,6.74,1.27l6.78,1.04c4.5.77,9.05,1.21,13.59,1.71l-7.61-1.48c-2.53-.52-5.04-1.18-7.55-1.76,7.38.59,7.09-.31,7.37-.85.27-.54,1.06-.75,10.55.84-1.95-.14,1.62.44,6.64.97,2.51.3,5.37.67,8.07,1.11,2.71.36,5.26.73,7.13,1.2,0,0-.05,0-.05,0,3.59-.24,7.24-.49,11.32-.76,2.04-.11,4.18-.17,6.49-.16,1.15.02,2.34.02,3.58,0,1.24,0,2.52.01,3.86.05,2.81.74-2.16,2.96-.33,3.46,1.77-.61,4.78-.99,8.43-1.35,3.65-.45,7.95-.84,12.31-1.23,4.34-.55,8.74-1.12,12.59-1.75,3.84-.73,7.11-1.59,9.24-2.48-2.87.97-2.84,2.35-1.82,2.49l5.62-2.62c6.7-.62,7.73-.56,6.85.72,10.03-1.66,8.24-2.3,7.01-2.69-1.24-.45-2-.82,9.85-2.73-1.81.55-.87.61-4.64,1.73,11.89-2.13,23.05-5.65,33.85-9.3,5.35-1.98,10.69-3.78,15.88-5.88,2.62-.99,5.22-1.98,7.82-2.97,2.58-1.04,5.16-2.05,7.76-3.02,3.54-.06-.87,1.97-5.2,3.9-2.15,1-4.33,1.85-5.47,2.45-1.14.61-1.24.96.73.81,14.91-6.07,29.71-13.84,43.78-22.41,14.08-8.57,27.45-17.9,39.96-27.02-1.59,1.08-3.13,2.24-4.78,3.24.35-1.35,1.69-2.83,3.72-4.45,2.04-1.61,4.76-3.35,7.81-5.27,1.55-.93,3.06-2.06,4.66-3.16,1.59-1.12,3.21-2.29,4.82-3.51.8-.61,1.6-1.23,2.39-1.87.8-.63,1.57-1.29,2.29-2,1.47-1.39,2.87-2.83,4.16-4.32-2.62,2.8-2.31,4.95-1.82,3.93,2-1.75,4-3.54,5.99-5.38.99-.93,2.02-1.82,2.98-2.81.96-.99,1.92-1.98,2.89-2.98,1.94-2.01,3.89-4.08,5.88-6.2,1.98-2.13,3.85-4.46,5.84-6.79.98-1.17,1.98-2.36,2.99-3.57.5-.6,1.01-1.21,1.53-1.83.49-.64.98-1.28,1.47-1.92,1.97-2.58,4-5.25,6.1-8.01,1.07-1.36,2.08-2.81,3.1-4.29,1.03-1.47,2.07-2.97,3.14-4.5,1.07-1.52,2.15-3.07,3.26-4.66,1.05-1.62,2.12-3.27,3.2-4.96l-1.5,3.82c1.96-2.44,4.15-5.33,6.45-8.47,1.18-1.55,2.28-3.23,3.4-4.95,1.12-1.72,2.26-3.46,3.4-5.21l1.71-2.64.85-1.32.8-1.35c1.06-1.79,2.11-3.56,3.13-5.29,1.03-1.72,2.04-3.41,3-5.02.98-1.61,1.8-3.21,2.66-4.67,1.03-4.01,4.76-10.75,1.34-7.24,11.91-17.26,18.78-36.26,23.75-54.84,4.98-18.66,8.14-36.92,13.06-54.85-.69,4.36-.84,10.55-.29,7.07l1.03-7.83.26-1.96.18-1.97.35-3.93.7-7.85c.19-2.62.27-5.25.41-7.87-.9,1.18-1.22,2.19-1.54,3.71-.15.76-.32,1.65-.54,2.75-.23,1.1-.61,2.41-1.11,4.01-.13-1.01-.19-2.32-.23-3.83-.09-1.52-.14-3.24-.16-5.08-.01-1.84.01-3.79.08-5.76.04-.98.09-1.98.13-2.96.03-.99.06-1.97.08-2.93.1,1.76.17,3.08.22,4.02.07.95.18,1.53.31,1.82.27.57.63-.05,1.04-1.3.2-.63.44-1.41.62-2.28.18-.87.36-1.84.54-2.82.34-1.96.7-3.99.96-5.5-.53,1.01-1.01-1.1-1.53-.59.43-2.03.7-3.61.85-4.85.12-1.24.1-2.14.03-2.83-.15-1.38-.59-1.91-1.06-2.62s-.97-1.61-1.25-3.72c-.14-1.05-.22-2.41-.21-4.2.04-1.79-.03-4.01.09-6.8l.91,1.14c-.21-2.08-.47-4.12-.74-6.14-.27-2.02-.51-4.03-.89-6.05-.7-4.04-1.27-8.16-1.62-12.63.66-1.95,1.24.21,1.64,2.94.44,2.73.88,6,1.67,6.22-.33-3.16-.84-6.27-1.48-9.33-.76-3.04-1.52-6.05-2.27-9.02-.37-1.48-.72-2.96-1.03-4.42-.36-1.46-.72-2.91-1.02-4.35-.59-2.89-.99-5.77-1.05-8.67,1.44,5.18,3.02,12.75,4.14,18.02.31-6.36-.07-9.86-.42-12.94-.19-1.54-.42-2.97-.69-4.59-.13-.81-.28-1.67-.43-2.62-.19-.94-.39-1.96-.62-3.11l.16.91-1.94-10.63c-.29-1.78-.76-3.52-1.14-5.29l-1.21-5.28.9,5.46c-2.27-3.52-3.91-7.22-5.46-11.03-1.63-3.79-2.99-7.76-4.37-11.92-1.49-4.11-3.12-8.36-4.95-12.78-.23-.55-.47-1.1-.7-1.66-.27-.54-.54-1.09-.81-1.64-.55-1.1-1.12-2.21-1.72-3.32-1.19-2.23-2.49-4.48-3.91-6.75,5.5,8.85,6.27,9.51,5.95,7.96-.32-1.54-1.7-5.24-.41-4.94-.42-1.32-.9-2.8-1.36-4.26-.23-.73-.46-1.45-.68-2.14-.24-.68-.47-1.32-.68-1.91-.82-2.36-1.2-3.84-.4-2.9-1.52-2.1-2.67-4.14-3.69-6.21-1.01-2.06-1.86-4.17-2.97-6.3-1.07-2.15-2.22-4.4-3.69-6.82-.73-1.21-1.54-2.46-2.46-3.77-.89-1.32-2.04-2.59-3.25-3.96.24-.9-5.75-9.26-3.09-8.25-1.86-2.77-2.87-3.86-3.18-4.06-.32-.2-.01.52.51,1.56.99,2.11,2.68,5.57,2.03,5.32-6.4-8-12.85-18.03-20.54-28.69-7.93-10.42-17.19-21.44-28.97-30.34-2.4-2.06-4.67-3.77-6.71-5.37-2.06-1.58-3.91-3.02-5.69-4.27-3.61-2.45-6.72-4.44-9.77-6.39-6.22-3.74-12.21-7.35-22.02-13.47-1.43-1.36-1.77-1.89-1.41-2.01.36-.12,1.38.25,2.56.8,2.38,1.09,5.5,2.87,5.5,2.87-2.45-2.02-4.74-3.93-7.06-5.62-2.33-1.67-4.61-3.22-6.9-4.71-2.27-1.52-4.62-2.87-7.05-4.21-2.43-1.34-4.91-2.72-7.59-4.04,2.4.68.5-.98-2.3-3.45-8.46-4.61-6.78-1-17.47-7.8,2.26.33,5.29.55,9.77,2.06-2.59-1.19-5.18-2.34-7.79-3.47-2.61-1.11-5.28-2.11-7.92-3.16-1.33-.52-2.65-1.04-3.99-1.56-1.34-.49-2.69-.99-4.04-1.48-2.71-.98-5.39-2.08-8.15-3.05-1.19-1.15.62-.89,3.23-.17,2.59.75,6,1.93,8.05,2.44-3.07-1.24-6.54-2.77-10.19-4.15-3.65-1.36-7.35-2.85-10.89-3.98-7.02-2.4-13.12-3.93-15.33-3.77l7.65,3.57c-4.51-1.57-1.73-2.39,1.7-1.44,11.07,2.75,14.79,6.84,15.11,7.67l-7.82-2.85c1.59,1.74,4.29,3.42,7.71,5.02,3.42,1.6,7.48,3.32,11.87,4.96,8.67,3.5,18.47,7.23,25.68,11.52-2.51-.29-4.97-.63-7.49-.83,1.36.47,2.7.98,4.03,1.52l4.01,1.58c2.68,1.06,5.38,2.09,8.01,3.27,2.73,2.55,3.98,5.22-3.24,1.32,4.71,3.72,7.08,4.86,9.28,5.92,2.16,1.11,4.13,2.16,7.96,5.63.8.83.3.66-.64.19,3.43,1.83,6.69,3.91,10.04,5.9-2.21-.82.38,2.79-5.18-1.67,3.98,3.36,7.82,6.05,11.18,8.61,1.71,1.25,3.35,2.4,4.92,3.47.79.53,1.56,1.05,2.3,1.55.73.52,1.44,1.03,2.12,1.52,2.75,1.97,5.19,3.7,7.22,5.35,1.03.81,1.92,1.65,2.69,2.5.77.84,1.44,1.68,1.98,2.54l-1.41-1.03c5.51,4.63,8.52,6.94,10.07,8.15,1.59,1.16,1.9,1.02,2.08.69.36-.65.19-2.14,8.88,4.66,2.09,4.83,4.17,9.54,6.1,14.29l3.44.74c1.88,2.32,5.59,6.91,4.22,6.62,2.1,1.85,3.05,2.72,3.45,2.96.41.24.26-.13.03-.62-.48-.97-1.32-2.4,1.2-.29,1.83,3.15,4.3,6.64,6.98,10.18,2.57,3.62,5.23,7.38,7.69,10.86,1.27,1.71,2.33,3.46,3.31,5.08.98,1.62,1.85,3.13,2.56,4.48,1.42,2.71,2.19,4.79,1.89,5.91,1,.89,1.13.58.91-.23-.25-.79-.87-2.04-1.34-3.02-.47-.98-.78-1.68-.41-1.37.19.16.55.57,1.15,1.33.29.38.65.85,1.09,1.42.44.56.92,1.23,1.44,2.04-.5,2.84,1.78,6.6,4.84,11.22.38.58.78,1.17,1.18,1.77.37.62.75,1.26,1.13,1.9.76,1.3,1.53,2.64,2.28,4.04,1.49,2.79,2.95,5.76,3.98,8.89-3.47-2.84-8.06-14.29-3.79-1.89.79.71,1.58,1.59,2.28,2.65.68,1.07,1.33,2.28,1.96,3.6,1.25,2.64,2.41,5.72,3.52,8.9,1.01,3.23,1.91,6.6,2.88,9.76.48,1.58.97,3.12,1.48,4.58.44,1.48.91,2.88,1.41,4.15.64-.08,1.49,1.28,2.51,3.64.51,1.18,1.06,2.61,1.65,4.23.62,1.61,1.08,3.48,1.67,5.45,2.37,7.9,4.71,18.12,6.87,27.13-.26-.25-.09,1.79.36,5.24.21,1.73.55,3.8.81,6.14.24,2.34.51,4.93.79,7.66.69,5.45.95,11.51,1.32,17.25.23,2.87.18,5.68.23,8.3.01,2.62.03,5.05.04,7.19l-.45-.49c.34.4.65,1.03.92,1.85.24.82.44,1.83.61,2.99.34,2.32.56,5.25.72,8.49.04.81.07,1.64.11,2.48,0,.84,0,1.7,0,2.56-.02,1.73-.04,3.5-.07,5.27-.05,3.54-.06,7.07-.24,10.31-1.52-.61-1.83-2.96-2.34-9.94l-.2,6.03-.45,6.02c.3,1.45.49,3.13.57,5.42.12,2.3-.07,5.21-.38,9.13l-1.55-3.23c-.47,3.98-.71,8.01-1.1,12.1-.45,4.09-.9,8.27-1.37,12.58-.66,4.29-1.41,8.72-2.31,13.33-1.04,4.58-2.35,9.32-3.88,14.27.73.8,2.92-2.89,4.42-4.11.75-.6,1.33-.58,1.46.96.13,1.54-.12,4.63-1.43,10.05-1.16.53-2.98.85-1.76-4.81-.4,1.85-1.1,6.71-2.56,10.27l.88-8.92c-3.34,8.9-.02,5.16-2.37,12.4-1.27-.56-2.72,5.03-3.41,3.66.24-.94.9-2.46,1.55-4.11.68-1.64,1.17-3.47,1.34-4.93-.33,1.01-.67,2.05-1.02,3.1-.36,1.04-.79,2.08-1.2,3.11-.82,2.06-1.67,4.09-2.48,5.96-.83,1.86-1.58,3.58-2.34,4.98-.77,1.39-1.46,2.5-2,3.2,1-.42,1.75.64-.3,6.55-1.36,3.8-2.45,5.91-3.14,7.16-.71,1.24-1.11,1.59-1.45,1.74-.69.29-1.14-.22-3.3,3.94-.18.98-.55,2.31-1.15,3.7-.6,1.39-1.26,2.91-1.87,4.32-1.21,2.84-2.09,5.33-1.22,5.91-.51,1.06-.96,1.89-1.4,2.54-.45.64-.86,1.11-1.24,1.5-.76.77-1.41,1.19-2.08,1.87-.77,1.94-2.27,5.07-3.99,8.56-1.87,3.41-3.94,7.19-5.75,10.48-.87,1.67-1.75,3.17-2.48,4.46-.72,1.29-1.29,2.38-1.63,3.16-.68,1.56-.45,1.89,1.28.19l1.28-1.73c-.18.36-.43.76-.66,1.2l.04-.06-.04.06c-6.33,12.24-15.08,23.66-24.37,34.43-2.37,2.66-4.7,5.34-7.09,7.96-2.45,2.56-4.89,5.11-7.32,7.65-2.36,2.6-4.93,4.97-7.34,7.45-2.45,2.44-4.76,4.99-7.23,7.33l-.44-.53c-1.43,1.44-2.9,2.91-4.4,4.41-.76.74-1.52,1.49-2.28,2.25-.76.76-1.54,1.51-2.36,2.21-3.24,2.87-6.51,5.77-9.67,8.57-3.27,2.68-6.43,5.26-9.28,7.72-.71.62-1.41,1.22-2.08,1.81-.69.57-1.37,1.12-2.02,1.66-1.3,1.09-2.5,2.13-3.58,3.12-3.89,2.87-10.12,5.31-8.84,3.52-2.52,1.8-4.46,3.24-6.19,4.53-1.75,1.26-3.34,2.3-5.07,3.43-1.74,1.12-3.66,2.28-6.14,3.68-2.53,1.31-5.63,2.83-9.68,4.75,5.16-3.54,4.09-3.25,3.61-3.1-.24.08-.33.13.57-.35.45-.24,1.15-.61,2.21-1.17,1.05-.57,2.48-1.29,4.3-2.39-1.74,1-3.39,1.77-4.89,2.51-1.5.73-2.88,1.4-4.17,2.02-1.29.63-2.49,1.21-3.66,1.78-1.18.55-2.32,1.08-3.46,1.62-2.28,1.09-4.56,2.27-7.18,3.77-2.63,1.47-5.67,3.12-9.39,5.38,1.15-1.02.98-1.34-.02-1.19-1.01.13-2.81.82-5.05,1.57-4.45,1.54-10.26,4.12-13.76,5.63,3.67-.87,7.26-1.98,10.88-3.03-1.95.89-3.86,1.73-5.72,2.53-1.87.8-3.74,1.45-5.56,2.15-3.67,1.34-7.2,2.68-10.86,3.77,1.05-1.18,2.09-2.33,3.11-3.52-15.82,4.16-29.58,9.19-42.83,13.13-6.59,2.06-13.09,3.56-19.47,4.73-3.21.47-6.4.84-9.57,1.05-.79.04-1.58.09-2.37.13-.79.01-1.59,0-2.38-.02-1.58-.03-3.16-.11-4.74-.24-4.21,1.28.22,1.08,4.8.91,2.29-.05,4.59-.27,5.87-.19,1.28.06,1.53.36-.33,1.11l-2.82.32c-.95.08-1.9.12-2.84.16-1.89.08-3.77.13-5.62.15-1.85,0-3.65.04-5.4-.03-1.75-.1-3.44-.2-5.06-.3-3.22-.23-6.1-.38-8.47-.64-2.37-.24-4.23-.39-5.4-.36-2.57-.09-4.78-.04-6.75-.03-1.96-.01-3.67.05-5.22.16-3.09.2-5.52.7-7.99,1.04-4.92.62-10.07,1.58-20.78.08,1.33.53,2.61,1.41,1.52,2.07-1.09.64-4.57,1.23-12.72.5-1.89-.28-3.59-.58-5.09-.9-1.5-.33-2.8-.74-3.92-1.1-2.23-.74-3.69-1.44-4.38-2.03-1.38-1.17.3-1.85,5.03-1.38,3.56.58,5.26,1.01,5.07,1.27,4.88.32,11.24.78,5.45-.87l-2.04.58c-3.65-.78-10.53-2.24-15.9-3.39-1.34-.27-2.57-.61-3.63-.93-1.06-.31-1.95-.59-2.6-.83-1.29-.48-1.61-.81-.36-.88-11.2-1.61-5.04.3,3.1,2.51-2.32-.66-4.52-1.25-6.63-1.79-2.11-.55-4.13-1-6.06-1.59-3.87-1.11-7.53-2-11.18-3.03-3.62-1.12-7.25-2.24-11.16-3.45-3.84-1.41-7.94-2.96-12.49-4.87,2.77,1.53,5.17,3.41,2.22,2.34-.84-.34-1.65-.66-2.41-.97-.75-.34-1.46-.66-2.14-.96-1.36-.6-2.57-1.13-3.66-1.61-2.18-.94-3.88-1.62-5.22-2.12-2.67-1.06-3.93-1.45-4.97-1.62-1.04-.18-1.83-.19-3.5-.67-1.65-.51-4.25-1.33-8.64-3.65-4.68-3.21-3.42-3.4-3.27-3.84.08-.22-.12-.51-1.46-1.26-1.36-.73-3.79-2.03-8.16-4.38-9.94-6.94-1.02-3.18,3.39-1.33-4.03-1.96-7.87-4-11.25-6.4-1.71-1.16-3.36-2.33-4.95-3.48-.79-.58-1.58-1.14-2.33-1.74-.73-.62-1.45-1.22-2.16-1.82-2.82-2.41-5.42-4.7-7.78-6.8-2.29-2.2-4.41-4.15-6.31-5.83,2.55,1.81,5.12,3.6,7.71,5.35-2.33-1.56-4.35-3.11-6.28-4.58-1.91-1.51-3.64-3.04-5.42-4.55l3,4.75c-2.01-1.91-3.9-3.62-5.22-4.92-1.29-1.34-2.02-2.23-1.75-2.45-2.47-1.51-2.13-.27-2.34.54-.1.41-.35.7-1.16.49-.8-.23-2.22-.91-4.52-2.64-1.19-1.45-2.88-3.1-4.67-4.87-1.79-1.78-3.7-3.67-5.5-5.46-1.75-1.84-3.36-3.6-4.54-5.11-1.17-1.52-1.87-2.82-1.89-3.66,1.84,2.28,3.29,3.87,4.36,5.01,1.07,1.14,1.78,1.82,2.24,2.19.92.73.85.2.73-.44-.12-.64-.29-1.38.42-1.08.36.15.92.57,1.85,1.37.94.79,2.22,1.98,3.97,3.69-1.41-1.26-2.94-2.7-4.55-4.38-1.57-1.71-3.25-3.62-5.02-5.75-.37-.78.86.28,1.99,1.29-6.69-8.86-8.63-10.5-11.02-11.98-1.19-.74-2.41-1.49-4.23-3.2-.91-.85-1.98-1.94-3.25-3.4-1.24-1.48-2.69-3.33-4.4-5.66,1.39.81,1.02-.59.12-2.61-.91-2.02-2.48-4.58-3.64-6.06,2.63,3.82,2.86,5.02,1.69,4.47-1.16-.55-3.73-2.86-6.46-6.2-1.89-3.22-3.29-5.73-4.56-7.69-1.27-1.96-2.27-3.46-3.2-4.75-.94-1.28-1.75-2.39-2.61-3.57-.83-1.2-1.65-2.52-2.57-4.24l1.97,4.02,2.07,3.97c-1.3-.99-2.91-3.11-4.75-6.16-1.91-3.02-4.05-6.97-6.62-11.54.43-1.21,4.99,8.12,3.63,4.62-.91-1.16-1.76-2.41-2.55-3.73-.79-1.33-1.48-2.76-2.17-4.24-1.39-2.95-2.54-6.19-3.73-9.57-2.32-6.77-4.62-14.09-8.08-21.41-.93-3.64-.41-4.02.09-4.26.5-.25,1-.38.2-3.55-3.7-8.22-4.63-13.05-5.59-17.94-.89-4.92-1.78-9.91-4.49-18.95-.25,2.84-.15,4.46-.64,3.81-.49-.65-1.46-3.59-3.63-9.98,2.44,10.13,5.35,20.13,8.7,29.95l-1.99-4.63c-.66-1.55-1.26-3.11-1.9-4.67-1.29-3.11-2.45-6.27-3.64-9.44.56,2.3,1.17,4.65,1.87,6.95.73,2.29,1.45,4.55,2.14,6.71,1.5,4.27,2.79,8.08,3.55,10.81-1.07-2.17-1.79-3.76-2.28-4.85-.5-1.09-.79-1.66-.96-1.81-.34-.3-.18,1.09-.21,3.47-.65-6.59-2.76-12.65-4.75-19.06-2.06-6.38-4.02-13.11-4.54-20.66l4.15-.28c-1.04-11.14-2.84-20.84-4.37-31.51-1.51-10.65-2.75-22.29-1.85-36.81l-.47,4.66c-.15,1.56-.25,3.11-.37,4.67-.4-.98-.65-2.59-.73-4.61-.06-2.02,0-4.45.09-7.04.16-2.59.32-5.36.49-8.07.2-2.7.36-5.35.37-7.72,1.27.98,2.34-4.83,3.61-8.71-.27.09-.24-1.18-.07-3.18.16-2,.44-4.74.79-7.56.16-1.41.31-2.86.43-4.25.14-1.39.27-2.72.33-3.93.13-2.41-.02-4.33-.55-5.1l2.18-6.19c.74-2.05,1.55-4.08,2.32-6.12,1.53-5.65,2.56-10.11,3.36-14,.73-3.9,1.32-7.19,1.81-10.5,1.16-6.54,2.21-13.13,6.87-23.52-.61,3.46.3,2.89.76,3.27.23.19.35.61.11,1.89-.24,1.27-.84,3.38-1.89,7.01,2.64-7.02,5.6-13.07,4.78-13.56.64-.92,1.38-2.61,2.2-4.72.88-2.09,1.83-4.6,2.84-7.19,1.08-2.55,2.21-5.17,3.35-7.49,1.2-2.29,2.4-4.29,3.52-5.64.49-1.54.62-2.68,1.12-4.38.52-1.69,1.4-3.94,3.76-7.48.73-.63.56.39.56.39-.26-.18,1.26-3.15,2.35-5.31,1.06-2.17,1.53-3.64-1.21-.98,2.11-2.12,4.19-4.59,6.48-7.16,1.13-1.29,2.24-2.67,3.41-4.04,1.18-1.37,2.37-2.78,3.57-4.23,4.87-5.73,9.99-11.92,15.48-17.69,1.33-1.48,2.73-2.88,4.11-4.28,1.4-1.38,2.71-2.83,4.15-4.11,2.83-2.61,5.58-5.16,8.29-7.49,2.79-2.23,5.48-4.3,8.03-6.12,1.25-.93,2.56-1.7,3.79-2.44,1.24-.73,2.43-1.39,3.58-1.96,1.61-1.27,3.22-2.65,4.94-3.92,1.73-1.27,3.5-2.55,5.28-3.85,3.52-2.67,7.31-5.08,11.02-7.54,7.46-4.85,15.06-9.16,21.73-12.57-.67.81.27.64-2.31,1.81,2.37-1.04,4.29-1.97,5.88-2.81,1.63-.77,2.93-1.48,4.01-2.14,2.17-1.32,3.49-2.48,4.9-3.67,1.4-1.22,2.94-2.36,5.52-3.72,1.29-.68,2.84-1.41,4.77-2.22.97-.39,2.02-.84,3.2-1.24,1.19-.39,2.49-.8,3.91-1.23,6.06-1.04,3.21.33-.21,1.73-3.45,1.33-7.37,2.99-3.76,1.94,1.17.74,3.41.51,6.33-.36,2.93-.85,6.53-2.41,10.6-3.85,2.03-.75,4.14-1.54,6.29-2.34,1.07-.41,2.17-.78,3.28-1.1,1.11-.33,2.22-.66,3.33-.99,2.22-.64,4.43-1.21,6.58-1.68,2.16-.43,4.28-.67,6.27-.8l-3.65,1.12c3.02-.31,6.28-.98,9.78-1.88,3.52-.82,7.31-1.75,11.33-2.83,2-.57,4.1-.96,6.24-1.45,2.14-.47,4.34-.93,6.6-1.39,2.25-.47,4.58-.72,6.95-1.05,2.37-.3,4.78-.58,7.24-.78,0,0-.92.49-.06.69,3.31-.78,7.4-1.52,11.97-2.21,2.29-.3,4.7-.49,7.19-.72,1.25-.1,2.52-.21,3.8-.31,1.28-.1,2.59-.21,3.9-.23,2.63-.06,5.3-.12,7.98-.18,1.34-.01,2.69-.08,4.02-.03,1.34.04,2.67.09,4,.13,2.66.09,5.29.18,7.85.27,2.56.21,5.04.41,7.43.6-6.12,1.08-8.71-.07-5.31,2.15,4.23.37,3.7-.43,4.22-1.13.26-.35.79-.68,2.32-.82,1.53-.13,4.08-.19,8.33.44,1.34.47,3.1,1,5,1.56,1.9.56,3.94,1.13,5.83,1.87,3.78,1.4,7.02,2.8,7.6,3.91-5.22-1.06-10.4-2.26-15.69-2.98.96.47,1.99.88,3.08,1.23,1.09.35,2.25.62,3.43.96,2.37.63,4.9,1.09,7.46,1.5,1.28.19,2.57.39,3.84.58,1.26.25,2.5.5,3.72.74,2.43.5,4.73,1.03,6.72,1.67l-1.33.77c2.97.68,5.5,1.49,7.82,2.1,2.31.63,4.36,1.14,6.25,1.59,3.76.98,6.83,1.78,9.94,2.6.78.2,1.57.41,2.37.62.4.11.81.22,1.22.32.4.13.81.27,1.22.4,1.65.55,3.4,1.17,5.34,1.89,1.93.74,4.08,1.5,6.43,2.58,2.33,1.11,4.93,2.4,7.86,3.91l-2.06-1.96c7.14,1.96,9.53,4.03,11.95,5.9,1.2.96,2.38,1.94,4.11,3.01,1.71,1.1,3.88,2.45,7.2,3.98l2.11,4.67c1.06.55,2.24,1.31,3.59,2.15,1.35.84,2.86,1.78,4.49,2.79,1.62,1.03,3.42,2.06,5.19,3.3,1.77,1.25,3.61,2.56,5.51,3.91,7.69,5.28,15.49,12.05,21.68,18.02-4.13-2.79-9.92-7.5-16.16-12.12-1.51-1.21-3.14-2.31-4.74-3.41-1.59-1.11-3.17-2.21-4.71-3.28-.77-.53-1.53-1.06-2.27-1.58-.37-.26-.74-.51-1.11-.77-.38-.23-.76-.46-1.13-.69-1.49-.9-2.91-1.75-4.23-2.54.94.69,2.05,1.5,3.27,2.39.61.45,1.26.9,1.92,1.4.64.52,1.3,1.05,1.98,1.6,2.74,2.17,5.74,4.55,8.63,6.84,2.8,2.41,5.55,4.67,7.85,6.51,2.24,1.92,4.08,3.36,5.19,3.98-1.46-1.22-3.1-2.6-4.74-3.97-1.64-1.37-3.28-2.72-4.51-4.14,9.98,6.1,21.65,16.38,33.25,31.4-1.59.17-.47,2.67,1.86,6.72.59,1,1.28,2.1,2.03,3.26.76,1.16,1.59,2.4,2.41,3.74,1.65,2.67,3.58,5.53,5.46,8.59,7.6,12.15,15.11,26.87,15.89,33.94,3.96,7.23,7.18,14.81,10.06,22.57l.55,1.45.49,1.48.96,2.96c.63,1.98,1.26,3.97,1.9,5.96.54,2.02,1.08,4.05,1.63,6.08.52,2.04,1.13,4.07,1.54,6.16.45,2.08.9,4.16,1.36,6.26.22,1.05.48,2.1.66,3.16.18,1.06.37,2.13.55,3.2.37,2.14.75,4.29,1.12,6.45.33,2.17.59,4.37.9,6.57.68,4.4,1.03,8.91,1.52,13.48.29,2.28.35,4.6.53,6.93.14,2.33.39,4.68.47,7.06.91-3.42,1.29-4.46,1.61-4.1.15.18.26.71.35,1.45.1.74.17,1.71.19,2.76.15,4.21.35,9.83,2.46,8.64.12,4.51.05,7.64,0,9.73-.04,2.09-.21,3.15-.38,3.54l-1.1,6.77c-.19,1.12-.34,2.25-.57,3.37l-.71,3.35-1.41,6.66-1.72,6.58c-1.14,3.05-1.02.91-.76-1.88.13-1.4.3-2.97.37-4.14.06-1.18-.05-1.97-.3-1.8-.76,4.78-1.47,7.63-1.95,9.43-.5,1.8-.88,2.55-1.29,3.09-.8,1.07-1.53,1.33-3.42,7.37.51-.55.81-.38.93.34.11.72.09,2.01-.25,3.66-.3,1.66-.78,3.71-1.4,6-.32,1.14-.62,2.36-1.05,3.58-.44,1.22-.91,2.48-1.4,3.76l1.67-3.52c.57-1.17,1.01-2.39,1.52-3.58l2.99-7.24c-.61,3.34-1.22,6.19-1.83,8.67-.29,1.24-.6,2.39-.98,3.43-.36,1.05-.71,2.02-1.06,2.94-1.4,3.65-2.69,6.31-4.23,8.86-2.98,5.16-5.72,10.28-10.9,22.84l1.36-4.11c.22-.69.47-1.36.66-2.05l.57-2.09c-.32.81-.64,1.71-1.07,2.65-.45.94-.93,1.94-1.44,3.01-1.04,2.13-2.19,4.52-3.47,7.04-1.39,2.46-2.87,5.09-4.4,7.79-.38.68-.77,1.36-1.15,2.04-.42.66-.84,1.33-1.27,2-.84,1.35-1.69,2.7-2.54,4.05-.86,1.35-1.65,2.74-2.55,4.05-.89,1.32-1.78,2.62-2.65,3.91-1.73,2.58-3.34,5.15-5.02,7.44-1.62,2.33-3.1,4.55-4.36,6.59-1.33,1.99-2.48,3.78-3.3,5.36-2.04,1.54-5.07,3.17-1.19-1.63-11.31,12.28-24.45,25.61-38.52,36.62-13.99,11.06-28.65,19.91-40.94,24.62l1.86-2.02c-2.77,1.46-5.04,3.06-7.57,4.6-.63.38-1.28.76-1.96,1.14-.69.35-1.41.68-2.16,1-1.51.64-3.19,1.23-5.11,1.74.22-.56,1.94-1.93-.76-.88-.74.39-2.01,1.13-3.67,1.95-1.67.8-3.71,1.74-5.91,2.72-1.1.48-2.24.97-3.39,1.47-1.15.49-2.35.87-3.52,1.28-2.35.79-4.65,1.49-6.68,1.96l6.43-3.24c-7.88,2.21-14.85,4.04-21.28,5.75-3.23.78-6.31,1.64-9.32,2.43-3.03.69-5.96,1.39-8.87,2.12-1.45.39-2.9.66-4.35.95-1.45.29-2.9.59-4.35.88-1.45.29-2.91.6-4.38.86-1.48.21-2.96.43-4.46.64-6,.95-12.3,1.38-19.23,1.48.04-.77-1.55-1.48-4.13-2.13-1.29-.33-2.83-.64-4.53-.93-1.71-.29-3.57-.75-5.54-1.1-1.97-.37-4.03-.73-6.12-1.08-2.07-.45-4.16-.9-6.2-1.35-1.02-.21-2.03-.42-3.01-.63-.49-.1-.98-.2-1.46-.3-.48-.11-.94-.25-1.41-.37-1.84-.48-3.56-.93-5.09-1.34l.52-.33c-18.18-4.25-33.17-9.56-47.22-16.35-14.02-6.81-27.17-15.13-40.27-27.01-.82-1.12-1.82-2.22-2.77-3.52-.97-1.28-2.02-2.63-3.14-4.03-2.32-2.74-4.66-5.95-7.28-9.29-1.34-1.64-2.6-3.45-3.91-5.28-1.3-1.84-2.72-3.67-4.04-5.63-2.59-3.96-5.42-7.98-7.93-12.34-2.7-4.24-5.03-8.82-7.51-13.33-2.22-4.64-4.58-9.23-6.45-13.95-2.07-4.64-3.65-9.38-5.28-13.91-.75-2.29-1.38-4.57-2.03-6.78-.32-1.11-.63-2.2-.94-3.29-.29-1.09-.51-2.18-.76-3.24.92,5.31-2.53-.14-4.55-6.13-.35-2.05-.94-4.44-1.65-6.87-.36-1.21-.72-2.43-1.08-3.62-.3-1.2-.6-2.38-.88-3.48-1.09-4.42-1.68-7.71-.15-7.28.12.98.31,1.94.47,2.91.2-.83.3-1.8.37-2.91.09-1.11.12-2.35.1-3.69s-.1-2.78-.22-4.3c-.06-.76-.13-1.54-.2-2.33-.05-.8-.09-1.61-.14-2.44-.52-6.6-1.12-14.07-1.11-20.63l-3.69-2.17c1.26-8.72,2.52-18.64,4.09-28.9,1.49-10.28,3.76-20.84,6.55-30.77.36-1.24.72-2.47,1.08-3.69.37-1.22.68-2.45,1.13-3.62.84-2.36,1.67-4.67,2.48-6.93.21-.56.41-1.12.61-1.68.24-.54.47-1.08.7-1.62.47-1.07.93-2.13,1.38-3.17.46-1.04.91-2.06,1.36-3.06.23-.5.45-.99.67-1.48.25-.47.5-.94.75-1.41,1-1.86,1.97-3.62,2.92-5.29.48-.83.94-1.64,1.41-2.41.52-.74,1.02-1.46,1.51-2.16.99-1.38,1.95-2.64,2.88-3.77.94-1.11,1.77-2.14,2.72-2.91.98-1.82,2.07-3.71,3.23-5.65.59-.96,1.15-1.96,1.8-2.91.66-.94,1.33-1.88,2-2.83,1.33-1.9,2.66-3.79,3.96-5.63,1.38-1.78,2.7-3.53,3.89-5.23l1.18,1.66c.98-1.03,1.87-2.09,2.84-3.02.96-.94,1.9-1.85,2.82-2.73,1.84-1.77,3.53-3.51,5.34-5.02,1.77-1.56,3.49-3.08,5.19-4.59,1.78-1.43,3.54-2.85,5.34-4.3,7.28-5.67,15.23-11.66,27.49-18.82-.74.65-1.46,1.34-2.16,2.05l-2.11,2.09c1.72-.99,3.19-2.04,4.6-2.95,1.4-.92,2.64-1.83,3.78-2.74s2.17-1.83,3.16-2.74c1.01-.86,1.97-1.72,2.92-2.58.95-.86,1.9-1.72,2.9-2.58.99-.86,2.03-1.73,3.2-2.51,2.33-1.57,5-3.22,8.51-4.61l5.28,1.19c13.22-4.9,27.16-7.92,41.08-9.88,13.95-1.99,27.87-2.82,41.76-3.58-.24.21-.57.51-1.41.75-.42.12-.96.21-1.68.3-.72.1-1.62.18-2.75.2.82.01,1.74.03,2.73.04.99.05,2.07.14,3.2.22,2.27.19,4.79.31,7.42.61,2.62.32,5.36.65,8.09.99,2.71.45,5.41.9,7.97,1.28,1.29.16,2.52.45,3.71.67,1.19.23,2.33.43,3.41.61,1.08.18,2.1.33,3.04.46.93.17,1.77.31,2.53.41,3.03.4,4.62.15,3.73-1.13-.17,1.3,6.74,3.14,15.25,6.02,1.07.35,2.16.72,3.28,1.09.56.19,1.13.36,1.68.56.55.22,1.11.43,1.67.65,2.25.86,4.52,1.73,6.76,2.59,2.19.98,4.33,1.93,6.36,2.84.51.23,1.01.45,1.51.67.49.23.95.49,1.41.73.92.48,1.8.94,2.64,1.38l-3,.43c2.97,1.15,5.33,1.93,7.29,2.78,1.94.88,3.6,1.66,5.36,2.58.87.48,1.82.92,2.74,1.56.93.63,1.94,1.32,3.07,2.13,1.12.81,2.37,1.71,3.78,2.78,1.32,1.16,2.8,2.46,4.49,3.94,2.91,3.13,1.58,3.67-2.12-.56,1.18,1.31,2.21,2.39,3.14,3.3.91.92,1.64,1.74,2.36,2.41,1.41,1.36,2.6,2.27,3.76,3.33,2.35,2.1,5.13,4.45,9.68,11.83-1.6-1.5-3.11-3.05-4.78-4.45,1.12,1.43,2,2.73,2.81,3.85.8,1.12,1.5,2.07,2.12,2.89,1.17,1.7,2.07,2.87,2.9,3.85.85.97,1.57,1.77,2.43,2.72.86.95,1.88,2.02,3.22,3.6,2.56,3.88,5.78,10.16,7.71,15.98.26.72.51,1.43.74,2.12.2.7.4,1.39.59,2.05.37,1.32.68,2.55.92,3.63.45,2.18.55,3.81.32,4.45.42.37.98,1.1,1.64,2.11.66,1.01,1.31,2.33,2.02,3.87.71,1.53,1.44,3.29,2.01,5.22.58,1.93,1.2,3.98,1.52,6.14-.4,1.3-1.45-1.7-2.1-3.16.34,1.49.59,2.96.86,4.37.29,1.41.56,2.77.83,4.09.45,2.66.99,5.14,1.42,7.51.39,2.38.88,4.61,1.22,6.77.33,2.16.71,4.23,1,6.26,1.15,8.07,1.6,15.39.1,23.73-.67.31-1.06,1.37-1.35,2.73.86-9.6.7-18.34.27-24.45-.12-3.06-.45-5.46-.55-7.02-.13-1.55-.17-2.26-.1-1.9-.89.12-1.01,4.05-1.38,6.41-.21,1.19-.51,1.98-.93,1.74-.21-.12-.46-.51-.75-1.23-.32-.72-.72-1.78-1.18-3.25,1.32,5.99,2.91,14.26,3.31,23.01.45,8.73-.3,17.89-2.4,25.12-.33.67-.62,1.34-1.03,1.8.07-.51.09-1.04.13-1.56-.11.42-.21.83-.31,1.24-.11.4-.23.8-.34,1.2-.21.79-.4,1.57-.57,2.33-.35,1.53-.57,3.02-.9,4.44-.89,2.22-1.52,4.06-2.29,5.82-.77,1.76-1.46,3.52-2.32,5.63-.52.26-1.26,1.36-2.13,2.98-.44.8-.87,1.75-1.4,2.75-.54.99-1.1,2.07-1.68,3.2-2.26,4.51-5.18,9.5-7.31,12.6.99.28.08,2.48-.4,3.68-.22.61-.29,1,.13.82.39-.2,1.39-.88,2.99-2.66-.39.47-.24.14.35-.86.3-.49.71-1.16,1.2-1.97.5-.81,1.13-1.75,1.72-2.89.53-1.03,1.18-2.23,1.46-2.95-.03.16-.06.34-.11.54,1.3-2.17,2.53-4.81,3.97-7.69.74-1.43,1.33-3.02,2.05-4.61.35-.8.7-1.62,1.06-2.46.32-.85.64-1.72.97-2.6-.16.76-.31,1.52-.47,2.29-.17.77-.41,1.52-.63,2.29-.46,1.54-.96,3.12-1.57,4.73-.69,1.58-1.47,3.2-2.38,4.88-.23.42-.46.84-.71,1.26-.27.41-.55.82-.83,1.24-.57.84-1.18,1.68-1.84,2.54-.4,2.07-1.04,4.15-1.62,6.07-.59,1.92-1.13,3.67-1.66,4.84-4.23,3.66-10.03,9.04-15.46,13.25-2.67,2.16-5.32,3.94-7.39,5.34-2.14,1.32-3.77,2.18-4.57,2.32-4.3,3.97-9.27,8.03-14.64,11.78-5.37,3.74-11.08,7.22-16.7,10.33-5.63,3.1-11.19,5.74-16.16,8.14-5.01,2.29-9.44,4.36-12.87,6.18-1.63.53-2.94.85-4.02,1.03-1.09.17-1.96.15-2.69.11-1.48-.1-2.45-.45-3.73-.48,1.88-.58,3.95-1.06,5.79-1.56,1.83-.56,3.43-1.08,4.38-1.59-1.6.51-3.4,1.1-5.35,1.6-1.96.46-4.04,1.01-6.21,1.43-4.34.84-8.95,1.54-13.27,1.94-8.63.87-16.05.84-17.79,1.91-2.12-.37-3.55-.63-4.48-.9-.92-.29-1.34-.5-1.46-.66-.22-.31.79-.4,1.6-.47.81-.08,1.42-.2.38-.37-.51-.11-1.43-.28-2.94-.51-.75-.11-1.66-.25-2.72-.4-1.06-.19-2.28-.46-3.7-.74l3.19-.11c-10.83-3.25-20.17-6.88-28.65-11.47-1.06-.57-2.12-1.14-3.17-1.71-1.04-.58-2.03-1.24-3.06-1.85-1.01-.63-2.05-1.2-3.03-1.86-.98-.66-1.96-1.33-2.94-1.99-3.84-2.75-7.61-5.63-11.11-8.92-7.04-6.52-13.38-14.29-18.45-23.73-4.98-9.45-8.8-20.58-9.85-33.4.19,1.76.34,3.09.41,4.08.1.98.11,1.62-.01,2.03-1.43-7.19-2.35-14.51-2.69-21.89-.31-7.38-.04-14.81.9-22.17.93-7.36,2.53-14.66,4.86-21.74,2.34-7.08,5.44-13.87,9.27-20.31,3.83-6.44,8.26-12.57,13.24-18.18,4.95-5.63,10.44-10.74,16.38-15.15,5.95-4.38,12.35-8.04,19.07-10.63,6.71-2.6,13.71-4.1,20.63-4.4,7.85-.38,12.16-.09,15.82-.18,3.65-.03,6.63-.21,11.61.48l1.4,1.48,1.35,1.54c5.54.92,11.09,2.4,16.54,4.37,5.6,2.46,10.35,5.76,14.53,9.46,4.17,3.72,7.77,7.89,11.02,12.41,3.27,4.52,6.13,9.44,8.72,14.84,2.55,5.43,4.75,11.37,5.93,18.41.37-1.23.81-2.52,1.09-3.84.23,2.63.49,6.05.07,9.62-.4,3.56-1.32,7.27-2.66,10.45-1.31,3.18-2.91,5.83-4.16,7.51-1.29,1.66-2.15,2.41-2.21,1.81-.42.99-.93,3.77-4.43,6.33l-1.02-.54c-5.66,6.66-12.9,12.23-20.9,16.51-1.21.53-2.31.85-3.24,1.18-.93.32-1.75.53-2.44.68-1.38.31-2.28.43-2.91.38-1.24-.09-1.29-.62-1.62-1.06-.34-.45-.93-.71-3.23-.49-.57.06-1.25.15-2.06.29-.81.13-1.76.25-2.85.44-2.19.37-5.01.79-8.65,1.22-2.7.39-5.99.95-9.39,1.29-3.39.42-6.88.63-9.93.83-1.52.05-2.93.11-4.16.19-1.23.03-2.27.07-3.06.15-1.58.14-2.16.36-1.12.71,1.14.18,2.43.43,3.73.71,1.31.24,2.63.49,3.82.77,2.39.51,4.26,1.03,4.41,1.61-3.55-.02-7.11-.12-10.66-.5-1.2,1.48-4.04,2.69-3.31,4.35.34.84,1.67,1.77,4.62,2.9,2.97,1,7.62,2.26,14.76,2.8,6.63-.7,13.14-2,19.43-3.89,1.09.09,2.17.09,3.26.12,1.09.02,2.2.06,3.3.02-5.41,1.44-10.92,2.42-16.47,2.97,4.8.33,8.71-.34,12.14-1.3,1.71-.53,3.32-1.06,4.87-1.74.77-.33,1.54-.66,2.31-.99.76-.36,1.52-.72,2.28-1.08.89.17,2.05.18,3.47-.04.71-.1,1.49-.25,2.33-.43.84-.21,1.73-.48,2.69-.79,5.74-3.49,11.02-7.62,15.72-12.21,1.34-.16-.09,1.61-.49,2.57-.2.48-.13.75.71.46.42-.15,1.03-.44,1.9-.92.86-.49,1.95-1.22,3.36-2.18,3.21-3.61.96-2.67-.57-2.24-.77.22-1.38.31-1.1-.29.14-.3.5-.78,1.16-1.51.67-.71,1.61-1.72,2.91-3.11,3.93-2.77,5.53-3.72,7.05-4.99.73-.67,1.47-1.41,2.33-2.67.43-.63.9-1.38,1.43-2.29.5-.94,1.07-2.04,1.68-3.38,1.51-1.05.89,1.49-1.54,5.57,1.36-2.28,2.82-5.02,4.22-7.94,1.35-2.95,2.53-6.16,3.37-9.31.34-1.6.74-3.15.89-4.66.2-1.51.36-2.93.33-4.25.09-2.64-.31-4.78-.72-6.13.14-1.32.22-2.89.13-4.58-.14-1.69-.31-3.54-.74-5.4-.33-1.89-.95-3.75-1.51-5.62-.68-1.81-1.31-3.64-2.09-5.28-2.93-6.69-6.21-11.43-4.62-11.92-1.17-1.18-4.31-4.48-8.11-8-3.8-3.54-8.35-7.18-11.86-9.99,3.72,1.97,4.02,1.61,2.4-.13-1.61-1.75-5.24-4.7-9.39-7.56-4.15-2.87-8.81-5.63-12.2-7.6-3.37-1.98-5.35-3.42-3.93-3.87-3.24-.48-7.45-1.74-12.51-2.92-5.04-1.2-10.89-2.43-17.21-3.03-6.31-.61-13.02-.48-19.41.52-6.39.98-12.41,2.83-17.43,5.16.53-.33,1.33-.83,2.23-1.3.92-.44,1.95-.85,2.91-1.05-6.04,1.67-9.88,2.97-13.18,4.13-3.31,1.14-6.08,2.18-9.72,3.97.03,1.61-4.03,4.98-8.46,9.35-4.47,4.32-9.35,9.61-12.15,13.8-2.97,2.17-4.2,2.8-4.49,2.43-.3-.37.34-1.71,1.27-3.25,1.79-3.12,4.79-7.04,2.19-6.31,1.04.54-3.27,5.47-6.69,10.32-3.47,4.82-6.19,9.43-3.96,7.97-2.01,1.99-3.38,3.5-4.39,4.66-1.01,1.17-1.7,1.97-2.28,2.63-1.19,1.33-2.05,2.03-4.54,4.01.99,1.75-.26,4.07-1.84,7.31-.81,1.61-1.77,3.41-2.53,5.45-.39,1.02-.78,2.07-1.09,3.18-.28,1.12-.52,2.28-.69,3.47-3.52,7.46-4.38,8.38-5.2,9.47-.38.56-.74,1.18-1.14,2.81-.37,1.63-.95,4.25-1.43,8.8-.65,2.09-.94,2.68-1.18,2.34-.23-.34-.3-1.59-.24-3.1.03-3.05.68-7.15.68-7.15ZM577.16,404.76s.03,0,.04,0c-.7,3.53-1.25,6.56-1.78,8.45.48-1.74.94-4.19,1.74-8.46ZM579.86,369.88c-.01,2.13.09,4.52-.02,7.08-.07,2.56-.09,5.29-.32,8.09-.77,1.18-1.35-.19-1.13-3.67.2.96.45-.6.73-3.06.13-1.23.31-2.68.42-4.16.09-1.47.19-2.97.31-4.28ZM552.42,435.7c.5-1.15.95-2.1,1.35-2.87.35-.8.66-1.43.94-1.93.56-.99.98-1.46,1.3-1.7-.46,1.1-.95,2.3-1.5,3.64-.61,1.32-1.28,2.78-2.05,4.44,0,.16-.06.47-.05.64-.12-.61-.18-1.26.02-2.23Z'/%3E%3Cpath class='c' d='M550.31,444.94c-.34.66-.44,1.08-.97,1.88.75-.77,1.32-1.59,1.95-2.41.13-.65.27-1.31.37-1.89-.46.81-.93,1.65-1.35,2.41Z'/%3E%3Cpath class='c' d='M685.83,562.1l-.42.58c.38-.46.74-.87,1.04-1.11-.34.35-.39.32-.62.53Z'/%3E%3Cpolygon class='c' points='222.55 303.18 223 303.4 224.23 300.51 222.55 303.18'/%3E%3Cpath class='c' d='M746.21,387.33c.19-.35.39-1.06.59-2.47-.13.11-.35,1.17-.59,2.47Z'/%3E%3Cpath class='c' d='M739.25,306.17l-1.93-11.44c.75,4.98,1.38,8.57,1.93,11.44Z'/%3E%3Cpath class='c' d='M720.89,246.05c-.64-.59-.96-.7-1.27-.79.02.05.03.08.04.12l1.23.67Z'/%3E%3Cpath class='c' d='M133.95,580.53c-.42-.74-.85-1.47-1.27-2.1-3.13-4.84-1.1-1.5,1.27,2.1Z'/%3E%3Cpath class='c' d='M380.02,725.89c-3.15.18-6.28.5-9.57.38,2.63.34,4.97.46,6.69.43,1.71-.03,2.79-.25,2.89-.81Z'/%3E%3Cpath class='c' d='M123.69,257.85s.01,0,.01.05c.35-.64.66-1.2,1.02-1.83l-1.03,1.79Z'/%3E%3Cpath class='c' d='M356.7,724.89c1.3.26,2.55.51,3.76.68,1.21.15,2.39.27,3.52.36,2.27.19,4.41.29,6.46.33-2.16-.25-4.5-.54-6.85-.77-1.18-.12-2.35-.22-3.51-.3-1.15-.13-2.29-.23-3.38-.29Z'/%3E%3Cpath class='c' d='M525.8,65.08c-.93-.4-1.85-.81-2.79-1.19,0,.14-.21.18-.45.17,1.09.31,2.16.68,3.24,1.02Z'/%3E%3Cpath class='c' d='M522.56,64.06l-3.24-.96c1.45.54,2.71.99,3.24.96Z'/%3E%3Cpath class='c' d='M512.51,61.13c2.29.6,4.54,1.32,6.81,1.97-2.3-.85-5.1-2-6.81-1.97Z'/%3E%3Cpath class='c' d='M599.31,103.92l1.19-.07c-.52-.16-.92-.15-1.19.07Z'/%3E%3Cpath class='c' d='M620.11,118.36c-1.18-.95-2.46-2.08-3.83-3.31-1.39-1.21-2.92-2.47-4.49-3.78-1.58-1.31-3.24-2.65-4.95-3.94-1.7-1.31-3.54-2.44-5.35-3.53l-.97.04c.98.32,2.38,1.22,4.02,2.4,1.64,1.19,3.45,2.78,5.33,4.35,1.88,1.58,3.79,3.18,5.58,4.54,1.74,1.42,3.35,2.59,4.67,3.22Z'/%3E%3Cpath class='c' d='M685.6,199.6l-5.71-8.63c-.92-1.46-1.98-2.83-2.99-4.22l-3.06-4.18c1.63,3.34,3.7,7.68-2.18.4,7.09,10.9,6.43,9.7,6.33,8.28-.15-1.39-.05-2.83,7.61,8.36Z'/%3E%3Cpath class='c' d='M714.79,256.45c-4.73-10.02-.96.54-1.59.16,3.15,6.26,3.91,7.82,1.59-.16Z'/%3E%3Cpath class='c' d='M583.87,663.1l-.04-2.11c-6.98,4.87.3.63.04,2.11Z'/%3E%3Cpath class='c' d='M507.12,709.74l8.46-1.69c1.1-.96,2.17-1.98,3.25-2.96l-2.9,1.24c-.97.4-1.96.76-2.93,1.15l-5.88,2.27Z'/%3E%3Cpath class='c' d='M452.98,710.23l3.59-.92-6.89,1.59-6.94,1.34c3.42-.66,6.85-1.19,10.24-2.01Z'/%3E%3Cpath class='c' d='M194.07,197.52c-1.14-.02-2.26,0-3.37.03-3.95,4.2-3.18,6.75,3.37-.03Z'/%3E%3Cpath class='c' d='M505.14,152.14c.68.65,1.7,1.45,2.92,2.29,1.23.82,2.64,1.75,4.1,2.72,2.94,1.9,6.24,3.69,9.02,4.65-3.19-1.92-6.29-3.99-9.04-5.8-1.35-.93-2.69-1.67-3.87-2.32-1.19-.65-2.24-1.18-3.12-1.54Z'/%3E%3Cpath class='c' d='M212.09,393.68c.05,2.2.25,4.4.36,6.58.01-2.05-.01-4.12.03-6.17l.32-6.16-.71,5.75Z'/%3E%3Cpath class='b' d='M669.04,520.99c-.8-.73-2.99-1.57-2.97-.55l3.31,2.29-.34-1.74Z'/%3E%3Cpath class='b' d='M659.75,523.28c1.26,1.8,3.71,4.43,7.29,5.46-2.93-2.67-1.39-2.2-4.95-5.24-.02-1.01,1.84-.85,3.09-.08-.77-.73,1.4-.9-.64-2.42-3.27-.26-4.03.99-2.45,3.51-.93-.09-1.71-.84-2.34-1.24Z'/%3E%3Cpath class='b' d='M603.91,588.99l.73-.04c-.29-.08-.53-.06-.73.04Z'/%3E%3Cpath class='b' d='M560.9,619.29c.29-.29.23-.71.06-1.02-.18.41-.32.78-.06,1.02Z'/%3E%3Cpath class='b' d='M551.03,620.02c.23.02.4,0,.59-.01-.35-.22-.63-.31-.59.01Z'/%3E%3Cpath class='b' d='M603.91,588.99l-1.88.06c.82,1.01,1.18.2,1.88-.06Z'/%3E%3Cpath class='b' d='M662.49,538.62c-.02-.37-.21-.78-.52-1.22.03.31.03.6,0,.87.16.11.3.2.52.35Z'/%3E%3Cpath class='b' d='M617.55,570.03l.27-.33c-.26-.39-.6-.83-1-1.32l.73,1.64Z'/%3E%3Cpath class='b' d='M628.09,555.87c-.35.23,2.27,2.36,3.36,3.36-.98-1.01-1.33-1.65-1.33-2.09-.51-.39-1.16-.8-2.03-1.28Z'/%3E%3Cpath class='b' d='M648.55,535.49l-.15-.67c.06.19.07.45.15.67Z'/%3E%3Cpath class='b' d='M608.49,578.83c-.38-.32-.74-.59-.98-.72.31.29.64.53.98.72Z'/%3E%3Cpath class='b' d='M156.91,547.03c.22-.1.34-.19.53-.28-.35.06-.58.14-.53.28Z'/%3E%3Cpath class='b' d='M162.66,520.09l.29.2c.6-.21,1.2-.42,1.78-.65l-2.06.45Z'/%3E%3Cpath class='b' d='M534.83,623.6s.05.02.09.03c.21-.53.02-.37-.09-.03Z'/%3E%3Cpath class='b' d='M392.55,654.64c1.39,3.15-3.02,3.62-.82,7.17-.06-.67.63-1.93,1.08-3.29.43-1.37.67-2.82-.25-3.89Z'/%3E%3Cpath class='b' d='M661.87,538.84c-.09.24-.19.49-.35.7.27-.26.37-.47.35-.7Z'/%3E%3Cpath class='b' d='M391.73,661.82v.03s.23.34.23.34c-.1-.15-.15-.24-.23-.37Z'/%3E%3Cpath class='b' d='M501.4,639.23c.26.54.54.92.82,1.28-.12-.32-.33-.7-.82-1.28Z'/%3E%3Cpath class='b' d='M529.1,633.77l-.81-.13c.37.17.62.17.81.13Z'/%3E%3Cpath class='b' d='M488.9,647.95c-.43-.15-.68-.57-1.06,0,.09.15.17.26.26.36.06-.5.24-.77.8-.36Z'/%3E%3Cpath class='b' d='M474.15,651.66c.14.24.28.4.42.6.13-.1.29-.19.43-.28l-.86-.33Z'/%3E%3Cpath class='b' d='M187.29,588.08c.47-.9,1.11-1.76,1.77-2.58-1.63,1.78-3.91.5-1.77,2.58Z'/%3E%3Cpath class='b' d='M660.83,537.71c.7.5,1,.82,1.04,1.13.06-.18.09-.37.1-.56-.42-.29-.82-.52-1.14-.57Z'/%3E%3Cpath class='b' d='M495.3,673.79l-2.66.2c.79.12,1.76.04,2.66-.2Z'/%3E%3Cpath class='b' d='M284.07,655.14l-.71.14c.18.16.41.15.71-.14Z'/%3E%3Cpath class='b' d='M485.22,676.37c-.73-1.05-1.37-1.6-1.97-1.92-.04.28-.11.52-.1.92l2.06,1.01Z'/%3E%3Cpath class='b' d='M189.09,585.47s-.02.03-.02.03c0,0,.02-.01.02-.03Z'/%3E%3Cpath class='b' d='M171.74,576.85c1.53,2.1,4.22-1.65,6.59-2.76,2.85,1.6-1.73,3.08-2.88,5.28,2.12.8,6.2-.59,6.93.61-.5.54-.54.92-1.45,1.25,2-.33,2.92.81,4.01,1.88,1.12,1.03,2.36,2.03,4.79,1.43-.18.39-.41.69-.63.95,1.42-1.74,3.09-3.26,4.35-4.26.78.77,3.43-.35,1.54,1.88-.38-.56-1.29.18-2.18.54l1.7.02c-2.42,3.55-2.12-.22-4.43,1.82,2.54.83,6.82.45,7.09,2.53-2.73,3.06-3.71-2.1-4.82,2.09l-.65-3.08c-3.39,5.87-.77-1.55-4.61,4.49,1.58,3.53,4.19,1.69,5.9,5.06,2.2-1,2.22-2.51,4.42-3.52,3.23.36,2.09,2.85,1,5.15-1.1,2.29-2.16,4.37,1.06,3.76,1.29-.63,2.88-1.81,4.16-2.36,1.29-.57,2.25-.51,2.3,1.37l-3.82,2.76c2.29,2.69,5.96-3.54,6.55,1.17-1.68.92-3.04-.69-3.02.07-.69,4.28,2.99-.82,4.31.38l-2.43,3.31c.8.5,1.71.91,2.67,1.28.97.36,2.04.61,3.1.9,2.12.56,4.27,1.12,6.07,2.11-.93.81-2.27,1.36-2.31,2.94,1.33.41,2.48,1.1,3.56,1.91,1.09.79,2.07,1.77,2.96,2.85,1.79,2.16,3.23,4.81,4.59,7.25l3.59-1.83c.34.28-.22,1.77-1.01,2.06.86,2.19,1.35-1.79,2.9-2.41,1.04.41.07,2.48-1.11,2.97,2.27-.28,5.16-.27,7.59.44,2.46.67,4.5,1.97,5.04,4.52l-1.14.53c1.66,2.69,6.39-4.55,6.89-.4l-.73.28c2.19,2.18,5.19,3.31,7.75,4.81,2.56,1.53,4.8,3.21,5.64,6.63,3.06-4.14,4.32,4.74,7.78-1.45,1.56,4.6.13,5.32,3.55,9.52,1.05.85,3.58-3.2,5.32-3.22l-1.47,3.39,3.55-2.7-.7,4.51,1.76-.28c-.47-.44-.51-2.02,0-2.97,2.78-.63,4.22,4.6,3.57,6.38,2.1-.23,4.23-.57,6.32-.86-.66,1.34-1.71,1.48-2.75,2.09,4.15-2.43-.92,3.82,2.88,1.59-.04-.92.98-1.98,1.31-2.66.45,2.57,3.32,3.74,5.8,3.59l-1.29,2.25c3.68,2.01,8.61,1.8,12.99,3.23-1.21-1.65.54-5.72,1.94-5.71l-.69,3.88c1.56-2.03-.87-1.83,1.72-4.1,1.47.95-.26,4.59-1.59,5.49l2.4-.65c-.23,1.15-.89,1.59-1.46,2.97,1.53-2.03,2.31,4.83,4.74,1.15l-.22,1.15c2.22.68,3.93.84,5.53.95,1.61.09,3.13.09,4.97.49.96-3.24,2.17-2.13,3.94-4.48,2.34,1.77,4.67,5.02,7.95,5.56,2.64-1.08,1.32-2.61,2.79-4.33-.54,3.03,2.74,3.47.58,5.25,3.98.38,5.1.55,10.5-.91-.28-1.34-.76-2-.25-2.96.98-.32,1.75,1.67,1.34,3.1l-.3.26c3.18-1.68,5.92,1.06,8.64,3.62,2.72,2.49,5.42,4.78,8.14,1.93l-.3.28c1.71-.88,3.4-1.73,5.09-2.64,2.06.81-1.59,2.12-.27,4.21,2.86-2.2,4.8-1.77,6.64-1.16,1.84.61,3.57,1.42,5.87-.1.61,2.33,1.74,3.53,3.17,4.07,1.42.54,2.96.43,4.53.19,3.15-.46,6.31-1.42,8.54,1.48l-.26-2.14c1.13-2.1,1.38,1.21,2.23,1.7-.14-1.66-1.25-1.91-.55-3.07,4.79-1.3,9.67-.71,14.7.38,5.02,1.06,10.17,2.61,15.18,3.07,3.67.19.89-11.14,5.89-6.61l-.82,4.09c1.67-1.4,3.41-2.19,5.19-2.68,1.78-.5,3.6-.73,5.43-.91,3.65-.34,7.29-.79,10.42-3.33-.26.97-.06,2.14-.75,2.24,1.97,2.62,5.47-.87,5.05-3.17,1.13.06.64,2.04,1.53,3.09,1.81,1.39,2.98-4.29,4.32-1.67.23.43-.23,1-.45,1.28.68-1.57,4.54-.61,2.93-3.66,2.93,1,4.62-2.49,7.1-1.09.47-3.93,4.83.67,3.99-4.53,1.13,5.35,5.59,3.08,6.53.17-.11,1.73,1.85,1.26,1.82,3.62,1.84-.58,3.27-2.01,2.18-4.6,2.58,2.64,3.93.85,5.13-.63,1.2-1.49,2.25-2.69,4.45.99,4.56-4.55,8.86-8.04,13.14-11.04,1.7,5.14-5.06,2.46-2.97,7.73,1.93-1.88,3.13-4.18,4.46-6.03,1.33-1.87,2.8-3.25,5.23-3.57,1.42.22.22,2.45.16,3.47,3.64-3.91,8.91-3.04,11.63-7.57.2.47,0,1.16-.24,1.72.7-.51,2.13-.09,1.03-2.29l-.48.95c-2.66-2.72-.04-8.17-.72-9.93,1.67,6.98,4.54-.1,6.27,8.89.32-.64.44-2.01-.38-3.44.94.07,1.6.82,1.65,2.88,2.15-2.56.04-4.43,2.51-5.59.52,1.07.23,1.73.59,3.11.23-2.71.41-5.39,2.93-5.51.2.7.87,1.41.25,1.7,1.71-1.01,2.45-3.26,3.39-5.14.94-1.9,2.04-3.52,4.47-3.57,1.42,5.11,2.14.8,4.54,4.54l1.36-2.36-1.9-1.4c1.81-.99,1.68-4.71,3.93-4.34l-.35,2.36,2.85-2.69-2.74-.34c.55-3.02-3.14-4.73-.2-5.03-.11.33.33.09,1.07-.03.74-.14,1.78-.15,2.93.67,0,0,0,0,0,.01.07-1.75.1-3.57,1.94-3.44,1.11.99,2.45,4.32,3.19,4.97-1.23-3.68,3.45-3.46,2.21-7.48.19,1.01,1.5,2.97,1.89,3.28l-1.05-2.99c1.31.26,1.7.56,2.64,2.19,2.62-1.2-3.99-4.14.14-4.08-.07.35.29.65.12,1.35,1.74-.46,2.78-1.8,3.8-3.09.51-.65,1.02-1.28,1.61-1.79.58-.52,1.23-.95,2.06-1.12,3.46,3.02-1.47,2.56,1.65,4.94,1.54-1.73,2.55-4.24,3.67-6.54,1.12-2.3,2.35-4.36,4.3-5.39l-.93.14c-3.65-5.26,4.45.31,4.17-3.41-.09.7,1.78,3.13,1.43,2.5,1.46-.59,2.37-1.89,3.15-3.58.76-1.72,1.34-3.89,2.28-6.15l.72,1.57c2.27-.14,3.92-2.56,5.82-3.33-.73-1.54.19-2.13-1.93-3.34,5.29,1.21,6.38-1.72,7.17-4.64.4-1.47.76-2.93,1.56-3.96.79-1.04,2.06-1.62,4.37-1.3-.4.47.09,2.05.42,1.69.61-1.44,1.22-2.86,1.78-4.31-2.33-1.55-1.65-.66-3.87-1.38-.88-1.5-1.07-3.25-.38-4.06.15,2.66,3.39,2.88,5.13,3.22-.74-.44-1.27-1.27-1.98-1.77,5.24,1.43-4.01-3.85.48-4.1l1.02,1.05c.16-1.37-.68-3.4.42-4.1,2.83,1.6.4,1.89,2.4,3.61.99-1.49-2.6-6.47.87-5.74.25,1.13-.39,1.99-.15,3.13,4.02.96,3.4.2,4.67-.46l-.15.05c1.06-.45,2.15-.89,3.19-1.36h-1.27c-2.67-3.42-2.32-4.53-1.61-5.52.71-.98,1.76-1.84.37-4.64,2.56,5.35,2.16,2.14,4.99,4.43,1.26-.03,2.87-.34,3.51.52-1.58-2.85,3.3-.64.89-4.74,1.01.58.95-1.2,3.2.72.29-2.06-1.94-.77-3.06-1.73-.85-2.29,1.08-2.99,2.93-3.98,1.87-.96,3.66-2.23,2.4-5.42-.06-4.18-3.14-6.77-3.22-10.49,2.16,0,3.24,2.91,3.24,2.91,2.36-.65,2.77-1.97,2.41-4.07.73.79,1.65.92,3.04,1.11.39-1.33-3.29-2.85-.93-3.55,1,.89,2.64,2.23,3.47,3.44-.16-1.92-1.34-4.33-1.52-6.26,2.01.57,2.27,2.32,3.17,3.47.08-2.07.61-5.11-2.02-7.08l-1.56.51c.16-.66,2.62.97,2.92,1.68,1.53,2.58-2.05,1.49-3.12,1.02l-.12-1.37c-3.32-1.07-3.6.05-3.26,1.7.36,1.65,1.3,3.82.56,4.74l-3.9-3.26,2.47,4.08c-1.39-.2-3.97-1.29-4.07-2.63-2.95.19.82,2.13-2.26,1.98-.45-.08-.62-.26-.72-.48l.49,2.12c-.75-.8-3.17-1.55-2.07-2.03-3.9.95.88,5.85-2.91,4.8l-.14-.36c-.65,4.22,2.93,2.23,4.99,7.05-2.91-1.03-5.8-2.08-8.7-3.16l2.87,2.3c-.33.27-1,.8-2.15-.13,1.28,2.64,1.48.65,2.98,2.68-3.84-.18-1.74,5.41-6.81,2.49,1.9,2.16,2.83-.34,3.25,2.49-5.49-3.07-.5,2.61-3.91,2.43-2.32-2.33.04-2.7-3.34-2.93,1.93,2.02,1.18,2.56-.04,2.81-1.23.24-2.94.18-2.96,1.08,3.46,2.65-.47,3.7-.88,6.56-.53-.51-1.73.06-3.12.85-1.42.78-3.04,1.77-4.37,2.17l-.52-.52c3.13,3.16.92,4.47.48,6.4-1.96-1.77-2.54-2.68-2.84-4.16l-1.04,1.25c.82,1.21,1.06,2.09.74,3.23l-2.21-2.47c-1.3,1.7.03,5.87-3.53,6.42,2.13,2.22,7.88,4.14,7.26,7.75-1.3-1.05-3.45-2.91-3.4-3.94-.02.33.37,1.61-.51,1.5l-1.21-2.77c-1.79.09,1.24,2.08.33,2.65-1.71-1.64-1.76-.61-3.03-2,.01-.34,1.33.02.93-.89-1.11.55-3.09.58-4.7-.33,1.04.86,2.31,2.21,1.94,3.03-1.39,1.7-2.56-1.45-4.3-1.39.81,1.53-1.35,1.32,1.13,3.85-.45.45-1.7-.64-2.55-1.14.29,1.88-3.48,3.91.05,5.76l.38-.02c.01.09-.03.14-.03.24h0s0,0,0,0c-.13,2.55-1.91,3.54-3.82,4.32-1.89.81-4.05,1.27-4.94,3.05l-.77-.89c-.78,2.46-3.17,3.8-2.74,6.79-.49.44-2.57-.68-3.24-1.95-.75,1.72-.08,2.89-3.2,2.86.04-2.66-1.59-1.08.41-2.25-2.35.55-3.88-.67-3.72,3.33-1.24-2.89-3.59-2.03-3.85-.68l2.5.8c-.63,1.08-1.6,1.48-2.6,1.86l-1.93-3.52c-3.21-.69-3.56,2.1-4.11,4.53-.54,2.41-1.24,4.52-4.93,2.03.59,2.95,3.1.32,4.07,3.59-2.04.69-6.96-2.94-7.48-2.61-3.48-.37,1.02,6.31-2.24,6.63,1.05.99,3.41,4.05,2.2,6.33-2.08.63-5.28-3.81-4.78-5.44.36-.35.79-.08,1.03.34.29-.78.71-1.74-.79-2.64l.52,1.35c-1.63-.72-3.92.82-4.57-1.52-.6,1.94.64,2.34,1.99,2.39-3.28-.46-3.5,2.05-6.5,2.16.76.48,1.93,1.75,1.55,1.94-4.32.34-.2,3.18-2.27,5.02-2.38-1.18-2-4.81-3.49-1.93-2.13-.52-2.07-3.17-2.07-4.5-.41,1.78-1.61,1.93-2.88,1.64-1.28-.31-2.63-1.06-3.35-.98l.6-1.58c-.36.94-.92,1.19-1.48,1.46l1.93,2.23c-.89-.11-1.46.15-1.98-.91.15,2.01,2.66,3.97,2.41,6.94-1.54-.85-2.09,2.77-4.04-.48,3.38-.24-1.96-3.27.14-4.99-.25.63-.82.89-1.7.77-.28-.33-.25-.75-.16-1.04-4.11-1.74.65,4.49-2.24,5.7-.54-2.09-2.35-3.37-2.61-2.76,1.15-.47,2.04,2.98,1.65,4.94-2.51-.69-1.49,2.02-2.53,2.28l1.42.22c.49,2.11-.55,2.28-1.58,3.48-.77-1.47.72-1.58-.03-2.04.05,4.12-4.78-2.17-5.81.98-1.48-.95-1.61-3.66-2.79-4.24-1.2,3.47-3.48-1.71-4.98,1.33,1.71,2.42,1.6,1.71.91,4.95,1.09-1.1,2.13-2.26,3.17-3.42l-.97,4.89c1.21-.44,1.83-2.7,2.72-2.53-.33,2.66-.48,1.95.98,3.92-1.62-1.66-2.18-.75-2.74.34-.56,1.07-1.11,2.31-2.58,1.31l-2.46-6.65c-1.96-.96-2.88.35-3.87,1.88-.49.76-1,1.57-1.66,2.17-.66.58-1.47.95-2.55.84l1.6.76c.42,2.83-2.18,1.15-3.03,2.63-.64-2.29-1.67-2.85-2.64-4.08.61,1.65-2.74.76-1.66,5.37l-2.62-2.47c-3.39-.31-1.52,7.51-4.74,7.64.18-2.74-1.61-3.96-.17-6.32-.98.27-1.97.12-1.54,1.69-.97-1.27-1.88,3.82-3.39,1.89-.14,1.12.37,3.55-.81,3.66-.25-.43-.3-1.13-.3-1.13.3,1.13-1.35,2.02.3,4.29-2.48-3.13-4.59-2.49-6.65-1.73-2.05.75-4.03,1.68-6.08-1.14-2.01,1.24-4.51,2.56-6.47,3.15-.01-.72-.23-1.16.2-1-3.18-1.62-.39,7-4.04,5.19-2.32-3.46,1.3-2.35.02-3.59-.94-3.79-1.83-3.35-2.86-2.47-1.03.89-2.22,2.19-3.66.11l.43-.54c-2.04-2.35-3.44,3.57-6.2,3.44,0,0,.03-.7-.16-1.17-1.22,4.18-4.52,6-6.99,7.42.43-3.12.97-1.74.09-4.76-1.1.57.98,4.9-1.25,6.03-.97-1.57-2.81-2.82-3.4-6.08l2.14-.44c-1.61-4.12-2.77.48-4-.12l-.06-1.88c-3.22.94-2.81,5.63-6.45,5.64l.5,1.38c-1.58,4.82-1.87-2.48-3.56,1.13l-.96-4.68c-1.19,1.26-4.22,4.88-6.53,5.91,1.15-3.6,3.74-5.53,5.26-7.74-1.27.08-4.29.62-4.83,3,.49-.49,1.07-1.69,1.62-.99-1.34,3.82-3.35,5.78-5.95,5.79.03-4.61-1.65-5.09-3.6-5.36-1.95-.27-4.19-.28-5.14-3.85-4.4,3.45-8.85-1.43-13.63-1.14,1.27,7.23-1.38.12-1.61,7.45-1.21.38-1.68.21-1.74-.27-1.09-1.56-2.16-3.14-3.21-4.72-.62-2.21,1.3-1.49,1.35-3.14-2.51-.83-.74-3.2-2.21-5.33.05,2.65-1.32,3.63-2.67,2.46l1.67,3.6c-4.13,3.45-2.37-6.5-6.51-3.14l1.47-2.13c-2.06,1.1-6.84-1.04-9.66,4.44-.2-.89-.31-2.94.61-3.33-2.17-.79-4.93.3-7.55,1.05-2.61.78-5.07,1.15-6.45-.98l.7-1.69c-.94.34-2.15,3-2.83,1.02.21-.71.71-1.68.35-1.86-.57.52-2.89,2.57-3.78,1.3l1.38-1.76c-1.92-1.64-3.85-.8-5.83.45-1.97,1.24-3.98,2.93-5.98,3.07,1.29-5.11-1.69-7.63-3.14-8.94l.25-.71c-4.8-1.94-9.63,1.83-14.92,2.42-1.14-6.39-8.96-5.39-12.38-10.09.36,1.15-1.5,3.83-2.5,4.04-.69-1.39-4.23,2.39-2.37-2.1l.34.23c.86-4.75-1.7-4.41-3.33-5.17l-2.58,5.8c-.27-2.58-1.19-3.95-2.43-4.69-1.23-.75-2.75-.93-4.24-1.04-2.97-.22-5.81-.22-5.29-4.53-1.67.97-2.94.35-4.63,1.32l1.48-3.06c-2.46-2.13-3.72-3.08-7.5-4.14l1.78-1.82c-1.8-1.17-6.85,7.51-8.79,6.74l1.79-4.78c-.86-.42-1.6-1.08-2.29-1.82-.68-.76-1.32-1.58-2.02-2.28-1.41-1.39-3.07-2.27-5.86-1.2.43-.61,1.25-1.83,1.89-1.71-1.55-.93-4.13-6.46-7.19-.15,2.31-3.9-3.1-2.42-5.97-1.83l2.07-2.65c-3.78,2.69-4.44,3.59-7.15,3.22-.25-.69,1.05-2.52,1.22-1.37-.64-2.54-3.02,1.79-3.99-1.01l1.93-1.28c-1.51-1.33-2.02-.29-4.36,1.14-1.85.42-2.65-2.91-1.11-5.53-1.29,1.34-3.63,2.68-4.07,1.27.55-1.01,1.32-1.33,1.69-1.48-.67-1.91-2.23-1.86-3.65-1.85-1.4,0-2.67.02-2.54-2.02.65-.9.87-1.43.93-1.82,2,1.72,3.65,3.06,3.33,3.16,1.85-2.47.5-4.14,4.4-6.55-1.36.43-3.4,1.24-5.19,1.6-1.76.33-3.29.25-3.63-.97.11-.3.22-.59.46-1l.38-.14c-.17-.54-.68-.58-1.32-.43-.19-.81-.27-1.36-.72-1.79,1.44-2.12-.97-2.56-1.7-3.32-2.12,2.62-2.84,1.33-3.64,4.27.02-.29.42-.18,1.05.16.19.02.37.1.58.02-.07.05-.16.11-.25.18.6.37,1.35.88,2.19,1.49-1.74.8-3.36,1.33-3.06-.84-1.82,1.31-3.75,2.62-4.7,3.19,1.93-4.56,1.57-8.35,3.22-10.75-1.81-.36-3.42-1.4-5.3-1.93-1.92-.51-3.97-.67-6.93.87-1.23-.09.52-2.06.98-3.01.82-.07,1.2.44,2.04,0-2.44-.15-4.27-3.41-7.78-.65-.22-3.05,3.86-1.89,1.08-3.67l1.29-.63c.08-1.15-.06-2.03-.39-2.7-.33-.66-.86-1.11-1.52-1.41-1.32-.61-3.18-.67-5.03-.82-1.85-.14-3.68-.37-4.92-1.25-1.18-.93-1.73-2.55-1.04-5.34-.14.73-.19,1.08-.7,1.62-.9-4.41-4.26-6.96-7.05-10.04-1.44-1.5-2.82-3.06-3.8-4.86-.24-.45-.46-.91-.65-1.4-.16-.5-.29-1.02-.38-1.55-.18-1.08-.21-2.23-.04-3.48-.06-2.57-2.59-1.3-5.16-1.39l2.87-2.25-4.84.09c-1.12-.33-1.34-1.12-1.16-2.09.17-.97.72-2.13,1.19-3.27.94-2.27,1.57-4.4-1.98-4.94l-1.93,1.59c-.28-1.56-3.55-3.64-.86-4.65-.46.05-2.49.64-1.58-.45l1.7-.85-4.46-2.06c.08-3.21,7.05-2.68,5.72-6.58-1.28-1.08-6.88-1.89-7.82-.89.17.61-.43,1.93-2.17,2.71l-1.51-.97c-5.27,1.89-11.09,2.86-13.13,7.9l4.23,1.11-2.14,1.87-1.07-2.01c-1.82,2.18.59,2.05,2.37,2.25-1.23.78-2,1.54-2.27,2.25,1.98.08,3.96.15,5.93.2-1.85,1.22-4.42.73-4.79,2.87,2.75.08,3.97-3.14,6.26-1.99-1.77,2.23-3.82,2.82-1.21,3.22-1.19.81-2.18.94-3,.67,2.15.46,2.3,2.86,5.26,2.14-2.18,2.61,2.8,3.61-1.93,5.96,1.32-.21,4.76.14,5.51,1.11-3.29.53-2.84,1.6-2.33,2.89.53,1.27,1.2,2.71-1.9,4.16,5.8-1.41,5.35,3.96,9.57,4.83-.47.1-1.41.31-1.3-.07.47,1.67-.73,3.03-1.05,4.53,4.07-2.38,6.43-.85,9.61-1.36-2.6,4.21-5.27,2.09-8.52,5.05,3.11-2.21,5.19.8,7.39-1.58-1.42,2.88-.36,1.87-3.07,4.79,4.95-3.18,1.65.63,5.31-.42-1.04,3.55-4.15,3.78-1.17,4.68-.7,2.03-3.76,1.5-3.76,1.5ZM220.06,612.06s-.03.04-.04.05c-.43-.25-.8-.47-1.04-.6.22.12.53.29,1.08.55ZM223.88,615.03c-.39-.46-.98-.89-1.58-1.38.59-1.03,1.47-1.85,1.8-1.5-.69.46-.2,1.67-.22,2.88ZM230.92,590.68c.84.07.6.73.23,1.32-.29-.16-.66-.32-1.2-.46-.08.07-.24.2-.33.26.47-.45.91-.87,1.3-1.12Z'/%3E%3Cpath class='b' d='M227.09,593.27c-.13,0-.26.06-.38,0-.08.32-.14.6-.16.85.3-.22.61-.45.88-.65-.11-.07-.22-.14-.33-.2Z'/%3E%3Cpath class='b' d='M604.76,588.94h-.12c.15.05.3.1.48.22-.16-.07-.23-.15-.36-.22Z'/%3E%3Cpolygon class='b' points='278.41 654.53 278.75 653.75 278.06 654.26 278.41 654.53'/%3E%3Cpath class='b' d='M630.82,578.11c.26.15.56.28.88.29-.18-.13-.51-.21-.88-.29Z'/%3E%3Cpath class='b' d='M638.57,569.72l1.94-.55c-.97.14-1.54.34-1.94.55Z'/%3E%3Cpath class='b' d='M645.17,563.66c-.42-.44-.76-.72-1.08-.98-.01,0-.01,0-.03,0l1.11.98Z'/%3E%3Cpath class='b' d='M538.76,654.17c-.1.07-.19.15-.25.28-.47.93-.08.47.25-.28Z'/%3E%3Cpath class='b' d='M571.77,627.62c-.04.75-.08,1.5-.26,2.07.75-.18,1.27-.44.26-2.07Z'/%3E%3Cpath class='b' d='M495.6,673.77s0-.01-.01-.06c-.09.04-.18.05-.28.08l.29-.02Z'/%3E%3Cpath class='b' d='M569.85,630.66c.99.2,1.44-.25,1.66-.97-.62.15-1.41.23-1.66.97Z'/%3E%3Cpath class='b' d='M666.51,531.81l.32-.31c-.2-.1-.35-.2-.46-.29l.14.61Z'/%3E%3Cpath class='b' d='M666.38,531.2l-.14-.6c-.1.19-.16.37.14.6Z'/%3E%3Cpath class='b' d='M665.94,529.32l.3,1.27c.16-.3.45-.63-.3-1.27Z'/%3E%3Cpath class='b' d='M659.53,541.33l.99.73c-.18-.19-.5-.43-.99-.73Z'/%3E%3Cpath class='b' d='M658.04,544.57c.68-.58,3.34-.51,3.27-1.94l-.79-.58c1.29,1.4-3.84.79-2.48,2.52Z'/%3E%3Cpath class='b' d='M637.57,548.68c.8-.59,1.59-1.19,2.37-1.8-1.36-.3-3.17-.73-2.74-1.96-5.16.79,2.85,1.01.37,3.77Z'/%3E%3Cpath class='b' d='M631.06,554.71c.37-1.57-1.54-1.09-2.09-1.59.41,1.46.51,1.82,2.09,1.59Z'/%3E%3Cpath class='b' d='M588.35,599.94l-1.82-2.47c-.62,1.05.74.93,1.82,2.47Z'/%3E%3Cpolygon class='b' points='588.33 620.01 590.44 620.84 589.22 618.26 588.33 620.01'/%3E%3Cpolygon class='b' points='569.77 606.42 569.92 605.77 569.02 607.78 569.77 606.42'/%3E%3Cpath class='b' d='M476.11,648.15l1.19,3.6c.61-.84-.21-5.01-1.19-3.6Z'/%3E%3Cpath class='b' d='M432.13,659.06c-.66-1.84-2.02-2.95-2.65-1.04,1.03.18,2.18,1.57,2.65,1.04Z'/%3E%3Cpolygon class='b' points='301.61 631.39 302.91 630.54 300.95 630.91 301.61 631.39'/%3E%3Cpath class='b' d='M536.42,328.71c-.62,0-1.93.38-1.59.68l2.31-.26-.72-.42Z'/%3E%3Cpath class='b' d='M532.73,332.03c1.18.18,3.22.27,5.25-.44-2.27.03-1.38-.26-4.07-.15-.34-.3.6-.78,1.44-.9-.61,0,.38-.67-1.08-.54-1.65.85-1.6,1.44-.03,1.74-.47.24-1.09.23-1.51.29Z'/%3E%3Cpath class='b' d='M531.92,366.6l.29-.21c-.16.05-.24.12-.29.21Z'/%3E%3Cpath class='b' d='M527.83,387.16c-.02-.17-.23-.28-.43-.33.12.18.23.33.43.33Z'/%3E%3Cpath class='b' d='M524.53,389.98c.09-.05.14-.11.2-.16-.23.02-.36.07-.2.16Z'/%3E%3Cpath class='b' d='M531.92,366.6l-.76.52c.75.08.58-.26.76-.52Z'/%3E%3Cpath class='b' d='M539.15,335.8c-.13-.1-.36-.17-.66-.22.12.08.22.17.29.26.12-.01.23-.03.36-.04Z'/%3E%3Cpath class='b' d='M530.17,357.36v-.17c-.27-.04-.59-.08-.95-.12l.95.29Z'/%3E%3Cpath class='b' d='M529.49,350.36c-.07.16,1.9.07,2.76.07-.82-.03-1.21-.12-1.38-.25-.37.03-.82.08-1.38.18Z'/%3E%3Cpath class='b' d='M531.57,338.77l-.3-.16c.09.04.19.11.3.16Z'/%3E%3Cpath class='b' d='M529.75,362.38c-.29,0-.55.03-.71.05.25,0,.48-.02.71-.05Z'/%3E%3Cpath class='b' d='M392.72,472.89c.05-.14.07-.22.11-.33-.11.17-.17.3-.11.33Z'/%3E%3Cpath class='b' d='M388.02,460.64l.15-.05c.16-.34.31-.68.46-1l-.61,1.05Z'/%3E%3Cpath class='b' d='M520.38,395.34s.03,0,.04-.01c-.17-.22-.16-.12-.04.01Z'/%3E%3Cpath class='b' d='M490.82,443.13c1.64.94.61,2.41,2.63,3.29-.56-.54-1.27-2.92-2.63-3.29Z'/%3E%3Cpath class='b' d='M538.93,336.04c.04.1.07.2.07.3.04-.15.02-.24-.07-.3Z'/%3E%3Cpath class='b' d='M493.45,446.41h.01s.2.09.2.09c-.09-.04-.14-.06-.21-.09Z'/%3E%3Cpath class='b' d='M516.29,409.17c.33.12.59.18.85.23-.18-.08-.42-.15-.85-.23Z'/%3E%3Cpath class='b' d='M522.98,400.13l-.34.17c.2-.04.29-.1.34-.17Z'/%3E%3Cpath class='b' d='M516.24,415.45c-.2.06-.47-.02-.33.28.1.03.17.05.24.06-.2-.19-.27-.34.09-.34Z'/%3E%3Cpath class='b' d='M513.31,420.63c.14.05.26.07.4.11,0-.07,0-.15,0-.22l-.4.11Z'/%3E%3Cpath class='b' d='M412.62,477.13c-.04-.57-.02-1.19.02-1.8-.15,1.4-1.21,1.7-.02,1.8Z'/%3E%3Cpath class='b' d='M538.06,335.99c.49-.05.75-.04.87.04-.03-.07-.09-.13-.14-.2-.29.03-.56.08-.73.15Z'/%3E%3Cpath class='b' d='M529.8,422.99l-.77.81c.31-.17.59-.47.77-.81Z'/%3E%3Cpath class='b' d='M460.6,476.01l-.19.28c.1.02.18-.05.19-.28Z'/%3E%3Cpath class='b' d='M527.71,426.75c-.7-.18-1.15-.21-1.48-.17.11.12.19.22.37.36l1.11-.2Z'/%3E%3Cpath class='b' d='M412.64,475.31v.02s0-.02,0-.02Z'/%3E%3Cpath class='b' d='M404.81,478.42c.99.3,1.05-2.35,1.6-3.75,1.33-.44.11,1.98.22,3.36.9-.5,1.97-2.7,2.49-2.48-.05.43.03.6-.21,1.09,1.19-1.83,2.35.37,3.73-1.99.02.24.02.46,0,.65.09-1.3.31-2.6.52-3.51.44.04,1.08-1.46.95.23-.25-.09-.4.57-.62,1.07l.58-.65c-.02,2.46-.77.73-1.09,2.49,1.05-.61,2.41-2.43,2.97-1.63-.24,2.37-1.73.52-1.16,2.76l-.91-1.08c.17,3.83-.61-.37-.55,3.71,1.33.92,1.8-.9,3.13,0,.52-1.26.19-1.95.71-3.21,2.31-2.07.75,6.17,2.69,3.21.59-1.52,1.09-4.49,1.95-2.79l-.67,2.63c1.37.42,1.21-3.73,2.46-1.8-.36,1.03-1.18.79-1,1.12.73,2.2.82-1.45,1.54-1.39l-.07,2.38c1.53-.22,3.29-1.83,4.93-2.17-.13.7-.45,1.43-.11,2.18,2.14-1.08,4.42.48,6.49,1.87l.77-2.05c.18.02.34.93.15,1.33.8.78.03-1.3.4-2.11.44-.14.61,1.17.33,1.8,1.4-1.79,3.79-3.85,5.37-1.78l-.25.63c1.21.76.98-4.29,2.16-2.44l-.17.38c1.25.35,2.51-.05,3.72-.14,1.21-.09,2.37.02,3.54,1.43-.04-1.49.61-1.25,1.22-1.15.61.08,1.17.01.89-2.03,1.73,1.76,1.47,2.57,3.72,3.54.57.07.26-2.7.81-3.26l.48,2.1.38-2.4,1.04,2.41.48-.68c-.27-.07-.74-.83-.84-1.44.7-1.14,2.63.89,2.95,1.96l1.76-2.36c.19.85-.1,1.23-.26,1.85.6-2.44.84,2.13,1.39-.11-.28-.43-.28-1.25-.38-1.68.9,1.08,2.15.7,2.89-.11l.28,1.47c1.8-.13,3.25-1.87,5.08-2.5-.9-.41-1.65-2.88-1.23-3.3l1.03,2.05c-.17-1.44-.85-.6-.79-2.46.75,0,1.39,2.24,1.27,3.08l.52-1.07c.3.61.24,1.03.51,1.85-.2-1.45,2.29,1.53,1.84-.95l.31.61c1.84-.72,2.31-1.84,3.7-2.62-.82-1.79-.07-1.66-.35-3.29,1.3.11,3.12.85,4.28.05.39-1.32-.54-1.6-.72-2.83.92,1.54,2.05.74,2.05,2.21,1.32-1.05,1.68-1.39,2.71-3.69-.58-.51-.95-.66-1.16-1.24.16-.44,1.12.21,1.53.97v.21c.31-1.72,2.08-1.38,3.83-1.11.87.13,1.72.23,2.31.04.59-.2.91-.7.74-1.74l.02.21.4-2.72c.9-.28.38,1.4,1.57,1.89-.04-1.81.66-2.22,1.41-2.54.75-.31,1.55-.5,1.58-1.81,2.22,1.63,3.09.76,3.8-.34.72-1.1,1.32-2.36,3.13-1.77l-.93-.83c-.5-1.22.9.12,1.34.08-.7-.66-1.14-.46-1.39-1.15.89-1.92,2.67-2.98,4.62-3.97.98-.49,2.06-.91,3.07-1.39,1.01-.49,2.01-1.01,2.89-1.61,1.24-.95-4.39-4.73-.95-4.31l1.47,1.87c-.15-2.06.81-3.22,1.79-4.39.95-1.18,1.94-2.35,1.81-4.2.34.44.91.84.73,1.07,1.76.46,1.34-1.87.2-2.62.38-.29,1.09.6,1.83.75,1.18.02-.95-2.47.64-1.84.26.1.36.44.41.6-.46-.77,1.2-1.48-.66-2.18,1.35-.45.33-2.23,1.76-2.39-1.59-1.58,1.87-1.08-.72-2.76,2.72,1.64,3.14-.44,2.16-1.74.73.66,1.16-.06,2.2.81.34-.72.16-1.63-1.35-2.26,2.03.24,1.66-.78,1.38-1.64-.28-.86-.48-1.57,1.89-.89-.13-.71-.23-1.39-.31-2.05-.1-.66-.17-1.3-.23-1.92-.1-1.23-.12-2.37-.05-3.46,2.88,1.29-.63,2.21,2.45,3.45-.19-1.18-.79-2.28-1.18-3.28-.4-1-.58-1.89.13-2.65.58-.31,1.17.76,1.61,1.13-.24-1.16.17-2.01.52-2.87.32-.86.59-1.73.06-2.83.28.1.52.38.69.63.01-.36.7-.61-.67-1.04l.26.44c-2.14-.18-3.67-2.68-4.7-3.07,3.72,1.84,1.52-1.26,6.17,1.22-.19-.3-.75-.78-1.68-1.03.36-.23.93-.16,1.87.5-.38-1.42-1.97-1.45-1.62-2.5.66.21.86.5,1.6.85-1.13-.94-2.27-1.86-1.43-2.58.39.17.94.22.85.48.29-1.6-2.76-3.58-1.05-4.9,2.8,1.25,1.11-.32,3.67.22l-.52-1.11-1.33.07c.25-.79-1.47-1.93-.47-2.42l.92.84-.15-1.61-1.15.63c-1.14-1.1-3.24-.64-2.3-1.52.21.27.2-.77,1.8-.87,0,0,0,0,0,0-.73-.56-1.49-1.13-.76-1.58.85,0,2.81.68,3.38.69-2.07-.81-.25-2.01-2.45-2.91.51.26,1.86.51,2.14.5l-1.69-.64c.63-.27.91-.28,1.97-.03.52-1.07-3.33-.21-1.69-1.28.12.13.39.12.62.38.99-1.21-.73-2.74.32-3.83,2.66,0,.49,1.17,2.74,1.06-.11-.94-.76-1.97-1.28-2.96-.55-1-.97-1.95-.58-2.78l-.32.29c-3.67-.61,1.95-1.1.3-2.14.25.24,2.03.46,1.62.37.73-1.14-.74-2.52-1.78-4.37l.94.28c.88-.65.63-1.81,1.06-2.56-.95-.26-.78-.69-2.17-.47,2.74-1.06,2.04-2.23,1.23-3.31-.8-1.09-1.81-2.1.45-3.16.01.25.84.58.84.39l-.9-1.75c-1.62.17-.98.25-2.23.64-.96-.2-1.71-.67-1.72-1.09,1.08.75,2.6-.07,3.49-.44-.49.07-1.04-.03-1.55.01,2.86-1-3.24-.05-1.36-1.34l.85.03c-.46-.45-1.6-.82-1.39-1.32,1.86-.3.9.45,2.44.41-.15-.71-3.61-1.19-1.78-1.93.54.26.57.69,1.1.96,2.16-.81,1.59-.87,1.92-1.41l-.05.05.93-1.27-.58.35c-4.91-.54-1.04-1.74-4.32-2.65,3.12.87,1.76.04,3.88-.07.56-.36,1.17-.89,1.78-.81-1.76-.41,1.25-1.09-1.31-1.64.67-.11.01-.62,1.73-.67-.6-.69-1.16.31-2.02.33-2.44-.85,2.47-3.02-.91-4.24-1.48-1.22-3.8-1.12-5.15-2.19,1.01-.6,2.51-.04,2.51-.04.88-.85.6-1.35-.28-1.87.61.03,1.08-.19,1.8-.52-.27-.5-2.51.08-1.63-.79.77-.02,1.99-.08,2.79.04-.73-.52-2.07-.91-2.81-1.43,1.13-.39,1.86.05,2.65.14-.65-.64-1.45-1.68-3.33-1.53l-.56.59c-.14-.24,1.56-.45,1.94-.32,1.58.33-.45,1.02-1.12,1.18l-.52-.37c-3.82,1.21.97,1.68.9,2.66l-2.93.13,2.54.51c-.71.33-2.29.73-2.8.36-1.31.88,1.12.4-.37,1.21-.24.1-.38.1-.5.06l.96.49c-.62-.03-2.01.42-1.66-.02-1.46,1.36,2.46,1.47.32,2.21l-.19-.07c1.18,1.42,2.14-.16,4.78.69l-5.13,1.48,2.14-.12c-.06.17-.17.51-1.03.56,1.53.42.91-.22,2.33-.03-1.82,1,1.17,2.06-2.21,2.6,1.64.11,1.18-.88,2.38-.16-3.62.61.71.91-.89,1.78-1.9-.05-.97-.8-2.58.05,3.22.14-.57,1.43.09,1.96,2.55-.17,1.16,1.21,2.05,2.16-.86-.01-1.29,1.96-2.16,2.91h-.43c2.59.07,2.13,1.05,2.66,1.74-1.54,0-2.15-.1-2.84-.46l.02.65c.83.13,1.26.33,1.56.75l-1.92-.13c.12.85,2.29,1.72,1.02,2.83,1.79.08,4.99-.9,6.18.33-.97.04-2.63.07-3.02-.25.12.1.8.37.38.58l-1.62-.49c-.73.51,1.36.28,1.19.69-1.38-.02-.99.29-2.09.22-.13-.11.58-.35.04-.51-.26.46-1.09,1-2.14,1.16.79-.02,1.86.03,2.03.37.08.87-1.67.26-2.39.74.96.23-.05.75,2.01.83-.02.25-.98.27-1.54.34.92.48.17,2.09,2.39,1.69l.15-.11s.04.05.09.08h0s0,0,0,0c1.95,1.61-1.35,3.01-.59,4.53l-.69-.06c.7.94.27,1.98,1.68,2.76-.03.26-1.32.48-2.12.28.44.72,1.22.89-.03,1.71-1.11-.81-1.08.1-.8-.79-.68.79-1.83.82-.08,1.99-1.71-.54-2.3.33-1.83.81l1.34-.42c.19.49-.02.87-.23,1.25l-2.27-.56c-1.52.64-.42,1.58.39,2.46.82.87,1.42,1.69-1.03,1.91,1.52.75,1.3-.72,3.1.02-.46.75-3.89.94-3.94,1.18-1.46.8,3.13,1.67,2.02,2.62.84.03,3.04.35,3.62,1.39-.48.75-3.62.22-4.16-.42-.03-.2.25-.24.52-.17-.24-.32-.51-.73-1.46-.61l.79.28c-.91.21-1.06,1.29-2.34.73.64.76,1.27.56,1.79.22-1.38.73-.38,1.56-1.44,2.38.49-.05,1.47.04,1.42.2-1.39,1.25,1.35,1.06,1.43,2.19-1.38.26-2.86-1-2.11.31-.99.4-2.16-.46-2.75-.88,1.32,1.35-1.5,1.41-1.93,1.83l-.5-.66c.3.39.22.62.14.85l1.68.21c-.36.2-.44.43-1.1.22.95.6,2.71.57,3.96,1.59-.92.13.51,1.44-1.63.9,1.07-.96-2.15-.54-2.19-1.64.19.27.11.5-.25.69-.25-.03-.42-.18-.52-.29-2.22.5,2.25,1.28,1.79,2.42-1.13-.54-2.33-.48-2.14-.21.18-.45,2.04.43,2.79,1.17-1.18.43.4,1.05.15,1.41l.59-.3c1.12.56.83.89,1.02,1.55-.93-.28-.46-.71-.93-.66,1.84,1.33-2.56.56-1.51,1.85-.93.07-2.2-.79-2.86-.68,1.16,1.46-1.96.32-1.08,1.72,1.65.36,1.3.15,2.55,1.42l-.49-1.97,1.87,1.88c.21-.46-.59-1.38-.21-1.55,1.08.97.71.77,2.1,1.05-2.59-.27.85,1.83-1.02,1.96l-3.82-1.59c-2.12.37,1.12,2.74-.44,3.75l.86-.16c1.42.86-.18.97.23,1.71-1.24-.62-1.82-.54-2.68-.72.94.41-.57.95,1.85,2.27l-1.94-.17c-1.21.77,2.91,3.03,1.93,3.92-1.16-1.01-2.28-.98-2.88-2.18-.18.35-.58.55.27.99-.87-.2,1.12,1.84-.22,1.55.45.44,1.7,1.17,1.38,1.52-.27-.09-.6-.33-.6-.33.6.33.47,1.08,2.01,1.46-2.2-.48-2.51.33-2.84,1.14-.3.81-.54,1.66-2.4,1.16-.04,1-.22,2.14-.59,2.86-.32-.27-.58-.37-.37-.42-1.68.22,2.95,2.73,1.05,3.02-2.21-.7-.64-1.23-1.56-1.36-3.89-2.39-.29,1.63-2.99.8l-.1-.32c-1.63-.38.51,2.24-.37,2.92,0,0-.29-.28-.55-.41,1.47,1.96,1.24,3.53,1.1,4.73-1.21-1.35-.46-.94-2-1.9-.08.52,2.38,1.67,2.2,2.72-.95-.36-2.03-.37-3.58-1.51l.44-.73c-2.22-1.21-.61.91-1.22,1l-.81-.73c-.54,1.21,1.54,2.98.47,3.94l.72.43c1.55,2.38-1.58-.51-.56,1.42l-2.22-1.66c.19.83.77,3.09.52,4.14-1.13-1.79-1.18-3.27-1.64-4.55-.35.35-.99,1.36-.18,2.48-.06-.33-.38-.97.07-.83,1.18,1.92,1.38,3.26.65,3.98-3.69-3.84-2.84.92-6.25-1.57.15,2.68-3.09,1.67-4.32,3.23,3.24,2.7-.36.47,2.49,3.65-.2.51-.39.58-.6.39-.92-.35-1.84-.71-2.74-1.07-1.04-.76-.25-1.01-.89-1.73-.99.38-1.47-1.15-2.68-1.63,1.06,1.11,1.09,1.94.29,1.83l1.84,1.05c.29,2.71-3.15-2.1-2.9.53l-.45-1.34c-.11,1.05-2.09,1.54-.74,4.75-.39-.33-1.19-1.21-1.1-1.64-.86.26-1.14,1.55-1.53,2.66-.37,1.13-.89,1.99-2.02,1.45l-.43-.96c-.12.42.52,1.98-.37,1.28-.2-.38-.42-.97-.58-.94.04.4.18,2.03-.49,1.72l-.27-1.21c-2.11-.36-.89,3.74-1.88,5.09-1.4-2.72-3.03-3.03-3.84-3.22l-.17-.4c-.95.24-1.41,1.17-1.81,2.28-.41,1.08-.75,2.34-1.38,3.26-1.16-1.32-2.17-1.29-3.21-1.1-1.04.18-2.08.64-3.24-.01.44.45.71,2.29.49,2.69-.6-.47-.51,2.4-1.28-.32h.16c-1.13-2.55-1.72-1.57-2.4-1.46l.91,3.58c-1.62-2.35-2.59-1.58-3.51-.75-.92.78-1.77,1.62-2.75-.62-.23.99-.75,1.12-1,2.09l-.36-1.95c-1.27-.29-1.89-.42-3.26.3l.07-1.45c-.82,0-.16,5.8-.95,6.03l-.65-2.9c-1.48.28-3.2-2.18-4.39.64-.02-.43-.05-1.29.17-1.43-.7.02-2.78-1.8-2.26,2.24-.2-2.65-1.52-.13-2.3,1.04l.04-1.95c-.57,2.51-.58,3.19-1.53,3.91-.24-.25-.24-1.55.07-1.07-.79-1-.55,1.87-1.51.85l.33-1.25c-.79-.14-.71.52-1.14,1.97-.5.78-1.52-.49-1.61-2.26-.11,1.07-.57,2.52-1.03,1.99-.05-.67.13-1.08.22-1.28-1.27-1.37-2.04,2.2-2.88.26.01-.65-.03-.97-.1-1.17,1.04.08,1.87.21,1.79.35.05-1.8-.76-2.14-.03-4.6-.68,1.33-1.95,4.25-2.73,3.34-.03-.18-.06-.35-.07-.63l.09-.2c-.18-.19-.35-.03-.53.26-.24-.31-.39-.54-.63-.58,0-1.49-.88-.85-1.29-.96-.12,1.96-.64,1.6-.26,3.26-.06-.15.1-.22.38-.28.07-.05.14-.08.19-.19-.01.05-.03.11-.04.17.28-.04.64-.06,1.05-.07-.39.98-.81,1.79-1.2.68-.31,1.25-.66,2.52-.85,3.11-.37-2.79-1.33-4.37-1.32-6.06-1.37.99-3.02.39-4.32,3.96-.43.42-.28-1.11-.34-1.71.26-.34.5-.24.69-.75-.85.83-2.19.05-2.76,2.58-.75-1.29.88-2.27-.45-2.04l.29-.75c-.9-2.25-2.14-.78-3.46.5-1.3,1.27-2.71,2.4-3.52-.5.12.36.18.53.13.96-1.32-1.47-3.03-1.32-4.73-1.36-1.69-.04-3.36-.29-4.34-2.52-.64-.97-1.2.58-2.11,1.62l.45-2.08-1.63,2.04c-.92.65-1.07-.77-1.3-2.01-.24-1.24-.54-2.29-1.9-.99l-.28,1.41c-.48-.45-2.1.12-1.43-1.37-.15.22-.71,1.31-.67.54l.38-1.04-2.07,1.23c-.77-1.17,1.78-4.01.36-4.82-.71.17-2.86,2.29-2.94,3.06.21.15.32.89-.09,1.92l-.76.3c-1.38,2.96-3.18,5.82-2.63,8.52l1.76-1.43-.27,1.59-.89-.26c-.09,1.58.73.48,1.4-.22-.23.81-.31,1.42-.22,1.79l2.12-2.51c-.34,1.24-1.36,2.19-.95,3.1.98-1.17.59-2.84,1.69-3.43-.05,1.56-.61,2.64.39,1.67-.21.82-.52,1.27-.88,1.53.86-.75,1.49.1,2.34-1.44-.11,1.91,1.85.15.79,3.05.4-.64,1.68-1.99,2.18-1.95-2.02,3.23,1.67.77.24,4.47,1.64-2.95,2.76-.69,4.42-2.12-.14.24-.41.71-.46.52.56.45.47,1.46.72,2.18.83-2.62,1.98-2.93,2.95-4.44.09,2.76-1.31,2.99-1.73,5.5.54-2.16,1.95-1.78,2.15-3.64.18,1.74.31.9.06,3.19.95-3.29.71-.42,1.72-2.34.47,1.85-.53,3.18.68,2.39.22,1.13-.93,2.11-.93,2.11ZM429.02,476.03s0,.03,0,.04c-.2.03-.37.06-.48.08.1-.02.24-.05.49-.12ZM430.97,476.08c-.23-.08-.53-.11-.84-.1-.04-.68.07-1.38.26-1.34-.12.45.31.86.58,1.44ZM427.84,462.26c.29-.26.36.13.37.53-.13.03-.29.08-.5.21-.01.07-.03.17-.05.24.05-.37.11-.72.18-.98Z'/%3E%3Cpath class='b' d='M427.15,464.8s-.07.12-.13.13c.04.18.09.33.13.45.05-.21.1-.42.15-.61-.05,0-.1.01-.15.02Z'/%3E%3Cpath class='b' d='M532.25,366.36l-.05.04c.08-.03.16-.05.28-.07-.1.02-.16.02-.24.03Z'/%3E%3Cpolygon class='b' points='458.61 477.45 458.5 476.96 458.42 477.43 458.61 477.45'/%3E%3Cpath class='b' d='M539.11,356.15c.17-.03.35-.07.5-.15-.13,0-.31.07-.5.15Z'/%3E%3Cpath class='b' d='M539.33,351.57l.67-.69c-.38.31-.56.52-.67.69Z'/%3E%3Cpath class='b' d='M540.04,347.98c-.35-.01-.61,0-.85,0,0,0,0,0-.01,0h.86Z'/%3E%3Cpath class='b' d='M535.48,404.27s0,.1.04.16c.25.44.18.18-.04-.16Z'/%3E%3Cpath class='b' d='M535.55,386.87c.31.24.62.49.79.71.21-.26.3-.47-.79-.71Z'/%3E%3Cpath class='b' d='M529.89,422.91s-.01,0-.03-.02c-.01.04-.04.07-.06.11l.09-.09Z'/%3E%3Cpath class='b' d='M536.15,388.32c.45-.21.42-.47.2-.75-.18.21-.44.44-.2.75Z'/%3E%3Cpath class='b' d='M538.75,332.65l.05-.18c-.13.03-.23.04-.31.04l.27.14Z'/%3E%3Cpath class='b' d='M538.49,332.51l-.27-.14c.02.09.05.16.27.14Z'/%3E%3Cpath class='b' d='M537.65,332.08l.57.29c-.02-.14,0-.32-.57-.29Z'/%3E%3Cpath class='b' d='M538.69,337.43l.71-.06c-.15,0-.38.01-.71.06Z'/%3E%3Cpath class='b' d='M539.13,338.8c.1-.36,1.36-1.08.84-1.48l-.57.05c1.09.05-1.51,1.3-.27,1.43Z'/%3E%3Cpath class='b' d='M531.16,345.67l.42-1.18c-.73.29-1.71.66-1.96.18-2.07,1.65,1.65-.49,1.54,1Z'/%3E%3Cpath class='b' d='M530.38,349.21c-.41-.56-1.1.1-1.53.11.73.31.91.39,1.53-.11Z'/%3E%3Cpath class='b' d='M530.06,374.01l-1.77-.26c.21.48.69.08,1.77.26Z'/%3E%3Cpolygon class='b' points='538.59 380.09 539.76 379.78 538.17 379.31 538.59 380.09'/%3E%3Cpolygon class='b' points='525.54 380.87 525.32 380.64 525.83 381.48 525.54 380.87'/%3E%3Cpath class='b' d='M512.35,418.83l1.97,1.01c-.18-.46-2.29-1.77-1.97-1.01Z'/%3E%3Cpath class='b' d='M503.96,434.39c-.96-.57-1.81-.67-1.2.28.37-.2,1.28.06,1.2-.28Z'/%3E%3Cpolygon class='b' points='459.19 459.1 459.32 458.3 458.87 459.06 459.19 459.1'/%3E%3Cpath class='b' d='M591.93,475.6c-.65-.61-2.42-1.44-2.38-.71l2.68,1.99-.3-1.28Z'/%3E%3Cpath class='b' d='M584.55,476.22c1.04,1.41,3.05,3.56,5.92,4.68-2.39-2.23-1.15-1.72-4.05-4.27-.03-.72,1.45-.41,2.46.28-.63-.61,1.11-.49-.55-1.79-2.63-.54-3.19.27-1.89,2.23-.74-.17-1.38-.79-1.89-1.13Z'/%3E%3Cpath class='b' d='M544.2,518.75l.54.04c-.22-.09-.4-.09-.54-.04Z'/%3E%3Cpath class='b' d='M514.48,538.63c.19-.22.11-.55-.04-.81-.1.32-.16.6.04.81Z'/%3E%3Cpath class='b' d='M507.4,538.71c.16.02.28,0,.42,0-.27-.19-.48-.26-.42,0Z'/%3E%3Cpath class='b' d='M544.2,518.75l-1.41-.13c.68.84.9.26,1.41.13Z'/%3E%3Cpath class='b' d='M587.09,487.49c-.02-.27-.19-.58-.45-.93.03.22.04.43.02.63.14.1.26.18.42.31Z'/%3E%3Cpath class='b' d='M553.38,505.77l.19-.22c-.22-.32-.51-.68-.84-1.08l.65,1.3Z'/%3E%3Cpath class='b' d='M560.75,496.38c-.26.13,1.87,1.97,2.75,2.82-.8-.85-1.11-1.35-1.13-1.67-.41-.34-.94-.71-1.63-1.15Z'/%3E%3Cpath class='b' d='M575.96,483.74l-.14-.5c.05.14.07.33.14.5Z'/%3E%3Cpath class='b' d='M547.03,511.5c-.31-.28-.6-.51-.78-.64.25.25.52.46.78.64Z'/%3E%3Cpath class='b' d='M261.85,469.11c.19-.05.31-.1.48-.15-.29.01-.49.05-.48.15Z'/%3E%3Cpath class='b' d='M271.31,451.06l.19.16c.52-.1,1.04-.19,1.54-.31l-1.74.15Z'/%3E%3Cpath class='b' d='M496.1,541s.04.01.07.02c.1-.42-.02-.29-.07-.02Z'/%3E%3Cpath class='b' d='M402.64,565.93c.91,2.58-2.09,3.08-.64,5.98-.05-1.1,1.88-4.26.64-5.98Z'/%3E%3Cpath class='b' d='M586.6,487.58c-.07.17-.14.33-.26.46.21-.15.28-.3.26-.46Z'/%3E%3Cpath class='b' d='M402,571.91v.02s.15.28.15.28c-.06-.12-.1-.19-.15-.3Z'/%3E%3Cpath class='b' d='M474.21,553.19c.23.44.47.75.7,1.04-.12-.26-.3-.57-.7-1.04Z'/%3E%3Cpath class='b' d='M493.02,549.03l-.59-.12c.28.14.46.15.59.12Z'/%3E%3Cpath class='b' d='M466.5,560.37c-.31-.12-.52-.46-.73,0,.08.13.14.21.21.29,0-.4.09-.62.52-.29Z'/%3E%3Cpath class='b' d='M456.77,563.47c.11.19.23.33.34.49.08-.08.18-.16.27-.23l-.61-.26Z'/%3E%3Cpath class='b' d='M276.16,500.36c.59-.58,1.3-1.11,2.02-1.61-1.7,1.06-3.09-.1-2.02,1.61Z'/%3E%3Cpath class='b' d='M585.75,486.66c.57.43.81.7.85.92.04-.12.06-.26.07-.39-.34-.25-.67-.47-.92-.53Z'/%3E%3Cpath class='b' d='M473.39,581.45l-1.85.18c.57.1,1.24.03,1.85-.18Z'/%3E%3Cpath class='b' d='M328.58,562.32l-.54.03c.1.14.27.16.54-.03Z'/%3E%3Cpath class='b' d='M466.57,583.7c-.6-.84-1.1-1.3-1.55-1.56,0,.23-.04.43.01.75.51.27,1.03.56,1.54.81Z'/%3E%3Cpath class='b' d='M278.21,498.74s-.03.02-.03.02c0,0,.02,0,.03-.02Z'/%3E%3Cpath class='b' d='M267.11,490.87c.64,1.62,3.64-.72,5.73-1.24,1.78,1.42-2.1,1.97-3.53,3.38,1.41.78,4.91.23,5.18,1.14-.52.32-.64.58-1.42.71,3.22-.05,1.85,3.56,5.87,3.28-.24.25-.49.44-.73.59,1.54-1.06,3.2-1.94,4.42-2.5.39.63,2.69.16.67,1.51-.14-.44-1.02-.03-1.79.13l1.29.21c-2.77,2.22-1.55-.4-3.84.77,1.69.88,5.07,1.1,4.76,2.58-2.87,1.83-2.31-1.88-4.23.92.1-.74.18-1.48.29-2.22-4.12,3.73-.18-1.18-4.68,2.62.29,2.65,2.83,1.62,3.12,4.25,1.91-.43,2.36-1.51,4.27-1.95,4.63,1.27-6.07,6.59-.87,6.55,2.29-.57,6.11-2.58,5.09.12l-3.6,1.47c.93,2.23,5.4-1.74,4.5,1.71-1.51.44-2.05-.9-2.25-.35-1.73,2.98,2.44-.19,3.1.83l-2.72,2.05c.92.92,2.27,1.62,3.64,2.33,1.39.7,2.82,1.39,3.86,2.34-.91.46-2.06.68-2.53,1.81,1.69.97,2.74,2.52,3.41,4.37.65,1.86,1,3.95,1.32,5.93l3.11-.82c.16.26-.67,1.28-1.32,1.38-.02,1.76,1.48-1.13,2.77-1.36.63.45-.67,1.86-1.65,2.04,3.49.24,8.35,1.55,7.76,5.44l-.97.24c.47,2.25,5.86-2.54,5.07.63l-.6.11c1,1.92,2.82,3.2,4.25,4.68,1.48,1.44,2.62,3.04,2.33,5.79,1.63-1.37,2.07-.32,2.68.5.59.84,1.29,1.5,3.29-.68-.03,1.88-.33,2.92-.46,3.95-.13,1.04-.09,2.06.68,3.87.57.78,3.34-2.08,4.59-1.9l-1.83,2.48,3.14-1.67-1.54,3.46,1.33-.03c-.24-.39.08-1.63.65-2.31,2.14-.21,2.03,4.02,1.19,5.36,1.58.02,3.11.08,4.7.02-.75.99-1.54,1.01-2.41,1.38,3.5-1.51-1.45,2.93,1.76,1.54.16-.73,1.11-1.47,1.48-1.98-.2,2.07,1.67,3.27,3.44,3.44l-1.35,1.66c1.14.98,2.64,1.51,4.18,2.02,1.55.51,3.15.98,4.63,1.7-.61-1.41,1.35-4.55,2.34-4.45l-1.14,3.07c1.45-1.52-.32-1.53,1.91-3.17.89.86-.93,3.67-2.04,4.3l1.83-.35c-.35.91-.89,1.22-1.52,2.29,1.43-1.55.92,4.11,3.23,1.33l-.33.91c3.06,1.34,4.89.9,7.43,1.8,1.1-2.59,1.83-1.6,3.38-3.41,1.44,1.54,2.76,4.28,5.08,4.85,2.01-.79,1.21-2.1,2.43-3.45-.7,2.47,1.6,3.01-.11,4.36,1.4.29,2.31.39,3.37.33,1.05-.06,2.26-.29,4.23-.84-.1-1.12-.39-1.66.05-2.45.71-.24,1.11,1.41.72,2.58l-.23.21c1.2-.67,2.21-.41,3.16.3.96.65,1.86,1.73,2.77,2.77,1.81,2.08,3.69,3.98,5.71,1.66l-.22.23c1.25-.72,2.48-1.52,3.69-2.28,1.43.64-1.18,1.78-.3,3.5,2.08-1.87,3.43-1.53,4.71-1.03,1.27.54,2.49,1.12,4.07-.19.8,3.85,2.9,3.87,5.05,3.54,1.08-.14,2.18-.46,3.2-.41,1.02.05,1.95.46,2.71,1.68l-.16-1.78c.81-1.74.95,1.03,1.55,1.45-.08-1.38-.86-1.61-.36-2.57,3.36-.95,6.75-.56,10.31.43,1.78.52,3.57.98,5.38,1.46,1.81.47,3.62.89,5.42,1.11,2.6.1.21-9.33,3.88-5.58l-.41,3.4c2.23-2.34,4.77-2.64,7.29-3.07,1.26-.19,2.53-.37,3.74-.76.6-.2,1.19-.44,1.76-.78.56-.36,1.09-.8,1.59-1.35-.11.81.1,1.78-.37,1.88,1.55,2.09,3.77-.8,3.3-2.7.79.04.6,1.68,1.3,2.53,1.37,1.11,1.78-3.57,2.91-1.42.19.35-.08.83-.22,1.06.35-1.31,3.12-.59,1.76-3.07,2.12.76,3.01-2.15,4.88-.98,0-3.2,3.42.46,2.37-3.79,1.26,4.35,4.19,2.46,4.57.09.08,1.41,1.42,1.02,1.61,2.95,1.23-.5,2.08-1.72,1.07-3.82,2.05,2.13,2.83.68,3.52-.54.7-1.22,1.32-2.19,3.21.78,2.73-3.75,5.39-6.57,8.08-8.98,1.72,4.17-3.3,1.96-1.29,6.25,2.32-3.08,2.44-7.33,5.82-7.71,1.02.19.4,1.98.47,2.8,2.15-3.12,5.95-2.36,7.42-5.92.18.38.11.93,0,1.37.44-.4,1.49-.03.5-1.82l-.24.75c-2.15-2.24-.84-6.56-1.5-7.99,1.87,5.65,3.19.01,5.31,7.27.16-.51.12-1.59-.61-2.76.68.09,1.21.71,1.45,2.35,1.28-1.97-.41-3.54,1.23-4.39.47.87.33,1.39.72,2.51-.1-2.15-.23-4.29,1.54-4.31.21.57.75,1.16.34,1.37,2.2-1.6,1.37-6.73,4.81-6.59,1.48,4.15,1.58.7,3.64,3.81l.78-1.78-1.49-1.21c1.21-.67.82-3.6,2.46-3.2l-.05,1.85c.61-.65,1.2-1.32,1.8-1.98l-1.98-.41c.14-2.37-2.65-3.92-.57-4.01-.1.52,1.16-.69,2.95.77,0,0,0,0,0,.01-.08-1.36-.19-2.78,1.15-2.56.88.85,2.1,3.56,2.68,4.13-1.17-2.97,2.2-2.51,1.03-5.73.21.8,1.3,2.43,1.6,2.71l-.97-2.41c.98.31,1.28.58,2.08,1.92,1.84-.71-3.19-3.55-.17-3.16-.03.27.26.53.18,1.06,2.49-.42,2.65-3.84,5.06-4.05,2.73,2.67-.94,1.82,1.5,3.96,2.1-2.35,2.36-7.36,5.19-8.46h-.69c-2.97-4.4,3.34.72,2.94-2.19-.03.54,1.49,2.59,1.19,2.07,1.06-.32,1.67-1.23,2.16-2.5.54-1.29.85-2.88,1.41-4.51l.64,1.27c1.69.1,2.81-1.58,4.15-2.03-.66-1.25.02-1.6-1.67-2.72,4.11,1.45,4.78-.65,5.19-2.8.22-1.07.39-2.16.94-2.85.54-.71,1.48-1.02,3.26-.56-.28.32.18,1.55.41,1.31l1.14-3.05c-1.86-1.38-1.3-.66-3.05-1.42-.75-1.2-.97-2.52-.5-3.06.26,2.01,2.75,2.49,4.1,2.91-.59-.4-1.04-1.07-1.61-1.52,4.1,1.58-3.3-3.29.16-3l.84.88c.06-.99-.69-2.59.11-3,2.26,1.47.41,1.45,2.04,2.93.67-1.03-2.34-5.07.39-4.17.25.86-.21,1.42.02,2.29,3.16,1.13,2.65.5,3.6.15l-.11.02,2.4-.69-.99-.13c-4.47-5.56.97-3.18-1.41-7.6,2.22,4.19,1.77,1.79,4.07,3.77.98.11,2.22.05,2.75.75-1.35-2.26,2.55-.12.5-3.38.81.53.69-.78,2.53.86.14-1.48-1.54-.77-2.46-1.58-.77-1.78.73-2.07,2.14-2.59,1.41-.52,2.79-1.24,1.7-3.68-.21-3.05-2.68-5.22-2.89-7.93,1.71.24,2.65,2.45,2.65,2.45,1.85-.22,2.13-1.12,1.79-2.67.6.65,1.33.84,2.44,1.13.27-.91-2.69-2.4-.83-2.65.82.74,2.15,1.89,2.84,2.84-.18-1.4-1.17-3.25-1.36-4.66,1.61.62,1.86,1.91,2.6,2.83,0-1.48.37-3.6-1.77-5.29l-1.23.19c.12-.45,2.11.97,2.36,1.51,1.26,2-1.6.85-2.46.39l-.13-.99c-2.66-1.12-2.86-.35-2.54.87.31,1.21,1.13,2.88.57,3.46l-3.18-2.76,2.07,3.2c-1.1-.29-3.18-1.35-3.29-2.33-2.33-.18.71,1.62-1.73,1.18-.36-.11-.5-.26-.59-.43l.45,1.58c-.62-.66-2.55-1.46-1.69-1.68-3.03.28.87,4.3-2.14,3.15l-.12-.28c-.34,3,2.4,1.93,4.18,5.65l-6.95-3.22,2.34,1.98c-.25.16-.75.48-1.69-.32,1.11,2.05,1.18.63,2.44,2.27-3.03-.55-1.15,3.76-5.22,1.09,1.57,1.78,2.19.05,2.64,2.16-4.41-2.82-.29,1.85-2.94,1.36-1.91-1.95-.08-1.97-2.73-2.49,3.16,3.37-2.21,1.24-2.15,2.54,2.8,2.3-.19,2.67-.36,4.75-.88-.87-3.58,1.18-5.62,1.46l-.43-.44c2.56,2.65.94,3.42.71,4.81-1.6-1.52-2.09-2.26-2.4-3.39l-.72.83c.7.99.91,1.66.73,2.47l-1.83-2.06c-.89,1.15.35,4.39-2.31,4.47,1.75,1.88,6.21,3.86,5.97,6.54-1.04-.91-2.79-2.52-2.82-3.29,0,.25.38,1.25-.29,1.09l-1.09-2.21c-1.34-.1,1.07,1.69.42,2.04-1.4-1.4-1.37-.62-2.41-1.8-.01-.26,1.01.14.64-.59-.8.31-2.3.15-3.56-.69.84.75,1.88,1.88,1.65,2.47-.96,1.13-2.03-1.34-3.35-1.48.7,1.23-.96.85,1.07,3-.32.29-1.33-.65-2-1.12.37,1.48-2.32,2.69.44,4.41l.29.02c.01.07-.02.1,0,.18h0s0,0,0,0c.06,1.93-1.21,2.52-2.6,2.93-1.37.38-2.88.55-3.45,1.83l-.62-.76c-.43,1.81-2.15,2.59-1.69,4.92-.36.27-1.94-.78-2.51-1.83-.45,1.28.13,2.26-2.18,1.94-.12-2.06-1.23-.98.18-1.71-1.7.21-2.9-.87-2.56,2.25-1.07-2.35-2.78-1.91-2.9-.9l1.9.86c-.42.76-1.11.98-1.81,1.22l-1.64-2.92c-2.38-.76-2.47,1.39-2.72,3.25-.24,1.85-.64,3.4-3.49,1.22.64,2.37,2.27.45,3.21,3.1-1.42.41-5.27-2.76-5.62-2.53-2.56-.5,1.19,5.03-1.17,5.05.85.86,2.78,3.39,2.1,5.15-1.44.4-4.11-3.28-3.88-4.56.23-.26.56-.03.77.31.15-.61.37-1.35-.78-2.14l.49,1.1c-1.22-.64-2.76.47-3.42-1.42-.28,1.5.65,1.89,1.64,2-2.42-.54-2.39,1.4-4.54,1.36.58.41,1.53,1.46,1.28,1.6-3.05.13.14,2.54-1.18,3.92-1.81-1.04-1.86-3.91-2.68-1.68-1.58-.5-1.78-2.61-1.89-3.66-.28,2.81-3.4.24-4.41.3l.28-1.25c-.17.74-.55.93-.92,1.13l1.59,1.84c-.65-.12-1.03.08-1.5-.79.29,1.61,2.27,3.26,2.37,5.63-1.18-.73-1.22,2.15-2.93-.51,2.39-.09-1.71-2.67-.37-3.98-.12.5-.5.69-1.14.56-.23-.27-.25-.61-.21-.83-3.1-1.51.88,3.59-1.05,4.51-.59-1.69-2-2.76-2.12-2.27.77-.35,1.74,2.44,1.66,4.01-1.85-.6-.85,1.6-1.57,1.78l1.02.2c.56,1.71-.16,1.82-.77,2.76-.69-1.2.35-1.25-.23-1.64.44,3.3-3.6-1.84-3.99.7-1.14-.79-1.51-2.98-2.4-3.45-.49,2.78-2.62-1.41-3.36,1.01,1.45,1.97,1.29,1.4,1.15,4.01.64-.89,1.26-1.8,1.87-2.72l-.19,3.93c.81-.33,1.02-2.15,1.66-2,.04,2.14-.14,1.57,1.09,3.17-2.59-2.71-1.27,2.91-3.56,1.28l-2.4-5.4c-1.47-.79-1.97.27-2.5,1.49-.53,1.23-1.09,2.63-2.61,2.43l1.19.62c.58,2.3-1.4.92-1.83,2.13-.68-1.86-1.45-2.32-2.24-3.32.59,1.34-1.83.6-.6,4.36l-2.05-1.99c-2.36-.26-.3,6.11-2.51,6.21-.15-2.23-1.5-3.22-.74-5.14-.65.22-1.35.09-.89,1.38-.79-1.03-.89,3.19-2.13,1.6,0,.91.59,2.9-.21,2.99-.21-.35-.31-.93-.31-.93.31.93-.74,1.64.61,3.5-2.01-2.58-3.38-2.01-4.71-1.34-1.32.68-2.63,1.35-4.25-.92-1.26,1.05-2.84,2.17-4.13,2.68-.07-.59-.25-.95.06-.82-2.28-1.33.29,5.76-2.34,4.29-1.84-2.84.7-1.95-.26-2.96-1.83-6.24-2.31,1.47-4.57-1.88l.25-.46c-1.52-1.87-2.06,2.94-3.93,2.85,0,0-.03-.58-.18-.96-.27,1.74-.94,3-1.75,3.97-.8.99-1.73,1.67-2.53,2.24.13-2.59.56-1.44-.19-3.94-.71.47.92,4.06-.54,5-.73-1.3-2.04-2.34-2.58-5.04l1.41-.36c-1.27-3.42-1.83.39-2.68-.11l-.12-1.56c-2.09.82-1.64,4.76-4.08,4.7l.38,1.15c-.92,4-1.33-2.07-2.36.94l-.76-3.89c-.76,1.01-2.7,4.15-4.25,4.91.36-1.49.97-2.59,1.6-3.62.63-1.02,1.29-1.9,1.76-2.82-.84.06-2.82.57-3.14,2.5.32-.4.68-1.37,1.06-.79-.82,3.15-2.16,4.73-3.9,4.74-.01-3.83-1.14-4.26-2.43-4.48-1.29-.18-2.78-.28-3.38-3.26-1.46,1.4-2.93,1.07-4.42.46-1.5-.57-2.98-1.66-4.67-1.53.79,6.03-1,.1-1.25,6.21-.85.33-1.16.21-1.2-.19-.72-1.28-1.43-2.54-2.1-3.82-.38-1.83.89-1.26.95-2.65-1.65-.62-.45-2.66-1.35-4.4-.02,2.2-.94,3.03-1.79,2.07l1.01,2.98c-2.81,2.9-1.37-5.37-4.17-2.49l1.03-1.8c-.68.47-1.79.35-2.96.61-1.17.23-2.43.93-3.5,3.22-.08-.74-.03-2.43.58-2.76-1.35-.65-3.21.31-4.99.99-1.74.58-3.4.89-4.12-.88l.61-1.38c-.64.27-1.68,2.45-1.94.82.21-.58.62-1.38.4-1.53-.41.42-2.15,2.13-2.61,1.1l1.09-1.45c-1.09-1.3-2.39-.76-3.84.25-1.43.98-2.98,2.32-4.34,2.39,1.5-4.16-.14-6.16-.87-7.32l.27-.56c-1.4-.9-3.03-.6-4.78-.04-1.75.55-3.66,1.4-5.44,1.43.16-2.59-1.07-3.76-2.55-4.76-1.44-1.06-3.13-2-3.79-3.9,0,.92-1.79,2.93-2.51,3.03-.18-1.12-3.32,1.53-1.13-1.85l.18.21c1.59-3.68-.19-3.55-1.11-4.25l-3.03,4.34c.19-1.01.2-1.8.09-2.42-.1-.63-.34-1.1-.66-1.45-.64-.69-1.64-.93-2.64-1.13-2-.36-3.87-.73-2.46-3.96-1.39.6-2.11.03-3.51.62l1.79-2.2c-1.15-1.82-1.65-2.77-4.03-3.85l1.71-1.21c-.94-1.01-6.72,4.99-7.85,4.18l2.53-3.41c-.95-.83-1.28-2.33-1.87-3.51-.58-1.2-1.47-2.04-3.72-1.57.47-.41,1.39-1.21,1.8-1.05-.8-.88-1.05-5.22-4.99-.94,2.75-2.62-1.52-2.11-3.67-2.08l2.22-1.69c-3.42,1.49-4.19,2.09-6.02,1.48.02-.53,1.47-1.71,1.27-.85.27-1.93-2.69.95-2.57-1.24l1.74-.68c-.68-1.17-1.34-.48-3.42.24-1.41.03-1.07-2.46.79-4.16-1.32.81-3.41,1.49-3.31.4.69-.66,1.33-.79,1.65-.85.18-2.93-4.61-.75-3.33-3.62.73-.57,1.05-.92,1.2-1.19.99,1.47,1.74,2.7,1.49,2.72,2.05-1.55,1.58-2.93,5.09-4.16-1.11.14-2.8.44-4.2.48-1.39.02-2.48-.24-2.38-1.15.17-.2.33-.39.62-.66l.32-.05c.03-.41-.33-.5-.84-.48.09-.6.19-1.01-.02-1.37,1.65-1.32.04-1.96-.25-2.62-2.31,1.6-2.44.57-3.9,2.58.1-.21.35-.07.71.26.13.04.23.13.41.09-.07.03-.15.06-.23.1.32.35.73.82,1.16,1.36-1.5.34-2.85.53-1.98-1.01-1.7.7-3.48,1.37-4.34,1.66,2.72-3.01,3.47-5.73,5.37-7.24-2.46-1.01-3.56-3.75-8.79-2.32-.9-.21.95-1.39,1.55-2.01.64.05.78.46,1.54.25-1.79-.41-2.3-2.93-5.66-1.43.7-2.21,3.4-.85,1.84-2.48l1.13-.28c1.58-3.27-1.29-3.64-4.01-4.3-2.74-.62-5.32-1.54-2.92-5.31-.28.49-.4.74-.93,1.06.35-3.18-1.5-5.4-3.08-7.79-1.58-2.37-2.89-4.93-1.34-8.36.47-1.79-1.78-1.14-3.79-1.43l2.74-1.32-3.82-.37c-1.57-.68-.14-2.22,1.03-3.7,1.18-1.5,2.06-2.92-.66-3.58l-1.84.95c.07-1.1-2.09-2.82.22-3.3-.39,0-2.13.25-1.22-.43l1.51-.46c-1.1-.56-2.19-1.14-3.28-1.73.61-2.19,6.13-1.31,5.74-4.08-.83-.83-5.16-1.81-6.1-1.2.02.43-.71,1.29-2.24,1.69l-1.03-.78c-4.57.89-9.43,1.09-11.98,4.42,1.07.38,2.13.75,3.2,1.1l-2.04,1.13-.52-1.47c-1.85,1.37.12,1.46,1.52,1.74-1.13.44-1.88.91-2.21,1.37l4.76.57c-1.7.7-3.7.17-4.35,1.61,2.22.25,3.72-1.85,5.4-.9-1.8,1.4-3.53,1.64-1.51,2.11-1.11.47-1.91.48-2.52.23,1.62.48,1.27,2.15,3.77,1.88-2.25,1.63,1.56,2.69-2.68,3.94,1.09-.04,3.78.46,4.22,1.18-5.49.22.68,3.04-4.78,4.5,4.86-.49,3.35,3.17,6.54,4.11-.39.03-1.18.09-1.02-.16.03,1.19-1.2,2.01-1.77,3.01,3.71-1.28,5.18,0,7.77-.04-3,2.68-4.57.95-7.79,2.7,2.92-1.24,3.83,1.04,6.11-.4-1.76,1.85-.7,1.26-3.48,3.01,4.59-1.73,1.15.59,4.25.21-1.63,2.35-4.07,2.19-2.02,3.13-1.04,1.34-3.25.66-3.25.66ZM293.99,521.57s-.04.03-.05.03c-.25-.24-.46-.44-.6-.57.13.12.31.28.64.54ZM295.95,524.23c-.15-.39-.44-.8-.77-1.21.72-.66,1.6-1.14,1.76-.85-.63.24-.62,1.18-.99,2.07ZM308.06,507.62c.6.16.23.59-.21.97-.17-.15-.4-.31-.75-.48-.08.04-.23.11-.32.15.47-.26.91-.5,1.27-.64Z'/%3E%3Cpath class='b' d='M304.53,508.97c-.09-.02-.21.01-.28-.05-.15.22-.28.41-.37.59.28-.12.57-.24.82-.35-.06-.06-.12-.13-.18-.19Z'/%3E%3Cpath class='b' d='M544.83,518.79h-.09c.11.04.23.09.37.2-.12-.07-.18-.14-.28-.2Z'/%3E%3Cpolygon class='b' points='324.67 561.16 325.1 560.59 324.48 560.9 324.67 561.16'/%3E%3Cpath class='b' d='M563.96,513.12c.21.14.44.26.69.3-.14-.11-.4-.21-.69-.3Z'/%3E%3Cpath class='b' d='M569.52,507.67l1.47-.22c-.74,0-1.16.11-1.47.22Z'/%3E%3Cpath class='b' d='M574.35,503.87c-.34-.36-.62-.61-.88-.83,0,0-.01,0-.02,0l.9.84Z'/%3E%3Cpath class='b' d='M501.89,565.62c-.07.05-.12.12-.15.22-.24.74,0,.37.15-.22Z'/%3E%3Cpath class='b' d='M523,545.86c.03.59.06,1.17-.03,1.6.54-.09.89-.25.03-1.6Z'/%3E%3Cpath class='b' d='M473.59,581.43s0-.01-.01-.05c-.06.03-.13.04-.19.06l.2-.02Z'/%3E%3Cpath class='b' d='M521.85,548.12c.72.2,1.01-.12,1.12-.66-.45.06-1,.08-1.12.66Z'/%3E%3Cpath class='b' d='M590.11,483.04l.25-.19c-.16-.09-.28-.18-.37-.26l.12.45Z'/%3E%3Cpath class='b' d='M589.99,482.59l-.12-.45c-.08.13-.12.25.12.45Z'/%3E%3Cpath class='b' d='M589.6,481.2l.27.94c.13-.2.35-.41-.27-.94Z'/%3E%3Cpath class='b' d='M584.81,489.13l.81.63c-.15-.16-.41-.36-.81-.63Z'/%3E%3Cpath class='b' d='M583.74,491.31c.51-.35,2.61-.02,2.52-1.05l-.64-.5c1.06,1.15-3.01.16-1.88,1.56Z'/%3E%3Cpath class='b' d='M567.8,492.11l1.79-1.05c-1.08-.36-2.51-.88-2.22-1.72-4.03,0,2.26,1.03.43,2.77Z'/%3E%3Cpath class='b' d='M562.99,495.83c.22-1.11-1.25-.96-1.7-1.39.39,1.12.49,1.4,1.7,1.39Z'/%3E%3Cpath class='b' d='M533.31,525.55l-1.48-2.09c-.39.77.6.79,1.48,2.09Z'/%3E%3Cpolygon class='b' points='534.48 541.15 536.06 541.96 535 539.84 534.48 541.15'/%3E%3Cpolygon class='b' points='520.01 529.04 520.08 528.55 519.54 530.05 520.01 529.04'/%3E%3Cpath class='b' d='M457.8,560.59l1.13,2.95c.34-.68-.59-4.1-1.13-2.95Z'/%3E%3Cpath class='b' d='M429.05,569.83c-.5-1.53-1.43-2.46-1.8-.87.69.15,1.5,1.31,1.8.87Z'/%3E%3Cpath class='b' d='M346.11,545.43l1.06-.57c-.47.06-.92.09-1.39.13l.32.44Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}
.bolaGelat.color-almendra::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cellipse%20cx='50'%20cy='50'%20rx='40'%20ry='20'%20transform='rotate(-30%2050%2050)'%20fill='%23C9A88B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.color-choco-negro {
	background-color: #31221d !important;
}

.color-pistacho {
	background-color: rgba(180, 170, 61, 100) !important;
}
.color-agramunt {
	background-color: #C09653 !important;
}
.color-jijona {
	background-color: #AE8E5C !important;
}
.color-cacahuete-salado {
	background-color: #bf9674 !important;
}
.color-mandorla-tostada {
	background-color: #e7d4be !important;
}

.color-nueces{
	background-color: #d5bba3 !important;
}

.color-avellana {
	background-color: #8d6e63 !important;
}

.color-almendra {
	background-color: #EED9C4 !important;
}


.color-apfelstrudel {
	background-color: #CFA46A !important;
}
.color-lemonpie {
	background-color: #ffe08a !important;
}

.color-redvelvet {
	background-color: #B43A4B !important;
}

.color-cheesecake {
	background-image: radial-gradient(circle, #a52b08, #4e0b03) !important;
}

.color-tiramisu {
	background-color: #C8A98A !important;
}
.color-cinnamon-roll {
	background-color: #B97A4A !important;
}
.color-tropical {
	background-color: #FFB665 !important;
}
.color-mel-mato {
	background-color: #F6D9A9 !important;
}
.color-quark {
	background-color: whitesmoke !important;
}
.color-mascarpone {
	background-color: #F4EFE6 !important;
}
.color-queso-cabra {
	background-color: #E8E5DA !important;
}
.color-ricotta {
	background-color: #F4EFE3 !important;
}
.color-roquefort {
	background-color: #e9d8aa !important;
}

.color-mango {
	background-color: #F9B44A !important;
}
.color-mango {
    background-color: #F9B44A !important;
}

.color-fresa {
    background-color: #E54A5D !important;
}

.color-limon {
    background-color: #F4E65C !important;
}

.color-mandarina {
    background-color: #F89A3A !important;
}

.color-mojito {
    background-color: #8FD9A3 !important;
}

.color-maracuya {
    background-color: #FF985A !important;
}

.color-coco {
    /*background-color: #EFE7D8 !important;*/
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23c1b7a8;%7D.c%7Bfill:%23edebea;stroke:%23412924;stroke-miterlimit:10;stroke-width:30px;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='c' cx='400' cy='400' r='381.33'/%3E%3Ccircle class='b' cx='400' cy='400' r='305.06'/%3E%3C/svg%3E");
}

.color-cereza {
    background-color: #B01631 !important;
}

.color-higo {
    background-color: #7C4E5A !important;
}

.color-jengibre {
    background-color: #D9B36C !important;
}

.color-sesamo-negro {
    background-color: #3A3A3C !important;
}

.color-te-matcha {
    background-color: #7AA65A !important;
}

.color-yuzu {
    background-color: #F4CC45 !important;
}

.color-wasabi {
    background-color: #A8C97A !important;
}


.hide {
    opacity: 0;
    z-index: -1;
}

.display-none {
    display: none;
}

.secSabor {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f9f0de;
    transition: background 1s ease-in;
}

.heroSabors {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 1s ease-out;
}

.hero-title {
    position: relative;
    height: 4vw;
    padding-top: 40vh;
}

.hero-title h1, .hero-title h2 {
    position: absolute;
    font-family: "Baloo 2", sans-serif;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1;
    color: #258B96;
    width: 100%;
    margin: 0;
    text-align: center;
}

.hero-title h1 {
    animation: fadeOutFirst 8s infinite;
}

.hero-title h2 {
    animation: fadeOutLast 8s infinite;
}

@keyframes fadeOutFirst {
    0% {opacity: 0;}
    40% {opacity: 1;}
    60% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeOutLast {
    0% {opacity: 1;}
    40% {opacity: 0;}
    60% {opacity: 0;}
    100% {opacity: 1;}
}

.cta-end {
  position: absolute;
  top: 75%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .6s ease;
  text-align: center;
  z-index: 101;
}

.heroSabors .cta {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    color: #258B96;
    margin-top: auto;
    margin-bottom: 4vh;
    z-index: 100;
}

.boles {
    height: 100vh;
}

.boles-wrapper {
    transform: translateY(120vh);
}


.bounce-animation {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-2vh);}
    60% {transform: translateY(-1vh);}
}

#gelat1 {
    scale: 2.5;
}

.contSabor {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 2fr 1fr;
    overflow: hidden;
}

.infoSabor {
    padding: 250px 40px 40px;
    grid-column-start: 1;
    grid-column-end: 2;
    overflow-x: hidden;
    align-items: center;
    overflow-y: hidden;
    transition: all 1s ease-out;
}

.caixaTxtSabor {
    position: relative;
    height: auto;
    width: auto;
}

#fonsSabor2 {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: rgba(233, 95, 60, 100)
}

.bolaGelat {
    position: relative;
    height: 70vh;
    width: 70vh;
    background-color: rgba(249, 216, 146, 100);
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 20px 8px 0px #00000040;
    transition: background 1s ease-in;
    overflow: hidden;
}

.bolaGelat.bola-active {
    z-index: 9;
}
.active-color  {
	opacity:1 !important;
}

.cucurutxo {
    text-align: center;
    margin-top: -10vh;
}

.tipoSabor {
    grid-column-start: 3;
    grid-column-end: 4;
    display: grid;
    align-items: center;
    overflow-y: hidden;
    transition: all 1s ease-out;
}
.text-gust {
    position: absolute;
}

.info {
    margin-top: 20vh;
    
}

.tipoGelat1 {
    color: rgba(249, 240, 222, 100);
    font-family: "Baloo 2", sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 5vh;

}

.cosTxt {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}
.cosTxt1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
	font-size: 12pt;
	margin-top: 10px;
	color: rgba(249, 240, 222, 100);
}
.cosTxt2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    font-size: large;
    margin-top: 10px;
	margin-bottom: 30px;
}
.cosTxt5 {
	font-family: "Nunito Sans", sans-serif;
    font-weight: 100;
    font-size: 13pt;
	font-style: italic;
	color: rgb(249, 240, 222);
    margin-top: 10px;
	animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.015); }
  100% { transform: scale(1); }
}

.descSabor1 {
    color: rgba(249, 240, 222, 100);
    font-size: 2vh;
}

.tipoTxt1 {
    color: rgba(249, 240, 222, 100);
    font-size: 2vh;
}

#gelat2 {
    background-color: rgba(71, 23, 11, 100);
    margin-top: -25vh;
}

#gelat3 {
    background-color: #8d6e63;
    margin-top: -25vh;
}

#gelat4 {
    background-color: #ffe08a;
    margin-top: -25vh;
}
#gelat5 {
    background-color: #F6D9A9;
    margin-top: -25vh;
}
#gelat6 {
    background-color: #F9B44A;
    margin-top: -25vh;
}
#gelat7 {
    background-color: #D9B36C;
    margin-top: -25vh;
}
#gelat8 {
    background-color: red;
    margin-top: -25vh;
}

.barraBola {
    margin: 5px 10px 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: white;
	opacity:.75;
}

#bola1:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#bola2:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#bola3:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#bola4:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#bola5:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#bola6:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#bola7:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#bola8:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#oneUp:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}
#oneDown:hover {
	transform: scale(1.12);
	transition: transform 0.3s ease;
}

.barraProgres {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    height: auto;
    width: 50px;
    /*border: 1px solid red;*/
}

.divProgres {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    grid-column: 3;
    height: 100vh;
    width: 10vw;
    transition: all 1s ease-out;
}

.opcioSabor {
    /*display: flex;
    flex-direction: row;
    position: absolute;
    height: 200px;
    width: 100%;*/
    display: flex;
    flex-wrap: wrap;   /* PERMITE que salten de línea */
    gap: 3px;
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 420px; /* controla que solo quepan 5 por línea */
}

.gustGelat {
    margin: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid rgba(249, 240, 222, 100);
	cursor:pointer;
	
}
.gustGelat:hover {
	transform: scale(1.15);
	transition: transform 0.3s ease;
}

.scrollSpace {
    position: relative;
    background-color: aliceblue;
    height: 500vw;
    width: 100vw;
}

.up, .down {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
}

.up {
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
	opacity: .75;
}

.down {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
	opacity: .75;
}

/*------------------consultoria---------------*/
#rodona1 {
    top: 5vw;
}
#rodona2 {
    bottom: 0;
}
#txtHelados {
	text-align:center;
    animation-name: txtHelados;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes txtHelados{
    0%{color: #332E2E;}
    
    10%{color: #258B96;}
    20%{color: #258B96;}
    
    30%{color: #F99292;}
    40%{color: #F99292;}
    
    50%{color: #F9D892}
    60%{color: #F9D892}
    
    70%{color: #95BA78}
    80%{color: #95BA78}
    
    
    95%{color: #332E2E;}
    100%{color: #332E2E;}
}
#verdeCons, #rosaCons, #blauCons, #grocCons {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh; 
    aspect-ratio: 1;
}
#verdeCons svg, #rosaCons svg, #blauCons svg, #grocCons svg {
    width: 100%;
    height: 100%;
}
#verdeCons svg path, #rosaCons svg path {
    transition: all 0.15s ease-in;
}
#verdeCons {
    bottom: 15vh;
    right: 10vh;
    height: 20vh;
    transform: rotate(40deg);
    animation-name: verdeCons;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes verdeCons{
     0%{top: -50%;transform: rotate(50deg);}
    
    10%{top: -50%; transform: rotate(60deg);}
    20%{top: -50%;transform: rotate(40deg);}
    
    30%{top: -50%;transform: rotate(-30deg)}
    40%{top: -50%;transform: rotate(-30deg)}
    
    50%{top: -50%;transform: rotate(-10deg)}
    60%{top: -50%;transform: rotate(-10deg)}
    
    70%{top: 60%;transform: rotate(70deg)}
    80%{top: 60%;right: 25vh;transform: rotate(70deg)}
    
    95%{top: 120%; right: -20%;transform: rotate(85deg)}
    100%{top: 120%; right: -20%; transform: rotate(85deg)}
}
#rosaCons {
    top: 15vh;
    left: 10vh;
    transform: rotate(-30deg);
    animation-name: rosaCons;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes rosaCons{
    0%{top: -50%;transform: rotate(50deg); left: 20vh}
    
    10%{top: -50%; transform: rotate(60deg);}
    20%{top: -50%;transform: rotate(40deg);}
    
    30%{top: 10%;transform: rotate(30deg)}
    40%{top: 10%;transform: rotate(30deg)}
    
    50%{top: 20%;transform: rotate(-10deg)}
    60%{top: 20%;transform: rotate(-10deg)}
    
    70%{top: 25%;transform: rotate(-40deg)}
    80%{top: 25%;left: 20vh;transform: rotate(-40deg)}
    
    95%{top: -200px; left: -25%}
    100%{top: -200px; left: -25%}
}
#blauCons{
    height: 10vh;
    top:50vh;
    left: 25vh;
    transform: rotate(-120deg);
    animation-name: blauCons;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes blauCons{
    0%{top: -200px;transform: rotate(20deg);}
    
    10%{top: 55%; transform: rotate(-50deg)}
    20%{top: 55%;transform: rotate(-50deg)}
    
    30%{top: 60%;transform: rotate(-70deg)}
    40%{top: 60%;transform: rotate(-70deg)}
    
    50%{top: 65%;transform: rotate(-90deg)}
    60%{top: 65%;transform: rotate(-90deg)}
    
    70%{top: 70%;transform: rotate(-120deg)}
    80%{top: 70%;left: 25vh;transform: rotate(-120deg)}
    
    95%{top: 120%; left: 5vh}
    100%{top: 120%; left: 5vh}
}
#grocCons{
    right: 30vh;
    top: 15vh;
    height: 8vh;
    transform: rotate(20deg);
    animation-name: grocCons;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes grocCons{
    0%{top: -50%;transform: rotate(50deg);}
    
    10%{top: -50%; transform: rotate(60deg);}
    20%{top: -50%;transform: rotate(40deg);}
    
    30%{top: -50%;transform: rotate(-30deg)}
    40%{top: -50%;transform: rotate(-30deg)}
    
    50%{top: 20%;transform: rotate(-10deg)}
    60%{top: 20%;transform: rotate(-10deg)}
    
    70%{top: 30%;transform: rotate(20deg)}
    80%{top: 30%;right: 30vh;transform: rotate(20deg)}
    
    95%{top: -200px; right: -25%}
    100%{top: -200px; right: -25%}
}
#textModel {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    
}
.animacioModel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2vw;
	grid-column: 2/3;
    padding-right: 10vw;
}
.aniModel {
    height: 30vw;
    width: 30vw;
    background-color: aliceblue;
}
#anima1 {
    display: flex;
    height: auto;
    align-items: flex-end;
    justify-content: space-between;
    background-color: transparent;
}
#corner {
    height: 8.5vw;
    width: 8.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(139,173,112,1);
    animation-name: corner;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes corner {
    0% { background-color: rgba(139,173,112,1);}
    30% { background-color: rgba(162,201,130,1);}
    70% { background-color: rgba(162,201,130,1);}
    100% { background-color: rgba(139,173,112,1);}
}
#cornerIcon svg {
    
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    animation-name: cornerIcon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes cornerIcon{
    0% { fill: #95BA78;}
    30% { fill: #DAFFBD;}
    70% { fill: #DAFFBD;}
    100% { fill: #95BA78;}
}
#cornerIcon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.5vw
}
#local1 {
    height: 21vw;
    width: 21vw;
    background-color: rgba(133,166,107,1);
    animation-name: local1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes local1{
    0% { background-color: rgba(133,166,107,1);}
    20% { background-color: rgba(133,166,107,1);}
    32% { background-color: rgba(162,201,130,1);}
    70% { background-color: rgba(162,201,130,1);}
    100% { background-color: rgba(133,166,107,1);}
}
.caixaTxtModel {
    position: absolute;
    /*height: 250vw;*/
    width: 100vw;
    /*display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;*/
    z-index: 10;
  
    overflow: hidden;
}

.titolModel {
    padding: 0;
    margin: 0;
    font-size: 3.4vw; 
    color: rgba(133,166,107,1);
}
#txtHelados {
    animation-name: txtHelados;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.apartat {
    grid-column: 1/3;
    grid-row: 1;
    display:flex;
	margin-top:8vw;
	flex-direction:column;
    justify-content: center;
    align-items: center;
}
#modelNegoci {
	
	width:auto;
	text-align:center;
    font-size: 3.4vw; 
    color: rgba(133,166,107,1);
}
.infoTipus {
    position: relative;
    display: flex;
    justify-content: center;
   /*background-color: rgba(37,139,150,1);*/
    height: 200vw;
    width: 100vw;
}
.descNegoci {
    grid-column: 1 / 2;
    padding-right: 2vw;
    padding-left: 10vw;  
}
.descModel {
	margin-top:2vw;
	line-height: normal;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
     height: auto;
    color: rgba(133,166,107,1);
    font-size: 1.5vw;
    z-index: 10;
}
#textModel2 {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
#animacioModel2 {
    grid-column: 1 / 2;
    padding-right: 2vw;
    padding-left: 10vw;
}
#anima2 {
    display: flex;
    height: auto;
    align-items: flex-end;
    background-color: transparent;
    justify-content: center;
}
#local2 {
    overflow: hidden;
    height: 21vw;
    width: 21vw;
    display:flex;
    background-color: rgba(133,166,107,1);
    animation-name: local2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes local2 {
    0%{background-color: rgba(133,166,107,1);}
    18%{background-color: rgba(133,166,107,1);}
    25% { background-color: rgba(162,201,130,1);}
    100%{background-color: rgba(133,166,107,1);}  
}
#cornerIcon2 svg{
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    animation-name: cornerIcon2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes cornerIcon2{
    0%{ fill: #95BA78;}
    10%{ fill: #95BA78;}
    
    20% { fill: #DAFFBD; }
    70% { fill: #DAFFBD; }
    80%{ fill: #95BA78;}
    100%{ fill: #95BA78;}
}
#cornerIcon2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height:5.5vw;
    transform: translate(-50%,-50%);
    left: 25vw;
    top: 10.5vw;
    z-index: 10;
}
.clients {
    position: relative;
    display: flex;
    height: auto;
    width: auto;
    animation-name: clients;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes clients {
    0% {left: -21vw;}
    50% {left: -21vw;}
    100% {left: 0vw;}
}
.caixaClient {
    flex-shrink: 0;
    height: 21vw;
    width: 21vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#client1 {
    height: 8.5vw;
    width: 8.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(139,173,112,1);
}
#client2 {
    height: 8.5vw;
    width: 8.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(139,173,112,1);
    animation-name: client2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes client2{
    0%{ background-color: rgba(139,173,112,1);}
    10%{ background-color: rgba(139,173,112,1);}
    
    20% { background-color: rgba(162,201,130,1); }
    80% { background-color: rgba(162,201,130,1); }
    85%{ background-color: rgba(139,173,112,1);}
    100%{ background-color: rgba(139,173,112,1);}
}
#descNegoci2 {
    padding-left: 2vw;
    padding-right: 10vw;
    grid-column: 2 / 3;
}
#textModel3 {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
#descNegoci3 {
    grid-column: 1 / 2;
    padding-right: 2vw;
    padding-left: 10vw;
}
#animacioModel3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2vw;
    grid-column: 2/3;
    padding-right: 10vw;
}
#anima3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}
#local3 {
    flex-shrink: 0;
    height: 18vw;
    width: 18vw;
    background-color: rgba(133,166,107,1);
    animation-name: local3;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes local3{
    0%{background-color: rgba(133,166,107,1);}
    3%{background-color: rgba(133,166,107,1);}
    
/*    rosa*/
    5%{background-color: rgba(249,146,146,1);}
    10%{background-color: rgba(249,146,146,1);}
    
    15%{background-color: rgba(133,166,107,1);}
    20%{background-color: rgba(133,166,107,1);}
    
/*    blau*/
    25%{background-color: rgba(37,139,150,1);}
    30%{background-color: rgba(37,139,150,1);}
    
    35%{background-color: rgba(133,166,107,1);}
    40%{background-color: rgba(133,166,107,1);}
    
/*    groc*/
    45%{background-color: rgba(249,216,146,1);}
    50%{background-color: rgba(249,216,146,1);}
    
    55%{background-color: rgba(133,166,107,1);}
    60%{background-color: rgba(133,166,107,1);}
    
/*    marro*/
    65%{background-color: rgba(93,30,14,1);}
    70%{background-color: rgba(93,30,14,1);}
    
    75%{background-color: rgba(133,166,107,1);}
    80%{background-color: rgba(133,166,107,1);}
    
/*    taronja*/
    85%{background-color: rgba(238,161,83,1);}
    90%{background-color: rgba(238,161,83,1);}
    
    95%{background-color: rgba(133,166,107,1);}
    100%{background-color: rgba(133,166,107,1);} 
}
#cornerIcon3 svg{
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    animation-name: cornerIcon3;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes cornerIcon3{
    0%{fill: #95BA78;}
    3%{fill: #95BA78;}
    
/*    rosa*/
    5%{fill: #F9F0DE;}
    10%{fill: #F9F0DE;}
    
    15%{fill: #95BA78;}
    20%{fill: #95BA78;}
    
/*    blau*/
    25%{fill: #F9F0DE;}
    30%{fill: #F9F0DE;}
    
    35%{fill: #95BA78;}
    40%{fill: #95BA78;}
    
/*    groc*/
    45%{fill: #F9F0DE;}
    50%{fill: #F9F0DE;}
    
    55%{fill: #95BA78;}
    60%{fill: #95BA78;}
    
/*    marro*/
    65%{fill: #F9F0DE;}
    70%{fill: #F9F0DE;}
    
    75%{fill: #95BA78;}
    80%{fill: #95BA78;}
    
/*    taronja*/
    85%{fill: #F9F0DE;}
    90%{fill: #F9F0DE;}
    
    95%{fill: #95BA78;}
    100%{fill: #95BA78;} 
}
#cornerIcon3 {
     position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.5vw;
    transform: translate(-50%,-50%);
    left:15vw;
    top: 9vw;
    z-index: 10;
}
#fila1 {
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 4vw;
    background-color: transparent;
}
#fila2 {
    display: flex;
    justify-content: space-evenly;
     width: 80%;
    height: 4vw;
    background-color: transparent;
}
.taules {
    flex-shrink: 0;
    height: 4vw;
    width: 4vw;
    background-color: rgba(133,166,107,1);
}
#taula1{
    animation-name: taula1;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes taula1{
    0%{background-color: rgba(133,166,107,1);}
    1%{background-color: rgba(133,166,107,1);}
    
    3%{background-color: rgba(249,146,146,1);}
    10%{background-color: rgba(249,146,146,1);}
    
    15%{background-color: rgba(133,166,107,1);}
    100%{background-color: rgba(133,166,107,1);} 
}
#taula2{
    animation-name: taula2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes taula2{
    0%{background-color: rgba(133,166,107,1);}
    58%{background-color: rgba(133,166,107,1);}
    
    60%{background-color: rgba(93,30,14,1);}
    70%{background-color: rgba(93,30,14,1);}
    
    75%{background-color: rgba(133,166,107,1);}
    100%{background-color: rgba(133,166,107,1);}
}
#taula3 {
    animation-name: taula3;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes taula3{
    0%{background-color: rgba(133,166,107,1);}
    78%{background-color: rgba(133,166,107,1);}
    
    80%{background-color: rgba(238,161,83,1);}
    90%{background-color: rgba(238,161,83,1);}
    
    95%{background-color: rgba(133,166,107,1);}
    100%{background-color: rgba(133,166,107,1);}
}
#taula4{
    animation-name: taula4;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes taula4 {
    0%{background-color: rgba(133,166,107,1);}
    38%{background-color: rgba(133,166,107,1);}
    
    40%{background-color: rgba(249,216,146,1);}
    50%{background-color: rgba(249,216,146,1);}
    
    55%{background-color: rgba(133,166,107,1);}
    100%{background-color: rgba(133,166,107,1);} 
}
#taula5{
    animation-name: taula5;
    animation-duration: 15s; 
    animation-iteration-count: infinite;
}
@keyframes taula5{
    0%{background-color: rgba(133,166,107,1);}
    18%{background-color: rgba(133,166,107,1);}
    
    20%{background-color: rgba(37,139,150,1);}
    30%{background-color: rgba(37,139,150,1);}
    
    35%{background-color: rgba(133,166,107,1);}
    100%{background-color: rgba(133,166,107,1);}
}
.seccioCta  p{
    padding:0
}
.seccioCta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: rgba(149,186,120,1);
/*    z-index: -1*/
}
.caixaTxtCta {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    color: rgba(249,240,222,1);
    font-size: 6vh;
    z-index: 90;
}
#descCta1 {
    height: auto;
    font-family: "Baloo 2";
    color: rgba(249,240,222,1);
    font-size: 4vw;
    z-index: 90;
	text-align:center;
}
#descCta2 {
    font-family: "Baloo 2";
    color: rgba(249,240,222,1);
    font-size: 4vw;
	text-align:center;
}
#descCta3 {
	font-size:2vw;
    width: 50vw;
    height: 25vh;
    color: rgba(249,240,222,1);
	text-align:center;
}
.descApar p{
	font-size: 2vw;
	justify-content:center;
	padding-bottom: 0;
	text-align:center;
    color: rgba(133,166,107,1);
	line-height: normal;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}
/*------------------producto a medida/personalizar---------------*/
.personalizar {
	position:relative;
    height: 100vh;
    width: 100vw;
    background-color: #F9F0DE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.caixaTxtPers {
	position:relative;
    margin-bottom: 1vw;
    width: 100vw;
    display: flex;
    justify-content: center;
	align-items:center;
    height: 100vh;
}
.infoPers {
	position:relative;
    height: 30vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.titolPers {
	text-align:center;
    margin-bottom: 1vw;
    font-family: "Baloo 2", sans-serif;
    color: #258B96;
    font-weight: bold;
    font-size: 2.5vw;
}
.subPers {
	text-align:center;
    font-family: "Baloo 2", sans-serif;
    color: #0F717B;
    font-weight: bold;
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
}
.descPers {
    text-align: center;
    width: 40vw;
    font-family: "Nunito Sans", sans-serif;
    color: #332E2E;
    font-weight: bold;
    font-size: 1vw;
}
.object svg{
    width: 100%;
	height:auto;
    position: relative;
    aspect-ratio: 1;
	display:block;
}
.object {
    /*background-color: aqua;*/
    height: 6vw;
    width: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.animaPers {
	position:relative;
    width: 50vw;
    display: flex; 
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.caixaLinia {
	position:relative;
    margin: 0;
    padding: 0;
    clip-path: border-box;
    width: 100vw;
    display: flex;
    height: 5vw;
    justify-content: flex-start;
}
.dashed {
    border-top: dashed #258B96 1vw;
    width: 200vw;
}
.caixaObj {
	position:relative;
    width: 35vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.5vw;
}
.contObj{
	width: 6vw;
	height: 6vw;
	position: relative;
}
#caixaBlauPers{
	position: absolute;
	display: flex;
	justify-content: center;
	left: 50%;
	transform:translate(-50%);
}
#triangle {
    animation-name: triangle;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    transform-origin: 50% 56%;
}
#element1 {
    width: 100%;
    height: auto;
}
@keyframes triangle{
    0% {transform: rotate(0deg);top: 0}
    50% {transform: rotate(60deg);top: -20px}
    100% {transform: rotate(120deg);top: 0;}
} 
#element2 {
    width: 100%;  
}
#rodEstrella {
    animation-name: rodEstrella;
    animation-duration: 2.5s;
   animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes rodEstrella{
    from{transform: rotate(0deg)}
    
    to{transform: rotate(360deg)}
    }    
#element3 {
    /*height: 100%;*/
	
}
#rectangle {
    animation-name: animaRect;
    animation-duration: 1.3s;
   animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes animaRect{
    0% {transform: rotate(0deg);top: 10px}
    25% {transform: rotate(30deg);top: -10px}
    50% {transform: rotate(90deg);top: 0px}
    75% {transform: rotate(120deg);top: -10px;}
    100% {transform: rotate(180deg);top: 10px;}
}
.secProdMed {
    height: 100vh;
    width: 100vw;
    background-color: #F9F0DE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#element5 {
    position: absolute;
   display:none;
}
#element6 {
    position: absolute;
    display:none;
}
#element4 {
    position: absolute;
	
}
#cinta {
    margin: 0;
    padding: 0;
    position: absolute;
    animation-name: cinta;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: linear;
}
@keyframes cinta{
    from{left: 0;}
    to{left: -97.5vw;}  
}
#subProdMed{
	text-align:start;
}
#descProdMed{
    text-align:start;
}
#caixaMorph{
	position:relative;
	top:40%;
	transform:scale(2)
}
.rotarUnic{
	
	animation-name:rotarUnic;
	animation-duration: 50s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}
@keyframes rotarUnic{
	from{transform:rotate(0deg);}
	to{transform:rotate(-360deg);}
}
#blauPers svg{
	  width: 100%;
    height: 100%;
}
#blauPers{
	
	position: absolute;
	left:50%;
	top:13.4vw;
	transform:translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vw; 
    aspect-ratio: 1;
}
.rodBlau{
	position:absolute;
	left:50%;
	transform:translate(-50%, 50%);
	border-radius:50%;
	background-color: #258B96;
	height:3vw;
	width: 3vw;
}
.divMorph{
	position: absolute;
height:100vh;
width:80vw;
display:flex;
align-items:center;
}
/*@media (max-width: 767px) {
  .divMorph{
   transform: scale(3)
  }*/
.menu-item-1115 {
	 line-height: 1.1;
}