﻿@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.font1,
#top_cms .cms_title .font_2up,
.nav li a .nav2,
#top_cms .more > div,
.other .box_title2,
.page_title_box .font_25{
    font-family: 'Luckiest Guy', cursive;
    line-height: 1.1;
    letter-spacing: 5px;
    font-weight:normal;
}
body{
    font-family: 'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
}

.linkStyle{
    color:#df5e51;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

/*
.bnr{
    position:absolute;
}
*/


/*--all page---------------------------
-------------------------------------*/
#body{
    overflow:hidden;
}
#loading_logo{
    max-width: 250px;
}
.svg_box{
    display:none;
}
.bnr{
    bottom: 10px;
    right: 10px;
    width: 200px;
    z-index: 99;
}
.bnr::before {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(./Dup/img/bnr1.png);
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 98;
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
    pointer-events: none;
}
@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
footer{
    background-color: #62b1b6;
}
/*
#footer p{
    color:#333;
}
*/

#page-top {
    z-index: 99;
}
#page-top a {
    display: block;
    position: relative;
    text-align: center;
}
.menu .nav ul li{
    border-left:0;
}
.bottom_menu li a{
    font-size: 1rem;
}


/*--top page---------------------------
-------------------------------------*/
.navi a{
    display:none!important;
}
.svg_catch{
    width:800px;
    left:0;
    right:0;
    margin:auto;
    top:10%;
}
.top_nav ul li{
    border-left:0;
}


.t_cms_txt2{
    font-size:5rem;
}
.t_cms_txt2:first-letter{
    font-size:8rem;
}
.t_cms_txt5,
.t_cms_txt8{
    font-size:3rem;
    position:relative;
}
.t_cms_txt5:first-letter,
.t_cms_txt8:first-letter{
    font-size:6rem;
}
.t_cms_txt5:before,
.t_cms_txt8:before,
.cms_title:before{
    content:'';
    position:absolute;
    display:block;
    background-repeat:no-repeat;
    background-size:contain;
    z-index:-1;
}
.t_cms_txt5:before{
    width: 10vw;
    height: 17vh;
    background-image: url(./Dup/img/item1.png);
    top: -85px;
    left: -100px;
}
.t_cms_txt8:before{
    width: 10vw;
    height: 17vh;
    background-image: url(./Dup/img/item2.png);
    top: -85px;
    left: -100px;
}
.cms_title{
    position:relative;
}
.cms_title:before{
    width: 5vw;
    height: 10vh;
    background-image: url(./Dup/img/item3.png);
    top: -35px;
    left: -70px;
}

#contents{
    background:url(./Dup/img/bg1.png) no-repeat;
    background-position:top left;
    background-color: #f6f5ee;
}
#contents .box{
    margin-bottom:200px;
}
#contents .box figure:after{
    display:none;
}
#contents .img-container img,
.img-container:before{
    border-radius:10px;
}
#contents .img-container.active .img-container_img {
    opacity: 1!important;
}
#top_cms .top_cms_wrap{
    margin-bottom:20px;
}
#top_cms .cms_title .font_2up{
    font-size:2.5rem;
}
.top_cms_box:before{
    background-color: #333;
}
.top_cms_box .more_box .more{
    border:3px solid #bf9d74;
    border-radius:5px;
}
.top_cms_box .more_box .more div{
    color:#bf9d74;
    font-size: 1.5rem;    
}
.top_cms_box .more_box .more:hover div{
    color:white;
}
.top_cms_box .more span:before{
    height: 3px;
    background-color: #bf9d74;
}
.top_cms_box .more span:after{
    top: -1px;
    right: -10px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #bf9d74;
}
.top_cms_box .more:hover span:before{
    background-color:white;
}

.top_cms_box .more:hover span:after{
    top: -1px;
    right: -10px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
}
.top_cms_box .more_box .more:before{
    background-color:white;
    height: 3px;
}

.other .box{
    background-color: #8b8b8b;
    border: 3px solid #333;
}
.other .box1{
    border-radius:10px 0 0 10px;
}
.other .box2{
    border-radius:0 10px 10px 0;
}
.other .box figure{
    opacity:0.5;
}
.other .box_title span,
.other .box_title2{
    color:white;
}


/*--under page---------------------------
-------------------------------------*/
.all_page{
    background:url(./Dup/img/bg2.png) no-repeat;
    background-position:top left;
    background-color: #f6f5ee;
}

.page10 .more_box .more{
    border:3px solid #bf9d74;
    border-radius:5px;
}
.page10 .more_box .more div{
    color:#bf9d74;
}
.page10 .more_box .more:hover div{
    color:white;
}
.page10 .more span:before{
    height: 3px;
    background-color: #bf9d74;
}
.page10 .more span:after{
    top: -1px;
    right: -10px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #bf9d74;
}
.page10 .more:hover span:before{
    background-color:white;
}

.page10 .more:hover span:after{
    top: -1px;
    right: -10px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
}
.page10 .more_box .more:before{
    background-color:white;
    height: 3px;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header .logo {
    width: 20%;
}
.bnr{
    width:120px;
    bottom:5px;
    right:5px;
}
.bnr::before{
    width:120px;
    height:120px;
}
.svg_catch{
    width:600px;
    top:20%;
}
#contents{
    background-size: 250px;
}

