
#l-about,
#l-press,
#l-gallery{
	width: 80vw;
	max-width: 1000px;
	margin: 0 auto;
	padding: 180px 0 0 70px;
}
#l-footer{
	padding-top: 180px;
}

@media (max-width: 767.98px) {
	#l-about,
	#l-press,
	#l-gallery{
		padding: 60px 0;
	}
	h3{
		font-size: 1.5rem;
	}
}
/* ==========================================================================//
//
//　l-top
//
// ========================================================================== */

#l-top{
	position: relative;
	margin: 0 0 0 70px;
	height: 100vh;
}
.l-top__sliderwrap{
	z-index: 3;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.l-top__slider {
	position: relative;
	height : auto;
	margin: 0;
}
.l-top__slider:before,
.l-top__slider:after{
	content: "";
	position: absolute;
	background: url("../img/top_main_wrap01.png") no-repeat;
	width: 250px;
	height: 250px;
	z-index: 10;
	background-size: 260px 260px;
}

.l-top__slider:before{
	bottom: 0;
	right: 0;
}
.l-top__slider:after{
	top: 0;
	left: 0;
	transform: rotate(180deg);
}

/* .l-top__text
---------------------------------------------------------- */
.l-top__text{
	z-index: 4;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	width: 60%;
	max-width: 800px;
}
.l-top__text svg{
	width: 100%;
	display: none;
}
/* .l-top__slider
---------------------------------------------------------- */
.l-top__slider{
	z-index: 2;
	width: 100%;
	margin: auto;
	position: relative;
}
.l-top__slider .l-top__slider_list {
	z-index: 1;
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.l-top__slider .l-top__slider_list:before{
	z-index: 2;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background-color: #000;
}
.l-top__slider .slick-active {
	opacity: 1;
}
.l-top__slider .slick-current {
	opacity: 1;
	animation: fadezoom 8s 0s linear forwards;
}
 .slick-slide{
	opacity: 1 !important;
}
.slideobject{
	opacity: 0;
	transition: 0s;
}
.slick-active .slideobject{
	opacity: 1;
	transition: ease 5.0s;
}
.slick-continue .slideobject{
	opacity: 0;
	transition: ease 5.0s;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.l-top__slider .l-top__slider_item img {
	width: -webkit-calc(100vw + 100px);
	width: calc(100vw + 100px);
	height: 100vh;
}
/*.l-top__slider_item:nth-of-type(1){
	margin-left: -500px!important;
}*/
/*.l-top__slider_item:nth-of-type(3){
	margin-left:  -400px!important;
}*/
/* .l-top__scroll
---------------------------------------------------------- */
.slick-dots {
	bottom: 0!important;
	width: 40px!important;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
	width: 40px!important;
	height: 35px!important;
}
.slick-dots li button{
}
.slick-dots li button:before{
	font-size: 30px!important;
	line-height: 40px!important;
	opacity: 1!important;
	color: #fff!important;
	font-family: 'Kiwi Maru', serif!important;
}
.slick-dots li.slick-active button:before{
	font-size: 60px!important;
}

/* .l-top__scroll
---------------------------------------------------------- */
.l-top__scroll{
	position: absolute;
	bottom: 80px;
	right: 50px;
	z-index: 10;
	opacity: .75;
}
.l-top__scroll .scroll {
	position: absolute;
	width: 14px;
	height: 3em;
	color: #F5F5F5;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 1em;
}
.l-top__scroll .scroll::before {
	content: "Scroll";
	position: absolute;
	top: -46px;
	left: -15px;
	transform: rotate(90deg);
	font-size: 0.9rem;
}
.l-top__scroll .scroll span {
	position: absolute;
	top: 15%;
	left: 3px;
	display: block;
	width: 0.25em;
	height: 0.25em;
	border-radius: 50%;
	background: #fff;
	animation: 2s small-dot-move infinite running ease-out;
}

@keyframes small-dot-move {
  from {
    top: 15%;
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 80%;
    opacity: 0.3;
  }
}
/*.l-top__scroll .arrow {
	position: absolute;
	top: 3.5em;
	left: 4px;
	width: 0;
	height: 5em;
	border: 1px solid #fff;
}
.l-top__scroll .arrow::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: -2px;
	width: 2px;
	height: 10px;
	border-top: 10px solid #fff;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}*/

@media (min-width: 768px) {
	.slick-dots{
		height: 100vh!important;
		display: flex!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		right: 25px;
	}
}
@media (max-width: 1199.98px) {
	.l-top__slider .l-top__slider_item img{
		height: 100vh;
		width: auto;
	}
}
@media (max-width: 767.98px) {
	#l-top{
		margin: 0;
		height: 100%;
	}
	/*#l-top:before{
		background: url(../img/top_main_wrap_sp.svg) no-repeat center center;
		background-size: cover;
	}*/
	.l-top__text{
		width: 97%;
		max-width: 400px;
	}
	.l-top__slider .l-top__slider_list{
		height: 100vh;
	}
	.l-top__slider .l-top__slider_item img{
		width: auto;
		height: 100vh;
		min-height: 100%;
	}
	.l-top__slider .slick-track{
		/*left: -550px;*/
	}
	.l-top__slider:before,
	.l-top__slider:after{
		width: 190px;
		height: 190px;
		background-size: 200px 200px;
	}
	.slick-dots{
		width: 100%!important;
		left: 0;
		text-align: left!important;
	}
	.slick-dots li, .slick-dots li button, .slick-dots li button:before{
		width: 20px!important;
	}
	
}


/* ==========================================================================//
//
//　c-about
//
// ========================================================================== */

.c-about{
	display: flex;
	position: relative;
	overflow: hidden;
}
.c-about__num{
	position: absolute;
	top: 0;
	bottom: 0;
	line-height: 1em;
	font-size: 6em;
	font-family: 'Cedarville Cursive', cursive;
}
.c-about.c-right .c-about__num{ /*奇数*/
	left: 0;
	right: auto;
}
.c-about__img,
.c-about__text{
	width: 50%;
	position: relative;
}
.c-about.c-right .c-about__text{ /*奇数*/
	padding-left: 5px;
}
.c-about.c-left .c-about__text{ /*偶数*/
	padding-right: 5px;
}
.c-about__text span{
	font-size: 0.9em;
}
.c-about__text p{
	margin-top: 30px;
	line-height: 1.8;
}
.c-about__text .u-bg__eng{
	position: absolute;
	top: 9px;
	left: 0;
	z-index: -1;
	font-size: 5em;
	white-space: nowrap;
	opacity: .2!important;
	font-family: 'Cedarville Cursive', cursive;
}
.c-about__arrow{
	height: 200px;
	position: relative;
}
.c-about__arrow img{
	position: absolute;
	width: 150px;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
}

@media (min-width: 768px) {
	.c-about.c-right .c-about__text div{ /*奇数*/
		right: 0;
	}
}
@media (max-width: 767.98px) {
	.c-about{
		flex-wrap: wrap;
	}
	.c-about__text,
	.c-about__img{
		width: 100%;
	}
	.c-about__num{
		font-size: 5em;
	}
	.c-about__text{
		margin-top: 30px;
	}
	.c-about.c-right .c-about__text{ /*奇数*/
		padding-left: 0;
	}
	.c-about.c-left .c-about__text{ /*偶数*/
		padding-right: 0;
	}
	.c-about__text span {
		font-size: 0.7em;
		line-height: 1.5;
		display: inline-block;
	}
	.c-about__text .u-bg__eng{
		font-size: 4em;
	}
	.c-about__text p{
		margin-top: 15px;
	}
	.c-about__text h3{
		margin-bottom: 0;
	}
	.c-about.c-left .c-about__img{
		order:0;
	}
	.c-about.c-left .c-about__text{
		order: 1;
	}
	.c-about__arrow{
		height: 100px;
	}
	.c-about__arrow img{
		width: 120px;
	}
}



/* ==========================================================================//
//
//　l-press
//
// ========================================================================== */

.l-press h2{
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Cedarville Cursive', cursive;
	font-size: 4.5em;
	overflow: visible;
}
ul.p-press__list>li{
	padding: 30px 0;
}
ul.p-press__cate{
	display: inline-block;
	padding-left: 15px;
}
.p-press__title{
	display: inline-block;
	font-size: 1.1em;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 0;
}

.p-press__data{
	display: inline-block;
}
@media (max-width: 767.98px) {
	.l-press h2{
		font-size: 2.5em;
	}
	.p-press__title{
		display: block;
		margin-top: 3px;
		margin-left: 0;
		font-size: 1.0em;
	}
	ul.p-press__cate{
		padding-left: 10px;
	}
	ul.p-press__cate li{
		font-size: 0.75em;
	}
}
/* ==========================================================================//
//
//　l-gallery
//
// ========================================================================== */

#l-gallery h2{
	font-family: 'Cedarville Cursive', cursive;
	font-size: 4.5em;
	text-align: center;
	margin-bottom: 30px;
	overflow: visible;
}
#p-instagram{
	overflow: visible;
}
#p-instagram ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: space-between;
}
#p-instagram li {
	list-style: none;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	background: rgba(255,255,255,0.2);
	text-align: center;
}
#p-instagram li:nth-of-type(3n){
	margin-right: 0;
}
#p-instagram li:before {
	content: "";
	padding-top: 100%;
	display: block;
}
#p-instagram li a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
#p-instagram li a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: 5px;
	bottom: 5px;
	border: 1px solid #fff;
	opacity: .5;
	z-index: 999;
}
#p-instagram img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
@media (max-width: 767.98px) {
	#p-instagram li {
		width: 48%;
	}
	#p-instagram li:nth-of-type(3n){
		margin-right: 3%;
	}
	#p-instagram li:nth-of-type(2n){
		margin-right: 0;
	}
}