#contents .box .txt_wrap {
    width: 90%;
    padding-right: 0px;
}
#contents .box figure {
    width: 80%;
    margin-top: 30px;
}
.t_cms_txt2 {
    font-size: 4rem;
}
.t_cms_txt2:first-letter {
    font-size: 6rem;
}
.t_cms_txt5:first-letter,
.t_cms_txt8:first-letter {
    font-size: 5rem;
}
.t_cms_txt5:before {
    width: 15vw;
    height: 10vh;
    top: -35px;
    left: -50px;
}
.t_cms_txt8:before {
    width: 15vw;
    height: 10vh;
    top: -35px;
    left: -50px;
}
.cms_title:before {
    width: 10vw;
    height: 7vh;
    top: -35px;
    left: -40px;
}
.cate_list li{
    width: 45%;
}
.footer_cms .txt_left{
    padding-bottom:40px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header .logo {
    width: 25%;
}
.t_cms_txt2 {
    font-size: 3rem;
    padding-top: 80px;
    letter-spacing: 2px;
}
.t_cms_txt2:first-letter {
    font-size: 4rem;
}
#contents .box {
    margin-bottom: 100px;
}
#contents .box h3{
    letter-spacing: -1px;
}
#contents .t_cms_txt6{
    letter-spacing: -3px;
}

#contents .box figure {
    width: 90%;
}
.t_cms_txt5:before {
    width: 30vw;
    height: 15vh;
    top: -35px;
    left: -20px;
}
.t_cms_txt8:before {
    width: 30vw;
    height: 15vh;
    top: -35px;
    left: auto;
    right: 30px;
}
.cms_title:before {
    width: 20vw;
    height: 10vh;
    top: -35px;
    left: -20px;
}
.other .box1 {
    border-radius: 10px 10px 0 0;
}
.other .box2 {
    border-radius: 0 0 10px 10px
}
.other .box:last-child {
    border-left: 3px solid #333;
}
.bnr{
    width:100px;
}
.bnr::before{
    width:100px;
    height:100px;
}
.svg_catch{
    width:350px;
    top:30%;
}
.all_page{
    background:none;
    background-color: #f6f5ee;
}
#page_title .img-container::after{
    background-color: rgba(102, 156, 161,0.2);
}
.sns_links li{
    margin-right:0;
    margin:0 10px;
}
.sns_links li:last-child {
    margin-right: 10px;
}
#cms_1-a .pager li:last-of-type {
    margin-right: 10px;
}
.pager li{
    margin-left:10px;
}
.cate_list li {
    width: 100%;
}


}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
.pager li a span,
#cms_3-b .cate_title,
#cms_4-c .cate_title{
    padding-top:10px!important;
}
#page8 #tel_CONTACT p a{
    padding-top:20px;
}
#page9 p a{
    padding-top:5px;
}
.top_cms_box .more_box .more div
.page10 .more_box .more div{
    padding-top:0;
}
svg{
    fill:#fff;
}
.svg_catch{
    height:800px;
}
}



/*svg animation*/
/*
stroke animation------
animation duration:2s
animation delay:3s

fill animation-----
animation duration:2.7s
animation delay:3.8s
*/