/***************************************************
 * Generated by SVG Artista on 7/26/2021, 11:46:40 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1{0%{stroke-dashoffset:166.73519897460938px;stroke-dasharray:166.73519897460938px}100%{stroke-dashoffset:0;stroke-dasharray:166.73519897460938px}}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:166.73519897460938px;stroke-dasharray:166.73519897460938px}100%{stroke-dashoffset:0;stroke-dasharray:166.73519897460938px}}@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-1{-webkit-animation:animate-svg-stroke-1 0.8s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both;animation:animate-svg-stroke-1 0.8s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@-webkit-keyframes animate-svg-stroke-2{0%{stroke-dashoffset:208.02317810058594px;stroke-dasharray:208.02317810058594px}100%{stroke-dashoffset:0;stroke-dasharray:208.02317810058594px}}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:208.02317810058594px;stroke-dasharray:208.02317810058594px}100%{stroke-dashoffset:0;stroke-dasharray:208.02317810058594px}}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-2{-webkit-animation:animate-svg-stroke-2 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both;animation:animate-svg-stroke-2 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@-webkit-keyframes animate-svg-stroke-3{0%{stroke-dashoffset:133.2167205810547px;stroke-dasharray:133.2167205810547px}100%{stroke-dashoffset:0;stroke-dasharray:133.2167205810547px}}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:133.2167205810547px;stroke-dasharray:133.2167205810547px}100%{stroke-dashoffset:0;stroke-dasharray:133.2167205810547px}}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-3{-webkit-animation:animate-svg-stroke-3 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both;animation:animate-svg-stroke-3 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}@-webkit-keyframes animate-svg-stroke-4{0%{stroke-dashoffset:154.2573699951172px;stroke-dasharray:154.2573699951172px}100%{stroke-dashoffset:0;stroke-dasharray:154.2573699951172px}}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:154.2573699951172px;stroke-dasharray:154.2573699951172px}100%{stroke-dashoffset:0;stroke-dasharray:154.2573699951172px}}@-webkit-keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-4{-webkit-animation:animate-svg-stroke-4 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.36s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both;animation:animate-svg-stroke-4 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.36s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both}@-webkit-keyframes animate-svg-stroke-5{0%{stroke-dashoffset:117.37805938720703px;stroke-dasharray:117.37805938720703px}100%{stroke-dashoffset:0;stroke-dasharray:117.37805938720703px}}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:117.37805938720703px;stroke-dasharray:117.37805938720703px}100%{stroke-dashoffset:0;stroke-dasharray:117.37805938720703px}}@-webkit-keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-5{-webkit-animation:animate-svg-stroke-5 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.48s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both;animation:animate-svg-stroke-5 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.48s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both}@-webkit-keyframes animate-svg-stroke-6{0%{stroke-dashoffset:334.3533935546875px;stroke-dasharray:334.3533935546875px}100%{stroke-dashoffset:0;stroke-dasharray:334.3533935546875px}}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:334.3533935546875px;stroke-dasharray:334.3533935546875px}100%{stroke-dashoffset:0;stroke-dasharray:334.3533935546875px}}@-webkit-keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-6{-webkit-animation:animate-svg-stroke-6 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both;animation:animate-svg-stroke-6 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both}@-webkit-keyframes animate-svg-stroke-7{0%{stroke-dashoffset:133.23410034179688px;stroke-dasharray:133.23410034179688px}100%{stroke-dashoffset:0;stroke-dasharray:133.23410034179688px}}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:133.23410034179688px;stroke-dasharray:133.23410034179688px}100%{stroke-dashoffset:0;stroke-dasharray:133.23410034179688px}}@-webkit-keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-7{-webkit-animation:animate-svg-stroke-7 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.72s both,animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.4000000000000001s both;animation:animate-svg-stroke-7 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.72s both,animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.4000000000000001s both}@-webkit-keyframes animate-svg-stroke-8{0%{stroke-dashoffset:255.44175720214844px;stroke-dasharray:255.44175720214844px}100%{stroke-dashoffset:0;stroke-dasharray:255.44175720214844px}}@keyframes animate-svg-stroke-8{0%{stroke-dashoffset:255.44175720214844px;stroke-dasharray:255.44175720214844px}100%{stroke-dashoffset:0;stroke-dasharray:255.44175720214844px}}@-webkit-keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-8{-webkit-animation:animate-svg-stroke-8 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.84s both,animate-svg-fill-8 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.5s both;animation:animate-svg-stroke-8 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.84s both,animate-svg-fill-8 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.5s both}@-webkit-keyframes animate-svg-stroke-9{0%{stroke-dashoffset:117.37824249267578px;stroke-dasharray:117.37824249267578px}100%{stroke-dashoffset:0;stroke-dasharray:117.37824249267578px}}@keyframes animate-svg-stroke-9{0%{stroke-dashoffset:117.37824249267578px;stroke-dasharray:117.37824249267578px}100%{stroke-dashoffset:0;stroke-dasharray:117.37824249267578px}}@-webkit-keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-9{-webkit-animation:animate-svg-stroke-9 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.96s both,animate-svg-fill-9 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.6s both;animation:animate-svg-stroke-9 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.96s both,animate-svg-fill-9 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.6s both}@-webkit-keyframes animate-svg-stroke-10{0%{stroke-dashoffset:175.67446899414062px;stroke-dasharray:175.67446899414062px}100%{stroke-dashoffset:0;stroke-dasharray:175.67446899414062px}}@keyframes animate-svg-stroke-10{0%{stroke-dashoffset:175.67446899414062px;stroke-dasharray:175.67446899414062px}100%{stroke-dashoffset:0;stroke-dasharray:175.67446899414062px}}@-webkit-keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-10{-webkit-animation:animate-svg-stroke-10 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.08s both,animate-svg-fill-10 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.7000000000000002s both;animation:animate-svg-stroke-10 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.08s both,animate-svg-fill-10 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.7000000000000002s both}@-webkit-keyframes animate-svg-stroke-11{0%{stroke-dashoffset:208.03265380859375px;stroke-dasharray:208.03265380859375px}100%{stroke-dashoffset:0;stroke-dasharray:208.03265380859375px}}@keyframes animate-svg-stroke-11{0%{stroke-dashoffset:208.03265380859375px;stroke-dasharray:208.03265380859375px}100%{stroke-dashoffset:0;stroke-dasharray:208.03265380859375px}}@-webkit-keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-11{-webkit-animation:animate-svg-stroke-11 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.2s both,animate-svg-fill-11 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.8s both;animation:animate-svg-stroke-11 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.2s both,animate-svg-fill-11 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.8s both}@-webkit-keyframes animate-svg-stroke-12{0%{stroke-dashoffset:685.4535522460938px;stroke-dasharray:685.4535522460938px}100%{stroke-dashoffset:0;stroke-dasharray:685.4535522460938px}}@keyframes animate-svg-stroke-12{0%{stroke-dashoffset:685.4535522460938px;stroke-dasharray:685.4535522460938px}100%{stroke-dashoffset:0;stroke-dasharray:685.4535522460938px}}@-webkit-keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-12{-webkit-animation:animate-svg-stroke-12 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.3199999999999998s both,animate-svg-fill-12 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.9000000000000001s both;animation:animate-svg-stroke-12 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.3199999999999998s both,animate-svg-fill-12 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.9000000000000001s both}@-webkit-keyframes animate-svg-stroke-13{0%{stroke-dashoffset:268.3291320800781px;stroke-dasharray:268.3291320800781px}100%{stroke-dashoffset:0;stroke-dasharray:268.3291320800781px}}@keyframes animate-svg-stroke-13{0%{stroke-dashoffset:268.3291320800781px;stroke-dasharray:268.3291320800781px}100%{stroke-dashoffset:0;stroke-dasharray:268.3291320800781px}}@-webkit-keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-13{-webkit-animation:animate-svg-stroke-13 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.44s both,animate-svg-fill-13 0.7s cubic-bezier(0.47,0,0.745,0.715) 2s both;animation:animate-svg-stroke-13 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.44s both,animate-svg-fill-13 0.7s cubic-bezier(0.47,0,0.745,0.715) 2s both}@-webkit-keyframes animate-svg-stroke-14{0%{stroke-dashoffset:240.12417602539062px;stroke-dasharray:240.12417602539062px}100%{stroke-dashoffset:0;stroke-dasharray:240.12417602539062px}}@keyframes animate-svg-stroke-14{0%{stroke-dashoffset:240.12417602539062px;stroke-dasharray:240.12417602539062px}100%{stroke-dashoffset:0;stroke-dasharray:240.12417602539062px}}@-webkit-keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-14{-webkit-animation:animate-svg-stroke-14 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.56s both,animate-svg-fill-14 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.1s both;animation:animate-svg-stroke-14 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.56s both,animate-svg-fill-14 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.1s both}@-webkit-keyframes animate-svg-stroke-15{0%{stroke-dashoffset:316.4983825683594px;stroke-dasharray:316.4983825683594px}100%{stroke-dashoffset:0;stroke-dasharray:316.4983825683594px}}@keyframes animate-svg-stroke-15{0%{stroke-dashoffset:316.4983825683594px;stroke-dasharray:316.4983825683594px}100%{stroke-dashoffset:0;stroke-dasharray:316.4983825683594px}}@-webkit-keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-15{-webkit-animation:animate-svg-stroke-15 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.68s both,animate-svg-fill-15 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.2s both;animation:animate-svg-stroke-15 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.68s both,animate-svg-fill-15 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.2s both}@-webkit-keyframes animate-svg-stroke-16{0%{stroke-dashoffset:467.42449951171875px;stroke-dasharray:467.42449951171875px}100%{stroke-dashoffset:0;stroke-dasharray:467.42449951171875px}}@keyframes animate-svg-stroke-16{0%{stroke-dashoffset:467.42449951171875px;stroke-dasharray:467.42449951171875px}100%{stroke-dashoffset:0;stroke-dasharray:467.42449951171875px}}@-webkit-keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-16{-webkit-animation:animate-svg-stroke-16 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.7999999999999998s both,animate-svg-fill-16 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.3s both;animation:animate-svg-stroke-16 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.7999999999999998s both,animate-svg-fill-16 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.3s both}@-webkit-keyframes animate-svg-stroke-17{0%{stroke-dashoffset:299.1963806152344px;stroke-dasharray:299.1963806152344px}100%{stroke-dashoffset:0;stroke-dasharray:299.1963806152344px}}@keyframes animate-svg-stroke-17{0%{stroke-dashoffset:299.1963806152344px;stroke-dasharray:299.1963806152344px}100%{stroke-dashoffset:0;stroke-dasharray:299.1963806152344px}}@-webkit-keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-17{-webkit-animation:animate-svg-stroke-17 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.92s both,animate-svg-fill-17 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.4000000000000004s both;animation:animate-svg-stroke-17 0.8s cubic-bezier(0.47,0,0.745,0.715) 1.92s both,animate-svg-fill-17 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.4000000000000004s both}@-webkit-keyframes animate-svg-stroke-18{0%{stroke-dashoffset:323.19091796875px;stroke-dasharray:323.19091796875px}100%{stroke-dashoffset:0;stroke-dasharray:323.19091796875px}}@keyframes animate-svg-stroke-18{0%{stroke-dashoffset:323.19091796875px;stroke-dasharray:323.19091796875px}100%{stroke-dashoffset:0;stroke-dasharray:323.19091796875px}}@-webkit-keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-18{-webkit-animation:animate-svg-stroke-18 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.04s both,animate-svg-fill-18 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.5s both;animation:animate-svg-stroke-18 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.04s both,animate-svg-fill-18 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.5s both}@-webkit-keyframes animate-svg-stroke-19{0%{stroke-dashoffset:299.1813659667969px;stroke-dasharray:299.1813659667969px}100%{stroke-dashoffset:0;stroke-dasharray:299.1813659667969px}}@keyframes animate-svg-stroke-19{0%{stroke-dashoffset:299.1813659667969px;stroke-dasharray:299.1813659667969px}100%{stroke-dashoffset:0;stroke-dasharray:299.1813659667969px}}@-webkit-keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-19{-webkit-animation:animate-svg-stroke-19 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.16s both,animate-svg-fill-19 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.6s both;animation:animate-svg-stroke-19 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.16s both,animate-svg-fill-19 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.6s both}@-webkit-keyframes animate-svg-stroke-20{0%{stroke-dashoffset:200.09506225585938px;stroke-dasharray:200.09506225585938px}100%{stroke-dashoffset:0;stroke-dasharray:200.09506225585938px}}@keyframes animate-svg-stroke-20{0%{stroke-dashoffset:200.09506225585938px;stroke-dasharray:200.09506225585938px}100%{stroke-dashoffset:0;stroke-dasharray:200.09506225585938px}}@-webkit-keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-20{-webkit-animation:animate-svg-stroke-20 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.28s both,animate-svg-fill-20 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.7s both;animation:animate-svg-stroke-20 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.28s both,animate-svg-fill-20 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.7s both}@-webkit-keyframes animate-svg-stroke-21{0%{stroke-dashoffset:240.1317138671875px;stroke-dasharray:240.1317138671875px}100%{stroke-dashoffset:0;stroke-dasharray:240.1317138671875px}}@keyframes animate-svg-stroke-21{0%{stroke-dashoffset:240.1317138671875px;stroke-dasharray:240.1317138671875px}100%{stroke-dashoffset:0;stroke-dasharray:240.1317138671875px}}@-webkit-keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-21{-webkit-animation:animate-svg-stroke-21 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.4s both,animate-svg-fill-21 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.8s both;animation:animate-svg-stroke-21 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.4s both,animate-svg-fill-21 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.8s both}@-webkit-keyframes animate-svg-stroke-22{0%{stroke-dashoffset:393.2215270996094px;stroke-dasharray:393.2215270996094px}100%{stroke-dashoffset:0;stroke-dasharray:393.2215270996094px}}@keyframes animate-svg-stroke-22{0%{stroke-dashoffset:393.2215270996094px;stroke-dasharray:393.2215270996094px}100%{stroke-dashoffset:0;stroke-dasharray:393.2215270996094px}}@-webkit-keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-22{-webkit-animation:animate-svg-stroke-22 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.52s both,animate-svg-fill-22 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.9000000000000004s both;animation:animate-svg-stroke-22 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.52s both,animate-svg-fill-22 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.9000000000000004s both}@-webkit-keyframes animate-svg-stroke-23{0%{stroke-dashoffset:227.0559844970703px;stroke-dasharray:227.0559844970703px}100%{stroke-dashoffset:0;stroke-dasharray:227.0559844970703px}}@keyframes animate-svg-stroke-23{0%{stroke-dashoffset:227.0559844970703px;stroke-dasharray:227.0559844970703px}100%{stroke-dashoffset:0;stroke-dasharray:227.0559844970703px}}@-webkit-keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-23{-webkit-animation:animate-svg-stroke-23 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.6399999999999997s both,animate-svg-fill-23 0.7s cubic-bezier(0.47,0,0.745,0.715) 3s both;animation:animate-svg-stroke-23 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.6399999999999997s both,animate-svg-fill-23 0.7s cubic-bezier(0.47,0,0.745,0.715) 3s both}@-webkit-keyframes animate-svg-stroke-24{0%{stroke-dashoffset:213.1695556640625px;stroke-dasharray:213.1695556640625px}100%{stroke-dashoffset:0;stroke-dasharray:213.1695556640625px}}@keyframes animate-svg-stroke-24{0%{stroke-dashoffset:213.1695556640625px;stroke-dasharray:213.1695556640625px}100%{stroke-dashoffset:0;stroke-dasharray:213.1695556640625px}}@-webkit-keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-24{-webkit-animation:animate-svg-stroke-24 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.76s both,animate-svg-fill-24 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.1000000000000005s both;animation:animate-svg-stroke-24 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.76s both,animate-svg-fill-24 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.1000000000000005s both}@-webkit-keyframes animate-svg-stroke-25{0%{stroke-dashoffset:609.1668090820312px;stroke-dasharray:609.1668090820312px}100%{stroke-dashoffset:0;stroke-dasharray:609.1668090820312px}}@keyframes animate-svg-stroke-25{0%{stroke-dashoffset:609.1668090820312px;stroke-dasharray:609.1668090820312px}100%{stroke-dashoffset:0;stroke-dasharray:609.1668090820312px}}@-webkit-keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-25{-webkit-animation:animate-svg-stroke-25 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.88s both,animate-svg-fill-25 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.2s both;animation:animate-svg-stroke-25 0.8s cubic-bezier(0.47,0,0.745,0.715) 2.88s both,animate-svg-fill-25 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.2s both}@-webkit-keyframes animate-svg-stroke-26{0%{stroke-dashoffset:55.29277038574219px;stroke-dasharray:55.29277038574219px}100%{stroke-dashoffset:0;stroke-dasharray:55.29277038574219px}}@keyframes animate-svg-stroke-26{0%{stroke-dashoffset:55.29277038574219px;stroke-dasharray:55.29277038574219px}100%{stroke-dashoffset:0;stroke-dasharray:55.29277038574219px}}@-webkit-keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-26{-webkit-animation:animate-svg-stroke-26 0.8s cubic-bezier(0.47,0,0.745,0.715) 3s both,animate-svg-fill-26 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.3s both;animation:animate-svg-stroke-26 0.8s cubic-bezier(0.47,0,0.745,0.715) 3s both,animate-svg-fill-26 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.3s both}@-webkit-keyframes animate-svg-stroke-27{0%{stroke-dashoffset:56.70048141479492px;stroke-dasharray:56.70048141479492px}100%{stroke-dashoffset:0;stroke-dasharray:56.70048141479492px}}@keyframes animate-svg-stroke-27{0%{stroke-dashoffset:56.70048141479492px;stroke-dasharray:56.70048141479492px}100%{stroke-dashoffset:0;stroke-dasharray:56.70048141479492px}}@-webkit-keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-27{-webkit-animation:animate-svg-stroke-27 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.12s both,animate-svg-fill-27 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.4000000000000004s both;animation:animate-svg-stroke-27 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.12s both,animate-svg-fill-27 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.4000000000000004s both}@-webkit-keyframes animate-svg-stroke-28{0%{stroke-dashoffset:79.57296752929688px;stroke-dasharray:79.57296752929688px}100%{stroke-dashoffset:0;stroke-dasharray:79.57296752929688px}}@keyframes animate-svg-stroke-28{0%{stroke-dashoffset:79.57296752929688px;stroke-dasharray:79.57296752929688px}100%{stroke-dashoffset:0;stroke-dasharray:79.57296752929688px}}@-webkit-keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-28{-webkit-animation:animate-svg-stroke-28 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.2399999999999998s both,animate-svg-fill-28 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.5s both;animation:animate-svg-stroke-28 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.2399999999999998s both,animate-svg-fill-28 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.5s both}@-webkit-keyframes animate-svg-stroke-29{0%{stroke-dashoffset:68.0815200805664px;stroke-dasharray:68.0815200805664px}100%{stroke-dashoffset:0;stroke-dasharray:68.0815200805664px}}@keyframes animate-svg-stroke-29{0%{stroke-dashoffset:68.0815200805664px;stroke-dasharray:68.0815200805664px}100%{stroke-dashoffset:0;stroke-dasharray:68.0815200805664px}}@-webkit-keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-29{-webkit-animation:animate-svg-stroke-29 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.36s both,animate-svg-fill-29 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.6000000000000005s both;animation:animate-svg-stroke-29 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.36s both,animate-svg-fill-29 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.6000000000000005s both}@-webkit-keyframes animate-svg-stroke-30{0%{stroke-dashoffset:77.2385025024414px;stroke-dasharray:77.2385025024414px}100%{stroke-dashoffset:0;stroke-dasharray:77.2385025024414px}}@keyframes animate-svg-stroke-30{0%{stroke-dashoffset:77.2385025024414px;stroke-dasharray:77.2385025024414px}100%{stroke-dashoffset:0;stroke-dasharray:77.2385025024414px}}@-webkit-keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-30{-webkit-animation:animate-svg-stroke-30 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.48s both,animate-svg-fill-30 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.7s both;animation:animate-svg-stroke-30 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.48s both,animate-svg-fill-30 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.7s both}@-webkit-keyframes animate-svg-stroke-31{0%{stroke-dashoffset:209.80706787109375px;stroke-dasharray:209.80706787109375px}100%{stroke-dashoffset:0;stroke-dasharray:209.80706787109375px}}@keyframes animate-svg-stroke-31{0%{stroke-dashoffset:209.80706787109375px;stroke-dasharray:209.80706787109375px}100%{stroke-dashoffset:0;stroke-dasharray:209.80706787109375px}}@-webkit-keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-31{-webkit-animation:animate-svg-stroke-31 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.5999999999999996s both,animate-svg-fill-31 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.8s both;animation:animate-svg-stroke-31 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.5999999999999996s both,animate-svg-fill-31 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.8s both}@-webkit-keyframes animate-svg-stroke-32{0%{stroke-dashoffset:194.2782745361328px;stroke-dasharray:194.2782745361328px}100%{stroke-dashoffset:0;stroke-dasharray:194.2782745361328px}}@keyframes animate-svg-stroke-32{0%{stroke-dashoffset:194.2782745361328px;stroke-dasharray:194.2782745361328px}100%{stroke-dashoffset:0;stroke-dasharray:194.2782745361328px}}@-webkit-keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-32{-webkit-animation:animate-svg-stroke-32 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.7199999999999998s both,animate-svg-fill-32 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.9000000000000004s both;animation:animate-svg-stroke-32 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.7199999999999998s both,animate-svg-fill-32 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.9000000000000004s both}@-webkit-keyframes animate-svg-stroke-33{0%{stroke-dashoffset:103.14231872558594px;stroke-dasharray:103.14231872558594px}100%{stroke-dashoffset:0;stroke-dasharray:103.14231872558594px}}@keyframes animate-svg-stroke-33{0%{stroke-dashoffset:103.14231872558594px;stroke-dasharray:103.14231872558594px}100%{stroke-dashoffset:0;stroke-dasharray:103.14231872558594px}}@-webkit-keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-33{-webkit-animation:animate-svg-stroke-33 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.84s both,animate-svg-fill-33 0.7s cubic-bezier(0.47,0,0.745,0.715) 4s both;animation:animate-svg-stroke-33 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.84s both,animate-svg-fill-33 0.7s cubic-bezier(0.47,0,0.745,0.715) 4s both}@-webkit-keyframes animate-svg-stroke-34{0%{stroke-dashoffset:98.50041198730469px;stroke-dasharray:98.50041198730469px}100%{stroke-dashoffset:0;stroke-dasharray:98.50041198730469px}}@keyframes animate-svg-stroke-34{0%{stroke-dashoffset:98.50041198730469px;stroke-dasharray:98.50041198730469px}100%{stroke-dashoffset:0;stroke-dasharray:98.50041198730469px}}@-webkit-keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-34{-webkit-animation:animate-svg-stroke-34 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.96s both,animate-svg-fill-34 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.1000000000000005s both;animation:animate-svg-stroke-34 0.8s cubic-bezier(0.47,0,0.745,0.715) 3.96s both,animate-svg-fill-34 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.1000000000000005s both}@-webkit-keyframes animate-svg-stroke-35{0%{stroke-dashoffset:109.20530700683594px;stroke-dasharray:109.20530700683594px}100%{stroke-dashoffset:0;stroke-dasharray:109.20530700683594px}}@keyframes animate-svg-stroke-35{0%{stroke-dashoffset:109.20530700683594px;stroke-dasharray:109.20530700683594px}100%{stroke-dashoffset:0;stroke-dasharray:109.20530700683594px}}@-webkit-keyframes animate-svg-fill-35{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-35{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-35{-webkit-animation:animate-svg-stroke-35 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.08s both,animate-svg-fill-35 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.2s both;animation:animate-svg-stroke-35 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.08s both,animate-svg-fill-35 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.2s both}@-webkit-keyframes animate-svg-stroke-36{0%{stroke-dashoffset:55.29588317871094px;stroke-dasharray:55.29588317871094px}100%{stroke-dashoffset:0;stroke-dasharray:55.29588317871094px}}@keyframes animate-svg-stroke-36{0%{stroke-dashoffset:55.29588317871094px;stroke-dasharray:55.29588317871094px}100%{stroke-dashoffset:0;stroke-dasharray:55.29588317871094px}}@-webkit-keyframes animate-svg-fill-36{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-36{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-36{-webkit-animation:animate-svg-stroke-36 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.2s both,animate-svg-fill-36 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.3s both;animation:animate-svg-stroke-36 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.2s both,animate-svg-fill-36 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.3s both}@-webkit-keyframes animate-svg-stroke-37{0%{stroke-dashoffset:56.69300079345703px;stroke-dasharray:56.69300079345703px}100%{stroke-dashoffset:0;stroke-dasharray:56.69300079345703px}}@keyframes animate-svg-stroke-37{0%{stroke-dashoffset:56.69300079345703px;stroke-dasharray:56.69300079345703px}100%{stroke-dashoffset:0;stroke-dasharray:56.69300079345703px}}@-webkit-keyframes animate-svg-fill-37{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-37{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-37{-webkit-animation:animate-svg-stroke-37 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.32s both,animate-svg-fill-37 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.4s both;animation:animate-svg-stroke-37 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.32s both,animate-svg-fill-37 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.4s both}@-webkit-keyframes animate-svg-stroke-38{0%{stroke-dashoffset:118.57540893554688px;stroke-dasharray:118.57540893554688px}100%{stroke-dashoffset:0;stroke-dasharray:118.57540893554688px}}@keyframes animate-svg-stroke-38{0%{stroke-dashoffset:118.57540893554688px;stroke-dasharray:118.57540893554688px}100%{stroke-dashoffset:0;stroke-dasharray:118.57540893554688px}}@-webkit-keyframes animate-svg-fill-38{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-38{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-38{-webkit-animation:animate-svg-stroke-38 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.4399999999999995s both,animate-svg-fill-38 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.5s both;animation:animate-svg-stroke-38 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.4399999999999995s both,animate-svg-fill-38 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.5s both}@-webkit-keyframes animate-svg-stroke-39{0%{stroke-dashoffset:176.3992919921875px;stroke-dasharray:176.3992919921875px}100%{stroke-dashoffset:0;stroke-dasharray:176.3992919921875px}}@keyframes animate-svg-stroke-39{0%{stroke-dashoffset:176.3992919921875px;stroke-dasharray:176.3992919921875px}100%{stroke-dashoffset:0;stroke-dasharray:176.3992919921875px}}@-webkit-keyframes animate-svg-fill-39{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-39{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-39{-webkit-animation:animate-svg-stroke-39 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.56s both,animate-svg-fill-39 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.6000000000000005s both;animation:animate-svg-stroke-39 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.56s both,animate-svg-fill-39 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.6000000000000005s both}@-webkit-keyframes animate-svg-stroke-40{0%{stroke-dashoffset:97.96212768554688px;stroke-dasharray:97.96212768554688px}100%{stroke-dashoffset:0;stroke-dasharray:97.96212768554688px}}@keyframes animate-svg-stroke-40{0%{stroke-dashoffset:97.96212768554688px;stroke-dasharray:97.96212768554688px}100%{stroke-dashoffset:0;stroke-dasharray:97.96212768554688px}}@-webkit-keyframes animate-svg-fill-40{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-40{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-40{-webkit-animation:animate-svg-stroke-40 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.68s both,animate-svg-fill-40 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.7s both;animation:animate-svg-stroke-40 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.68s both,animate-svg-fill-40 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.7s both}@-webkit-keyframes animate-svg-stroke-41{0%{stroke-dashoffset:94.38330078125px;stroke-dasharray:94.38330078125px}100%{stroke-dashoffset:0;stroke-dasharray:94.38330078125px}}@keyframes animate-svg-stroke-41{0%{stroke-dashoffset:94.38330078125px;stroke-dasharray:94.38330078125px}100%{stroke-dashoffset:0;stroke-dasharray:94.38330078125px}}@-webkit-keyframes animate-svg-fill-41{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-41{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-41{-webkit-animation:animate-svg-stroke-41 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.8s both,animate-svg-fill-41 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.8s both;animation:animate-svg-stroke-41 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.8s both,animate-svg-fill-41 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.8s both}@-webkit-keyframes animate-svg-stroke-42{0%{stroke-dashoffset:59.425472259521484px;stroke-dasharray:59.425472259521484px}100%{stroke-dashoffset:0;stroke-dasharray:59.425472259521484px}}@keyframes animate-svg-stroke-42{0%{stroke-dashoffset:59.425472259521484px;stroke-dasharray:59.425472259521484px}100%{stroke-dashoffset:0;stroke-dasharray:59.425472259521484px}}@-webkit-keyframes animate-svg-fill-42{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-42{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-42{-webkit-animation:animate-svg-stroke-42 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.92s both,animate-svg-fill-42 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.9s both;animation:animate-svg-stroke-42 0.8s cubic-bezier(0.47,0,0.745,0.715) 4.92s both,animate-svg-fill-42 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.9s both}@-webkit-keyframes animate-svg-stroke-43{0%{stroke-dashoffset:72.8412857055664px;stroke-dasharray:72.8412857055664px}100%{stroke-dashoffset:0;stroke-dasharray:72.8412857055664px}}@keyframes animate-svg-stroke-43{0%{stroke-dashoffset:72.8412857055664px;stroke-dasharray:72.8412857055664px}100%{stroke-dashoffset:0;stroke-dasharray:72.8412857055664px}}@-webkit-keyframes animate-svg-fill-43{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-43{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-43{-webkit-animation:animate-svg-stroke-43 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.04s both,animate-svg-fill-43 0.7s cubic-bezier(0.47,0,0.745,0.715) 5s both;animation:animate-svg-stroke-43 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.04s both,animate-svg-fill-43 0.7s cubic-bezier(0.47,0,0.745,0.715) 5s both}@-webkit-keyframes animate-svg-stroke-44{0%{stroke-dashoffset:53.934329986572266px;stroke-dasharray:53.934329986572266px}100%{stroke-dashoffset:0;stroke-dasharray:53.934329986572266px}}@keyframes animate-svg-stroke-44{0%{stroke-dashoffset:53.934329986572266px;stroke-dasharray:53.934329986572266px}100%{stroke-dashoffset:0;stroke-dasharray:53.934329986572266px}}@-webkit-keyframes animate-svg-fill-44{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-44{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-44{-webkit-animation:animate-svg-stroke-44 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.16s both,animate-svg-fill-44 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.1s both;animation:animate-svg-stroke-44 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.16s both,animate-svg-fill-44 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.1s both}@-webkit-keyframes animate-svg-stroke-45{0%{stroke-dashoffset:64.79615783691406px;stroke-dasharray:64.79615783691406px}100%{stroke-dashoffset:0;stroke-dasharray:64.79615783691406px}}@keyframes animate-svg-stroke-45{0%{stroke-dashoffset:64.79615783691406px;stroke-dasharray:64.79615783691406px}100%{stroke-dashoffset:0;stroke-dasharray:64.79615783691406px}}@-webkit-keyframes animate-svg-fill-45{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-45{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-45{-webkit-animation:animate-svg-stroke-45 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.279999999999999s both,animate-svg-fill-45 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.2s both;animation:animate-svg-stroke-45 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.279999999999999s both,animate-svg-fill-45 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.2s both}@-webkit-keyframes animate-svg-stroke-46{0%{stroke-dashoffset:73.17036437988281px;stroke-dasharray:73.17036437988281px}100%{stroke-dashoffset:0;stroke-dasharray:73.17036437988281px}}@keyframes animate-svg-stroke-46{0%{stroke-dashoffset:73.17036437988281px;stroke-dasharray:73.17036437988281px}100%{stroke-dashoffset:0;stroke-dasharray:73.17036437988281px}}@-webkit-keyframes animate-svg-fill-46{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-46{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-46{-webkit-animation:animate-svg-stroke-46 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.3999999999999995s both,animate-svg-fill-46 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.3s both;animation:animate-svg-stroke-46 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.3999999999999995s both,animate-svg-fill-46 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.3s both}@-webkit-keyframes animate-svg-stroke-47{0%{stroke-dashoffset:58.12397766113281px;stroke-dasharray:58.12397766113281px}100%{stroke-dashoffset:0;stroke-dasharray:58.12397766113281px}}@keyframes animate-svg-stroke-47{0%{stroke-dashoffset:58.12397766113281px;stroke-dasharray:58.12397766113281px}100%{stroke-dashoffset:0;stroke-dasharray:58.12397766113281px}}@-webkit-keyframes animate-svg-fill-47{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-47{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-47{-webkit-animation:animate-svg-stroke-47 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.52s both,animate-svg-fill-47 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.4s both;animation:animate-svg-stroke-47 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.52s both,animate-svg-fill-47 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.4s both}@-webkit-keyframes animate-svg-stroke-48{0%{stroke-dashoffset:88.83414459228516px;stroke-dasharray:88.83414459228516px}100%{stroke-dashoffset:0;stroke-dasharray:88.83414459228516px}}@keyframes animate-svg-stroke-48{0%{stroke-dashoffset:88.83414459228516px;stroke-dasharray:88.83414459228516px}100%{stroke-dashoffset:0;stroke-dasharray:88.83414459228516px}}@-webkit-keyframes animate-svg-fill-48{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-48{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-48{-webkit-animation:animate-svg-stroke-48 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.64s both,animate-svg-fill-48 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.5s both;animation:animate-svg-stroke-48 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.64s both,animate-svg-fill-48 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.5s both}@-webkit-keyframes animate-svg-stroke-49{0%{stroke-dashoffset:822.3508911132812px;stroke-dasharray:822.3508911132812px}100%{stroke-dashoffset:0;stroke-dasharray:822.3508911132812px}}@keyframes animate-svg-stroke-49{0%{stroke-dashoffset:822.3508911132812px;stroke-dasharray:822.3508911132812px}100%{stroke-dashoffset:0;stroke-dasharray:822.3508911132812px}}.svg-elem-49{-webkit-animation:animate-svg-stroke-49 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.76s both,animate-svg-fill-49 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.6000000000000005s both;animation:animate-svg-stroke-49 0.8s cubic-bezier(0.47,0,0.745,0.715) 5.76s both,animate-svg-fill-49 0.7s cubic-bezier(0.47,0,0.745,0.715) 5.6000000000000005s both}