/***************************************************
 * Generated by SVG Artista on 3/16/2022, 12:00:40 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1{0%{stroke-dashoffset:458.20379638671875px;stroke-dasharray:458.20379638671875px}100%{stroke-dashoffset:0;stroke-dasharray:458.20379638671875px}}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:458.20379638671875px;stroke-dasharray:458.20379638671875px}100%{stroke-dashoffset:0;stroke-dasharray:458.20379638671875px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3s both,animate-svg-fill-1 2.7s cubic-bezier(0.47,0,0.745,0.715) 3.8s both;animation:animate-svg-stroke-1 2s cubic-bezier(0.47,0,0.745,0.715) 3s both,animate-svg-fill-1 2.7s cubic-bezier(0.47,0,0.745,0.715) 3.8s both}@-webkit-keyframes animate-svg-stroke-2{0%{stroke-dashoffset:365.8795166015625px;stroke-dasharray:365.8795166015625px}100%{stroke-dashoffset:0;stroke-dasharray:365.8795166015625px}}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:365.8795166015625px;stroke-dasharray:365.8795166015625px}100%{stroke-dashoffset:0;stroke-dasharray:365.8795166015625px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.12s both,animate-svg-fill-2 2.7s cubic-bezier(0.47,0,0.745,0.715) 3.9s both;animation:animate-svg-stroke-2 2s cubic-bezier(0.47,0,0.745,0.715) 3.12s both,animate-svg-fill-2 2.7s cubic-bezier(0.47,0,0.745,0.715) 3.9s both}@-webkit-keyframes animate-svg-stroke-3{0%{stroke-dashoffset:275.7396240234375px;stroke-dasharray:275.7396240234375px}100%{stroke-dashoffset:0;stroke-dasharray:275.7396240234375px}}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:275.7396240234375px;stroke-dasharray:275.7396240234375px}100%{stroke-dashoffset:0;stroke-dasharray:275.7396240234375px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.24s both,animate-svg-fill-3 2.7s cubic-bezier(0.47,0,0.745,0.715) 4s both;animation:animate-svg-stroke-3 2s cubic-bezier(0.47,0,0.745,0.715) 3.24s both,animate-svg-fill-3 2.7s cubic-bezier(0.47,0,0.745,0.715) 4s both}@-webkit-keyframes animate-svg-stroke-4{0%{stroke-dashoffset:241.0040740966797px;stroke-dasharray:241.0040740966797px}100%{stroke-dashoffset:0;stroke-dasharray:241.0040740966797px}}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:241.0040740966797px;stroke-dasharray:241.0040740966797px}100%{stroke-dashoffset:0;stroke-dasharray:241.0040740966797px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.36s both,animate-svg-fill-4 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.1s both;animation:animate-svg-stroke-4 2s cubic-bezier(0.47,0,0.745,0.715) 3.36s both,animate-svg-fill-4 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.1s both}@-webkit-keyframes animate-svg-stroke-5{0%{stroke-dashoffset:348.8250427246094px;stroke-dasharray:348.8250427246094px}100%{stroke-dashoffset:0;stroke-dasharray:348.8250427246094px}}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:348.8250427246094px;stroke-dasharray:348.8250427246094px}100%{stroke-dashoffset:0;stroke-dasharray:348.8250427246094px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.48s both,animate-svg-fill-5 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.2s both;animation:animate-svg-stroke-5 2s cubic-bezier(0.47,0,0.745,0.715) 3.48s both,animate-svg-fill-5 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.2s both}@-webkit-keyframes animate-svg-stroke-6{0%{stroke-dashoffset:443.3360290527344px;stroke-dasharray:443.3360290527344px}100%{stroke-dashoffset:0;stroke-dasharray:443.3360290527344px}}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:443.3360290527344px;stroke-dasharray:443.3360290527344px}100%{stroke-dashoffset:0;stroke-dasharray:443.3360290527344px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.6s both,animate-svg-fill-6 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.3s both;animation:animate-svg-stroke-6 2s cubic-bezier(0.47,0,0.745,0.715) 3.6s both,animate-svg-fill-6 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.3s both}@-webkit-keyframes animate-svg-stroke-7{0%{stroke-dashoffset:260.2296142578125px;stroke-dasharray:260.2296142578125px}100%{stroke-dashoffset:0;stroke-dasharray:260.2296142578125px}}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:260.2296142578125px;stroke-dasharray:260.2296142578125px}100%{stroke-dashoffset:0;stroke-dasharray:260.2296142578125px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.7199999999999998s both,animate-svg-fill-7 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.4s both;animation:animate-svg-stroke-7 2s cubic-bezier(0.47,0,0.745,0.715) 3.7199999999999998s both,animate-svg-fill-7 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.4s both}@-webkit-keyframes animate-svg-stroke-8{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@keyframes animate-svg-stroke-8{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.84s both,animate-svg-fill-8 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.5s both;animation:animate-svg-stroke-8 2s cubic-bezier(0.47,0,0.745,0.715) 3.84s both,animate-svg-fill-8 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.5s both}@-webkit-keyframes animate-svg-stroke-9{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@keyframes animate-svg-stroke-9{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 3.96s both,animate-svg-fill-9 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.6s both;animation:animate-svg-stroke-9 2s cubic-bezier(0.47,0,0.745,0.715) 3.96s both,animate-svg-fill-9 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.6s both}@-webkit-keyframes animate-svg-stroke-10{0%{stroke-dashoffset:101.25421905517578px;stroke-dasharray:101.25421905517578px}100%{stroke-dashoffset:0;stroke-dasharray:101.25421905517578px}}@keyframes animate-svg-stroke-10{0%{stroke-dashoffset:101.25421905517578px;stroke-dasharray:101.25421905517578px}100%{stroke-dashoffset:0;stroke-dasharray:101.25421905517578px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.08s both,animate-svg-fill-10 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.7s both;animation:animate-svg-stroke-10 2s cubic-bezier(0.47,0,0.745,0.715) 4.08s both,animate-svg-fill-10 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.7s both}@-webkit-keyframes animate-svg-stroke-11{0%{stroke-dashoffset:37.36185073852539px;stroke-dasharray:37.36185073852539px}100%{stroke-dashoffset:0;stroke-dasharray:37.36185073852539px}}@keyframes animate-svg-stroke-11{0%{stroke-dashoffset:37.36185073852539px;stroke-dasharray:37.36185073852539px}100%{stroke-dashoffset:0;stroke-dasharray:37.36185073852539px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.2s both,animate-svg-fill-11 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.8s both;animation:animate-svg-stroke-11 2s cubic-bezier(0.47,0,0.745,0.715) 4.2s both,animate-svg-fill-11 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.8s both}@-webkit-keyframes animate-svg-stroke-12{0%{stroke-dashoffset:115.04183959960938px;stroke-dasharray:115.04183959960938px}100%{stroke-dashoffset:0;stroke-dasharray:115.04183959960938px}}@keyframes animate-svg-stroke-12{0%{stroke-dashoffset:115.04183959960938px;stroke-dasharray:115.04183959960938px}100%{stroke-dashoffset:0;stroke-dasharray:115.04183959960938px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.32s both,animate-svg-fill-12 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.9s both;animation:animate-svg-stroke-12 2s cubic-bezier(0.47,0,0.745,0.715) 4.32s both,animate-svg-fill-12 2.7s cubic-bezier(0.47,0,0.745,0.715) 4.9s both}@-webkit-keyframes animate-svg-stroke-13{0%{stroke-dashoffset:133.73031616210938px;stroke-dasharray:133.73031616210938px}100%{stroke-dashoffset:0;stroke-dasharray:133.73031616210938px}}@keyframes animate-svg-stroke-13{0%{stroke-dashoffset:133.73031616210938px;stroke-dasharray:133.73031616210938px}100%{stroke-dashoffset:0;stroke-dasharray:133.73031616210938px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.4399999999999995s both,animate-svg-fill-13 2.7s cubic-bezier(0.47,0,0.745,0.715) 5s both;animation:animate-svg-stroke-13 2s cubic-bezier(0.47,0,0.745,0.715) 4.4399999999999995s both,animate-svg-fill-13 2.7s cubic-bezier(0.47,0,0.745,0.715) 5s both}@-webkit-keyframes animate-svg-stroke-14{0%{stroke-dashoffset:33.04010581970215px;stroke-dasharray:33.04010581970215px}100%{stroke-dashoffset:0;stroke-dasharray:33.04010581970215px}}@keyframes animate-svg-stroke-14{0%{stroke-dashoffset:33.04010581970215px;stroke-dasharray:33.04010581970215px}100%{stroke-dashoffset:0;stroke-dasharray:33.04010581970215px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.5600000000000005s both,animate-svg-fill-14 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.1s both;animation:animate-svg-stroke-14 2s cubic-bezier(0.47,0,0.745,0.715) 4.5600000000000005s both,animate-svg-fill-14 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.1s both}@-webkit-keyframes animate-svg-stroke-15{0%{stroke-dashoffset:50.04294204711914px;stroke-dasharray:50.04294204711914px}100%{stroke-dashoffset:0;stroke-dasharray:50.04294204711914px}}@keyframes animate-svg-stroke-15{0%{stroke-dashoffset:50.04294204711914px;stroke-dasharray:50.04294204711914px}100%{stroke-dashoffset:0;stroke-dasharray:50.04294204711914px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.68s both,animate-svg-fill-15 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.2s both;animation:animate-svg-stroke-15 2s cubic-bezier(0.47,0,0.745,0.715) 4.68s both,animate-svg-fill-15 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.2s both}@-webkit-keyframes animate-svg-stroke-16{0%{stroke-dashoffset:462.2129211425781px;stroke-dasharray:462.2129211425781px}100%{stroke-dashoffset:0;stroke-dasharray:462.2129211425781px}}@keyframes animate-svg-stroke-16{0%{stroke-dashoffset:462.2129211425781px;stroke-dasharray:462.2129211425781px}100%{stroke-dashoffset:0;stroke-dasharray:462.2129211425781px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.8s both,animate-svg-fill-16 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.3s both;animation:animate-svg-stroke-16 2s cubic-bezier(0.47,0,0.745,0.715) 4.8s both,animate-svg-fill-16 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.3s both}@-webkit-keyframes animate-svg-stroke-17{0%{stroke-dashoffset:354.68292236328125px;stroke-dasharray:354.68292236328125px}100%{stroke-dashoffset:0;stroke-dasharray:354.68292236328125px}}@keyframes animate-svg-stroke-17{0%{stroke-dashoffset:354.68292236328125px;stroke-dasharray:354.68292236328125px}100%{stroke-dashoffset:0;stroke-dasharray:354.68292236328125px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 4.92s both,animate-svg-fill-17 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.4s both;animation:animate-svg-stroke-17 2s cubic-bezier(0.47,0,0.745,0.715) 4.92s both,animate-svg-fill-17 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.4s both}@-webkit-keyframes animate-svg-stroke-18{0%{stroke-dashoffset:220.91831970214844px;stroke-dasharray:220.91831970214844px}100%{stroke-dashoffset:0;stroke-dasharray:220.91831970214844px}}@keyframes animate-svg-stroke-18{0%{stroke-dashoffset:220.91831970214844px;stroke-dasharray:220.91831970214844px}100%{stroke-dashoffset:0;stroke-dasharray:220.91831970214844px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.04s both,animate-svg-fill-18 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.5s both;animation:animate-svg-stroke-18 2s cubic-bezier(0.47,0,0.745,0.715) 5.04s both,animate-svg-fill-18 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.5s both}@-webkit-keyframes animate-svg-stroke-19{0%{stroke-dashoffset:274.1668701171875px;stroke-dasharray:274.1668701171875px}100%{stroke-dashoffset:0;stroke-dasharray:274.1668701171875px}}@keyframes animate-svg-stroke-19{0%{stroke-dashoffset:274.1668701171875px;stroke-dasharray:274.1668701171875px}100%{stroke-dashoffset:0;stroke-dasharray:274.1668701171875px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.16s both,animate-svg-fill-19 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.6s both;animation:animate-svg-stroke-19 2s cubic-bezier(0.47,0,0.745,0.715) 5.16s both,animate-svg-fill-19 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.6s both}@-webkit-keyframes animate-svg-stroke-20{0%{stroke-dashoffset:376.0358581542969px;stroke-dasharray:376.0358581542969px}100%{stroke-dashoffset:0;stroke-dasharray:376.0358581542969px}}@keyframes animate-svg-stroke-20{0%{stroke-dashoffset:376.0358581542969px;stroke-dasharray:376.0358581542969px}100%{stroke-dashoffset:0;stroke-dasharray:376.0358581542969px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.279999999999999s both,animate-svg-fill-20 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.7s both;animation:animate-svg-stroke-20 2s cubic-bezier(0.47,0,0.745,0.715) 5.279999999999999s both,animate-svg-fill-20 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.7s both}@-webkit-keyframes animate-svg-stroke-21{0%{stroke-dashoffset:317.0273132324219px;stroke-dasharray:317.0273132324219px}100%{stroke-dashoffset:0;stroke-dasharray:317.0273132324219px}}@keyframes animate-svg-stroke-21{0%{stroke-dashoffset:317.0273132324219px;stroke-dasharray:317.0273132324219px}100%{stroke-dashoffset:0;stroke-dasharray:317.0273132324219px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.4s both,animate-svg-fill-21 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.8s both;animation:animate-svg-stroke-21 2s cubic-bezier(0.47,0,0.745,0.715) 5.4s both,animate-svg-fill-21 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.8s both}@-webkit-keyframes animate-svg-stroke-22{0%{stroke-dashoffset:323.6363525390625px;stroke-dasharray:323.6363525390625px}100%{stroke-dashoffset:0;stroke-dasharray:323.6363525390625px}}@keyframes animate-svg-stroke-22{0%{stroke-dashoffset:323.6363525390625px;stroke-dasharray:323.6363525390625px}100%{stroke-dashoffset:0;stroke-dasharray:323.6363525390625px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.52s both,animate-svg-fill-22 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.9s both;animation:animate-svg-stroke-22 2s cubic-bezier(0.47,0,0.745,0.715) 5.52s both,animate-svg-fill-22 2.7s cubic-bezier(0.47,0,0.745,0.715) 5.9s both}@-webkit-keyframes animate-svg-stroke-23{0%{stroke-dashoffset:391.5960693359375px;stroke-dasharray:391.5960693359375px}100%{stroke-dashoffset:0;stroke-dasharray:391.5960693359375px}}@keyframes animate-svg-stroke-23{0%{stroke-dashoffset:391.5960693359375px;stroke-dasharray:391.5960693359375px}100%{stroke-dashoffset:0;stroke-dasharray:391.5960693359375px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.64s both,animate-svg-fill-23 2.7s cubic-bezier(0.47,0,0.745,0.715) 6s both;animation:animate-svg-stroke-23 2s cubic-bezier(0.47,0,0.745,0.715) 5.64s both,animate-svg-fill-23 2.7s cubic-bezier(0.47,0,0.745,0.715) 6s both}@-webkit-keyframes animate-svg-stroke-24{0%{stroke-dashoffset:407.9258117675781px;stroke-dasharray:407.9258117675781px}100%{stroke-dashoffset:0;stroke-dasharray:407.9258117675781px}}@keyframes animate-svg-stroke-24{0%{stroke-dashoffset:407.9258117675781px;stroke-dasharray:407.9258117675781px}100%{stroke-dashoffset:0;stroke-dasharray:407.9258117675781px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.76s both,animate-svg-fill-24 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.1s both;animation:animate-svg-stroke-24 2s cubic-bezier(0.47,0,0.745,0.715) 5.76s both,animate-svg-fill-24 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.1s both}@-webkit-keyframes animate-svg-stroke-25{0%{stroke-dashoffset:671.6140747070312px;stroke-dasharray:671.6140747070312px}100%{stroke-dashoffset:0;stroke-dasharray:671.6140747070312px}}@keyframes animate-svg-stroke-25{0%{stroke-dashoffset:671.6140747070312px;stroke-dasharray:671.6140747070312px}100%{stroke-dashoffset:0;stroke-dasharray:671.6140747070312px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 5.88s both,animate-svg-fill-25 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.2s both;animation:animate-svg-stroke-25 2s cubic-bezier(0.47,0,0.745,0.715) 5.88s both,animate-svg-fill-25 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.2s both}@-webkit-keyframes animate-svg-stroke-26{0%{stroke-dashoffset:226.411865234375px;stroke-dasharray:226.411865234375px}100%{stroke-dashoffset:0;stroke-dasharray:226.411865234375px}}@keyframes animate-svg-stroke-26{0%{stroke-dashoffset:226.411865234375px;stroke-dasharray:226.411865234375px}100%{stroke-dashoffset:0;stroke-dasharray:226.411865234375px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6s both,animate-svg-fill-26 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.3s both;animation:animate-svg-stroke-26 2s cubic-bezier(0.47,0,0.745,0.715) 6s both,animate-svg-fill-26 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.3s both}@-webkit-keyframes animate-svg-stroke-27{0%{stroke-dashoffset:287.6022033691406px;stroke-dasharray:287.6022033691406px}100%{stroke-dashoffset:0;stroke-dasharray:287.6022033691406px}}@keyframes animate-svg-stroke-27{0%{stroke-dashoffset:287.6022033691406px;stroke-dasharray:287.6022033691406px}100%{stroke-dashoffset:0;stroke-dasharray:287.6022033691406px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.12s both,animate-svg-fill-27 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.4s both;animation:animate-svg-stroke-27 2s cubic-bezier(0.47,0,0.745,0.715) 6.12s both,animate-svg-fill-27 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.4s both}@-webkit-keyframes animate-svg-stroke-28{0%{stroke-dashoffset:226.41184997558594px;stroke-dasharray:226.41184997558594px}100%{stroke-dashoffset:0;stroke-dasharray:226.41184997558594px}}@keyframes animate-svg-stroke-28{0%{stroke-dashoffset:226.41184997558594px;stroke-dasharray:226.41184997558594px}100%{stroke-dashoffset:0;stroke-dasharray:226.41184997558594px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.24s both,animate-svg-fill-28 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.5s both;animation:animate-svg-stroke-28 2s cubic-bezier(0.47,0,0.745,0.715) 6.24s both,animate-svg-fill-28 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.5s both}@-webkit-keyframes animate-svg-stroke-29{0%{stroke-dashoffset:254.2506103515625px;stroke-dasharray:254.2506103515625px}100%{stroke-dashoffset:0;stroke-dasharray:254.2506103515625px}}@keyframes animate-svg-stroke-29{0%{stroke-dashoffset:254.2506103515625px;stroke-dasharray:254.2506103515625px}100%{stroke-dashoffset:0;stroke-dasharray:254.2506103515625px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.359999999999999s both,animate-svg-fill-29 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.6s both;animation:animate-svg-stroke-29 2s cubic-bezier(0.47,0,0.745,0.715) 6.359999999999999s both,animate-svg-fill-29 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.6s both}@-webkit-keyframes animate-svg-stroke-30{0%{stroke-dashoffset:258.5351867675781px;stroke-dasharray:258.5351867675781px}100%{stroke-dashoffset:0;stroke-dasharray:258.5351867675781px}}@keyframes animate-svg-stroke-30{0%{stroke-dashoffset:258.5351867675781px;stroke-dasharray:258.5351867675781px}100%{stroke-dashoffset:0;stroke-dasharray:258.5351867675781px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.48s both,animate-svg-fill-30 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.7s both;animation:animate-svg-stroke-30 2s cubic-bezier(0.47,0,0.745,0.715) 6.48s both,animate-svg-fill-30 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.7s both}@-webkit-keyframes animate-svg-stroke-31{0%{stroke-dashoffset:138.08648681640625px;stroke-dasharray:138.08648681640625px}100%{stroke-dashoffset:0;stroke-dasharray:138.08648681640625px}}@keyframes animate-svg-stroke-31{0%{stroke-dashoffset:138.08648681640625px;stroke-dasharray:138.08648681640625px}100%{stroke-dashoffset:0;stroke-dasharray:138.08648681640625px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.6s both,animate-svg-fill-31 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.8s both;animation:animate-svg-stroke-31 2s cubic-bezier(0.47,0,0.745,0.715) 6.6s both,animate-svg-fill-31 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.8s both}@-webkit-keyframes animate-svg-stroke-32{0%{stroke-dashoffset:220.810302734375px;stroke-dasharray:220.810302734375px}100%{stroke-dashoffset:0;stroke-dasharray:220.810302734375px}}@keyframes animate-svg-stroke-32{0%{stroke-dashoffset:220.810302734375px;stroke-dasharray:220.810302734375px}100%{stroke-dashoffset:0;stroke-dasharray:220.810302734375px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.72s both,animate-svg-fill-32 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.9s both;animation:animate-svg-stroke-32 2s cubic-bezier(0.47,0,0.745,0.715) 6.72s both,animate-svg-fill-32 2.7s cubic-bezier(0.47,0,0.745,0.715) 6.9s both}@-webkit-keyframes animate-svg-stroke-33{0%{stroke-dashoffset:226.41184997558594px;stroke-dasharray:226.41184997558594px}100%{stroke-dashoffset:0;stroke-dasharray:226.41184997558594px}}@keyframes animate-svg-stroke-33{0%{stroke-dashoffset:226.41184997558594px;stroke-dasharray:226.41184997558594px}100%{stroke-dashoffset:0;stroke-dasharray:226.41184997558594px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.84s both,animate-svg-fill-33 2.7s cubic-bezier(0.47,0,0.745,0.715) 7s both;animation:animate-svg-stroke-33 2s cubic-bezier(0.47,0,0.745,0.715) 6.84s both,animate-svg-fill-33 2.7s cubic-bezier(0.47,0,0.745,0.715) 7s both}@-webkit-keyframes animate-svg-stroke-34{0%{stroke-dashoffset:458.20379638671875px;stroke-dasharray:458.20379638671875px}100%{stroke-dashoffset:0;stroke-dasharray:458.20379638671875px}}@keyframes animate-svg-stroke-34{0%{stroke-dashoffset:458.20379638671875px;stroke-dasharray:458.20379638671875px}100%{stroke-dashoffset:0;stroke-dasharray:458.20379638671875px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 6.96s both,animate-svg-fill-34 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.1s both;animation:animate-svg-stroke-34 2s cubic-bezier(0.47,0,0.745,0.715) 6.96s both,animate-svg-fill-34 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.1s both}@-webkit-keyframes animate-svg-stroke-35{0%{stroke-dashoffset:365.8795166015625px;stroke-dasharray:365.8795166015625px}100%{stroke-dashoffset:0;stroke-dasharray:365.8795166015625px}}@keyframes animate-svg-stroke-35{0%{stroke-dashoffset:365.8795166015625px;stroke-dasharray:365.8795166015625px}100%{stroke-dashoffset:0;stroke-dasharray:365.8795166015625px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.08s both,animate-svg-fill-35 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.2s both;animation:animate-svg-stroke-35 2s cubic-bezier(0.47,0,0.745,0.715) 7.08s both,animate-svg-fill-35 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.2s both}@-webkit-keyframes animate-svg-stroke-36{0%{stroke-dashoffset:275.7396240234375px;stroke-dasharray:275.7396240234375px}100%{stroke-dashoffset:0;stroke-dasharray:275.7396240234375px}}@keyframes animate-svg-stroke-36{0%{stroke-dashoffset:275.7396240234375px;stroke-dasharray:275.7396240234375px}100%{stroke-dashoffset:0;stroke-dasharray:275.7396240234375px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.2s both,animate-svg-fill-36 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.3s both;animation:animate-svg-stroke-36 2s cubic-bezier(0.47,0,0.745,0.715) 7.2s both,animate-svg-fill-36 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.3s both}@-webkit-keyframes animate-svg-stroke-37{0%{stroke-dashoffset:241.0040740966797px;stroke-dasharray:241.0040740966797px}100%{stroke-dashoffset:0;stroke-dasharray:241.0040740966797px}}@keyframes animate-svg-stroke-37{0%{stroke-dashoffset:241.0040740966797px;stroke-dasharray:241.0040740966797px}100%{stroke-dashoffset:0;stroke-dasharray:241.0040740966797px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.32s both,animate-svg-fill-37 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.4s both;animation:animate-svg-stroke-37 2s cubic-bezier(0.47,0,0.745,0.715) 7.32s both,animate-svg-fill-37 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.4s both}@-webkit-keyframes animate-svg-stroke-38{0%{stroke-dashoffset:348.8250427246094px;stroke-dasharray:348.8250427246094px}100%{stroke-dashoffset:0;stroke-dasharray:348.8250427246094px}}@keyframes animate-svg-stroke-38{0%{stroke-dashoffset:348.8250427246094px;stroke-dasharray:348.8250427246094px}100%{stroke-dashoffset:0;stroke-dasharray:348.8250427246094px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.4399999999999995s both,animate-svg-fill-38 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.5s both;animation:animate-svg-stroke-38 2s cubic-bezier(0.47,0,0.745,0.715) 7.4399999999999995s both,animate-svg-fill-38 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.5s both}@-webkit-keyframes animate-svg-stroke-39{0%{stroke-dashoffset:443.3360290527344px;stroke-dasharray:443.3360290527344px}100%{stroke-dashoffset:0;stroke-dasharray:443.3360290527344px}}@keyframes animate-svg-stroke-39{0%{stroke-dashoffset:443.3360290527344px;stroke-dasharray:443.3360290527344px}100%{stroke-dashoffset:0;stroke-dasharray:443.3360290527344px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.56s both,animate-svg-fill-39 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.6s both;animation:animate-svg-stroke-39 2s cubic-bezier(0.47,0,0.745,0.715) 7.56s both,animate-svg-fill-39 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.6s both}@-webkit-keyframes animate-svg-stroke-40{0%{stroke-dashoffset:260.2296142578125px;stroke-dasharray:260.2296142578125px}100%{stroke-dashoffset:0;stroke-dasharray:260.2296142578125px}}@keyframes animate-svg-stroke-40{0%{stroke-dashoffset:260.2296142578125px;stroke-dasharray:260.2296142578125px}100%{stroke-dashoffset:0;stroke-dasharray:260.2296142578125px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.68s both,animate-svg-fill-40 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.7s both;animation:animate-svg-stroke-40 2s cubic-bezier(0.47,0,0.745,0.715) 7.68s both,animate-svg-fill-40 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.7s both}@-webkit-keyframes animate-svg-stroke-41{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@keyframes animate-svg-stroke-41{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.8s both,animate-svg-fill-41 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.8s both;animation:animate-svg-stroke-41 2s cubic-bezier(0.47,0,0.745,0.715) 7.8s both,animate-svg-fill-41 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.8s both}@-webkit-keyframes animate-svg-stroke-42{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@keyframes animate-svg-stroke-42{0%{stroke-dashoffset:2px;stroke-dasharray:2px}100%{stroke-dashoffset:0;stroke-dasharray:2px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 7.92s both,animate-svg-fill-42 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.9s both;animation:animate-svg-stroke-42 2s cubic-bezier(0.47,0,0.745,0.715) 7.92s both,animate-svg-fill-42 2.7s cubic-bezier(0.47,0,0.745,0.715) 7.9s both}@-webkit-keyframes animate-svg-stroke-43{0%{stroke-dashoffset:101.25421905517578px;stroke-dasharray:101.25421905517578px}100%{stroke-dashoffset:0;stroke-dasharray:101.25421905517578px}}@keyframes animate-svg-stroke-43{0%{stroke-dashoffset:101.25421905517578px;stroke-dasharray:101.25421905517578px}100%{stroke-dashoffset:0;stroke-dasharray:101.25421905517578px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 8.04s both,animate-svg-fill-43 2.7s cubic-bezier(0.47,0,0.745,0.715) 8s both;animation:animate-svg-stroke-43 2s cubic-bezier(0.47,0,0.745,0.715) 8.04s both,animate-svg-fill-43 2.7s cubic-bezier(0.47,0,0.745,0.715) 8s both}@-webkit-keyframes animate-svg-stroke-44{0%{stroke-dashoffset:37.36185073852539px;stroke-dasharray:37.36185073852539px}100%{stroke-dashoffset:0;stroke-dasharray:37.36185073852539px}}@keyframes animate-svg-stroke-44{0%{stroke-dashoffset:37.36185073852539px;stroke-dasharray:37.36185073852539px}100%{stroke-dashoffset:0;stroke-dasharray:37.36185073852539px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 8.16s both,animate-svg-fill-44 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.1s both;animation:animate-svg-stroke-44 2s cubic-bezier(0.47,0,0.745,0.715) 8.16s both,animate-svg-fill-44 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.1s both}@-webkit-keyframes animate-svg-stroke-45{0%{stroke-dashoffset:115.04183959960938px;stroke-dasharray:115.04183959960938px}100%{stroke-dashoffset:0;stroke-dasharray:115.04183959960938px}}@keyframes animate-svg-stroke-45{0%{stroke-dashoffset:115.04183959960938px;stroke-dasharray:115.04183959960938px}100%{stroke-dashoffset:0;stroke-dasharray:115.04183959960938px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 8.28s both,animate-svg-fill-45 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.2s both;animation:animate-svg-stroke-45 2s cubic-bezier(0.47,0,0.745,0.715) 8.28s both,animate-svg-fill-45 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.2s both}@-webkit-keyframes animate-svg-stroke-46{0%{stroke-dashoffset:133.73031616210938px;stroke-dasharray:133.73031616210938px}100%{stroke-dashoffset:0;stroke-dasharray:133.73031616210938px}}@keyframes animate-svg-stroke-46{0%{stroke-dashoffset:133.73031616210938px;stroke-dasharray:133.73031616210938px}100%{stroke-dashoffset:0;stroke-dasharray:133.73031616210938px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 8.399999999999999s both,animate-svg-fill-46 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.3s both;animation:animate-svg-stroke-46 2s cubic-bezier(0.47,0,0.745,0.715) 8.399999999999999s both,animate-svg-fill-46 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.3s both}@-webkit-keyframes animate-svg-stroke-47{0%{stroke-dashoffset:33.04010581970215px;stroke-dasharray:33.04010581970215px}100%{stroke-dashoffset:0;stroke-dasharray:33.04010581970215px}}@keyframes animate-svg-stroke-47{0%{stroke-dashoffset:33.04010581970215px;stroke-dasharray:33.04010581970215px}100%{stroke-dashoffset:0;stroke-dasharray:33.04010581970215px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 8.52s both,animate-svg-fill-47 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.4s both;animation:animate-svg-stroke-47 2s cubic-bezier(0.47,0,0.745,0.715) 8.52s both,animate-svg-fill-47 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.4s both}@-webkit-keyframes animate-svg-stroke-48{0%{stroke-dashoffset:50.04294204711914px;stroke-dasharray:50.04294204711914px}100%{stroke-dashoffset:0;stroke-dasharray:50.04294204711914px}}@keyframes animate-svg-stroke-48{0%{stroke-dashoffset:50.04294204711914px;stroke-dasharray:50.04294204711914px}100%{stroke-dashoffset:0;stroke-dasharray:50.04294204711914px}}@-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 2s cubic-bezier(0.47,0,0.745,0.715) 8.64s both,animate-svg-fill-48 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.5s both;animation:animate-svg-stroke-48 2s cubic-bezier(0.47,0,0.745,0.715) 8.64s both,animate-svg-fill-48 2.7s cubic-bezier(0.47,0,0.745,0.715) 8.5s both}