@charset "utf-8";

/* ---------------------------------------------
Reset
--------------------------------------------- */
/* Modern browser */

#l_container *,
#l_container *::before,
#l_container *::after {
  box-sizing:border-box
}

#l_container *::before,
#l_container *::after {
  content: none;
  background: none;
}

#l_container * {
  margin:0;
  padding:0;
}

#l_container img,
#l_container picture,
#l_container video,
#l_container canvas,
#l_container svg{display:block;max-width:100%}

#l_container input,
#l_container button,
#l_container textarea,
#l_container select{font:inherit}

#l_container p,
#l_container h1,
#l_container h1 span,
#l_container h2,
#l_container h2 span,
#l_container h3,
#l_container h3 span,
#l_container h4,
#l_container h4 span,
#l_container h5,
#l_container h5 span,
#l_container h6,
#l_container h6 span {
  background: transparent;
  border: none;
  overflow-wrap:break-word;
  padding:0;
  margin: 0;
}

#l_container h3 {
  font-weight: bold;
}
#l_container h4::before,
#l_container h4::after {
  position: static;
}

@media screen and (max-width: 750px) {
  .wrapper {
    padding-top: 0;
  }
}


/* addition */
#l_container img,
#l_container video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#l_container em {
  font-style: normal;
}
#l_container small {
  font-size: 70%;
}

#l_container ul,ol,li {
  padding: 0;
  list-style: none;
}


/* ---------------------------------------------
font
--------------------------------------------- */
#l_container {
  font-family: 'Noto Sans JP', sans-serif;
}

#l_container.lp_page__wrapper,
#l_container table th,
#l_container table td,
#l_container h1,
#l_container h2,
#l_container h3,
#l_container h4,
#l_container h5,
#l_container h6 {
  line-height: 1.6;
  color: #000;
  font-size: 4.6666vw;
}
@media screen and (min-width: 751px) {
  #l_container.lp_page__wrapper,
  #l_container table th,
  #l_container table td,
  #l_container h1,
  #l_container h2,
  #l_container h3,
  #l_container h4,
  #l_container h5,
  #l_container h6 {
    font-size: 20px;
  }
}


#l_container strong,
#l_container em {
  font-weight: 700;
}

#l_container .lp_page__class .fMin {
  font-family: 'Noto Serif JP', serif;
}


/* ---------------------------------------------
link
--------------------------------------------- */
#l_container a,
#l_container a:link,
#l_container a:visited {
  color: #1e87f0;
}
#l_container a:hover {
  color: #f01e1e;
  text-decoration: none;
}


/* ---------------------------------------------
width
--------------------------------------------- */
#l_container .wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container .wrapper {
    width: 100%;
  }
}

#l_container .contentsWrapper {
  width: 90%;
  margin: 0 auto;
}
#l_container .contentsWrapper_sp {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #l_container .contentsWrapper,
  #l_container .contentsWrapper_sp {
    width: 1220px;
    max-width: 100%;
  }
}

/* ---------------------------------------------
cmn
--------------------------------------------- */
#l_container .lp_page__class {
  width: 100%;
  overflow: hidden;
}
#l_container .lp_page__class .sec {
  margin: 0 0 4em;
}
#l_container .lp_page__class .sec .secTitle {
  margin: 0 0 1em;
  font-size: 125%;
}

#l_container .lp_page__class .sec h2 {
  margin: 0 0 2em;
}
#l_container .lp_page__class .sec h3 {
  margin: 0 0 1em;
}

#l_container .lp_page__class p {
  margin: 0 0 2em;
}

#l_container .lp_page__class sup {
  font-size: 55%;
  font-weight: 500;
  vertical-align: super;
}

#l_container .lp_page__class .btn a:hover {
  filter: saturate(130%);
}

#l_container .lp_page__class .org1 {
  color: #f38300;
}
#l_container .lp_page__class .org2 {
  background: linear-gradient(90deg,rgba(215, 108, 37, 1) 30%, rgba(243, 151, 0, 1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#l_container .lp_page__class .bru1 {
  color: #72cff1;
}

#l_container .lp_page__class .taC {
  text-align: center;
}
#l_container .lp_page__class .taR {
  text-align: right;
}

#l_container .lp_page__class .note small {
  font-size: 2.7vw;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .note small {
    font-size: 16px;
  }
}
#l_container .lp_page__class .note1 small {
  padding-left: 1em;
  text-indent: -1em;
}
#l_container .lp_page__class .note2 small {
  padding-left: 2em;
  text-indent: -2em;
}

#l_container .lp_page__class .brPc {
  display: none;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .brSp {
    display: none;
  }
  #l_container .lp_page__class .brPc {
    display: block;
  }
}

#l_container .lp_page__class .txtSt1 {
  padding: 0 .1em;
  color: #fff;
  background-color: #f39700;
}
#l_container .lp_page__class .txtSt2 {
  padding: .1em .1em .2em;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg,rgba(215, 108, 37, 1) 30%, rgba(243, 151, 0, 1) 100%);
  display: inline-block;
}
#l_container .lp_page__class .txtSt3 {
  padding: 0 .1em;
  color: #f38400;
  background-color: #fff;
}

#l_container .lp_page__class .sty1 {
  padding-bottom: .2em;
  background: var(--shc-svg-line-1) repeat-x left 1px bottom;
  background-size: 2vw auto;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .sty1 {
    background-size: 12px auto;
  }
}

/* wave */
#l_container .lp_page__class .separate {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#l_container .lp_page__class .separate2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #edf3f3;
  z-index: 1;
}
#l_container .lp_page__class .separate::after,
#l_container .lp_page__class .separate2::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 2;
}
#l_container .lp_page__class .separate::after {
  background-color: #fff;
}
#l_container .lp_page__class .separate2::after {
  background-color: #edf3f3;
}
#l_container .lp_page__class .separate canvas,
#l_container .lp_page__class .separate2 canvas {
  width: 100% !important;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .separate canvas,
  #l_container .lp_page__class .separate2 canvas {
    width: 100% !important;
    height: 100px !important;
  }
}

/* btn */
#l_container .lp_page__class .btnArea .btnSt1 a {
  padding: 4.7vw 0;
  text-decoration: none;
  color: #000;
  display: block;
  background-color: #fff;
  border: .6666vw solid #000;
  border-radius: 4vw;
  box-shadow: 0 -1.3333vw 0 0 rgba(243,151,0,1) inset;
  transition: all .2s;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .btnArea .btnSt1 a {
    padding: 37px 0;
    border: 3px solid #000;
    border-radius: 18px;
    box-shadow: 0 -5px 0 0 rgba(243,151,0,1) inset;
  }
}
#l_container .lp_page__class .btnArea .btnSt1 a:hover {
  box-shadow: 0 0 0 0 rgba(243,151,0,1) inset;
}

#l_container .lp_page__class .btnArea .cta_btn1 .img {
  width: 160px;
  margin: 0 auto;
  display: block;
}
#l_container .lp_page__class .btnArea .btn_cart .btnInner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#l_container .lp_page__class .btnArea .btn_cart .icon {
  width: 37px;
  margin-right: 1em;
}
#l_container .lp_page__class .btnArea .btn_cart a {
  padding: .5161vw 0 .7096vw;
}
@media screen and (min-width: 1551px) {
  #l_container .lp_page__class .btnArea .btn_cart a {
    padding: 8px 0 11px;
  }
}
#l_container .lp_page__class .btnArea .btn_cart .txt {
  white-space: nowrap;
  font-size: 1.6129vw;
  font-weight: 500;
  background: linear-gradient(90deg,rgba(215, 108, 37, 1) 30%, rgba(243, 151, 0, 1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1551px) {
  #l_container .lp_page__class .btnArea .btn_cart .txt {
    font-size: 25px;
  }
}
#l_container .lp_page__class .btnArea .btn_cart .txt::before {
  content: '';
  width: 2.387vw;
  height: 2.0645vw;
  margin-right: 1.6129vw;
  background: var(--shc-svg-cart) no-repeat center;
}
@media screen and (min-width: 1551px) {
  #l_container .lp_page__class .btnArea .btn_cart .txt::before {
    width: 37px;
    height: 32px;
    margin-right: 25px;
  }
}

/* cta */
#l_container .lp_page__class .cta {
  background-color: #fff;
  border: .5333vw solid #000;
  box-shadow: 0 0 1.2vw 0 rgba(157,157,157,1);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta {
    border-width: 4px;
    box-shadow: 0 0 9px 0 rgba(157,157,157,1);
  }
}
#l_container .lp_page__class .cta .ctaTtl {
  margin-bottom: 1.5em;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}
#l_container .lp_page__class .cta .ctaTtl .ttl {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaTtl .ttl {
    font-size: 92.5%;
  }
}
#l_container .lp_page__class .cta .ctaTtl .ttl .txt1 {
  margin: 0 .5em;
  padding: .5em;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}
#l_container .lp_page__class .cta .ctaTtl .ttl .cal {
  width: 26px;
}
#l_container .lp_page__class .cta .ctaTxt1 {
  margin-bottom: 1.5em;
}
#l_container .lp_page__class .cta .ctaTxt1 .txt {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 117%;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaTxt1 .txt {
    margin-bottom: 0;
    font-size: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#l_container .lp_page__class .cta .ctaTxt1 .txt .txt1 {
  width: 63.2vw;
  margin: 0 auto 1em;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaTxt1 .txt .txt1 {
    width: 282px;
    margin: 0 1em 0 0;
  }
}
#l_container .lp_page__class .cta .ctaTxt2 {
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaTxt2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#l_container .lp_page__class .cta .ctaTxt2 .name {
  width: 88.2666vw;
  margin: 0 auto 1em;
  position: relative;
  left: 4.5vw;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaTxt2 .name {
    width: 460px;
    margin: 0 1em 0 0;
    left: 0;
  }
}
#l_container .lp_page__class .cta .ctaTxt2 .price {
  width: 70.9333vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaTxt2 .price {
    width: 282px;
    margin: 0;
  }
}
#l_container .lp_page__class .cta .ctaBtnArea {
  padding: 1.4em 4vw;
  background-color: #f5f3ee;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaBtnArea {
    padding: 1.4em 0;
    display: flex;
    justify-content: center;
  }
}
#l_container .lp_page__class .cta .ctaBtnArea .btn {
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .ctaBtnArea .btn {
    width: 240px;
  }
}
#l_container .lp_page__class .cta1 .ctaBtnArea {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.2vw;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta1 .ctaBtnArea {
    justify-content: center;
    gap: 24px;
  }
}
#l_container .lp_page__class .cta1 .ctaBtnArea .btn {
  width: 100%;
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta1 .ctaBtnArea .btn {
    margin-bottom: 0;
  }
}
#l_container .lp_page__class .cta1 .ctaBtnArea .btn3 {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta1 .ctaBtnArea .btn3 {
    width: 330px;
  }
}
#l_container .lp_page__class .cta1 .ctaBtnArea .btn .img {
  width: 62.667vw;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta1 .ctaBtnArea .btn .img {
    width: 470px;
  }
}
#l_container .lp_page__class .cta1 .ctaBtnArea .btn3 .img {
  width: 61.334vw;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta1 .ctaBtnArea .btn3 .img {
    width: 260px;
  }
}
#l_container .lp_page__class .cta1 .ctaBtnArea .btnCmt {
  padding: .1em 1em .3em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  font-size: 3.8666vw;
  font-weight: 600;
  background-color: #f39700;
  border-radius: 2em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta1 .ctaBtnArea .btnCmt {
    font-size: 16px;
    font-weight: 500;
    gap: 5.6vw;
  }
}
#l_container .lp_page__class .cta2 .ctaBtnArea {
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta2 .ctaBtnArea {
    display: flex;
    gap: 53px;
  }
}
#l_container .lp_page__class .cta2 .ctaBtnArea .btn {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta2 .ctaBtnArea .btn {
    width: 70.133%;
    margin-bottom: 0;
  }
}
#l_container .lp_page__class .cta2 .ctaBtnArea .btn .img {
  width: 80%;
  margin: 0 auto;
}
#l_container .lp_page__class .cta2 .ctaBtnArea .btn1 .img {
  margin: 0 auto;
  display: block;
}
#l_container .lp_page__class .cta2 .ctaBtnArea .btn1 .img {
  width: 41.599%;
}
#l_container .lp_page__class .cta2 .ctaBtnArea .btn2 .img {
  width: 36.606%;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta2 .ctaBtnArea .btn2 .img {
    width: 29.622%;
  }
}
#l_container .lp_page__class .cta3 .ctaBtnArea .btn {
  width: 95.24%;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta3 .ctaBtnArea .btn {
    width: 56.106%;
  }
}
#l_container .lp_page__class .cta3 .ctaBtnArea .btn .img {
  width: 59.441%;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta3 .ctaBtnArea .btn .img {
    width: 50.446%;
  }
}
#l_container .lp_page__class .cta4 {
  border: 0;
  background: none;
  box-shadow: none;
}
#l_container .lp_page__class .cta4 .ctaBtnArea {
  background: none;
  gap: 5%;
}
#l_container .lp_page__class .cta4 .ctaBtnArea .btn {
  width: 100%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta4 .ctaBtnArea .btn {
    width: 70.133%;
    margin-bottom: 0;
  }
}
#l_container .lp_page__class .cta4 .ctaBtnArea .btn .img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta4 .ctaBtnArea .btn .img {
    width: 29.622%;
  }
}
#l_container .lp_page__class .cta .btnArea .btnSt1 a {
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#l_container .lp_page__class .cta2 .btnArea .btnSt1 a {
  padding: 2.6666vw 0;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .cta .btnArea .btnSt1 a,
  #l_container .lp_page__class .cta2 .btnArea .btnSt1 a {
    padding: 0;
  }
}

/* sec icon */
#l_container .lp_page__class .secIconSt1 {
  padding: 0 0 95px;
  position: relative;
}
#l_container .lp_page__class .secIconSt1::before {
  content: '';
  width: 14.7999vw;
  height: 14.7999vw;
  background: var(--shc-svg-sec-1) no-repeat center #fff;
  background-size: 6.8vw auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .secIconSt1::before {
    width: 111px;
    height: 111px;
    background-size: 51px auto;
  }
}

/* toggle */
#l_container .lp_page__class .toggleArea .toggleCont {
  display: none;
}


/* ---------------------------------------------
#pageHeader
--------------------------------------------- */
#l_container #pageHeader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
#l_container #pageHeader.active_spNav {
  position: fixed;
}
@media screen and (min-width: 1001px) {
  #l_container #pageHeader {
    position: relative;
  }
}
#l_container #pageHeader .pageHeader_top {
  margin: 0;
  padding: 2.6666vw 3.996vw;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2258vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  #l_container #pageHeader .pageHeader_top {
    padding: 20px 0;
    justify-content: center;
    gap: 2vw;
  }
}
@media screen and (min-width: 1551px) {
  #l_container #pageHeader .pageHeader_top {
    padding: 20px;
    gap: 60px;
  }
}
#l_container #pageHeader .logo {
  width: 26.6666vw;
}
@media screen and (min-width: 1001px) {
  #l_container #pageHeader .logo {
    width: 15.1vw;
  }
}
@media screen and (min-width: 1551px) {
  #l_container #pageHeader .logo {
    width: 151px;
  }
}
#l_container #pageHeader .gNav .navList li a {
  text-decoration: none;
  color: #000;
}
#l_container #pageHeader .pageHeader_top .gNav {
  display: none !important;
}
@media screen and (min-width: 1001px) {
  #l_container #pageHeader .pageHeader_top .gNav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }
}
@media screen and (min-width: 1551px) {
  #l_container #pageHeader .pageHeader_top .gNav {
    gap: 40px;
  }
}
#l_container #pageHeader .pageHeader_top .gNav .navList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 1551px) {
  #l_container #pageHeader .pageHeader_top .gNav .navList {
    gap: 40px;
  }
}
#l_container #pageHeader .pageHeader_top .gNav .navList li {
  white-space: nowrap;
}
@media screen and (min-width: 1001px) {
  #l_container #pageHeader .pageHeader_top .gNav .navList li {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1551px) {
  #l_container #pageHeader .pageHeader_top .gNav .navList li {
    font-size: 20px;
  }
}
#l_container #pageHeader .pageHeader_top .gNav .navList li a {
  padding-bottom: .2em;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
#l_container #pageHeader .pageHeader_top .gNav .navList li a:hover {
  background-position: bottom left;
  background-size: 100% 2px;
}
#l_container #pageHeader .pageHeader_top .gNav .btnArea {
  width: 15vw;
}
@media screen and (min-width: 1551px) {
  #l_container #pageHeader .pageHeader_top .gNav .btnArea {
    width: 224px;
  }
}
#l_container #pageHeader .pageHeader_top .gNav .btnArea .btnSt1 {
  width: 100%;
}
#l_container #pageHeader .pageHeader_top .gNav .btnArea .btnSt1 a {
  border-width: 2px;
}
#l_container #pageHeader .pageHeader_top .nav_toggleBtn {
  width: 6.6666vw;
  height: 4.5vw;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #pageHeader .pageHeader_top .nav_toggleBtn {
    width: 50px;
    height: 40px;
  }
}
@media screen and (min-width: 1001px) {
  #l_container #pageHeader .pageHeader_top .nav_toggleBtn {
    display: none;
  }
}
#l_container #pageHeader .pageHeader_top .nav_toggleBtn span {
  width: 100%;
  height: .5vw;
  background-color: #000;
  position: absolute;
  left: 50%;
  z-index: 2;
  transform-origin: center;
  transform: translateX(-50%);
  transition: all .5s;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #pageHeader .pageHeader_top .nav_toggleBtn span {
    height: 4px;
  }
}
#l_container #pageHeader .pageHeader_top .nav_toggleBtn span:nth-of-type(1) {
  top: 0;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}
#l_container #pageHeader .pageHeader_top .nav_toggleBtn span:nth-of-type(2) {
  top: calc(50% - .25vw);
}
#l_container #pageHeader .pageHeader_top .nav_toggleBtn span:nth-of-type(3) {
  bottom: 0;
  z-index: 1;
}
#l_container #pageHeader.active_spNav .pageHeader_top .nav_toggleBtn span:nth-of-type(1),
#l_container #pageHeader.active_spNav .pageHeader_top .nav_toggleBtn span:nth-of-type(3) {
  top: 50%;
  width: 90%;
}
#l_container #pageHeader.active_spNav .pageHeader_top .nav_toggleBtn span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
}
#l_container #pageHeader.active_spNav .pageHeader_top .nav_toggleBtn span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
}
#l_container #pageHeader.active_spNav .pageHeader_top .nav_toggleBtn span:nth-of-type(3) {
  transform: translateX(-50%) rotate(-45deg);
}
#l_container #pageHeader .pageHeader_top .nav_toggleBtn::after {
  content: '';
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  border: .35vw solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all .75s;
}
@media screen and (min-width: 751px) {
  #l_container #pageHeader .pageHeader_top .nav_toggleBtn::after {
    width: 80px;
    height: 80px;
    border: 3px solid transparent;
  }
}
#l_container #pageHeader.active_spNav .pageHeader_top .nav_toggleBtn::after {
  animation: active-btn19 .7s .25s forwards;
}
@keyframes active-btn19 {
  0% {
    border-color: transparent;
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    border-color: transparent #000 transparent transparent;
  }
  50% {
    border-color: transparent #000 #000 transparent;
  }
  75% {
    border-color: transparent #000 #000 #000;
  }
  100% {
    border-color: #000;
    transform: translate(-50%, -50%) rotate(-680deg);
  }
}
#l_container #pageHeader.active_spNav {
  height: 100dvh;
}
#l_container #pageHeader .pageHeader_sp {
  width: 100%;
  height: 100%;
  padding: 30vw 9.3333vw 0;
  background-color: #f5f3ee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-1em);
  transition: transform .3s;
}
#l_container #pageHeader.active_spNav .pageHeader_sp {
  transform: translateY(0);
}
@media screen and (min-width: 1001px) {
  #l_container #pageHeader .pageHeader_sp {
    display: none !important;
  }
}
#l_container #pageHeader .pageHeader_sp .gNav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#l_container #pageHeader .pageHeader_sp .gNav .navList li {
  margin-bottom: 1em;
  font-size: 4.6666vw;
}
@media screen and (min-width: 751px) {
  #l_container #pageHeader .pageHeader_sp .gNav .navList li {
    font-size: 35px;
  }
}
#l_container #pageHeader .pageHeader_sp .gNav .btnArea {
  padding: 0 0 1.5em;
  border: 0;
  background: none;
  box-shadow: none;
}
#l_container #pageHeader .pageHeader_sp .gNav .btnArea .ttlArea {
  margin-bottom: .5em;
  font-size: 5.4666vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
}
#l_container #pageHeader .pageHeader_sp .gNav .btnArea .ttlArea::before {
  content: '';
  width: 8.6666vw;
  height: 7.4666vw;
  background: var(--shc-svg-cart) no-repeat center;
  display: block;
}


/* ---------------------------------------------
#mainContents
--------------------------------------------- */
#l_container #mainContents {
  width: 100%;
  padding-top: 14vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  #l_container #mainContents {
    padding-top: 0;
  }
}

/* contentHeader */
#l_container #mainContents .contentHeader {
  position: relative;
}
#l_container #mainContents .contentHeader #hero {
  width: 100%;
  height: 97.3333vw;
  background: url(../images/pageHeader_bg1_sp.jpg) no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents .contentHeader #hero {
    height: 540px;
    background-image: url(../images/pageHeader_bg1.jpg), url(../images/pageHeader_bg2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center;
    background-size: auto, cover;
    position: relative;
    z-index: 1;
  }
}
#l_container #mainContents .contentHeader #hero .pageTitle {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 24%;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents .contentHeader #hero .pageTitle {
    width: 1220px;
    top: 18.5%;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* contents */
#l_container #mainContents #sec1 {
  margin-bottom: 0;
  padding: 57vw 0 15vw;
  background: url(../images/sec1_bg2_sp.jpg) no-repeat center bottom / 100% auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec1 {
    margin-bottom: 0;
    padding: 180px 0 140px;
    background: url(../images/sec1_bg2.jpg) no-repeat center bottom;
    position: relative;
  }
}
#l_container #mainContents #sec1 .cta {
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec1 .cta {
    margin-bottom: 2em;
  }
}
#l_container #mainContents #sec1 .secTitle {
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .1em;
  font-size: 5.7333vw;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec1 .secTitle {
    font-size: 30px;
  }
}
#l_container #mainContents #sec1 .secTitle .fs1 {
  font-size: 166%;
}
#l_container #mainContents #sec1 .secTitle .fs2 {
  font-size: 80%;
}
#l_container #mainContents #sec1 .txtArea1 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec1 .txtArea1 {
    margin-bottom: 1em;
    text-align: center;
  }
}
#l_container #mainContents #sec1 .txtArea1 p:last-child {
  margin-bottom: 0;
}
#l_container #mainContents #sec1 .noteArea1 {
  margin-left: 1em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec1 .noteArea1 {
    margin-left: 0;
    text-align: center;
  }
}


#l_container #mainContents #sec8 {
  margin-bottom: 0;
  padding-bottom: 0;
  background: url(../images/sec_bg1_sp.jpg) no-repeat center top 77vw;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 {
    padding-bottom: 95px;
    background: url(../images/sec_bg1.jpg) no-repeat center top;
    background-size: 100% 540px;
  }
}
#l_container #mainContents #sec8.secIconSt1::before {
  transform: translate(-50%, -50%);
}
#l_container #mainContents #sec8 .secTitleArea {
  margin-bottom: 2em;
  padding-top: 13.3333vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .secTitleArea {
    margin-bottom: 4em;
    padding-top: 100px;
  }
}
#l_container #mainContents #sec8 .secTitleArea .secTitle {
  margin-bottom: .6em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .05em;
  font-size: 210%;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .secTitleArea .secTitle {
    margin-bottom: 0;
    text-align: left;
    font-size: 285%;
    display: inline-block;
    transform: translateX(-50%);
  }
}
#l_container #mainContents #sec8 .secTitleArea .secTitle .fs2 {
  font-size: 79%;
}
#l_container #mainContents #sec8 .secTitleArea .secTitle .fs2 .fs1 {
  font-size: 133%;
}
#l_container #mainContents #sec8 .secTitleArea .figImg {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .secTitleArea .figImg {
    width: 788px;
    position: absolute;
    top: 50%;
    left: max(56.08%, calc(50% + 110px));
    transform: translateY(-54%);
  }
}
#l_container #mainContents #sec8 .itemName {
  width: 79.852%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .itemName {
    width: 44.263%;
  }
}
#l_container #mainContents #sec8 .txtArea1 {
  margin: 0 auto 2em;
}
#l_container #mainContents #sec8 .txtArea1 .txt {
  padding: .5em 0;
  text-align: center;
  color: #f39700;
  font-size: 5vw;
  font-weight: 600;
  background-color: #000;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .txtArea1 .txt {
    font-size: 33px;
  }
}
#l_container #mainContents #sec8 .txtArea1 .txt p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .pageLink .btnArea {
    display: flex;
    gap: 1em;
  }
}
#l_container #mainContents #sec8 .pageLink .btnArea li {
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .pageLink .btnArea li {
    margin-bottom: 0;
  }
}
#l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 {
  font-size: 3.8vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 {
    text-align: center;
    font-size: 28px;
    flex-grow: 1;
  }
}
#l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a {
  padding: .4em 0;
  border-radius: 2.1333vw;
  box-shadow: 0 -1.333vw 0 0 #ffe0ac inset;
  display: block;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a {
    border-radius: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 -5px 0 0 #ffe0ac inset;
  }
}
#l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a:hover {
  box-shadow: 0 0 0 0 #ffe0ac inset;
}
#l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a .txt {
  padding-left: 1.5em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a .txt {
    width: calc(100% - 72px);
    text-align: center;
    padding-left: 0;
  }
}
#l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a::after {
  content: '';
  width: 9.6vw;
  aspect-ratio: 72 / 19;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22arrow2.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.16%2019.4%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-width%3A%204px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_15%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%2015%22%20class%3D%22cls-1%22%20d%3D%22M1.41%2C1.41l15.16%2C15.16L31.74%2C1.41%22%2F%3E%3C%2Fsvg%3E') no-repeat left center / 4.3999vw auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .3s;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a::after {
    width: 72px;
    background-size: 33px auto;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec8 .pageLink .btnArea .btnSt1 a:hover::after {
    transform: translateY(30%);
  }
}


#l_container #mainContents #sec2 {
  margin-bottom: 0;
  padding: 16vw 0 23vw;
  background: url(../images/sec2_bg1_sp.jpg) no-repeat center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 {
    padding: 90px 0 160px;
    background: url(../images/sec2_bg1.jpg) no-repeat center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
  }
}
#l_container #mainContents #sec2 .block1 {
  background-color: #fff;
  position: relative;
}
#l_container #mainContents #sec2 .block1::before {
  content: '';
  width: 360vw;
  height: 70vw;
  background-image: url(../images/sec2_bg2.png), url(../images/sec2_bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 157.3333vw auto;
  position: absolute;
  top: -11vw;
  left: 50%;
  transform: translateX(-48.5%);
  z-index: 3;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .block1::before {
    width: 3169px;
    height: 591px;
    background-size: 1180px auto;
    top: 0;
    transform: translateX(-50%);
  }
}
#l_container #mainContents #sec2 .block1::after {
  content: '';
  height: 39%;
  background-color: #f4efe2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .block1::after {
    height: 38%;
  }
}
#l_container #mainContents #sec2 .inner {
  padding: 10.6667vw 0 9.3333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .inner {
    padding: 65px 0 50px;
  }
}
#l_container #mainContents #sec2 .icon {
  width: 15.8667vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .icon {
    width: 86px;
    transform: translate(-50%, -35%);
  }
}
#l_container #mainContents #sec2 .secTitle {
  margin-bottom: 1em;
  text-align: center;
  font-size: 5.8667vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .secTitle {
    margin-bottom: .5em;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#l_container #mainContents #sec2 .secTitle .txt1 {
  margin: 0;
  padding: .1em 1em .2em;
  line-height: 1;
  color: #fff;
  background-color: #4f4f4f;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .secTitle .txt1 {
    margin: .2em 1em 0 0;
  }
}
#l_container #mainContents #sec2 .secTitle .txt2 {
  padding-top: .5em;
  font-size: 127%;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .secTitle .txt2 {
    font-size: 130%;
    font-weight: 500;
  }
}
#l_container #mainContents #sec2 .secTitle .txt2 .fs1 {
  font-size: 155%;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .secTitle .txt2 .fs1 {
    font-size: 133%;
  }
}
#l_container #mainContents #sec2 .waves {
  width: 90.371%;
  margin: 0 auto .5em;
  padding: 1.3333vw;
  background-color: #fff;
  border-radius: 2.6667vw;
  display: flex;
  justify-content: center;
  justify-self: center;
  justify-items: center;
  gap: 1.4667vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .waves {
    width: 970px;
    padding: 10px;
    border-radius: 20px;
    gap: 23px;
  }
}
#l_container #mainContents #sec2 .wave {
  width: 39vw;
  padding: .5em 0;
  text-align: center;
  color: #fff;
  border-radius: 1.3333vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .wave {
    width: 465px;
    text-align: left;
    border-radius: 10px;
    display: flex;
    justify-self: center;
    align-items: center;
  }
}
#l_container #mainContents #sec2 .wave1 {
  background: linear-gradient(270deg,#87A4EC 30%, #C3D1F2 100%);
}
#l_container #mainContents #sec2 .wave2 {
  background: linear-gradient(270deg,#d76c25 30%, #f39700 100%);
}
#l_container #mainContents #sec2 .wave .ttlArea {
  margin: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .wave .ttlArea {
    margin: 0 1.5em;
  }
}
#l_container #mainContents #sec2 .wave .ttlArea .ttl {
  margin-bottom: .1em;
  font-size: 5.8667vw;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .wave .ttlArea .ttl {
    margin-bottom: 0;
    font-size: 32px;
  }
}
#l_container #mainContents #sec2 .wave1 .ttlArea .ttl {
  color: #3047f1;
}
#l_container #mainContents #sec2 .wave2 .ttlArea .ttl {
  color: #fcff00;
}
#l_container #mainContents #sec2 .wave .txtArea {
  padding-top: .3em;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 4.2667vw;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .wave .txtArea {
    padding: .4em 0 .4em 1.5em;
    font-size: 23px;
  }
}
#l_container #mainContents #sec2 .wave .txtArea .fs1 {
  font-weight: 500;
}
#l_container #mainContents #sec2 .wave .txtArea .fs1 em {
  font-size: 121%;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .wave .txtArea .fs1 em {
    font-size: 120%;
  }
}
#l_container #mainContents #sec2 .wave .txtArea::before {
  content: '';
  width: 80%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .wave .txtArea::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}
#l_container #mainContents #sec2 .wave .txtArea p:last-child {
  margin-bottom: 0;
}
#l_container #mainContents #sec2 .ttlArea2 {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .ttlArea2 {
    margin-bottom: 1.5em;
  }
}
#l_container #mainContents #sec2 .ttlArea2 .ttl {
  margin: 0;
  font-size: 143%;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .ttlArea2 .ttl {
    font-size: 175%;
  }
}
#l_container #mainContents #sec2 .ttlArea2 .ttl .sty1 {
  margin-left: .5em;
  font-size: 91%;
  font-weight: 700;
}
#l_container #mainContents #sec2 .ttlArea2 .ttl .sty1 .fs1 {
  font-size: 153%;
  font-weight: 600;
}
#l_container #mainContents #sec2 .txtArea1 {
  text-align: center;
}
#l_container #mainContents #sec2 .txtArea1 .txt {
  margin: 0 1em;
  font-size: 96%;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .txtArea1 .txt {
    margin: 0;
    font-size: 135%;
  }
}
#l_container #mainContents #sec2 .txtArea1 .txt p {
  margin-bottom: .5em;
}
#l_container #mainContents #sec2 .txtArea1 .noteArea {
  margin: 0 1.1em;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec2 .txtArea1 .noteArea {
    margin: 0;
    display: inline-block;
  }
}


#l_container #mainContents #sec3 {
  margin-bottom: 0;
  padding-bottom: 0;
  background: url(../images/sec_bg1_sp.jpg) no-repeat center top 77vw;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 {
    padding-bottom: 95px;
    background: url(../images/sec_bg1.jpg) no-repeat center top;
    background-size: 100% 540px;
  }
}
#l_container #mainContents #sec3 .secTitleArea {
  margin-bottom: 2em;
  padding-top: 13.3333vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .secTitleArea {
    margin-bottom: 3em;
    padding-top: 100px;
  }
}
#l_container #mainContents #sec3 .secTitleArea .secTitle {
  margin-bottom: .6em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .05em;
  font-size: 257%;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .secTitleArea .secTitle {
    margin-bottom: 0;
    text-align: left;
    font-size: 285%;
    display: inline-block;
    transform: translateX(50%);
  }
}
#l_container #mainContents #sec3 .secTitleArea .secTitle .fs2 {
  margin-right: .3em;
  font-size: 79%;
}
#l_container #mainContents #sec3 .secTitleArea .secTitle .fs2 .fs1 {
  font-size: 155%;
}
#l_container #mainContents #sec3 .secTitleArea .figImg {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .secTitleArea .figImg {
    width: 795px;
    position: absolute;
    top: 50%;
    right: max(56.08%, calc(50% + 110px));
    transform: translateY(-54%);
  }
}
#l_container #mainContents #sec3 .ttlArea {
  margin-bottom: 1.5em;
  text-align: center;
}
#l_container #mainContents #sec3 .ttlArea .txt1 {
  margin-bottom: 1em;
  font-size: 89%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .ttlArea .txt1 {
    font-size: 110%;
  }
}
#l_container #mainContents #sec3 .ttlArea .txt1::before,
#l_container #mainContents #sec3 .ttlArea .txt1::after {
  content: '';
  width: 6.6667vw;
  height: 14.9333vw;
  background: var(--shc-svg-sec-3-dec-1) no-repeat center;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .ttlArea .txt1::before,
  #l_container #mainContents #sec3 .ttlArea .txt1::after {
    width: 36px;
    height: 79px;
  }
}
#l_container #mainContents #sec3 .ttlArea .txt1::after {
  transform: scale(-1, 1);
}
#l_container #mainContents #sec3 .ttlArea .txt1 .txt2 {
  margin: 0 .5em;
  font-weight: 600;
  border-bottom: 2px solid #000;
}
#l_container #mainContents #sec3 .ttlArea .txt1 .fs1 {
  font-size: 154%;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .ttlArea .txt1 .fs1 {
    font-size: 140%;
  }
}
#l_container #mainContents #sec3 .ttlArea .txt3 {
  font-size: 160%;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .ttlArea .txt3 {
    font-size: 195%;
  }
}
#l_container #mainContents #sec3 .ttlArea .txt3 .fs1 {
  font-size: 89%;
}
#l_container #mainContents #sec3 .txtArea1 {
  margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .txtArea1 {
    text-align: center;
  }
}
#l_container #mainContents #sec3 .txtArea1 .txt p {
  margin-bottom: .5em;
}
#l_container #mainContents #sec3 .structure {
  padding: 13.3333vw 0;
  text-align: center;
  background: url(../images/sec3_bg2_sp.jpg) no-repeat center / cover;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .structure {
    padding: 2em;
    background: url(../images/sec3_bg2.jpg) no-repeat center / cover;
  }
}
#l_container #mainContents #sec3 .structure .ttlArea2 {
  width: 90%;
  margin: 0 auto 1em;
  padding: .8em 1.5em;
  background-color: #fff;
  border-radius: 1.3333vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .structure .ttlArea2 {
    width: auto;
    margin: 0 0 1em;
    border-radius: 10px;
    display: inline-block;
  }
}
#l_container #mainContents #sec3 .structure .ttlArea2::after {
  content: '';
  width: 20px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#l_container #mainContents #sec3 .structure .ttlArea2 .ttl {
  margin-bottom: 0;
  font-size: 125%;
  font-weight: 600;
}
#l_container #mainContents #sec3 .structure .ttlArea2 .ttl .sty1 {
  margin-right: .3em;
  padding-bottom: .3em;
  background-size: 8px auto;
}
#l_container #mainContents #sec3 .structure .ttlArea2 .ttl .fs1 {
  font-size: 76%;
}
#l_container #mainContents #sec3 .structure .txtArea2 {
  margin-bottom: 1em;
}
#l_container #mainContents #sec3 .structure .txtArea2 .txt {
  color: #fff;
}
#l_container #mainContents #sec3 .structure .txtArea2 .txt p:last-child {
  margin-bottom: 0;
}
#l_container #mainContents #sec3 .amplitude {
  width: 90%;
  margin: 0 auto;
  padding: 10vw 0 6.6667vw;
  background-color: #fff;
  border-radius: 1.333vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .amplitude {
    width: 83.334%;
    padding: 55px 0 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
#l_container #mainContents #sec3 .amplitude .block {
  width: 90.371%;
  margin: 0 auto;
}
#l_container #mainContents #sec3 .amplitude .blockL {
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .amplitude .block {
    width: 420px;
    margin: 0;
  }
}
#l_container #mainContents #sec3 .amplitude .block .ttlArea {
  margin-bottom: .5em;
}
#l_container #mainContents #sec3 .amplitude .block .ttlArea .ttl {
  width: 90.477%;
  margin: 0 auto;
  padding: .3em 0 .4em;
  color: #fff;
  font-weight: 600;
  border-radius: 1.333vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec3 .amplitude .block .ttlArea .ttl {
    font-size: 125%;
    border-radius: 10px;
  }
}
#l_container #mainContents #sec3 .amplitude .blockL .ttlArea .ttl {
  background-color: #3667a3;
}
#l_container #mainContents #sec3 .amplitude .blockR .ttlArea .ttl {
  background-color: #ac2925;
}


#l_container #mainContents #sec4 {
  margin-bottom: 0;
  padding: 12vw 0;
  background-color: #edf3f3;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec4 {
    padding: 90px 0;
  }
}

#l_container #mainContents #sec5 {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  background: url(../images/sec_bg1_sp.jpg) no-repeat center top 77vw;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 {
    padding-bottom: 0;
    background: url(../images/sec_bg1.jpg) no-repeat center top;
    background-size: 100% 540px;
  }
}
#l_container #mainContents #sec5 .secTitleArea {
  margin-bottom: 2em;
  padding-top: 13.3333vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .secTitleArea {
    margin-bottom: 3em;
    padding-top: 100px;
  }
}
#l_container #mainContents #sec5 .secTitleArea .secTitle {
  margin-bottom: .6em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .05em;
  font-size: 229%;
  font-weight: 600;
  display: block;

}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .secTitleArea .secTitle {
    margin: 0 2em 0 0;
    text-align: left;
    font-size: 285%;
    display: inline-block;
    transform: translateX(-50%);
  }
}
#l_container #mainContents #sec5 .secTitleArea .secTitle .sty1 {
  margin-right: .3em;
  font-size: 79%;
}
#l_container #mainContents #sec5 .secTitleArea .secTitle .fs1 {
  font-size: 72.5%;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .secTitleArea .secTitle .fs1 {
    font-size: 82%;
  }
}
#l_container #mainContents #sec5 .secTitleArea .secTitle .fs2 {
  margin-right: .3em;
  padding-right: .3em;
  padding-left: .3em;
  font-size: 107%;
}
#l_container #mainContents #sec5 .secTitleArea .secTitle .fs3 {
  font-size: 115%;
}
#l_container #mainContents #sec5 .secTitleArea .figImg {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .secTitleArea .figImg {
    width: 788px;
    position: absolute;
    top: 50%;
    left: calc(50% + 110px);
    transform: translateY(-50%);
  }
}
#l_container #mainContents #sec5 .contNav {
  margin-bottom: 14.6667vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .contNav {
    margin-bottom: 80px;
  }
}
#l_container #mainContents #sec5 .contNav .contNav_list {
  display: flex;
  flex-direction: column;
  gap: 3.3333vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .contNav .contNav_list {
    flex-direction: row;
    justify-content: space-between;
    grid-area: 0;
    gap: 20px;
  }
}
#l_container #mainContents #sec5 .contNav .contNav_list li {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .contNav .contNav_list li {
    width: 390px;
    line-height: 1.4;
  }
}
#l_container #mainContents #sec5 .contNav .contNav_list li a {
  height: 100%;
  padding: 1em 0 1.8em;
  text-decoration: none;
  background: #000;
  background: linear-gradient(180deg,#000 30%, #363636 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .contNav .contNav_list li a {
    padding: 1em 0 1.5em;
  }
}
#l_container #mainContents #sec5 .contNav .contNav_list li a::before {
  content: '';
  width: 17.3333vw;
  height: 14vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-10%, -10%);
  opacity: .3;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .contNav .contNav_list li a::before {
    width: 76px;
    height: 61px;
  }
}
#l_container #mainContents #sec5 .contNav .contNav_list li:first-child a::before {
  background-image: var(--shc-svg-num-1);
}
#l_container #mainContents #sec5 .contNav .contNav_list li:nth-child(2) a::before {
  background-image: var(--shc-svg-num-2);
}
#l_container #mainContents #sec5 .contNav .contNav_list li:nth-child(3) a::before {
  background-image: var(--shc-svg-num-3);
}
#l_container #mainContents #sec5 .contNav .contNav_list li a::after {
  content: '';
  width: 5.2vw;
  height: 2.9333vw;
  background: var(--shc-svg-arrow-1) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  bottom: .7em;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .contNav .contNav_list li a::after {
    width: 23px;
    height: 13px;
    bottom: .5em;
  }
}
#l_container #mainContents #sec5 .contNav .contNav_list li a:hover::after {
  bottom: .3em;
}
#l_container #mainContents #sec5 .contNav .contNav_list li .txt1 {
  color: #fff;
  font-size: 105%;
  position: relative;
  z-index: 2;
}
#l_container #mainContents #sec5 .contNav .contNav_list li .txt2 {
  font-size: 140%;
  position: relative;
  z-index: 2;
}
#l_container #mainContents #sec5 .experiences .experience {
  margin-bottom: 15vw;
  padding: 0 0 15vw;
  background-color: #edf3f3;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience {
    margin-bottom: 80px;
    padding: 20px 0 100px;
  }
}
#l_container #mainContents #sec5 .experiences .experience:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience:last-child {
    padding-bottom: 0;
  }
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea {
  margin-bottom: 45px;
  position: relative;
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl {
  margin-bottom: 0;
  padding-top: 5.3333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl {
    padding-top: 0;
  }
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .num {
  width: 38vw;
  height: 31vw;
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .num {
    width: 200px;
    height: 160px;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .ttlArea .ttl .num {
  top: 13vw;
  background-image: var(--shc-svg-num-1);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .ttlArea .ttl .num {
    top: 0;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .ttlArea .ttl .num {
  background-image: var(--shc-svg-num-2);
}
#l_container #mainContents #sec5 .experiences #experience3 .ttlArea .ttl .num {
  background-image: var(--shc-svg-num-3);
  top: -5vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .ttlArea .ttl .num {
    top: 0;
  }
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .icon {
  width: 22.2667vw;
  height: 22.2667vw;
  margin: 0 auto .5em;
  color: #fff;
  font-size: 126%;
  background: linear-gradient(180deg,#000 30%, #363636 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .icon {
    width: 108px;
    height: 108px;
    font-size: 140%;
  }
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .icon::after {
  content: '';
  width: 2.9333vw;
  height: 1.7333vw;
  background-color: #363636;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .icon::after {
    width: 13px;
    height: 8px;
  }
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .txtArea {
  position: relative;
  z-index: 2;
  display: block;
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .txt1 {
  padding-bottom: .2em;
  line-height: 1.3;
  font-size: 223%;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .txt1 {
    font-size: 250%;
    display: inline-block;
  }
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .txt1 .fs1 {
  font-size: 74%;
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .txt2 {
  padding-top: 1em;
  font-size: 155%;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .txt2 {
    padding-top: .5em;
    font-size: 200%;
  }
}
#l_container #mainContents #sec5 .experiences .experience .ttlArea .ttl .txt2 .fs1 {
  font-size: 75%;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media {
    display: flex;
    justify-content: center;
    gap: 45px;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block {
  margin-bottom: 3em;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .blockR {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block {
    width: 512px;
    margin-bottom: 0;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .ttlArea2 {
  margin-bottom: 1em;
  text-align: center;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .ttlArea2 .ttl {
  margin-bottom: 0;
  text-align: center;
  font-size: 114%;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .ttlArea2 .ttl {
    font-size: 130%;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .ttlArea2 .ttl .txt1 {
  font-weight: 600;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias {
  color: #fff;
  background-color: #000;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .bg1 {
  padding: 1em 0 .8em;
  background: linear-gradient(180deg,#000 30%, #363636 100%);
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .ttl2 {
  padding-bottom: 1.3em;
  text-align: center;
  position: relative;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .ttl2 .ttl {
  padding: .1em 1em;
  font-size: 114%;
  background-color: #fff;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .ttl2 .ttl {
    font-size: 129%;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .ttl2 .noteArea {
  position: absolute;
  right: 0;
  bottom: .2em;
  left: 0;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .ttl2 .noteArea small {
  font-size: 2.9333vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .ttl2 .noteArea small {
    font-size: 14px;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .media_audio {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .media_audio {
    width: 88.87%;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .media_audio .txtArea {
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .media_audio .txtArea {
    font-size: 115%;
  }
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .media_audio .txtArea .txt1 {
  line-height: 1.4;
  display: block;
}
#l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .media_audio .txtArea .mode {
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience1 .experienceCont .media .block .medias .media_audio .txtArea .mode {
    margin-left: .3em;
    display: inline-block;
  }
}
#l_container #mainContents #sec5 .experiences .audioBtn {
  margin-bottom: .5em;
  padding: .5em 2.5em;
  border: .2667vw solid #fff;
  border-radius: 3em;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .audioBtn {
    padding: .85em 1.5em;
    border: 1px solid #fff;
  }
}
#l_container #mainContents #sec5 .experiences .audioBtn .icon {
  width: 13.8667vw;
  height: 13.8667vw;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.6vw;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .audioBtn .icon {
    width: 58px;
    height: 58px;
    right: 5px;
  }
}
#l_container #mainContents #sec5 .experiences .audioBtn .icon::before {
  content: '';
  width: 12.8vw;
  height: 12.8vw;
  background: var(--shc-svg-audio) no-repeat center #fff;
  background-size: 6vw auto;
  border: .6667vw solid #000;
  border-radius: 50%;
  display: block;
  transition: all .3s;
  box-shadow: 0 -1.3333vw 0 0 #f39700 inset;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .audioBtn .icon::before {
    content: '';
    width: 54px;
    height: 54px;
    background-size: 26px auto;
    border: 2px solid #000;
    box-shadow: 0 -6px 0 0 #f39700 inset;
  }
}
#l_container #mainContents #sec5 .experiences .audioBtn.playing .icon::before {
  background-color: #fff68f;
  box-shadow: 0 0 0 0 transparent inset;
  animation: pulseSp .2s infinite ease-in-out;
}
@keyframes pulseSp {
  0% {
    background-size: 6vw auto;
  }
  50% {
    background-size: 6.3vw auto;
  }
  100% {
    background-size: 6vw auto;
  }
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences .audioBtn.playing .icon::before {
    animation: pulse .2s infinite ease-in-out;
  }
}
@keyframes pulse {
  0% {
    background-size: 26px auto;
  }
  50% {
    background-size: 28px auto;
  }
  100% {
    background-size: 26px auto;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .ttlArea .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#l_container #mainContents #sec5 .experiences #experience2 .ttlArea .ttl .cal {
  width: 6.8vw;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .ttlArea .ttl .cal {
    width: 32px;
    margin: 0 .3em;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .txtArea1 {
  margin-bottom: 16.6667vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .txtArea1 {
    margin-bottom: 100px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .txtArea1 .txt1 {
  margin-bottom: 0;
}
#l_container #mainContents #sec5 .experiences #experience2 .features {
  padding-bottom: 13.3333vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features {
    padding-bottom: 100px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature {
  margin-bottom: 15vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature {
    margin-bottom: 100px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature:last-child {
  margin-bottom: 0;
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .ttlArea {
  margin-bottom: 2.5em;
  text-align: center;
  position: relative;
  filter: drop-shadow(0 0 19px rgba(147,147,147,0.5));
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .ttlArea::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 65%;
  left: 81%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .ttlArea::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature1 .ttlArea::before {
  width: 11.4667vw;
  height: 18.5333vw;
  background-image: url(../images/icon_excl_sp.png);
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature1 .ttlArea::before {
    width: 51px;
    height: 75px;
    background-image: url(../images/icon_excl.png);
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature2 .ttlArea::before {
  width: 17.8667vw;
  height: 18.5333vw;
  background-image: url(../images/icon_ear_sp.png);
  background-size: 100% auto;
  left: 86%;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature2 .ttlArea::before {
    width: 76px;
    height: 78px;
    background-image: url(../images/icon_ear.png);
    left: 50%;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .ttlArea::after {
  content: '';
  width: 5.4667vw;
  height: 3.0667vw;
  background-color: #fff;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .ttlArea::after {
    width: 37px;
    height: 21px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .ttlArea .ttl {
  margin-bottom: 0;
  padding: .5em 2em;
  font-size: 114%;
  font-weight: 600;
  background-color: #fff;
  border-radius: 22px;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .ttlArea .ttl {
    padding: .5em 2em;
    font-size: 175%;
    border-radius: 22px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont {
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont {
    align-items: center;
    flex-direction: row-reverse;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea {
    width: 560px;
    min-height: 340px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature2 .featureCont .txtArea {
    min-height: 410px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea .ttlArea2 {
  margin-bottom: 2em;
  text-align: center;
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea .ttlArea2 .ttl {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 223%;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea .ttlArea2 .ttl {
    line-height: 1.6;
    font-size: 250%;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea .ttlArea2 .ttl .sty1 {
  padding-bottom: .2em;
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea .ttlArea2 .ttl .fs1 {
  font-size: 74%;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea .ttlArea2 .ttl .fs1 {
    font-size: 82%;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .txtArea .txt p:last-child {
  margin-bottom: 0;
}
#l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .figImg {
  margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .features .feature .featureCont .figImg {
    width: 610px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 50%;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function {
  padding: 19.3333vw 0 5vw;
  background: url(../images/sec5_bg1_sp.jpg) no-repeat center top #fff;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function {
    padding: 70px 0;
    background: url(../images/sec5_bg1.jpg) no-repeat right center #fff;
    background-size: auto;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .ttlArea3 {
  margin-bottom: 2em;
  text-align: center;
}
#l_container #mainContents #sec5 .experiences #experience2 .function .ttlArea3 .ttl {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 223%;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function .ttlArea3 .ttl {
    font-size: 250%;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .ttlArea3 .ttl .sty1 {
  padding-bottom: .2em;
}
#l_container #mainContents #sec5 .experiences #experience2 .function .ttlArea3 .ttl .fs1 {
  font-size: 75%;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function .ttlArea3 .ttl .fs1 {
    font-size: 91%;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .txtArea1 {
  margin-bottom: 2em;
}
#l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .txtArea1 .txt {
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .txtArea1 .txt {
    width: 1070px;
    margin: 0 auto;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList {
    justify-content: center;
    gap: 37px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList li {
  width: 41.3333vw;
  margin-bottom: 7.3333vw;
  padding: 1.3em 0;
  color: #fff;
  background-color: #000;
  border-radius: 1.333vw;
  background: linear-gradient(180deg,#000 30%, #363636 100%);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList li {
    width: 210px;
    margin-bottom: 0;
    padding: 1.5em 0;
    border-radius: 10px;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList li .figImg {
  width: 90.33%;
  margin: 0 auto .5em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList li .figImg {
    width: 90.48%;
    margin: 0 auto 1em;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList li .txtArea {
  text-align: center;
  font-size: 80%;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList li .txtArea {
    font-size: 90%;
  }
}
#l_container #mainContents #sec5 .experiences #experience2 .function .functionCont .functionList li .txtArea p {
  margin-bottom: 0;
}
#l_container #mainContents #sec5 .experiences #experience2 .ctaArea {
  padding: 12vw 0 1px;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience2 .ctaArea {
    padding-top: 90px;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .ttlArea {
  margin-bottom: 10vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .ttlArea {
    margin-bottom: 110px;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check {
  padding-bottom: 8.6667vw;
  background-color: #fff;
  border-radius: 5.3333vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check {
    padding-bottom: 60px;
    border-radius: 40px;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check::before {
  content: '';
  width: 22.2667vw;
  height: 33.2vw;
  background: url(../images/icon_q_sp.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -15%);
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check::before {
    width: 114px;
    height: 172px;
    background: url(../images/icon_q.png) no-repeat center;
    transform: translate(-50%, -28%);
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 {
  margin: 0 -4vw 1em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 {
    margin: 0 0 1em;
    text-align: center;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.4;
  font-size: 133%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl {
    font-size: 143%;
    top: -20px;
    gap: .5em;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl::before,
#l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl::after {
  content: '';
  width: 18.6667vw;
  height: 29.3333vw;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl::before,
  #l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl::after {
    width: 100px;
    height: 150px;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl::before {
  background-image: var(--shc-svg-psn-1);
}
#l_container #mainContents #sec5 .experiences #experience3 .check .ttlArea4 .ttl::after {
  background-image: var(--shc-svg-psn-2);
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont {
  display: block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .checkCont {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .figImg {
  width: 90%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .figImg {
    width: 520px;
    margin: 0;
    padding-top: .5em;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .txtArea {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .txtArea {
    width: 560px;
    margin: 0;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .noteArea {
  margin-bottom: 1em;
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .noteArea2 {
  margin-bottom: 0;
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .app_dlLink {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  gap: 5.4667vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .app_dlLink {
    gap: 35px;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .app_dlLink .dlLink1 {
  width: 33.4667vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .app_dlLink .dlLink1 {
    width: 225px;
  }
}
#l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .app_dlLink .dlLink2 {
  width: 41.0667vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec5 .experiences #experience3 .check .checkCont .app_dlLink .dlLink2 {
    width: 276px;
  }
}


#l_container #mainContents #sec6 {
  margin-bottom: 0;
  padding: 10.6667vw 0 8vw;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec6 {
    padding: 70px 0 1px;
    background-color: #edf3f3;
  }
}
#l_container #mainContents #sec6 .secTitle {
  text-align: center;
}
#l_container #mainContents #sec6 .faq {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec6 .faq {
    width: 840px;
  }
}
#l_container #mainContents #sec6 .faq .faqBlock {
  margin-bottom: 20px;
}
#l_container #mainContents #sec6 .faq .faqBlock .faqTtl {
  padding: 1em;
  background: linear-gradient(180deg,#000 30%, #363636 100%);
  position: relative;
  cursor: pointer;
}
#l_container #mainContents #sec6 .faq .faqBlock .faqTtl i,
#l_container #mainContents #sec6 .faq .faqBlock .faqTtl i::after {
  width: 4.6667vw;
  height: .8vw;
  background-color: #fff;
  display: block;
  position: absolute;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec6 .faq .faqBlock .faqTtl i,
  #l_container #mainContents #sec6 .faq .faqBlock .faqTtl i::after {
    width: 19px;
    height: 3px;
  }
}
#l_container #mainContents #sec6 .faq .faqBlock .faqTtl i {
  top: 50%;
  right: .5em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec6 .faq .faqBlock .faqTtl i {
    top: 50%;
    right: 1.5em;
  }
}
#l_container #mainContents #sec6 .faq .faqBlock .faqTtl i::after {
  content: '';
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: all .5s;
}
#l_container #mainContents #sec6 .faq .faqBlock.active .faqTtl i::after {
  transform: rotate(360deg);
}
#l_container #mainContents #sec6 .faq .faqBlock .ttl {
  width: 95%;
  margin-bottom: 0;
  color: #fff;
  font-size: 80%;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#l_container #mainContents #sec6 .faq .faqBlock .ttl::before {
  content: '';
  width: 5.4667vw;
  height: 5.0667vw;
  margin-right: .5em;
  background: var(--shc-svg-faq-q) no-repeat center bottom;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec6 .faq .faqBlock .ttl::before {
    width: 23px;
    height: 22px;
  }
}
#l_container #mainContents #sec6 .faq .faqBlock .faqCont {
  padding: 1em;
  background-color: #f5f3ee;
  border-bottom: 2px solid #000;
}
#l_container #mainContents #sec6 .faq .faqBlock .faqCont .txtArea {
  padding-left: 2em;
  font-size: 80%;
  font-weight: 500;
  position: relative;
}
#l_container #mainContents #sec6 .faq .faqBlock .faqCont .txtArea::before {
  content: '';
  width: 5.4667vw;
  height: 5.0667vw;
  background: var(--shc-svg-faq-a) no-repeat center bottom;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec6 .faq .faqBlock .faqCont .txtArea::before {
    width: 23px;
    height: 22px;
  }
}
#l_container #mainContents #sec6 .faq .faqBlock .faqCont .txtArea p:last-child {
  margin-bottom: 0;
}


#l_container #mainContents #sec7 {
  margin-bottom: 0;
  padding: 9.3333vw 0;
  background-color: #edf3f3;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec7 {
    padding: 70px 0;
  }
}
#l_container #mainContents #sec7 .noteArea {
  padding-top: 1em;
}
@media screen and (min-width: 751px) {
  #l_container #mainContents #sec7 .noteArea {
    text-align: center;
  }
}


/* ---------------------------------------------
#pageFooter
--------------------------------------------- */
#l_container #pageFooter {
  padding: 3em 0;
  text-align: center;
  font-size: 3.8667vw;
  background-color: #edf3f3;
}
@media screen and (min-width: 751px) {
  #l_container #pageFooter {
    font-size: 16px;
  }
}
#l_container #pageFooter .logo_footer {
  width: 75.6vw;
  margin: 0 auto 2em;
}
@media screen and (min-width: 751px) {
  #l_container #pageFooter .logo_footer {
    width: 350px;
  }
}
#l_container #pageFooter .footerNav ul {
  margin-bottom: 2em;
}
#l_container #pageFooter .footerNav ul li {
  margin-bottom: 1em;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #l_container #pageFooter .footerNav ul li {
    margin-bottom: 0;
  }
}
#l_container #pageFooter .footerNav ul li::after {
  content: '\0FF5C';
  margin: 0 1em;
  display: inline-block;
}
#l_container #pageFooter .footerNav ul li:last-child:after {
  display: none;
}
#l_container #pageFooter .footerNav ul li:nth-of-type(2)::after {
  display: none;
}
@media screen and (min-width: 751px) {
  #l_container #pageFooter .footerNav ul li:nth-of-type(2)::after {
    display: inline-block;
  }
}
#l_container #pageFooter .footerNav ul li a:link,
#l_container #pageFooter .footerNav ul li a:visited {
  color: #000;
  text-decoration: none;
}
#l_container #pageFooter .footerNav ul li a:hover {
  text-decoration: underline;
}
#l_container #pageFooter .copyright {
  font-size: 2vw;
}
@media screen and (min-width: 751px) {
  #l_container #pageFooter .copyright {
    font-size: 14px;
  }
}


/* ---------------------------------------------
.flortingBnr
--------------------------------------------- */
#l_container .lp_page__class .flortingBnr {
  padding: 0 0 3vw;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(245, 243, 238, .5);
  background: none;
  z-index: 91;
  display: none;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .flortingBnr {
    padding: 17px 0;
  }
}
#l_container .lp_page__class .flortingBnr .cta {
  border: 0;
  background: none;
  box-shadow: none;
}
#l_container .lp_page__class .flortingBnr .ctaBtnArea {
  padding: 0 4vw;
  display: flex;
  background: none;
  justify-content: center;
  gap: 4.2667vw;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .flortingBnr .ctaBtnArea {
    gap: 53px;
  }
}
#l_container .lp_page__class .flortingBnr .ctaBtnArea .btn {
  width: 78vw;
  margin: 0;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .flortingBnr .ctaBtnArea .btn {
    width: 850px;
  }
}
#l_container .lp_page__class .flortingBnr .btnArea .btnSt1 a {
  padding: 2.9333vw 0;
  border-width: .4vw;
  border-radius: 2.4vw;
  box-shadow: 0 -.8vw 0 0 rgba(243,151,0,1) inset;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .flortingBnr .btnArea .btnSt1 a {
    padding: 0;
    border-width: 3px;
    border-radius: 18px;
    box-shadow: 0 -6px 0 0 rgba(243,151,0,1) inset;
  }
}
#l_container .lp_page__class .flortingBnr .ctaBtnArea .btn .img {
  width: 41.599%;
}
@media screen and (min-width: 751px) {
  #l_container .lp_page__class .flortingBnr .ctaBtnArea .btn .img {
    width: 250px;
  }
}

:root{
  --shc-svg-arrow-1:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.03%2013.34%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-width%3A%204px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_7%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%207%22%20class%3D%22cls-1%22%20d%3D%22M1.34%2C1.49l10.18%2C9.16L21.69%2C1.49%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  --shc-svg-audio:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2061.49%2043.18%22%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cg%20id%3D%22_1%22%20data-name%3D%221%22%3E%3Cpath%20d%3D%22M1.5%2C32.76h14.16l-.34-.19c-.47-.26-.77-.77-.77-1.31V11.93c0-.54.29-1.04.77-1.31l.34-.19H1.5c-.83%2C0-1.5.67-1.5%2C1.5v19.33c0%2C.83.67%2C1.5%2C1.5%2C1.5ZM3%2C13.43h1.75v-1.3h3v1.3h6.59v16.33h-6.59v1.12h-3v-1.12h-1.75V13.43Z%22%2F%3E%3Cpath%20d%3D%22M17.34%2C11.93v19.33c0%2C.83-.67%2C1.5-1.5%2C1.5h-.17l18.34%2C10.24c.23.13.48.19.73.19s.52-.07.76-.21c.46-.27.74-.76.74-1.29l.08-20.1-.08-20.09c0-.53-.28-1.02-.74-1.29-.46-.27-1.02-.27-1.49-.01L15.66%2C10.43h.17c.83%2C0%2C1.5.67%2C1.5%2C1.5ZM17.55%2C12.81l15.69-8.76.07%2C17.54-.07%2C17.55-15.69-8.76V12.81Z%22%2F%3E%3Cpath%20d%3D%22M14.55%2C11.93v19.33c0%2C.54.29%2C1.04.77%2C1.31l.34.19h.17c.83%2C0%2C1.5-.67%2C1.5-1.5V11.93c0-.83-.67-1.5-1.5-1.5h-.17l-.34.19c-.47.26-.77.77-.77%2C1.31Z%22%2F%3E%3Cpath%20d%3D%22M46.76%2C34.6c-.5.66-.36%2C1.6.3%2C2.1.27.2.58.3.9.3.46%2C0%2C.91-.21%2C1.2-.6%2C6.53-8.72%2C6.33-20.75-.49-29.26-.52-.65-1.46-.75-2.11-.23-.65.52-.75%2C1.46-.23%2C2.11%2C5.96%2C7.44%2C6.14%2C17.96.43%2C25.58Z%22%2F%3E%3Cpath%20d%3D%22M52.62%2C39.19c-.5.66-.36%2C1.6.3%2C2.1.27.2.58.3.9.3.46%2C0%2C.91-.21%2C1.2-.6%2C8.86-11.83%2C8.58-28.14-.66-39.68-.52-.65-1.46-.75-2.11-.23-.65.52-.75%2C1.46-.23%2C2.11%2C8.39%2C10.47%2C8.64%2C25.27.6%2C36.01Z%22%2F%3E%3Cpath%20d%3D%22M41.39%2C30.01c-.5.66-.36%2C1.6.3%2C2.1.27.2.59.3.9.3.46%2C0%2C.91-.21%2C1.2-.6%2C4.21-5.63%2C4.08-13.39-.32-18.88-.52-.65-1.46-.75-2.11-.23-.65.52-.75%2C1.46-.23%2C2.11%2C3.54%2C4.42%2C3.65%2C10.68.26%2C15.21Z%22%2F%3E%3Crect%20x%3D%224.75%22%20y%3D%2213.43%22%20width%3D%223%22%20height%3D%2216.33%22%2F%3E%3Crect%20x%3D%224.75%22%20y%3D%2212.13%22%20width%3D%223%22%20height%3D%221.3%22%2F%3E%3Crect%20x%3D%224.75%22%20y%3D%2229.76%22%20width%3D%223%22%20height%3D%221.12%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-cal-1:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031.15%2031.26%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%20%20%20%20%20%20%20%20stroke-width%3A%204px%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%20%20%20%3Cg%3E%20%20%20%20%20%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_4%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%204%22%20class%3D%22cls-1%22%20d%3D%22M1.41%2C1.96l27.97%2C27.89%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_5%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%205%22%20class%3D%22cls-1%22%20d%3D%22M29.74%2C1.42l-9.89%2C9.86%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_5_%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%205%20%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%22%20class%3D%22cls-1%22%20d%3D%22M11.37%2C19.78L1.46%2C29.66%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-cal-2:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031.15%2031.26%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%20%20stroke%3A%20%23000%3B%20%20%20%20%20%20%20%20stroke-width%3A%204px%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%20%20%20%3Cg%3E%20%20%20%20%20%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_4%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%204%22%20class%3D%22cls-1%22%20d%3D%22M1.41%2C1.96l27.97%2C27.89%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_5%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%205%22%20class%3D%22cls-1%22%20d%3D%22M29.74%2C1.42l-9.89%2C9.86%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22_%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_5_%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%205%20%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%22%20class%3D%22cls-1%22%20d%3D%22M11.37%2C19.78L1.46%2C29.66%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-cart:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20175.82%20157.1%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Aurl(%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41)%3Bstroke%3Aurl(%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51)%3B%7D.cls-1%2C.cls-2%2C.cls-3%7Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D.cls-2%7Bfill%3Aurl(%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41-2)%3Bstroke%3Aurl(%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51-2)%3B%7D.cls-3%7Bfill%3Aurl(%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41-3)%3Bstroke%3Aurl(%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51-3)%3B%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41%22%20data-name%3D%22%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%2041%22%20x1%3D%2248.8%22%20y1%3D%22135.41%22%20x2%3D%2286.18%22%20y2%3D%22135.41%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.3%22%20stop-color%3D%22%23d76c25%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f39700%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51%22%20data-name%3D%22%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%2051%22%20x1%3D%2245.8%22%20y1%3D%22135.41%22%20x2%3D%2289.18%22%20y2%3D%22135.41%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.3%22%20stop-color%3D%22%23d76c25%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f39700%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41-2%22%20data-name%3D%22%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%2041%22%20x1%3D%22122.43%22%20x2%3D%22159.81%22%20xlink%3Ahref%3D%22%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41%22%2F%3E%3ClinearGradient%20id%3D%22_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51-2%22%20data-name%3D%22%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%2051%22%20x1%3D%22119.43%22%20x2%3D%22162.81%22%20xlink%3Ahref%3D%22%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51%22%2F%3E%3ClinearGradient%20id%3D%22_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41-3%22%20data-name%3D%22%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%2041%22%20x1%3D%223%22%20y1%3D%2256.04%22%20x2%3D%22172.82%22%20y2%3D%2256.04%22%20xlink%3Ahref%3D%22%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_41%22%2F%3E%3ClinearGradient%20id%3D%22_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51-3%22%20data-name%3D%22%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%2051%22%20x1%3D%220%22%20y1%3D%2256.04%22%20x2%3D%22175.82%22%20y2%3D%2256.04%22%20xlink%3Ahref%3D%22%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_51%22%2F%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M86.18%2C135.41c0-10.31-8.39-18.69-18.69-18.69s-18.69%2C8.39-18.69%2C18.69%2C8.39%2C18.69%2C18.69%2C18.69%2C18.69-8.39%2C18.69-18.69ZM54.79%2C135.41c0-7%2C5.69-12.69%2C12.69-12.69s12.69%2C5.69%2C12.69%2C12.69-5.69%2C12.69-12.69%2C12.69-12.69-5.69-12.69-12.69Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M159.81%2C135.41c0-10.31-8.39-18.69-18.69-18.69s-18.69%2C8.39-18.69%2C18.69%2C8.39%2C18.69%2C18.69%2C18.69%2C18.69-8.39%2C18.69-18.69ZM128.43%2C135.41c0-7%2C5.69-12.69%2C12.69-12.69s12.69%2C5.69%2C12.69%2C12.69-5.69%2C12.69-12.69%2C12.69-12.69-5.69-12.69-12.69Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M6%2C22.69h21.72l19.16%2C84.04c.31%2C1.37%2C1.53%2C2.33%2C2.92%2C2.33h.03c39.23-.35%2C98.58-.67%2C104.44-.14.05.02.1.03.16.05.26.07.52.11.78.11%2C1.26%2C0%2C2.44-.81%2C2.85-2.06.07-.2.11-.4.13-.6.57-3.07%2C10.66-50.45%2C14.56-68.69.17-.81%2C0-1.66-.47-2.34-.47-.68-1.21-1.14-2.03-1.25l-104.83-15.3c-1.64-.24-3.16.9-3.4%2C2.53-.24%2C1.64.9%2C3.16%2C2.53%2C3.4l101.67%2C14.84c-1.22%2C5.74-3.95%2C18.54-6.68%2C31.35-1.08%2C5.09-2.16%2C10.18-3.15%2C14.83h-60.18c-1.66%2C0-3%2C1.34-3%2C3s1.34%2C3%2C3%2C3h58.91c-.21%2C1-.42%2C1.97-.61%2C2.89-.68%2C3.24-1.25%2C5.94-1.64%2C7.83-.02.11-.05.22-.07.33-2.66-.11-7.01-.13-14.33-.16-8.78-.04-20.97-.02-36.23.05-21.4.1-42.97.27-50.05.33l-2.52-11.06h30.67c1.66%2C0%2C3-1.34%2C3-3s-1.34-3-3-3h-31.99s-.03%2C0-.04%2C0L29.92%2C5.36c-.31-1.36-1.52-2.33-2.92-2.33l-20.99-.03h0c-.79%2C0-1.56.32-2.12.88-.56.56-.88%2C1.33-.88%2C2.12v13.69c0%2C1.66%2C1.34%2C3%2C3%2C3ZM9%2C9l15.6.02%2C1.75%2C7.67H9v-7.69Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-faq-a:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.07%2018.56%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20isolation%3A%20isolate%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23e00e0e%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%20class%3D%22cls-1%22%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M0%2C18.56L6.46%2C0h2.15l6.46%2C18.56h-2.45l-1.43-4.25H3.87l-1.43%2C4.25H0ZM4.6%2C12.21h5.86L7.53%2C3.5l-2.93%2C8.72Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M20.07%2C18.56h-3.12v-3.12h3.12v3.12Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  --shc-svg-faq-q:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.99%2019.56%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23f39700%3B%20%7D%20.cls-2%20%7B%20isolation%3A%20isolate%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%20class%3D%22cls-2%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.43%2C15.76l2.42%2C2.29-1.43%2C1.51-2.23-2.07c-1.13%2C1.05-2.66%2C1.51-4.47%2C1.51-4.12%2C0-6.73-2.48-6.73-8.47v-2.04C0%2C2.47%2C2.61%2C0%2C6.73%2C0s6.73%2C2.47%2C6.73%2C8.47v2.04c0%2C2.21-.38%2C3.93-1.02%2C5.25ZM2.31%2C10.52c0%2C4.6%2C1.56%2C6.38%2C4.41%2C6.38%2C1.16%2C0%2C2.1-.3%2C2.82-.94l-2.69-2.53%2C1.48-1.56%2C2.34%2C2.23c.3-.94.46-2.1.46-3.58v-2.04c0-4.6-1.56-6.38-4.41-6.38s-4.41%2C1.78-4.41%2C6.38v2.04Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M18.99%2C18.78h-3.12v-3.12h3.12v3.12Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  --shc-svg-num-1:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2092%2073%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23c4c4c4%3B%20%7D%20.cls-3%20%7B%20clip-path%3A%20url(%23clippath)%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clippath%22%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2292%22%20height%3D%2273%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%20class%3D%22cls-3%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M43.35%2C50.06c0%2C15.83-10.03%2C22.47-21.55%2C22.47S.25%2C65.9.25%2C50.06v-27.38C.25%2C6.13%2C10.28.21%2C21.8.21s21.55%2C5.92%2C21.55%2C22.37v27.48ZM21.8%2C12.26c-5.85%2C0-8.64%2C4.09-8.64%2C11.65v24.93c0%2C7.56%2C2.79%2C11.65%2C8.64%2C11.65s8.54-4.09%2C8.54-11.65v-24.93c0-7.56-2.79-11.65-8.54-11.65Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M75.37%2C71.62h-13V16.05l-9.19%2C6.64v-13.79l10.5-7.76h11.7v70.49Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  --shc-svg-num-2:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2092%2073%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%23c4c4c4%3B%20%7D%20.cls-3%20%7B%20clip-path%3A%20url(%23clippath)%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clippath%22%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2292%22%20height%3D%2273%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC1%22%3E%20%3Cg%20class%3D%22cls-3%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M43.65%2C50.06c0%2C15.83-10.03%2C22.47-21.55%2C22.47S.55%2C65.9.55%2C50.06v-27.38C.55%2C6.13%2C10.58.21%2C22.1.21s21.55%2C5.92%2C21.55%2C22.37v27.48ZM22.1%2C12.26c-5.85%2C0-8.64%2C4.09-8.64%2C11.65v24.93c0%2C7.56%2C2.79%2C11.65%2C8.64%2C11.65s8.54-4.09%2C8.54-11.65v-24.93c0-7.56-2.79-11.65-8.54-11.65Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M89.99%2C71.62h-39.57v-9.19l21.46-27.79c3.99-5.11%2C5.94-9.4%2C5.94-14%2C0-5.72-3.81-8.58-7.99-8.58s-7.62%2C2.96-7.99%2C8.58h-11.52C50.33%2C8.48%2C59.43.21%2C70.49.21s20.25%2C8.79%2C20.25%2C20.43c0%2C9.3-5.57%2C16.55-9.66%2C21.86l-13.19%2C17.06h22.11v12.05Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  --shc-svg-num-3:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2092%2073%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23c4c4c4%3B%20%7D%20.cls-3%20%7B%20clip-path%3A%20url(%23clippath)%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clippath%22%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2292%22%20height%3D%2273%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%20class%3D%22cls-3%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M43.61%2C50.06c0%2C15.83-10.03%2C22.47-21.55%2C22.47S.51%2C65.9.51%2C50.06v-27.38C.51%2C6.13%2C10.54.21%2C22.06.21s21.55%2C5.92%2C21.55%2C22.37v27.48ZM22.06%2C12.26c-5.85%2C0-8.64%2C4.09-8.64%2C11.65v24.93c0%2C7.56%2C2.79%2C11.65%2C8.64%2C11.65s8.54-4.09%2C8.54-11.65v-24.93c0-7.56-2.79-11.65-8.54-11.65Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M64.38%2C29.22h4.74c5.29%2C0%2C8.92-3.06%2C8.92-8.99%2C0-4.7-3.25-8.17-7.99-8.17s-7.43%2C3.17-7.99%2C7.56h-11.52C51.01%2C8.08%2C59.65.21%2C70.7.21c11.7%2C0%2C20.25%2C8.89%2C20.25%2C19.41%2C0%2C7.97-4.46%2C12.87-8.73%2C15.43%2C5.48%2C2.96%2C9.66%2C8.48%2C9.66%2C16.86%2C0%2C11.44-7.25%2C20.64-20.43%2C20.64s-21.27-8.38-21.73-19.82h11.42c.65%2C4.5%2C3.72%2C7.76%2C9.47%2C7.76%2C5.2%2C0%2C8.36-4.09%2C8.36-9.3%2C0-6.23-3.25-9.91-9.84-9.91h-4.74v-12.05Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  --shc-svg-psn-1:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090.55%20142.65%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23af8f7e%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23202933%3B%20%7D%20.cls-3%20%7B%20fill%3A%20%23ffebe1%3B%20%7D%20.cls-4%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.32%2C58.87c-8.93%2C9.59-2.71%2C17.34.26%2C19.58%2C3.9%2C2.94%2C12.89%2C2.2%2C12.89%2C2.2l1.1-45.17h-5.92s.76%2C13.63-8.33%2C23.39Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M37.98%2C81.68c-3.08%2C0-8.15-.35-10.96-2.47-2.18-1.64-4.85-5.05-5.22-9.27-.35-3.95%2C1.28-7.89%2C4.84-11.71%2C8.7-9.34%2C8.09-22.56%2C8.08-22.7-.01-.26.08-.51.26-.7.18-.19.43-.3.69-.3h5.92c.52%2C0%2C.94.42.94.94s-.42.94-.94.94h-4.96c0%2C3.39-.67%2C14.57-8.61%2C23.09-3.18%2C3.41-4.63%2C6.86-4.34%2C10.25.32%2C3.6%2C2.61%2C6.52%2C4.48%2C7.93%2C3.56%2C2.68%2C12.16%2C2.02%2C12.25%2C2.01.52-.04.98.34%2C1.02.86.04.52-.34.98-.86%2C1.02-.12%2C0-1.13.09-2.58.09Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M62.05%2C64.69c-1.34-1.51-1.54-2.6-1.54-7.51v-9.68l-10.68%2C6.29-14.04-6.29s2.91%2C5.92%2C3.36%2C9.68c.35%2C2.98-.2%2C5.99-1.54%2C7.51-1.34%2C1.51-11.97%2C8.19-11.97%2C8.19l15.5%2C15.7h17.38l15.5-15.7s-10.63-6.68-11.97-8.19Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M41.13%2C89.52c-.24%2C0-.49-.09-.67-.28l-15.5-15.7c-.2-.2-.3-.49-.27-.77s.19-.54.44-.69c4.06-2.55%2C10.85-6.99%2C11.77-8.02%2C1.12-1.26%2C1.65-3.98%2C1.31-6.77-.42-3.56-3.24-9.32-3.27-9.38-.18-.36-.11-.79.17-1.07.28-.29.7-.37%2C1.07-.21l13.59%2C6.09%2C10.26-6.05c.29-.17.65-.17.95%2C0%2C.29.17.48.48.48.82v9.68c0%2C4.94.23%2C5.67%2C1.31%2C6.88.91%2C1.03%2C7.7%2C5.47%2C11.77%2C8.02.24.15.4.41.44.69.03.28-.06.57-.27.77l-15.5%2C15.7c-.37.37-.96.37-1.33%2C0-.37-.37-.37-.96%2C0-1.34l14.68-14.86c-2.78-1.77-9.99-6.4-11.18-7.74-1.61-1.81-1.78-3.25-1.78-8.13v-8.03l-9.26%2C5.45c-.26.16-.59.17-.87.05l-11.76-5.27c.91%2C2.12%2C2.12%2C5.29%2C2.4%2C7.69.4%2C3.35-.3%2C6.58-1.78%2C8.25-1.19%2C1.34-8.4%2C5.97-11.18%2C7.74l14.68%2C14.86c.37.37.36.97%2C0%2C1.34-.18.18-.42.27-.66.27Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M64.98%2C26.19l-1.59-9.01c-.46-2.6-1.56-5.04-3.21-7.1-3.15-3.93-9.06-9.17-17.38-7.74l-.15.03c-8.31%2C1.5-12.07%2C8.45-13.69%2C13.22-.85%2C2.5-1.05%2C5.17-.59%2C7.77l1.59%2C9.01c-2.07-.39-5.26.66-4.16%2C6.32.97%2C5.01%2C5.09%2C7.06%2C7.37%2C6.95.39.92.84%2C1.81%2C1.34%2C2.58%2C3.24%2C4.84%2C10.52%2C9.39%2C15.81%2C9.87%2C0%2C0%2C.94.08%2C2.19-.14%2C1.25-.22%2C2.11-.62%2C2.11-.62%2C4.81-2.26%2C10.1-9.02%2C11.49-14.68.21-.9.33-1.89.38-2.89%2C2.18-.67%2C5.36-4.01%2C4.55-9.05-.91-5.69-4.27-5.59-6.08-4.52Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M52.69%2C58.87c-1.35.24-2.39.16-2.43.15-5.57-.5-13.13-5.21-16.52-10.28-.41-.63-.81-1.36-1.18-2.18-2.76-.23-6.7-2.63-7.68-7.7-.55-2.85-.16-4.96%2C1.15-6.28.73-.73%2C1.72-1.16%2C2.8-1.23l-1.38-7.84c-.49-2.76-.27-5.6.62-8.24%2C1.52-4.47%2C5.41-12.22%2C14.41-13.84.02%2C0%2C.05%2C0%2C.08-.01.03%2C0%2C.05-.01.08-.02%2C9.01-1.55%2C15.32%2C4.4%2C18.28%2C8.08%2C1.74%2C2.17%2C2.92%2C4.77%2C3.4%2C7.53l1.38%2C7.84c1.04-.3%2C2.12-.24%2C3.05.2%2C1.69.79%2C2.78%2C2.64%2C3.23%2C5.5.81%2C5.1-2.07%2C8.7-4.58%2C9.86-.07.9-.19%2C1.72-.36%2C2.44-1.46%2C5.94-6.95%2C12.95-12%2C15.32-.05.02-.99.45-2.35.69ZM28.64%2C33.28c-.42.07-.88.25-1.27.64-.84.84-1.06%2C2.42-.64%2C4.59.88%2C4.56%2C4.6%2C6.28%2C6.4%2C6.19.4-.02.76.21.92.57.4.95.83%2C1.77%2C1.27%2C2.44%2C3.06%2C4.57%2C10.12%2C8.99%2C15.11%2C9.44%2C0%2C0%2C.85.06%2C1.94-.13%2C1.1-.19%2C1.87-.54%2C1.88-.55%2C4.52-2.13%2C9.65-8.69%2C10.96-14.05.18-.77.3-1.68.35-2.71.02-.4.29-.73.66-.85%2C1.72-.53%2C4.63-3.42%2C3.9-8-.35-2.17-1.1-3.59-2.17-4.09-1.09-.51-2.18.05-2.49.24-.27.16-.59.18-.88.05-.28-.13-.48-.39-.54-.69l-1.59-9.01c-.43-2.44-1.47-4.75-3.02-6.67-3.3-4.1-8.83-8.72-16.49-7.4-.02%2C0-.05%2C0-.07%2C0-.02%2C0-.05.01-.07.01-7.64%2C1.38-11.27%2C7.61-12.96%2C12.59-.79%2C2.33-.98%2C4.86-.55%2C7.3l1.59%2C9.01c.05.31-.05.62-.27.84-.22.22-.53.31-.84.26-.19-.04-.65-.1-1.15%2C0Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M65.51%2C29.55l-.54-3.37c1.81-1.08%2C5.17-1.18%2C6.08%2C4.52.81%2C5.04-2.37%2C8.38-4.55%2C9.05l-.12-3.87-.87-6.33Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M66.67%2C40.69s.08-.02.11-.03c2.62-.81%2C6.09-4.58%2C5.21-10.1-.46-2.86-1.54-4.71-3.23-5.5-1.3-.61-2.89-.49-4.26.32-.33.2-.51.58-.45.96l.54%2C3.37c.08.51.57.87%2C1.08.78.52-.08.87-.57.78-1.08l-.43-2.67c.5-.18%2C1.22-.31%2C1.93.03%2C1.07.5%2C1.82%2C1.92%2C2.17%2C4.09.58%2C3.64-1.13%2C6.21-2.72%2C7.38l-.07-2.37c-.02-.52-.45-.93-.97-.91-.52.01-.93.45-.91.97l.12%2C3.87c0%2C.29.15.57.39.74.21.15.46.21.71.16Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M67.75%2C29.42c-.27-.79-.48-1.48-.64-2.07l.44-1.69c.49-5.84-1.35-22.46-20.93-24.65-3.17-.35-7.84.71-10.23%2C3.56-7.14%2C1.81-10.71%2C12.13-11.19%2C16.47-.83%2C7.36%2C1.73%2C12%2C1.73%2C12l1.72%2C2.97%2C1.32-3.66s-2.43-12.26%2C3.89-19.94l2.72-3.38c.16%2C2.72%2C1.67%2C8.62%2C6.02%2C11.25%2C4.78%2C2.88%2C9.61.99%2C9.61.99%2C0%2C0%2C3.32%2C1.11%2C8.22.71.04%2C0%2C.3.23.66.56.46.81.98%2C1.92%2C1.41%2C3.39%2C2.97%2C10.19%2C8.97%2C9.78%2C8.97%2C9.78%2C0%2C0-2.61-3.09-3.71-6.29Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M65.44%2C11.51C61.85%2C4.99%2C55.37%2C1.04%2C46.73.07c-3.46-.39-8.23.75-10.86%2C3.66-7.47%2C2.14-11.1%2C12.66-11.61%2C17.2-.85%2C7.57%2C1.73%2C12.36%2C1.85%2C12.58l1.72%2C2.97c.18.32.54.5.9.47.37-.03.68-.27.8-.62l1.32-3.65c.06-.16.07-.34.04-.5-.02-.12-2.28-11.91%2C3.69-19.16.33-.4.27-1-.13-1.33-.4-.33-1-.27-1.33.13-6.09%2C7.39-4.47%2C18.55-4.13%2C20.46l-.55%2C1.51-.7-1.2c-.11-.2-2.38-4.62-1.61-11.44.53-4.67%2C4.14-14.06%2C10.49-15.66.19-.05.37-.16.49-.31%2C2.12-2.54%2C6.43-3.56%2C9.4-3.23%2C8.13.91%2C13.94%2C4.43%2C17.27%2C10.47%2C2.5%2C4.52%2C3.1%2C9.7%2C2.83%2C13.08l-.13.5c.45.92.92%2C1.79%2C1.24%2C2.71l.73-2.81c.01-.05.02-.11.03-.16.31-3.65-.33-9.3-3.05-14.23Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M72.19%2C35.1s-2.51-3-3.54-5.99c-1.03-2.99-1.12-4.5-1.12-4.51-.02-.52-.46-.92-.98-.9-.52.02-.92.46-.9.98%2C0%2C.07.09%2C1.75%2C1.22%2C5.05.57%2C1.64%2C1.49%2C3.24%2C2.3%2C4.45-1.77-.88-4.18-3.08-5.76-8.51-1.12-3.86-2.86-5.48-2.93-5.55-.38-.35-.97-.32-1.33.06-.24.26-.3.62-.2.94-3.85.1-6.41-.73-6.44-.74-.02%2C0-.05-.01-.07-.02-.01%2C0-.03-.01-.04-.01-.06-.01-5.84-1.23-7.48-7.58-.13-.5-.65-.81-1.15-.68-.5.13-.81.65-.68%2C1.15%2C1.08%2C4.18%2C3.65%2C6.47%2C5.77%2C7.69-1.62.06-3.71-.21-5.76-1.45-3.76-2.26-5.39-7.52-5.57-10.49-.03-.52-.48-.92-1-.89-.52.03-.92.48-.89%2C1%2C.17%2C2.9%2C1.75%2C9.15%2C6.48%2C12%2C4.45%2C2.68%2C8.89%2C1.56%2C10.12%2C1.17.94.26%2C3.88.96%2C7.9.68.06.05.13.11.2.18.41.74.87%2C1.75%2C1.25%2C3.06%2C3.14%2C10.8%2C9.67%2C10.48%2C9.94%2C10.46.03%2C0%2C.07%2C0%2C.1-.01.31-.06.58-.27.71-.56.14-.33.08-.71-.15-.98Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M30.61%2C35.71l-.65-3.35c-2.07-.39-5.26.66-4.16%2C6.32.97%2C5.01%2C5.09%2C7.06%2C7.37%2C6.95l-1.21-3.68-1.35-6.25Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M33.34%2C46.56s-.08.01-.12.01c-2.74.14-7.29-2.22-8.35-7.71-.55-2.85-.16-4.96%2C1.16-6.28%2C1.01-1.02%2C2.55-1.45%2C4.11-1.15.38.07.68.37.75.75l.65%2C3.35c.1.51-.24%2C1.01-.75%2C1.11-.52.1-1.01-.24-1.11-.75l-.51-2.66c-.53%2C0-1.25.13-1.81.69-.84.84-1.06%2C2.42-.64%2C4.59.7%2C3.61%2C3.19%2C5.44%2C5.08%2C6l-.74-2.25c-.16-.5.11-1.03.6-1.19.5-.17%2C1.03.11%2C1.19.6l1.21%2C3.68c.09.28.05.59-.12.83-.14.21-.37.35-.61.4Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M50.5%2C40.77c-.16-.13-.49.1-.96.2-.47.07-.86-.04-.97.14-.11.18.19.95%2C1.13.81.94-.19.96-1.01.79-1.15Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M39.47%2C32.01c.32-.48.78-.8%2C1.25-.89.37-.07.78.02%2C1.16.27.54.34.94.93%2C1.05%2C1.53.1.55-.06%2C1.18-.44%2C1.68-.3.39-.67.65-1.07.72-.01%2C0-.03%2C0-.04%2C0-.88.14-2-.77-2.26-1.84-.11-.45.02-1%2C.35-1.48Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M36.82%2C34.95h0c-.46%2C0-.83-.37-.83-.84%2C0-1.28.81-3.88%2C3.86-4.52%2C2.17-.46%2C3.59%2C1.21%2C3.65%2C1.28.3.36.25.89-.11%2C1.18-.35.29-.88.25-1.18-.1-.04-.05-.85-.96-2.02-.71-2.42.51-2.52%2C2.64-2.52%2C2.88%2C0%2C.46-.38.83-.84.83Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M57.95%2C28.68c-.47-.34-1.01-.49-1.48-.41-.37.06-.72.29-1%2C.65-.39.51-.57%2C1.19-.46%2C1.8.09.55.46%2C1.09.99%2C1.43.41.27.86.38%2C1.26.31.01%2C0%2C.03%2C0%2C.04%2C0%2C.87-.17%2C1.61-1.41%2C1.49-2.5-.05-.46-.36-.93-.83-1.27Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M52.75%2C30.93c-.07%2C0-.13%2C0-.2-.02-.45-.11-.72-.55-.62-1%2C.02-.09.55-2.27%2C2.85-2.99%2C2.5-.79%2C4.2.88%2C4.75%2C1.87.22.41.08.92-.33%2C1.14-.41.22-.92.08-1.14-.33-.09-.16-1-1.64-2.77-1.08-1.37.43-1.71%2C1.73-1.72%2C1.78-.1.38-.44.64-.82.64Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M35.46%2C29.44c-.21%2C0-.41-.09-.56-.26-.26-.31-.23-.77.08-1.03.12-.1%2C2.89-2.44%2C6.93-2.16.4.03.71.38.68.78-.03.4-.38.71-.78.68-3.41-.24-5.85%2C1.79-5.87%2C1.81-.14.12-.31.17-.48.17Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M51.64%2C25.67c-.26%2C0-.52-.14-.65-.39-.19-.36-.05-.8.31-.99%2C3.48-1.82%2C6.92-.66%2C7.06-.61.38.13.58.55.45.94-.13.38-.55.58-.94.45-.03%2C0-2.99-1-5.9.52-.11.06-.23.08-.34.08Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M50.74%2C48.53c-.34%2C0-.65-.24-.72-.59-.08-.4.18-.78.58-.86l.33-.06c.4-.08.78.18.86.58.08.4-.18.78-.58.86l-.33.06s-.1.01-.14.01Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M86.09%2C78.45c-1.64-1.99-4.68-3.72-7.29-5.07%2C0%2C0-7.93-3.74-8.3-3.74-.81%2C0-14.11%2C3.59-15.45%2C4-.63.2-1.13.67-1.36%2C1.28-.56%2C1.52-1.83%2C4.26-3.79%2C4.26s-3.23-2.74-3.79-4.26c-.23-.62-.73-1.09-1.36-1.28-1.35-.42-14.65-4-15.45-4-.4%2C0-8.3%2C3.95-8.3%2C3.95-2.61%2C1.35-6.65%2C3.41-8.43%2C6.39-2.53%2C4.26-3.29%2C11.62-2.29%2C20.45.4%2C3.51.66%2C5.86.85%2C7.42h0c.14%2C1.18.24%2C1.91.31%2C2.35.07.44.49%2C2.93.49%2C2.93%2C0%2C0-1.36%2C3.01-1.08%2C4.75.39%2C2.49%2C1.81%2C11.94%2C7.75%2C15.88%2C4.71%2C3.12%2C22.33%2C3.36%2C22.33%2C3.36%2C0%2C0%2C.68%2C3.19%2C2.86%2C4.2%2C2.18%2C1.01%2C26.03-.21%2C29.85-.65%2C4.81-.56%2C7.84-1.49%2C9.89-4.29%2C2.05-2.8%2C2.85-9.54%2C4.71-25.48%2C1.86-15.94%2C2.38-26.94-2.16-32.45Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M49.99%2C142.65c-3.31%2C0-5.85-.13-6.59-.47-1.89-.87-2.81-2.99-3.18-4.12-3.4-.08-17.75-.59-22.13-3.5-4.12-2.73-6.86-8.25-8.15-16.4l-.02-.12c-.27-1.7.68-4.17%2C1.03-5.02l-.44-2.66c-.08-.45-.17-1.19-.32-2.4-.19-1.59-.46-3.98-.85-7.43-1.04-9.19-.18-16.67%2C2.41-21.04%2C1.88-3.16%2C5.96-5.27%2C8.66-6.67l.15-.08c8.12-4.05%2C8.47-4.05%2C8.73-4.05.21%2C0%2C.64%2C0%2C7.37%2C1.77.5.13.81.65.67%2C1.15-.13.5-.65.81-1.15.67-5.04-1.33-6.43-1.63-6.81-1.69-.9.35-5.1%2C2.4-7.96%2C3.83l-.14.07c-2.51%2C1.3-6.3%2C3.26-7.9%2C5.96-2.39%2C4.02-3.16%2C11.08-2.16%2C19.86.39%2C3.45.66%2C5.83.85%2C7.42.14%2C1.17.24%2C1.89.31%2C2.31l.49%2C2.93c.03.18%2C0%2C.37-.07.54-.48%2C1.07-1.18%2C3.15-1.01%2C4.21l.02.12c1.2%2C7.61%2C3.67%2C12.7%2C7.32%2C15.13%2C3.67%2C2.44%2C17%2C3.13%2C21.82%2C3.2.44%2C0%2C.82.32.91.75.16.76.91%2C2.88%2C2.33%2C3.54%2C1.98.83%2C24.91-.22%2C29.34-.73%2C4.41-.51%2C7.34-1.32%2C9.24-3.91%2C1.91-2.61%2C2.74-9.64%2C4.54-25.03%2C1.91-16.29%2C2.2-26.71-1.95-31.74-1.54-1.87-4.54-3.56-6.98-4.83-3.35-1.58-7.15-3.33-7.97-3.63-.44.07-2.1.43-8.22%2C2.07-.5.14-1.02-.16-1.16-.67-.14-.5.16-1.02.67-1.16%2C8-2.15%2C8.54-2.15%2C8.8-2.15s.58%2C0%2C8.7%2C3.83c.01%2C0%2C.02.01.03.02%2C2.77%2C1.43%2C5.83%2C3.18%2C7.58%2C5.31%2C4.6%2C5.58%2C4.38%2C15.96%2C2.37%2C33.16-1.9%2C16.21-2.68%2C22.92-4.89%2C25.93-2.3%2C3.13-5.74%2C4.11-10.54%2C4.67-1.88.22-15.35%2C1.04-23.77%2C1.04ZM29.5%2C70.55h0%2C0Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M33.66%2C128.04c-2.83%2C2.7-9.19%2C6.77-14.63%2C2.91-3.53-2.51-5.52-7.88-6.46-13.76-.2-1.23-.42-2.67-.63-4.05-.79-.97-1.64-1.87-2.19-1.97-1.21-.21-2.82.74-4.6%2C1.54-2.13.95-3.76%2C1.58-4.1%2C2.55-.58%2C1.64%2C1.5%2C2.16%2C2.78%2C1.93.65-.12%2C4.67-1.48%2C4.67-1.48l.79%2C1.48s-3.12.21-3.81.51c-.36.16-1.13%2C1.1-1.94%2C2.06-.73.87-1.52%2C1.72-1.78%2C2.52-.59%2C1.8%2C1.15%2C2.51%2C1.15%2C2.51%2C0%2C0-.83.9-.64%2C2.16.16%2C1.12%2C1.16%2C1.42%2C1.16%2C1.42%2C0%2C0-.48.85-.06%2C1.66.27.52.74%2C1.09%2C1.93.94%2C1.19-.15%2C3.13-1.85%2C3.13-1.85l3.8.45s3.17%2C4.39%2C6.92%2C7.48c4.08%2C3.36%2C12.3%2C1.53%2C12.3%2C1.53l12.36.1s1.16-2.25.36-5.98c-.81-3.73-3.23-4.28-3.23-4.28%2C0%2C0-4.79-.09-7.27-.37Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M45.08%2C132.5c-.92-4.27-3.82-4.98-3.95-5-.06-.01-.13-.02-.19-.02-.05%2C0-4.77-.1-7.18-.37-.28-.03-.55.06-.76.25-.76.73-7.6%2C6.96-13.43%2C2.82-3.71-2.63-5.35-8.6-6.07-13.13-.2-1.23-.42-2.67-.63-4.05-.03-.16-.09-.32-.2-.45-1.51-1.87-2.25-2.22-2.77-2.31-1.26-.22-2.65.44-4.12%2C1.13-.33.16-.67.32-1.02.47-.2.09-.4.18-.59.26-2.07.91-3.57%2C1.58-4.01%2C2.84-.29.82-.17%2C1.6.34%2C2.2.73.86%2C2.08%2C1.12%2C3.16%2C1.02-.18.21-.37.44-.59.7l-.51.6c-.69.81-1.41%2C1.65-1.7%2C2.53-.45%2C1.36.07%2C2.43.77%2C3.09-.23.51-.42%2C1.2-.3%2C2.02.12.8.53%2C1.35.96%2C1.71-.08.46-.08%2C1.06.22%2C1.66.72%2C1.41%2C1.97%2C1.57%2C2.89%2C1.45%2C1.15-.15%2C2.62-1.24%2C3.31-1.8l2.99.35c.83%2C1.11%2C3.6%2C4.66%2C6.84%2C7.32%2C2.17%2C1.79%2C5.32%2C2.25%2C7.98%2C2.25%2C2.45%2C0%2C4.5-.39%2C5.01-.5l12.26.1c.36%2C0%2C.68-.19.85-.51.05-.1%2C1.31-2.6.44-6.62ZM43.15%2C137.73l-11.7-.09c-.07%2C0-.14%2C0-.21.02-.08.02-7.81%2C1.69-11.49-1.34-3.61-2.97-6.73-7.26-6.76-7.3-.15-.21-.39-.35-.65-.39l-3.8-.45s-.07%2C0-.11%2C0c-.23%2C0-.45.08-.62.23-.7.61-2.02%2C1.55-2.64%2C1.63-.65.09-.8-.12-.96-.43-.12-.23-.05-.5%2C0-.66%2C1.56-1.36%2C3.4-2.88%2C3.91-3.19.42-.02%2C1.78.09%2C2.88.23.52.06.99-.3%2C1.05-.82.06-.52-.3-.99-.82-1.05-1.34-.16-3.05-.33-3.62-.18-.21.05-.69.18-4.26%2C3.27-.07-.09-.13-.21-.15-.37-.1-.7.31-1.26.39-1.36%2C1.48-1.36%2C3.25-2.92%2C3.75-3.28.45-.04%2C1.84%2C0%2C2.98.05.52.03.96-.37.99-.89.03-.52-.37-.96-.89-.99-3.13-.16-3.57-.01-3.71.03-.19.06-.57.19-3.89%2C3.22-.19-.22-.32-.55-.17-1.02.18-.53.77-1.22%2C1.34-1.9l.52-.61c.48-.57%2C1.12-1.34%2C1.37-1.51.41-.14%2C2.1-.33%2C3.47-.43.32-.02.61-.2.76-.48.16-.28.16-.62%2C0-.9l-.79-1.48c-.22-.41-.7-.6-1.14-.45-1.95.66-4.17%2C1.38-4.53%2C1.44-.71.13-1.51-.08-1.73-.34-.03-.04-.09-.1%2C0-.35.17-.49%2C1.67-1.16%2C3-1.74.19-.09.39-.17.6-.27.36-.16.71-.33%2C1.06-.49%2C1.13-.53%2C2.3-1.09%2C2.97-.98.06.03.48.24%2C1.48%2C1.44.2%2C1.3.41%2C2.65.59%2C3.8.78%2C4.9%2C2.59%2C11.36%2C6.84%2C14.38%2C5.22%2C3.71%2C11.53.93%2C15.51-2.69%2C2.35.22%2C6.04.31%2C6.79.33.36.13%2C1.87.82%2C2.46%2C3.54.5%2C2.34.16%2C4.03-.08%2C4.84Z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M36.93%2C123.95c-.15%2C0-.3-.04-.44-.11-.46-.24-.64-.81-.4-1.28l8.1-15.39c.24-.46.81-.64%2C1.27-.4s.64.81.4%2C1.28l-8.1%2C15.39c-.17.32-.5.5-.84.5Z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M34.54%2C96.38s3.65-5.41%2C4.55-8.75c1.46-5.43.8-15.64%2C1.05-17.25.25-1.61%2C1.1-3.53%2C1.77-6.44.51-2.23.74-3.83%2C1.2-4.4.55-.68%2C1.39-1.31%2C3.6-2.45%2C2.11-1.08%2C3.95-2.08%2C4.87-2.11%2C1.43-.05%2C1.8.98%2C1.34%2C2.06-.47%2C1.08-2.28%2C2.21-3.58%2C3.1-1.27.87-2.45%2C1.65-2.45%2C1.65l-1.06%2C5.23s5.84-2.84%2C7.2-2.74c.7.05%2C1.86%2C1.41%2C3.07%2C2.68%2C1.15%2C1.21%2C2.37%2C2.34%2C2.42%2C2.93.11%2C1.23-.96%2C2.78-.96%2C2.78%2C0%2C0%2C.7%2C1.29.47%2C2.6-.22%2C1.31-1.17%2C2.29-1.17%2C2.29%2C0%2C0-.66%2C1.42-1.19%2C2.77-.46%2C1.19-.23%2C2.22-1.23%2C2.82-1%2C.59-1.74-.17-1.74-.17%2C0%2C0-1.05%2C5.25-1.32%2C6.14-.28.97-1.17%2C3.38-1.17%2C3.38l-4.39%2C10.15s-4.12.83-7.38-1c-3.81-2.15-3.92-5.27-3.92-5.27Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M59.47%2C69.81c-.07-.78-.75-1.51-2.04-2.84-.21-.21-.42-.44-.64-.66-.16-.17-.33-.35-.49-.52-1.42-1.52-2.27-2.38-3.19-2.45-1.1-.08-3.97%2C1.11-5.98%2C2.02l.61-3.01c.44-.29%2C1.27-.85%2C2.13-1.44.14-.1.29-.2.45-.3%2C1.38-.93%2C2.94-1.99%2C3.47-3.2.39-.9.35-1.79-.1-2.45-.25-.37-.86-.98-2.14-.93-1%2C.04-2.37.72-4.71%2C1.93l-.55.28c-2.19%2C1.13-3.22%2C1.83-3.91%2C2.7-.49.61-.71%2C1.66-1.05%2C3.25-.1.47-.21.98-.34%2C1.53-.32%2C1.41-.69%2C2.58-1.01%2C3.61-.34%2C1.08-.63%2C2.01-.77%2C2.89-.08.53-.08%2C1.56-.07%2C3.48.02%2C3.73.04%2C9.97-.96%2C13.67-.85%2C3.15-4.39%2C8.41-4.42%2C8.47-.11.16-.17.36-.16.56%2C0%2C.15.17%2C3.68%2C4.4%2C6.06%2C1.89%2C1.06%2C4%2C1.31%2C5.59%2C1.31%2C1.37%2C0%2C2.35-.19%2C2.43-.21.3-.06.56-.27.68-.55l4.39-10.15s.01-.03.02-.05c.04-.1.9-2.45%2C1.19-3.44.2-.67.77-3.46%2C1.1-5.09.46.06.98-.01%2C1.53-.34%2C1.03-.61%2C1.22-1.55%2C1.37-2.31.07-.34.13-.65.26-.97.42-1.08.93-2.21%2C1.11-2.59.31-.35%2C1.08-1.35%2C1.3-2.66.18-1.08-.11-2.1-.34-2.69.37-.64.94-1.83.84-2.93ZM51.7%2C83.18c-.04.18-.08.38-.12.59-.09-.27-.2-.54-.31-.8-.57-1.27-1.15-2.19-1.47-2.67l.38-1.72%2C1.07.05c-.06.75-.13%2C1.74-.14%2C2.26-.01%2C1.05.34%2C1.85.6%2C2.3ZM54.8%2C79.99c-.18.47-.27.9-.35%2C1.29-.14.7-.21.9-.48%2C1.06-.21.12-.4.12-.57%2C0-.11-.16-.42-.68-.41-1.43%2C0-.82.21-3.07.22-3.09.02-.26-.06-.51-.23-.71-.17-.19-.41-.31-.67-.32l-2.84-.12c-.45-.02-.86.29-.96.74l-.64%2C2.9c-.06.27%2C0%2C.56.18.78%2C0%2C0%2C.76.99%2C1.51%2C2.66%2C1.17%2C2.61.66%2C5.89.65%2C5.94%2C0%2C.03%2C0%2C.06%2C0%2C.09-.33.98-.78%2C2.19-.84%2C2.38l-4.17%2C9.64c-1.11.14-3.96.32-6.25-.97-2.68-1.51-3.27-3.49-3.4-4.21.79-1.2%2C3.67-5.7%2C4.49-8.74%2C1.07-3.95%2C1.04-10.1%2C1.02-14.17%2C0-1.49-.01-2.78.05-3.18.12-.74.39-1.62.71-2.62.33-1.07.71-2.27%2C1.05-3.76.13-.56.24-1.08.34-1.56.22-1.03.47-2.21.68-2.46.42-.53%2C1.12-1.08%2C3.3-2.2l.55-.29c1.54-.8%2C3.29-1.7%2C3.92-1.72.29-.01.47.05.51.11.05.07.07.3-.08.63-.31.71-1.74%2C1.68-2.79%2C2.39-.16.11-.31.21-.46.31-1.25.86-2.43%2C1.64-2.44%2C1.65-.21.14-.35.35-.4.6l-.94%2C4.66-1.27.35c-.5.14-.8.66-.66%2C1.16.12.42.5.69.91.69.08%2C0%2C.17-.01.25-.03l1.83-.5s0%2C0%2C.01%2C0c.05-.01.1-.03.15-.06%2C2.65-1.29%2C5.94-2.64%2C6.69-2.64h0c.38.14%2C1.35%2C1.17%2C1.99%2C1.86.16.18.33.35.5.53.22.23.44.46.65.68.55.56%2C1.37%2C1.41%2C1.51%2C1.73.01.3-.09.67-.23%2C1.03l-2.2-2.41c-.19-.21-.46-.32-.74-.31l-8.39.42c-.52.03-.92.47-.9.99.03.52.47.92.99.9l7.94-.39%2C2.71%2C2.97c.13.27.47%2C1.11.33%2C1.91-.05.28-.14.54-.25.77l-2.59-3.76c-.18-.27-.49-.42-.82-.41l-6.92.31c-.52.02-.92.46-.9.99.02.52.46.93.99.9l6.4-.29%2C2.78%2C4.03c-.24.54-.64%2C1.44-.99%2C2.34Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
  --shc-svg-psn-2:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2091.59%20148.68%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23202933%3B%7D.cls-2%7Bfill%3A%23ffebe1%3B%7D.cls-3%7Bfill%3A%23fff%3B%7D.cls-4%7Bfill%3A%238e8079%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cg%3E%3Cg%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M60.18%2C69.12c-2.24-2.36-2.61-4.35-2.61-9.25%2C0-3.79%2C2.1-9.68%2C2.1-9.68l-14.67%2C6.29-11.73-6.29v9.68c0%2C4.9-1.21%2C6.89-3.45%2C9.25-1.79%2C1.89-10.06%2C6.45-10.06%2C6.45l16.55%2C15.7h17.38l16.55-15.7s-8.27-4.56-10.06-6.45Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M53.69%2C92.21c-.25%2C0-.5-.1-.69-.29-.36-.38-.34-.98.04-1.33l15.62-14.82c-2.4-1.36-7.68-4.42-9.17-6-2.44-2.57-2.87-4.83-2.87-9.9%2C0-2.53.87-5.89%2C1.5-8l-12.76%2C5.47c-.26.11-.57.1-.82-.04l-10.34-5.55v8.11c0%2C5.06-1.25%2C7.3-3.71%2C9.9-1.49%2C1.57-6.77%2C4.64-9.17%2C6l15.62%2C14.82c.38.36.39.96.04%2C1.33-.36.38-.96.39-1.33.04l-16.55-15.7c-.22-.21-.33-.51-.29-.81.04-.3.22-.56.48-.71%2C2.27-1.25%2C8.45-4.81%2C9.83-6.27%2C2.21-2.33%2C3.19-4.13%2C3.19-8.6v-9.68c0-.33.17-.64.46-.81.29-.17.64-.18.93-.02l11.33%2C6.08%2C14.25-6.11c.34-.15.74-.08%2C1.02.18.27.26.37.65.24%2C1-.02.06-2.04%2C5.79-2.04%2C9.37%2C0%2C4.67.32%2C6.46%2C2.35%2C8.6%2C1.38%2C1.46%2C7.57%2C5.02%2C9.83%2C6.27.26.15.44.41.48.71.04.3-.07.6-.29.81l-16.55%2C15.7c-.18.17-.42.26-.65.26Z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M30.73%2C29.97l1.59-9.01c.46-2.6%2C1.56-5.04%2C3.21-7.1%2C3.15-3.93%2C9.06-9.17%2C17.38-7.74l.15.03c8.31%2C1.5%2C12.07%2C8.45%2C13.69%2C13.22.85%2C2.5%2C1.05%2C5.17.59%2C7.77l-1.59%2C9.01c2.07-.39%2C5.26.66%2C4.16%2C6.32-.97%2C5.01-5.09%2C7.06-7.37%2C6.95-.39.92-.84%2C1.81-1.34%2C2.58-3.24%2C4.84-10.52%2C9.39-15.81%2C9.87%2C0%2C0-.94.08-2.19-.14-1.25-.22-2.11-.62-2.11-.62-4.81-2.26-10.1-9.02-11.49-14.68-.21-.9-.33-1.89-.38-2.89-2.18-.67-5.36-4.01-4.55-9.05.91-5.69%2C4.27-5.59%2C6.08-4.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40.67%2C61.96c-5.05-2.37-10.55-9.39-12-15.32-.17-.72-.29-1.54-.36-2.44-2.51-1.16-5.4-4.76-4.58-9.86.46-2.86%2C1.54-4.71%2C3.23-5.5.93-.44%2C2.01-.5%2C3.05-.2l1.38-7.84c.49-2.76%2C1.66-5.36%2C3.4-7.53%2C2.96-3.68%2C9.27-9.63%2C18.28-8.08.02%2C0%2C.05%2C0%2C.08.02.03%2C0%2C.05%2C0%2C.08.01%2C9%2C1.63%2C12.89%2C9.37%2C14.41%2C13.84.89%2C2.63%2C1.11%2C5.48.62%2C8.24l-1.38%2C7.84c1.08.08%2C2.07.5%2C2.8%2C1.23%2C1.32%2C1.32%2C1.7%2C3.43%2C1.16%2C6.28-.98%2C5.07-4.92%2C7.47-7.68%2C7.7-.37.82-.77%2C1.55-1.18%2C2.18-3.39%2C5.07-10.95%2C9.78-16.52%2C10.28-.04%2C0-1.08.09-2.43-.15-1.35-.24-2.3-.67-2.35-.69ZM65.92%2C37.07c-.3.06-.62-.04-.84-.26-.22-.22-.32-.53-.27-.84l1.59-9.01c.43-2.44.24-4.97-.55-7.3-1.69-4.98-5.32-11.21-12.96-12.59-.02%2C0-.05%2C0-.07-.01-.02%2C0-.05%2C0-.07%2C0-7.66-1.32-13.19%2C3.3-16.49%2C7.4-1.54%2C1.92-2.59%2C4.23-3.02%2C6.67l-1.59%2C9.01c-.05.31-.25.56-.54.69-.28.13-.61.11-.88-.05-.31-.18-1.4-.75-2.49-.24-1.07.5-1.82%2C1.92-2.17%2C4.09-.73%2C4.58%2C2.18%2C7.47%2C3.9%2C8%2C.38.12.64.46.66.85.06%2C1.03.18%2C1.94.35%2C2.71%2C1.31%2C5.36%2C6.44%2C11.92%2C10.96%2C14.05%2C0%2C0%2C.78.35%2C1.88.55%2C1.1.19%2C1.94.13%2C1.94.13%2C4.99-.45%2C12.05-4.87%2C15.11-9.44.44-.67.86-1.49%2C1.27-2.44.16-.36.52-.59.92-.57%2C1.8.09%2C5.52-1.63%2C6.4-6.19.42-2.16.2-3.75-.64-4.59-.38-.39-.85-.57-1.27-.64-.51-.09-.96-.03-1.15%2C0Z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M47.23%2C3.23c2.09-1.56%2C5.32-2.28%2C5.32-2.28l-.9%2C1.5s.01%2C0%2C.02%2C0c.01%2C0%2C.03%2C0%2C.04%2C0%2C.4-.02.79-.03%2C1.17-.02.9.02%2C1.78.11%2C2.63.25.03%2C0%2C.06%2C0%2C.08.01h0c9.53%2C1.67%2C15.89%2C10.63%2C16.4%2C11.9l-1.72-.55h0c1.51%2C2.47%2C2.01%2C4.17%2C2.45%2C6.2%2C2.02%2C9.24-3.25%2C17.39-3.25%2C17.39l-3.23%2C1.24-.5-2.72s-1.12-3.94-1.52-4.52c-.56-.81-4.96-5.28-7.63-8.62-.66.46.42%2C4.17.42%2C4.17%2C0%2C0-3.66-.58-5.44-3.72-1.12-1.97-1.43-2.68-1.43-2.68%2C0%2C0-1.7-3.22-1.74.56-.02%2C1.92.89%2C3.72.89%2C3.72%2C0%2C0-8.63-3.92-5.61-12.85l-3.74%2C1.55c-2.87%2C2.5-4.84%2C9.79-6.32%2C12.84-1.91%2C3.94-2.89%2C3.4-2.89%2C3.4l-2.1%2C1.89-1.91-1.78s-2.15-14.58%2C9.35-23.26c4.27-3.22%2C9.47-4.03%2C11.15-3.59Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M65.79%2C39.69c-.24-.14-.42-.38-.47-.65l-.5-2.68c-.5-1.76-1.17-3.86-1.38-4.2-.19-.27-1.12-1.28-2.1-2.34-1.1-1.19-2.47-2.68-3.74-4.14.09.4.2.82.31%2C1.22.09.31.02.65-.2.89-.21.24-.54.36-.86.31-.17-.03-4.13-.69-6.11-4.19-.87-1.53-1.26-2.32-1.4-2.62%2C0%2C.02%2C0%2C.03%2C0%2C.05-.02%2C1.65.78%2C3.27.79%2C3.28.18.36.12.79-.16%2C1.08-.28.29-.71.37-1.07.21-.09-.04-9.37-4.38-6.11-14.01.17-.49.7-.76%2C1.2-.59.49.17.76.7.59%2C1.2-1.8%2C5.32.91%2C8.66%2C3.02%2C10.36-.09-.48-.15-1.01-.14-1.54.01-.79.03-2.45%2C1.22-2.73%2C1.02-.25%2C1.82.82%2C2.31%2C1.75.01.02.02.04.03.06%2C0%2C0%2C.32.71%2C1.38%2C2.59.85%2C1.51%2C2.23%2C2.35%2C3.29%2C2.79-.61-2.86.06-3.33.37-3.54.41-.28.97-.2%2C1.28.19%2C1.57%2C1.97%2C3.78%2C4.37%2C5.4%2C6.12%2C1.32%2C1.43%2C2.02%2C2.19%2C2.27%2C2.55.42.62%2C1.22%2C3.27%2C1.65%2C4.8%2C0%2C.03.01.06.02.09l.3%2C1.6%2C1.87-.72c.83-1.41%2C4.69-8.55%2C2.96-16.42-.41-1.86-.84-3.47-2.33-5.91-.23-.37-.17-.85.14-1.16.09-.09.2-.16.31-.21-2.24-2.9-7.46-8.3-14.47-9.54%2C0%2C0-.02%2C0-.02%2C0%2C0%2C0-.02%2C0-.03%2C0h-.01s-.02%2C0-.02%2C0c-.83-.14-1.67-.22-2.5-.24-.38-.01-.74%2C0-1.09.02%2C0%2C0-.01%2C0-.02%2C0h-.03s-.01%2C0-.02%2C0c-.35.02-.67-.15-.85-.45-.08-.14-.13-.29-.14-.45-.95.35-2.05.84-2.91%2C1.49-.23.17-.52.23-.8.16-1.23-.32-6.11.24-10.34%2C3.43-4.56%2C3.44-7.46%2C8.23-8.62%2C14.24-.72%2C3.75-.51%2C6.84-.41%2C7.81l1.02.95%2C1.45-1.31c.2-.18.47-.27.74-.24.19-.12.87-.66%2C1.94-2.87.41-.85.89-2.11%2C1.39-3.44%2C1.31-3.46%2C2.95-7.77%2C5.16-9.7.39-.34.99-.3%2C1.33.09.34.39.3.99-.09%2C1.33-1.86%2C1.62-3.4%2C5.69-4.64%2C8.95-.54%2C1.43-1.01%2C2.67-1.46%2C3.59-1.11%2C2.29-2.13%2C3.56-3.12%2C3.87-.1.03-.19.05-.27.06l-1.82%2C1.63c-.36.33-.92.32-1.28-.01l-1.91-1.78c-.16-.15-.26-.34-.29-.55-.02-.16-.55-3.86.37-8.69%2C1.22-6.42%2C4.45-11.77%2C9.34-15.46%2C4.06-3.07%2C9.12-4.16%2C11.5-3.84C49.22.73%2C52.21.05%2C52.35.02c.37-.08.75.06.97.37.22.31.24.71.04%2C1.04l-.04.06c.77.03%2C1.56.12%2C2.34.25h.07s.06.02.09.03c9.58%2C1.71%2C16.32%2C10.67%2C17.04%2C12.46.14.34.06.73-.18.99-.14.15-.33.25-.52.29.82%2C1.7%2C1.17%2C3.08%2C1.48%2C4.52%2C2.08%2C9.51-3.15%2C17.76-3.37%2C18.1-.11.17-.27.3-.45.37l-3.23%2C1.24c-.16.06-.34.08-.5.05-.1-.02-.2-.05-.3-.11ZM31.19%2C29.14s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0ZM31.18%2C29.14s0%2C0%2C0%2C0h0Z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M65.1%2C39.49l.65-3.35c2.07-.39%2C5.26.66%2C4.16%2C6.32-.97%2C5.01-5.09%2C7.06-7.37%2C6.95l1.21-3.68%2C1.35-6.25Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M62.37%2C50.35s.08.01.12.01c2.74.14%2C7.29-2.22%2C8.35-7.71.55-2.85.16-4.96-1.16-6.28-1.01-1.02-2.55-1.45-4.11-1.15-.38.07-.68.37-.75.75l-.65%2C3.35c-.1.51.24%2C1.01.75%2C1.11%2C0%2C0%2C.01%2C0%2C.02%2C0%2C.51.09.99-.24%2C1.09-.75l.51-2.66c.53%2C0%2C1.25.13%2C1.81.69.84.84%2C1.06%2C2.42.64%2C4.59-.7%2C3.61-3.19%2C5.44-5.08%2C6l.74-2.25c.16-.5-.11-1.03-.6-1.19-.49-.16-1.03.11-1.19.6l-1.21%2C3.68c-.09.28-.05.59.12.83.14.21.37.35.61.4Z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M30.73%2C29.97l-.54%2C3.37-.87%2C6.33-.12%2C3.87c-2.18-.67-5.36-4.01-4.55-9.05.91-5.69%2C4.27-5.59%2C6.08-4.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.04%2C44.47c.25.04.51-.01.71-.16.24-.17.39-.44.39-.74l.12-3.87c.02-.52-.39-.96-.91-.97-.52-.02-.96.39-.97.91l-.07%2C2.37c-1.59-1.17-3.3-3.74-2.72-7.38.35-2.17%2C1.1-3.59%2C2.17-4.09.72-.34%2C1.44-.21%2C1.93-.03l-.43%2C2.67c-.08.51.27%2C1.01.78%2C1.08.51.08%2C1-.27%2C1.08-.78l.54-3.37c.06-.38-.12-.76-.45-.96-1.36-.81-2.96-.93-4.26-.32-1.69.79-2.78%2C2.64-3.23%2C5.5-.88%2C5.53%2C2.58%2C9.3%2C5.21%2C10.1.04.01.08.02.11.03Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M47.4%2C44.85c-.13-.22-.62-.09-1.21-.18-.59-.12-1-.41-1.2-.25-.21.17-.18%2C1.2.99%2C1.43%2C1.18.18%2C1.56-.78%2C1.42-1.01Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M47.48%2C35.19c-.08%2C0-.16-.01-.23-.04-.38-.13-.59-.54-.46-.93.02-.07.6-1.96-1.12-3.53-.3-.27-.32-.74-.05-1.04.27-.3.74-.32%2C1.04-.05%2C2.43%2C2.22%2C1.56%2C4.96%2C1.52%2C5.07-.1.31-.39.5-.7.5Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.55%2C29.19c-.11%2C0-.23-.03-.33-.08-2.6-1.33-5.77-1.35-5.8-1.35-.41%2C0-.73-.33-.73-.73%2C0-.41.33-.73.73-.73.14%2C0%2C3.54.02%2C6.47%2C1.51.36.18.5.63.32.99-.13.25-.39.4-.65.4Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M60.09%2C32.54c-.12%2C0-.25-.03-.36-.1-.03-.01-2.74-1.53-5.94-1.2-.4.04-.76-.25-.81-.65-.04-.4.25-.76.65-.81%2C3.69-.38%2C6.7%2C1.31%2C6.82%2C1.38.35.2.47.65.27%2C1-.14.24-.38.37-.64.37Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M37.94%2C31.89c.44-.32.95-.46%2C1.4-.39.35.05.68.27.95.61.37.48.53%2C1.13.44%2C1.7-.09.52-.44%2C1.03-.93%2C1.35-.39.25-.81.36-1.19.29-.01%2C0-.03%2C0-.04%2C0-.83-.16-1.52-1.33-1.41-2.36.05-.43.34-.88.79-1.2Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M56.43%2C35.14c-.31-.45-.74-.76-1.18-.84-.35-.07-.74.02-1.1.25-.51.32-.89.88-.99%2C1.45-.1.52.06%2C1.11.42%2C1.59.28.37.64.61%2C1.02.68.01%2C0%2C.03%2C0%2C.04%2C0%2C.83.13%2C1.89-.73%2C2.13-1.74.1-.42-.02-.94-.33-1.39Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M42.69%2C34.47c-.36%2C0-.69-.23-.8-.59%2C0-.03-.5-1.51-1.67-1.89-1.75-.56-2.44.47-2.52.59-.23.4-.74.54-1.14.31-.4-.23-.54-.75-.31-1.15.46-.82%2C2-2.16%2C4.49-1.35%2C2.01.65%2C2.72%2C2.9%2C2.75%2C2.99.14.44-.11.91-.56%2C1.05-.08.03-.17.04-.25.04Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M59.17%2C37.58c-.41%2C0-.77-.3-.83-.72-.01-.07-.34-1.9-2.61-2.43-.66-.16-1.27.25-1.28.25-.38.26-.9.16-1.16-.22-.26-.38-.17-.89.2-1.16.12-.09%2C1.24-.83%2C2.63-.51%2C3.4.81%2C3.87%2C3.7%2C3.89%2C3.82.07.46-.25.88-.71.95-.04%2C0-.08%2C0-.12%2C0Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.69%2C53c-.17%2C0-.35-.06-.49-.18-.03-.02-.89-.72-2.31-.28-.39.12-.8-.1-.92-.49-.12-.39.1-.8.49-.92%2C2.23-.69%2C3.65.53%2C3.71.59.3.27.33.73.06%2C1.04-.15.16-.35.25-.55.25Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M12.5%2C75.52c7.25-3.11%2C15.5-6.65%2C15.5-6.65l1.98-5.49%2C3.06-.3-.4%2C1.67s1%2C1.05%2C2.86%2C2.4c1.37.99%2C4.61%2C1.41%2C5.93%2C2.07.5.25.87.69%2C1.05%2C1.22l.34%2C2.79.18%2C1.46%2C2.59%2C4.48%2C2.5-3.48.48-2.67.25-1.37c.13-.64.55-1.18%2C1.14-1.47%2C1.07-.52%2C2.88-1.43%2C5.15-3.05%2C1.98-1.41%2C3.4-2.98%2C4.17-3.92.34-.42.99-.41%2C1.32.02l3.06%2C4.04s12.98%2C6.09%2C13.3%2C6.24c6.17%2C2.88%2C13.19%2C6.01%2C12.52%2C17.76-.49%2C8.51-.41%2C18.5-1.83%2C29.07-1.41%2C10.58-2.18%2C14.12-6.01%2C18.32-6.71%2C7.37-17.53%2C5.01-22.47.58%2C0%2C0-.34%2C8.48-3.51%2C8.48h-30.9c-6.87%2C0-15.66.68-17.99-7.81-1.1-3.99-2.48-14.97-3.54-23.58-1.23-9.95-1.74-17.22-2.22-23.86-.68-9.33%2C4.25-13.84%2C11.5-16.96Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.85%2C148.68c-6.43%2C0-13.8-.53-16-8.51-1.07-3.91-2.35-13.85-3.57-23.71-1.19-9.63-1.71-16.84-2.17-23.21l-.05-.7c-.79-10.93%2C6.03-15.3%2C12.07-17.89l15.13-6.49%2C1.84-5.11c.12-.34.43-.58.8-.62l3.06-.3c.3-.03.6.09.8.32.2.23.28.54.21.84l-.28%2C1.15c.43.4%2C1.24%2C1.11%2C2.37%2C1.94.66.48%2C2.04.84%2C3.25%2C1.17.98.26%2C1.91.51%2C2.54.83.73.37%2C1.27.99%2C1.52%2C1.77.02.06.03.12.04.18l.49%2C4.05%2C1.76%2C3.05%2C1.53-2.12.69-3.83s0-.01%2C0-.02c.19-.92.81-1.72%2C1.65-2.13%2C1.23-.59%2C2.9-1.47%2C5.02-2.97%2C1.94-1.38%2C3.33-2.94%2C3.98-3.74.35-.43.86-.68%2C1.41-.66.55%2C0%2C1.06.27%2C1.39.71l2.92%2C3.85c1.68.79%2C12.79%2C6.01%2C13.09%2C6.14l.21.1c6.04%2C2.81%2C13.55%2C6.31%2C12.85%2C18.58-.14%2C2.5-.24%2C5.11-.34%2C7.87-.23%2C6.46-.49%2C13.77-1.5%2C21.27-1.42%2C10.61-2.21%2C14.41-6.24%2C18.83-3.19%2C3.5-7.68%2C5.28-12.65%2C5.02-3.51-.19-7.02-1.37-9.71-3.24-.31%2C2.84-1.29%2C7.59-4.31%2C7.59h-30.9c-.46%2C0-.94%2C0-1.42%2C0-.49%2C0-.99%2C0-1.49%2C0ZM30.67%2C64.26l-1.78%2C4.93c-.09.25-.28.44-.52.55l-15.5%2C6.65c-8.22%2C3.53-11.49%2C8.32-10.93%2C16.02l.05.7c.46%2C6.34.98%2C13.53%2C2.16%2C23.11.89%2C7.23%2C2.39%2C19.34%2C3.52%2C23.44%2C1.98%2C7.21%2C9.25%2C7.16%2C15.66%2C7.12.48%2C0%2C.96%2C0%2C1.43%2C0h30.9c1.47%2C0%2C2.43-4.4%2C2.56-7.58.01-.37.24-.69.58-.83s.73-.08%2C1%2C.17c4.65%2C4.17%2C14.85%2C6.38%2C21.14-.52%2C3.58-3.93%2C4.33-7.08%2C5.77-17.81.99-7.41%2C1.25-14.68%2C1.48-21.09.1-2.77.19-5.39.34-7.91.63-10.98-5.67-13.92-11.76-16.76l-.21-.1c-.32-.15-12.77-6-13.3-6.24-.14-.06-.26-.16-.35-.28l-2.98-3.93c-.88%2C1.07-2.32%2C2.6-4.27%2C3.99-2.23%2C1.58-4%2C2.51-5.29%2C3.13-.32.15-.55.45-.62.8l-.73%2C4.03c-.03.14-.08.27-.16.38l-2.5%2C3.48c-.19.26-.5.41-.81.39-.32-.02-.61-.19-.77-.47l-2.59-4.48c-.06-.11-.1-.23-.12-.36l-.5-4.14c-.1-.26-.3-.47-.55-.59-.46-.23-1.33-.46-2.18-.69-1.44-.38-2.94-.78-3.88-1.46-1.9-1.38-2.95-2.47-2.99-2.51-.22-.23-.31-.56-.23-.87l.09-.38-1.14.11ZM12.5%2C75.52h0%2C0Z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M56.29%2C74.74c-.31%2C0-.61-.15-.79-.43-.28-.44-.16-1.02.28-1.31%2C2.94-1.91%2C4.74-3.81%2C4.75-3.83.36-.38.95-.4%2C1.33-.04.38.36.4.95.04%2C1.33-.08.08-1.97%2C2.08-5.1%2C4.12-.16.1-.34.15-.51.15Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M44.76%2C87.81c-.93%2C0-1.68-.75-1.68-1.68s.75-1.68%2C1.68-1.68%2C1.68.75%2C1.68%2C1.68-.75%2C1.68-1.68%2C1.68ZM44.76%2C85.72c-.23%2C0-.42.19-.42.42s.19.42.42.42.42-.19.42-.42-.19-.42-.42-.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.61%2C145.62c-.46%2C0-.86-.33-.93-.79-1.51-9.4%2C2.51-14.35%2C2.68-14.55.33-.4.93-.45%2C1.33-.12.4.33.45.93.12%2C1.33-.03.04-3.64%2C4.55-2.27%2C13.04.08.51-.27%2C1-.78%2C1.08-.05%2C0-.1.01-.15.01Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M53.49%2C106.09c-.44%2C0-.83-.31-.92-.76-.1-.51.23-1.01.74-1.11%2C7.14-1.43%2C10.27-7.93%2C10.3-7.99.22-.47.78-.67%2C1.25-.45.47.22.68.78.46%2C1.25-.14.3-3.55%2C7.43-11.64%2C9.05-.06.01-.12.02-.19.02Z%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M55.4%2C145.42h23.6c3.78%2C0%2C4.29-1.21%2C5.16-2.52.87-1.31%2C2.39-4.23%2C2.39-4.23%2C0%2C0%2C.95-1.09%2C1.65-2.53.7-1.45.58-3.93.58-3.93%2C0%2C0%2C1.86-5.35%2C1.86-7.31s-2.82-5.89-2.82-5.89l-1%2C5.61-2.42%2C4.01-3.61.93-.38-2.02s2-4.1%2C3.09-5.66%2C2.49-4.04.9-5.19-3.41.69-4.76%2C2.16c-1.35%2C1.48-4.84%2C5.76-4.84%2C5.76%2C0%2C0-4.32.81-6.34%2C2.36-1.45%2C1.11-4.2%2C5-4.2%2C5h-6.76s-2.45%2C1.61-3.14%2C6.66c-.68%2C5.04%2C1.04%2C6.77%2C1.04%2C6.77Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M79.01%2C146.36h-23.6c-.25%2C0-.49-.1-.67-.28-.21-.21-2.03-2.21-1.31-7.56.73-5.41%2C3.44-7.24%2C3.55-7.32.15-.1.33-.16.52-.16h6.27c.78-1.07%2C2.83-3.82%2C4.11-4.81%2C1.85-1.42%2C5.29-2.24%2C6.4-2.47.79-.96%2C3.49-4.26%2C4.66-5.54%2C1.19-1.3%2C3.66-4%2C6.01-2.29%2C1.17.85%2C2%2C2.66-.68%2C6.5-.87%2C1.25-2.41%2C4.31-2.87%2C5.25l.14.72%2C2.26-.58%2C2.13-3.53.97-5.43c.07-.37.35-.67.72-.75.37-.08.75.06.98.37.31.43%2C3%2C4.24%2C3%2C6.44%2C0%2C1.92-1.5%2C6.41-1.85%2C7.45.02.67.01%2C2.77-.68%2C4.19-.64%2C1.31-1.46%2C2.35-1.71%2C2.65-.27.52-1.59%2C3.01-2.4%2C4.22-.06.09-.11.17-.17.26-1.02%2C1.57-2.03%2C2.68-5.78%2C2.68ZM55.89%2C144.47h23.12c3.01%2C0%2C3.48-.73%2C4.19-1.82.06-.09.12-.18.18-.27.83-1.25%2C2.33-4.11%2C2.34-4.14.03-.07.08-.13.13-.18%2C0%2C0%2C.88-1.02%2C1.51-2.32.48-1%2C.51-2.84.48-3.47%2C0-.12.01-.24.05-.36.5-1.45%2C1.81-5.53%2C1.81-7%2C0-.76-.64-2.11-1.37-3.36l-.58%2C3.24c-.02.11-.06.22-.12.32l-2.42%2C4.01c-.13.21-.33.36-.57.43l-3.61.93c-.25.07-.52.02-.74-.12-.22-.14-.37-.36-.42-.62l-.38-2.02c-.04-.2-.01-.41.08-.59.08-.17%2C2.05-4.19%2C3.16-5.79.66-.94%2C2.08-3.19%2C1.12-3.88-.7-.51-1.72.08-3.51%2C2.04-1.32%2C1.44-4.77%2C5.68-4.8%2C5.72-.14.17-.34.29-.56.33-.04%2C0-4.12.79-5.94%2C2.18-1.09.84-3.26%2C3.75-4%2C4.8-.18.25-.46.4-.77.4h-6.43c-.53.48-2.04%2C2.15-2.54%2C5.84-.46%2C3.37.24%2C5.08.59%2C5.7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M57.77%2C124c-.35%2C0-.69-.2-.85-.54l-10.08-21c-.23-.47-.03-1.03.44-1.26.47-.23%2C1.03-.03%2C1.26.44l10.08%2C21c.23.47.03%2C1.03-.44%2C1.26-.13.06-.27.09-.41.09Z%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M48.2%2C97.85l-5.5-8.73s-3.36-3.18-4.92-6.78c-1.18-2.72-1.45-3.22-1.45-3.22%2C0%2C0-3.82-.19-4.47-.73-.65-.53-1.78-2.82-1.68-4.21.16-2.22%2C1.69-2.94%2C1.69-2.94%2C0%2C0-.28-1.26.22-2.15.5-.89%2C1.35-1.34%2C1.35-1.34%2C0%2C0-.69-.88-.14-2.12.55-1.24%2C1.82-1.69%2C3.07-1.83%2C1.25-.15%2C4.61.37%2C4.61.37l-2.52-3.92s-1.17-.78-3.32-1.65c-1.9-.77-2.24-2.46-1.5-3.35.42-.5%2C1.38-.98%2C3.55-.39%2C1.66.45%2C3.49%2C1.29%2C4.16%2C1.68.67.38%2C2.42%2C3.11%2C3.68%2C4.69%2C2.33%2C2.91%2C4.48%2C4.99%2C4.48%2C4.99%2C0%2C0%2C1.02-2.4%2C2.04-3.88.4-.57%2C1.61-2.78%2C4.31-3.56%2C2.25-.65%2C3.22.94%2C2.9%2C1.9-.47%2C1.42-1.56%2C1.8-3.07%2C4.26-1.09%2C1.77-1.75%2C5.53-1.75%2C5.53%2C0%2C0-.64%2C9.74-.13%2C11.72.51%2C1.98%2C5.53%2C8.05%2C5.53%2C8.05%2C0%2C0%2C.13%2C2.49-4.04%2C5.53-4.16%2C3.05-7.12%2C2.08-7.12%2C2.08Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M60.29%2C90.19c-.01-.2-.09-.4-.22-.55-1.89-2.28-5.01-6.39-5.34-7.69-.34-1.33-.09-7.66.15-11.37.19-1.04.82-3.85%2C1.61-5.15.68-1.12%2C1.26-1.76%2C1.77-2.32.58-.65%2C1.09-1.21%2C1.39-2.13.26-.8.02-1.75-.62-2.41-.8-.84-2.06-1.09-3.44-.69-2.79.8-4.18%2C2.95-4.71%2C3.76-.04.07-.08.13-.12.17-.58.84-1.15%2C1.94-1.56%2C2.78-.83-.87-2.12-2.27-3.46-3.94-.44-.55-.95-1.26-1.44-1.94-1.21-1.68-1.93-2.65-2.51-2.98-.78-.44-2.71-1.31-4.39-1.77-2.66-.72-3.93-.02-4.53.7-.53.64-.71%2C1.49-.49%2C2.35.27%2C1.08%2C1.14%2C1.98%2C2.37%2C2.48%2C1.59.64%2C2.62%2C1.23%2C2.99%2C1.46l1.31%2C2.04c-1.01-.11-2.15-.19-2.83-.11-1.93.23-3.22%2C1.03-3.82%2C2.39-.37.83-.34%2C1.6-.18%2C2.18-.33.28-.7.68-.99%2C1.19-.41.73-.44%2C1.58-.4%2C2.16-.62.51-1.5%2C1.53-1.62%2C3.32-.12%2C1.71%2C1.15%2C4.29%2C2.02%2C5.01.66.54%2C2.68.79%2C4.46.91.2.44.57%2C1.25%2C1.19%2C2.69%2C1.5%2C3.44%2C4.49%2C6.46%2C5.05%2C7.01l5.44%2C8.64c.12.19.3.33.51.39.05.02.6.19%2C1.52.19%2C1.42%2C0%2C3.71-.41%2C6.45-2.4%2C4.45-3.25%2C4.44-6.04%2C4.42-6.34ZM54.75%2C95.01c-2.98%2C2.18-5.19%2C2.12-5.97%2C2l-5.29-8.4c-.04-.07-.09-.13-.15-.18-.03-.03-3.24-3.1-4.71-6.47-1.08-2.49-1.41-3.14-1.47-3.27l-1.41-2.9c-.13-.28-.39-.47-.7-.52l-.69-.11c-.51-.08-1%2C.27-1.08.78-.08.51.26%2C1%2C.78%2C1.08l.21.03.48%2C1c-1.07-.11-2.03-.26-2.33-.41-.41-.38-1.39-2.32-1.31-3.39.09-1.23.7-1.83%2C1-2.05l5.36.26s.03%2C0%2C.05%2C0c.5%2C0%2C.92-.39.94-.9.03-.52-.38-.96-.9-.99l-4.83-.24c0-.27.05-.56.17-.78.23-.41.58-.7.79-.85l4.48.1s.01%2C0%2C.02%2C0c.51%2C0%2C.93-.41.94-.92.01-.52-.4-.95-.92-.97l-4.17-.1c-.04-.2-.04-.48.11-.8.32-.71%2C1.08-1.13%2C2.32-1.28.92-.11%2C3.46.22%2C4.35.36.37.06.73-.11.93-.42.2-.31.2-.71%2C0-1.02l-2.52-3.92c-.07-.11-.16-.2-.27-.28-.05-.03-1.27-.84-3.49-1.74-.67-.27-1.12-.7-1.24-1.19-.07-.26-.03-.51.11-.68.12-.15.68-.6%2C2.58-.08%2C1.58.43%2C3.35%2C1.24%2C3.93%2C1.57.32.22%2C1.28%2C1.56%2C1.93%2C2.45.51.7%2C1.03%2C1.43%2C1.5%2C2.02%2C2.34%2C2.93%2C4.47%2C4.99%2C4.56%2C5.08.02.02.03.03.05.04%2C0%2C0%2C0%2C0%2C.01.01l.98.78c.17.14.38.21.59.21.28%2C0%2C.55-.12.74-.35.33-.41.26-1-.15-1.33l-.41-.33c.36-.79%2C1.02-2.14%2C1.66-3.07.04-.06.09-.13.14-.22.46-.71%2C1.53-2.36%2C3.65-2.97.69-.2%2C1.25-.13%2C1.56.18.18.19.22.41.18.51-.18.55-.49.89-1.01%2C1.46-.53.6-1.2%2C1.34-1.97%2C2.6-1.17%2C1.9-1.84%2C5.7-1.87%2C5.86%2C0%2C.03-.01.07-.01.1-.07%2C1.01-.63%2C9.94-.1%2C12.01.49%2C1.93%2C4.35%2C6.74%2C5.46%2C8.11-.14.65-.76%2C2.39-3.61%2C4.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-line-1:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2020%2010%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f39700%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20clip-path%3A%20url(%23clippath)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2210%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%0A%20%20%20%20%3Cg%20class%3D%22cls-3%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22cls-2%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%225%22%20ry%3D%225%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  --shc-svg-logo-k:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20485.87%2053.22%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23231815%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%20%20%20%3Cg%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M240.79%2C13.93c-3.76-9.29-5.05-10.23-14.26-10.23h-9.7l-4.27%2C18.91c-1.02%2C4.18-2.74%2C6.99-6.04%2C6.99v7.1c6.77%2C0%2C10.64-3.48%2C11.91-7.76l4.58-17.62h3.11c3.56%2C0%2C5%2C.57%2C7.13%2C5.66%2C6.31%2C15.12%2C11.71%2C35.9%2C27.09%2C35.9v-8.36c-9.17%2C0-15.17-19.75-19.56-30.59%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M297.27%2C42.08V3.64h-7.62v48.46c18.75-1.69%2C27.9-13.39%2C29.03-28.54h-7.81c-.85%2C6.52-4.28%2C16.19-13.59%2C18.54%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M275.24%2C19.05c0%2C15.93-3.84%2C21.29-7.74%2C25.24v8.92c8.7-5.31%2C15.36-13.39%2C15.36-34.73V3.69h-7.62v15.36Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M358.54%2C27.53c3.95-6.33%2C6.78-13.9%2C7.79-22.71h-38.97v7.34h29.31c-4.69%2C16.94-18.75%2C28.24-32.08%2C32.13v7.68c9.88-2.48%2C20.61-8.25%2C28.75-17.4%2C4.35%2C7.68%2C11.29%2C14.34%2C20.28%2C17.96v-8.36c-5.53-3.39-11.63-8.58-15.08-16.66%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M400.21%2C2h-7.79c-2.26%2C10.39-6.83%2C17.62-13.44%2C22.31v8.13c6.38-3.22%2C11.86-8.13%2C15.7-14.74h19.65c-1.19%2C15.59-8.53%2C25.3-25.64%2C27.9v7.06c21.24-2.03%2C32.13-14.57%2C33.72-34.96h9.37v-7.17h-33.77c.96-2.65%2C1.69-5.48%2C2.2-8.53%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M438.15%2C11.71h38.86c-1.41%2C7.91-6.04%2C13.44-14.46%2C15.64.28-2.09.45-4.35.45-6.78v-3.67h-7.57v3.28c0%2C13.78-5.53%2C20.84-15.48%2C24.68v7.45c9.15-2.43%2C16.66-7.68%2C20.45-17%2C12.88-2.2%2C24.85-10.39%2C25.47-29.48v-1.47h-47.72v7.34h0Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.36%2C21.95c-7.4-1.13-13.79-1.51-21.36-1.73v7.28c7.06.17%2C13.68.77%2C21.36%2C1.85%2C0%2C0%2C0-7.4%2C0-7.4Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.41%2C43.99v7.57c26.88-.39%2C44.1-10.79%2C46.42-39.36h-8.19c-2.37%2C22.65-14.01%2C30.95-38.23%2C31.8%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.87%2C5.52c-7.68-1.07-13.79-1.51-21.31-1.73v7.23c7.23.23%2C13.85.94%2C21.31%2C1.9v-7.4Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M103.51%2C10.84h-9.94V1.92h-7.85v8.92h-31.29v7.23h17.31c-2.56%2C9.14-7.71%2C20.33-17.76%2C25.3v7.85c13.61-4.8%2C21.77-16.53%2C25.89-33.15h5.85v34.68h7.85V18.07h9.94v-7.23h0Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M103.33%2C43.56v8.01c17.99-5.37%2C32.44-21.29%2C35.78-47.83h-8.53c-2.88%2C21.52-14.01%2C34.35-27.25%2C39.83%22%2F%3E%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22184.85%22%20width%3D%224.86%22%20height%3D%228.53%22%2F%3E%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22174.13%2018.13%20196.79%2018.13%20196.79%2010.9%20173.45%2010.9%20172.66%201.64%20164.76%201.64%20165.6%2010.9%20144.74%2011.1%20144.74%2018.33%20166.17%2018.13%20167.24%2029.82%20144.77%2029.82%20144.77%2036.99%20167.86%2036.99%20169.28%2052.92%20177.29%2052.92%20175.83%2036.99%20197%2036.99%20197%2029.82%20175.15%2029.82%20174.13%2018.13%22%2F%3E%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22192.08%22%20width%3D%224.86%22%20height%3D%228.53%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-logo:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20229.16%2078.41%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23231815%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23d80c24%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%20%20%20%3Cg%3E%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M146.38%2C65.13c-1.27-3.14-1.71-3.45-4.82-3.45h-3.28l-1.44%2C6.39c-.34%2C1.41-.92%2C2.36-2.04%2C2.36v2.4c2.29%2C0%2C3.59-1.18%2C4.02-2.62l1.55-5.95h1.05c1.2%2C0%2C1.69.19%2C2.41%2C1.91%2C2.13%2C5.11%2C3.96%2C12.12%2C9.15%2C12.12v-2.82c-3.1%2C0-5.13-6.67-6.6-10.33Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M165.46%2C74.64v-12.99h-2.58v16.37c6.33-.57%2C9.42-4.52%2C9.8-9.64h-2.64c-.29%2C2.2-1.44%2C5.47-4.59%2C6.26Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M158.02%2C66.87c0%2C5.38-1.3%2C7.19-2.61%2C8.53v3.01c2.94-1.79%2C5.19-4.52%2C5.19-11.73v-5h-2.58v5.19Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M186.15%2C69.73c1.34-2.14%2C2.29-4.69%2C2.63-7.67h-13.16v2.48h9.9c-1.58%2C5.72-6.33%2C9.54-10.83%2C10.85v2.59c3.34-.84%2C6.96-2.79%2C9.71-5.88%2C1.47%2C2.59%2C3.81%2C4.85%2C6.85%2C6.07v-2.82c-1.87-1.14-3.93-2.9-5.09-5.63Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M200.22%2C61.11h-2.63c-.76%2C3.51-2.31%2C5.95-4.54%2C7.53v2.75c2.16-1.09%2C4.01-2.75%2C5.3-4.98h6.64c-.4%2C5.27-2.88%2C8.55-8.66%2C9.42v2.38c7.17-.69%2C10.85-4.92%2C11.39-11.81h3.17v-2.42h-11.41c.32-.9.57-1.85.74-2.88Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M213.04%2C64.39h13.12c-.48%2C2.67-2.04%2C4.54-4.88%2C5.28.1-.71.15-1.47.15-2.29v-1.24h-2.56v1.11c0%2C4.65-1.87%2C7.04-5.23%2C8.34v2.52c3.09-.82%2C5.63-2.59%2C6.91-5.74%2C4.35-.74%2C8.39-3.51%2C8.6-9.96v-.5h-16.12v2.48Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M72.26%2C67.84c-2.5-.38-4.66-.51-7.22-.59v2.46c2.38.06%2C4.62.26%2C7.22.62v-2.5Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M65.53%2C75.29v2.56c9.08-.13%2C14.9-3.64%2C15.68-13.3h-2.77c-.8%2C7.65-4.73%2C10.45-12.91%2C10.74Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M72.44%2C62.29c-2.59-.36-4.66-.51-7.2-.59v2.44c2.44.08%2C4.68.32%2C7.2.64v-2.5Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M100.01%2C64.09h-3.36v-3.01h-2.65v3.01h-10.57v2.44h5.85c-.87%2C3.09-2.6%2C6.87-6%2C8.55v2.65c4.6-1.62%2C7.35-5.58%2C8.75-11.2h1.97v11.71h2.65v-11.71h3.36v-2.44Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.95%2C75.14v2.7c6.07-1.81%2C10.96-7.19%2C12.08-16.16h-2.88c-.97%2C7.27-4.73%2C11.6-9.2%2C13.45Z%22%2F%3E%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22127.49%22%20y%3D%2260.43%22%20width%3D%221.64%22%20height%3D%222.88%22%2F%3E%20%20%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22123.86%2066.55%20131.52%2066.55%20131.52%2064.11%20123.64%2064.11%20123.37%2060.98%20120.7%2060.98%20120.98%2064.11%20113.94%2064.18%20113.94%2066.62%20121.17%2066.55%20121.54%2070.5%20113.95%2070.5%20113.95%2072.92%20121.75%2072.92%20122.22%2078.3%20124.93%2078.3%20124.44%2072.92%20131.59%2072.92%20131.59%2070.5%20124.21%2070.5%20123.86%2066.55%22%2F%3E%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22129.93%22%20y%3D%2260.43%22%20width%3D%221.64%22%20height%3D%222.88%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M54.47%2C27.24c0%2C15.04-12.19%2C27.24-27.24%2C27.24S0%2C42.28%2C0%2C27.24%2C12.19%2C0%2C27.24%2C0s27.24%2C12.19%2C27.24%2C27.24ZM27.24%2C4.06C14.44%2C4.06%2C4.06%2C14.44%2C4.06%2C27.24s10.38%2C23.18%2C23.18%2C23.18%2C23.18-10.38%2C23.18-23.18S40.04%2C4.06%2C27.24%2C4.06Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M37.63%2C27.24c0-4.32%2C2.34-8.09%2C5.82-10.12-3.38-5.4-9.38-8.99-16.21-8.99s-12.83%2C3.59-16.21%2C8.99c3.49%2C2.03%2C5.83%2C5.8%2C5.83%2C10.12s-2.35%2C8.1-5.83%2C10.12c3.38%2C5.4%2C9.37%2C8.99%2C16.21%2C8.99s12.84-3.59%2C16.21-8.99c-3.48-2.03-5.82-5.8-5.82-10.12Z%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M79.61%2C19.81c-1.55-.64-3.5-1.01-5.23-1.01s-3.87.7-3.87%2C3.25c0%2C4.06%2C10.77%2C2.35%2C10.77%2C10.2%2C0%2C5.13-4.26%2C7.08-9.22%2C7.08-2.68%2C0-4.29-.39-6.07-.91v-4.23c1.69.87%2C3.85%2C1.44%2C5.79%2C1.44s4.36-.91%2C4.36-3.02c0-4.46-10.77-2.62-10.77-10.36%2C0-5.23%2C4.26-7.14%2C8.59-7.14%2C2.11%2C0%2C3.85.27%2C5.65.84v3.86Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M85.75%2C15.52h4.93v9.46h9.86v-9.46h4.93v23.41h-4.93v-10.26h-9.86v10.26h-4.93V15.52Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M110.74%2C15.52h4.93v23.41h-4.93V15.52Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M131.08%2C15.11c7.71%2C0%2C12.04%2C4.96%2C12.04%2C12.04s-4.26%2C12.17-12.04%2C12.17-12.04-5-12.04-12.17%2C4.22-12.04%2C12.04-12.04ZM131.08%2C35.64c5.03%2C0%2C6.9-4.26%2C6.9-8.49s-2.01-8.35-6.9-8.35-6.9%2C4.23-6.9%2C8.35%2C1.87%2C8.49%2C6.9%2C8.49Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M146.67%2C15.52h6.05l9.36%2C17.51h.07V15.52h4.72v23.41h-6.02l-9.4-17.51h-.07v17.51h-4.72V15.52Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M182.47%2C15.11c7.71%2C0%2C12.04%2C4.96%2C12.04%2C12.04s-4.26%2C12.17-12.04%2C12.17-12.04-5-12.04-12.17%2C4.22-12.04%2C12.04-12.04ZM182.47%2C35.64c5.03%2C0%2C6.9-4.26%2C6.9-8.49s-2.01-8.35-6.9-8.35-6.9%2C4.23-6.9%2C8.35%2C1.87%2C8.49%2C6.9%2C8.49Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M218.67%2C20.04c-2.22-.84-4.84-1.24-6.81-1.24-5.74%2C0-8.9%2C3.69-8.9%2C8.49s3.1%2C8.35%2C8.34%2C8.35c1.34%2C0%2C2.39-.13%2C3.24-.34v-6.1h-4.47v-3.69h9.18v12.61c-2.6.67-5.31%2C1.21-7.95%2C1.21-7.95%2C0-13.48-3.79-13.48-11.71s5.14-12.51%2C13.48-12.51c2.85%2C0%2C4.94.37%2C7.38.97v3.96Z%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M223.87%2C15.52h4.93v23.41h-4.93V15.52Z%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-sec-1:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050.84%2066.33%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23f39700%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%20%20%20%3Cg%20id%3D%22_10%22%20data-name%3D%2210%22%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.68%2C52.6V18.89c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v33.71c0%2C.9.73%2C1.63%2C1.63%2C1.63s1.63-.73%2C1.63-1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.7%2C45.53v-20.66c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v20.66c0%2C.9.73%2C1.63%2C1.63%2C1.63s1.63-.73%2C1.63-1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M3.26%2C41.18v-14.14c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v14.14c0%2C.9.73%2C1.63%2C1.63%2C1.63s1.63-.73%2C1.63-1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M47.57%2C28.4v14.14c0%2C.9.73%2C1.63%2C1.63%2C1.63s1.63-.73%2C1.63-1.63v-14.14c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M42.95%2C47.71c.9%2C0%2C1.63-.73%2C1.63-1.63v-20.66c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v20.66c0%2C.9.73%2C1.63%2C1.63%2C1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.48%2C64.7V1.63c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v63.07c0%2C.9.73%2C1.63%2C1.63%2C1.63s1.63-.73%2C1.63-1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25.28%2C58.58c.9%2C0%2C1.63-.73%2C1.63-1.63V10.19c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v46.76c0%2C.9.73%2C1.63%2C1.63%2C1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M32.62%2C53.68V16.71c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v36.97c0%2C.9.73%2C1.63%2C1.63%2C1.63s1.63-.73%2C1.63-1.63Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36.97%2C54.76c.9%2C0%2C1.63-.73%2C1.63-1.63V19.42c0-.9-.73-1.63-1.63-1.63s-1.63.73-1.63%2C1.63v33.71c0%2C.9.73%2C1.63%2C1.63%2C1.63Z%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  --shc-svg-sec-3-dec-1:url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%20%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080.84%20186.67%22%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M65.82%2C3.62c-6.05%2C3.2-7.54%2C7.93-7.54%2C7.93%2C0%2C0%2C4.56%2C2.82%2C10.45.79%2C5.89-2.03%2C9.19-4.49%2C12.11-7.34-5.59-2.52-10.92-3.54-15.02-1.38Z%22%2F%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M70.02%2C179.23c1.77-.28%2C3.49-.22%2C5.07%2C0%2C1.59.18%2C3.03.58%2C4.19%2C1.1-1.27%2C2.89-3.89%2C5.14-7.05%2C6.03-1.02.26-2.2.35-3.47.29-.63-.03-1.29-.08-1.95-.2-.66-.12-1.32-.28-1.99-.46-2.69-.67-5.3-1.99-7.29-3.29%2C1.32-.76%2C3.61-1.48%2C5.95-2.07%2C1.17-.29%2C2.38-.62%2C3.5-.86%2C1.12-.25%2C2.16-.42%2C3.04-.55Z%22%2F%3E%20%3Cpath%20d%3D%22M72.04%2C173.61c1.12%2C1.23%2C2.47%2C2.25%2C3.86%2C2.95%2C1.4.66%2C2.82%2C1.05%2C4.03%2C1.19.25-3.18-.72-6.4-2.35-8.68-.53-.78-1.22-1.49-2.03-2.13-.4-.32-.84-.61-1.28-.91-.44-.31-.9-.59-1.37-.86-1.91-1.01-3.95-1.92-5.79-2.33.06%2C1.4.69%2C3.43%2C1.62%2C5.49.46%2C1.03%2C1.03%2C1.99%2C1.6%2C2.9.57.9%2C1.16%2C1.75%2C1.72%2C2.38Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M52.89%2C171.02c1.79.09%2C3.48.48%2C4.97%2C1.03%2C1.53.5%2C2.86%2C1.18%2C3.89%2C1.92-1.82%2C2.57-4.85%2C4.26-8.13%2C4.48-2.1.09-4.75-.58-7.2-1.86-.62-.31-1.23-.65-1.83-1-.59-.37-1.16-.77-1.7-1.18-1.08-.83-2.12-1.65-2.92-2.54%2C1.42-.43%2C3.84-.72%2C6.24-.81%2C1.2-.04%2C2.45-.11%2C3.6-.12%2C1.15-.01%2C2.21.01%2C3.09.08Z%22%2F%3E%20%3Cpath%20d%3D%22M56%2C165.93c.84%2C1.44%2C1.97%2C2.69%2C3.18%2C3.67%2C1.24.92%2C2.55%2C1.59%2C3.71%2C1.97.89-3.07.58-6.4-.55-8.98-.71-1.75-2.18-3.29-3.79-4.75-.41-.35-.84-.69-1.28-1.01-.43-.33-.86-.66-1.3-.95-.87-.61-1.79-1.07-2.61-1.51-.26%2C1.43-.02%2C3.5.46%2C5.7.23%2C1.11.59%2C2.17.96%2C3.17.38%2C1%2C.79%2C1.93%2C1.19%2C2.68Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M37.79%2C159.49c.84.26%2C1.68.54%2C2.46.87.78.34%2C1.52.73%2C2.19%2C1.15%2C1.37.83%2C2.56%2C1.73%2C3.42%2C2.67-1.16%2C1.08-2.56%2C1.87-4.09%2C2.35-1.52.47-3.2.65-4.78.39-1.05-.16-2.17-.54-3.32-1.09-1.14-.57-2.26-1.34-3.35-2.18-1.11-.83-2.1-1.85-3.02-2.86-.46-.51-.89-1.02-1.29-1.53-.38-.52-.73-1.05-1.05-1.56.75-.08%2C1.71-.05%2C2.78.05%2C1.09.08%2C2.29.23%2C3.49.42%2C2.37.41%2C4.87.82%2C6.56%2C1.32Z%22%2F%3E%20%3Cpath%20d%3D%22M41.88%2C155.13c.24.82.6%2C1.57%2C1%2C2.28.41.71.87%2C1.37%2C1.36%2C1.97%2C1%2C1.19%2C2.17%2C2.07%2C3.24%2C2.69.75-1.4%2C1.21-2.95%2C1.42-4.47.21-1.53.14-3.01-.12-4.43-.81-3.59-4.17-7.55-7.12-9.88-.25.66-.46%2C1.53-.58%2C2.52-.11.97-.15%2C2.05-.12%2C3.17.02%2C2.26.44%2C4.53.93%2C6.16Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M25.35%2C145.14c.8.4%2C1.5.89%2C2.21%2C1.37.7.48%2C1.35%2C1.01%2C1.93%2C1.55%2C1.14%2C1.11%2C2.14%2C2.22%2C2.8%2C3.3-2.69%2C1.63-6.21%2C2.03-9.24.89-.99-.37-2.06-.94-3.03-1.74-.98-.79-1.95-1.75-2.86-2.8-.87-1.07-1.67-2.24-2.37-3.41-.36-.58-.66-1.18-.93-1.77-.27-.59-.51-1.17-.72-1.73%2C1.53.13%2C3.73.91%2C6.05%2C1.72%2C1.15.42%2C2.28.88%2C3.32%2C1.33%2C1.07.44%2C2.05.87%2C2.84%2C1.27Z%22%2F%3E%20%3Cpath%20d%3D%22M30.23%2C141.7c.09.84.24%2C1.68.51%2C2.45.26.77.59%2C1.5.96%2C2.19.71%2C1.39%2C1.7%2C2.48%2C2.62%2C3.29%2C2.04-2.47%2C3.02-5.59%2C3.06-8.45.01-.94-.2-1.88-.46-2.89-.27-1-.67-2-1.16-2.96-.46-.99-.98-1.95-1.58-2.83-.3-.44-.59-.86-.88-1.28-.29-.41-.6-.8-.91-1.16-.74%2C1.18-1.48%2C3.26-1.83%2C5.43-.19%2C1.09-.33%2C2.23-.4%2C3.31-.04%2C1.06%2C0%2C2.06.08%2C2.91Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M16.04%2C128.59c1.4%2C1.11%2C2.51%2C2.41%2C3.48%2C3.69.47.65.87%2C1.3%2C1.21%2C1.95.34.64.65%2C1.26.87%2C1.85-1.5.53-3.11.72-4.71.56-1.57-.18-3.12-.7-4.52-1.55-.45-.28-.92-.61-1.35-1-.43-.39-.85-.84-1.25-1.32-.41-.48-.8-1.01-1.18-1.56-.19-.28-.38-.56-.56-.85-.17-.3-.33-.6-.49-.9-.64-1.23-1.22-2.52-1.66-3.81-.41-1.3-.72-2.58-.92-3.76%2C1.47.43%2C3.52%2C1.62%2C5.57%2C2.91%2C2.11%2C1.27%2C4.09%2C2.7%2C5.52%2C3.79Z%22%2F%3E%20%3Cpath%20d%3D%22M21.51%2C126.21c-.16%2C1.68.01%2C3.36.5%2C4.83.23.74.51%2C1.44.82%2C2.08.32.63.71%2C1.19%2C1.09%2C1.67%2C1.24-.99%2C2.26-2.22%2C3.04-3.53.81-1.33%2C1.38-2.75%2C1.66-4.13.09-.45.13-.92.15-1.41.03-.49.03-1-.01-1.52-.04-.51-.11-1.03-.21-1.56-.05-.26-.11-.52-.17-.78-.05-.27-.11-.53-.17-.8-.24-1.06-.61-2.09-1-3.08-.36-1-.79-1.93-1.26-2.75-.97%2C1.01-2.06%2C2.87-2.89%2C4.95-.78%2C2.05-1.44%2C4.36-1.56%2C6.02Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M10.24%2C110.5c.58.68%2C1.09%2C1.4%2C1.52%2C2.12.44.73.79%2C1.47%2C1.14%2C2.19.69%2C1.45%2C1.05%2C2.9%2C1.27%2C4.14-3.18.46-6.41-.61-8.85-2.83-.77-.73-1.45-1.69-2.07-2.81-.31-.56-.6-1.15-.86-1.77-.24-.62-.46-1.27-.65-1.94-.83-2.65-1.09-5.56-1.01-7.93%2C1.33.73%2C3.16%2C2.3%2C4.88%2C3.98.86.84%2C1.78%2C1.7%2C2.57%2C2.53.81.83%2C1.48%2C1.62%2C2.07%2C2.3Z%22%2F%3E%20%3Cpath%20d%3D%22M16.08%2C109.27c-.24.8-.39%2C1.62-.47%2C2.44-.08.81-.11%2C1.63%2C0%2C2.39.18%2C1.53.54%2C2.96%2C1.11%2C4.06%2C2.78-1.44%2C5.07-3.97%2C6.14-6.55.37-.85.63-1.82.75-2.84.06-.51.09-1.03.1-1.56.03-.53.04-1.08.01-1.62-.13-2.16-.44-4.36-1.05-6.15-1.17.79-2.56%2C2.39-3.83%2C4.25-.63.93-1.15%2C1.91-1.64%2C2.88-.46.96-.89%2C1.9-1.12%2C2.71Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M8.24%2C91.61c.85%2C1.57%2C1.42%2C3.21%2C1.72%2C4.77.38%2C1.56.5%2C3.05.41%2C4.32-1.58-.11-3.12-.57-4.5-1.36-1.37-.78-2.66-1.88-3.57-3.21-1.19-1.74-1.99-4.35-2.19-7.11-.06-.69-.1-1.39-.11-2.09%2C0-.7.06-1.39.11-2.07.14-1.36.29-2.67.63-3.82%2C1.11.98%2C2.62%2C2.89%2C3.97%2C4.89.66%2C1%2C1.37%2C2.03%2C1.99%2C3%2C.62.97%2C1.15%2C1.89%2C1.55%2C2.67Z%22%2F%3E%20%3Cpath%20d%3D%22M14.21%2C91.6c-.8%2C1.48-1.25%2C3.09-1.46%2C4.63-.13%2C1.54-.02%2C3.01.27%2C4.2%2C3.09-.85%2C5.74-2.86%2C7.36-5.17%2C1.1-1.52%2C1.67-3.58%2C2.06-5.72.09-.53.15-1.07.19-1.61.06-.54.11-1.07.14-1.6.06-1.06-.03-2.09-.08-3.02-1.35.53-2.99%2C1.82-4.61%2C3.39-.82.78-1.55%2C1.64-2.2%2C2.48-.65.85-1.22%2C1.68-1.65%2C2.42Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M10.14%2C72.71c.49%2C1.71.75%2C3.43.72%2C5.02.03%2C1.6-.13%2C3.09-.48%2C4.31-1.53-.43-2.94-1.2-4.14-2.25-1.19-1.05-2.24-2.38-2.84-3.87-.41-.97-.67-2.13-.81-3.4-.08-.64-.09-1.29-.06-1.96.02-.67.07-1.35.15-2.04.08-.69.18-1.38.31-2.06.16-.68.34-1.35.53-2%2C.4-1.3.85-2.54%2C1.36-3.61.95%2C1.19%2C2%2C3.36%2C2.92%2C5.58.44%2C1.11.92%2C2.26%2C1.34%2C3.34.41%2C1.08.75%2C2.08.98%2C2.93Z%22%2F%3E%20%3Cpath%20d%3D%22M15.99%2C73.9c-1.1%2C1.28-1.85%2C2.78-2.37%2C4.24-.47%2C1.48-.62%2C2.94-.59%2C4.16%2C1.59-.1%2C3.14-.51%2C4.55-1.14%2C1.42-.62%2C2.62-1.46%2C3.7-2.43.69-.64%2C1.29-1.43%2C1.79-2.32.24-.45.5-.91.74-1.39.24-.48.45-.98.64-1.49.19-.51.36-1.03.51-1.55.18-.51.33-1.03.46-1.55.26-1.03.43-2.05.51-2.99-1.38.27-3.29%2C1.19-5.18%2C2.41-.97.6-1.85%2C1.29-2.66%2C1.99-.81.7-1.53%2C1.4-2.1%2C2.04Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M15.8%2C54.58c.08.89.09%2C1.77.02%2C2.61-.06.85-.21%2C1.66-.32%2C2.45-.27%2C1.58-.76%2C2.99-1.35%2C4.12-2.82-1.43-4.89-4.17-5.62-7.39-.21-1.04-.21-2.22-.08-3.48.15-1.26.39-2.61.87-3.91.45-1.31%2C1.01-2.61%2C1.62-3.83.66-1.19%2C1.4-2.29%2C2.12-3.24.34.68.65%2C1.6.92%2C2.64.28%2C1.05.5%2C2.2.78%2C3.41.25%2C1.2.47%2C2.41.64%2C3.54.08.56.16%2C1.11.21%2C1.62.07.52.14%2C1.01.17%2C1.45Z%22%2F%3E%20%3Cpath%20d%3D%22M21.29%2C56.92c-.66.52-1.26%2C1.11-1.79%2C1.73-.53.62-1.03%2C1.27-1.38%2C1.96-.74%2C1.36-1.22%2C2.75-1.43%2C3.96%2C3.16.43%2C6.44-.34%2C8.8-1.85%2C3.22-1.94%2C5.59-6.54%2C6.85-10.07-.7%2C0-1.58.11-2.54.33-.96.22-2.04.53-3.05.96-1.02.42-2.05.9-3%2C1.42-.47.26-.93.52-1.35.78-.41.27-.77.54-1.1.8Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M25%2C37.97c-.11.88-.3%2C1.73-.54%2C2.54-.21.83-.47%2C1.62-.78%2C2.36-.31.74-.66%2C1.42-1.03%2C2.05-.37.63-.72%2C1.22-1.11%2C1.72-1.24-1-2.25-2.27-2.96-3.72-.67-1.43-1.03-3.02-1.05-4.66-.06-2.16.92-4.66%2C2.25-7.1.7-1.19%2C1.54-2.33%2C2.4-3.39.44-.52.86-1.04%2C1.33-1.5.47-.45.93-.88%2C1.39-1.26.19.73.3%2C1.69.35%2C2.76.06%2C1.08.11%2C2.3.09%2C3.52%2C0%2C1.22-.05%2C2.44-.12%2C3.58-.04%2C1.16-.11%2C2.23-.22%2C3.11Z%22%2F%3E%20%3Cpath%20d%3D%22M29.9%2C41.38c-.76.37-1.48.81-2.14%2C1.3-.63.51-1.2%2C1.08-1.71%2C1.66-.51.58-.96%2C1.19-1.34%2C1.79-.38.6-.63%2C1.23-.85%2C1.8%2C1.49.53%2C3.07.76%2C4.59.73%2C1.56%2C0%2C3.07-.26%2C4.39-.75%2C1.69-.67%2C3.48-1.93%2C4.93-3.53.76-.77%2C1.5-1.58%2C2.12-2.44.32-.42.59-.87.89-1.28.29-.41.56-.83.79-1.23-.69-.16-1.58-.23-2.58-.21-.99.02-2.05.15-3.15.34-1.1.19-2.22.45-3.26.75-1%2C.33-1.94.7-2.7%2C1.07Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M37.37%2C23.56c-1.15%2C3.36-3.23%2C6.12-5.14%2C7.79-1.01-1.23-1.73-2.67-2.12-4.23-.19-.77-.32-1.59-.33-2.39%2C0-.8.07-1.6.24-2.4.75-4.25%2C5.7-9.2%2C9.88-11.48.05%2C1.48-.31%2C3.88-.83%2C6.24-.55%2C2.33-1.09%2C4.82-1.69%2C6.47Z%22%2F%3E%20%3Cpath%20d%3D%22M41.48%2C27.89c-3.28.83-5.97%2C3.09-7.24%2C5.19%2C1.36.83%2C2.86%2C1.37%2C4.36%2C1.66.75.15%2C1.49.21%2C2.24.24.75.03%2C1.49%2C0%2C2.2-.1%2C3.6-.63%2C7.8-3.7%2C10.27-6.55-1.32-.62-3.38-.94-5.63-1.02-2.27-.12-4.54.19-6.2.57Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M52.4%2C11.94c-.89%2C1.55-1.98%2C2.9-3.15%2C3.98-1.14%2C1.12-2.33%2C2.03-3.45%2C2.62-.74-1.4-1.15-2.96-1.21-4.55-.03-.8.02-1.61.16-2.41.07-.4.16-.8.27-1.19.12-.38.26-.76.43-1.13.85-1.92%2C2.64-3.98%2C4.89-5.59%2C2.19-1.71%2C4.85-2.9%2C7.1-3.67-.22%2C1.51-1.07%2C3.76-2.06%2C5.95-.13.27-.25.55-.38.82-.12.28-.25.56-.37.84-.25.55-.5%2C1.1-.75%2C1.61-.5%2C1.03-1%2C1.97-1.46%2C2.72Z%22%2F%3E%20%3Cpath%20d%3D%22M55.55%2C17.02c-1.68.09-3.28.57-4.71%2C1.2-1.4.67-2.56%2C1.57-3.43%2C2.44%2C1.16%2C1.09%2C2.53%2C1.93%2C3.95%2C2.53.71.3%2C1.43.53%2C2.15.69.36.08.72.14%2C1.07.2.36.06.73.1%2C1.08.13%2C3.7.17%2C8.38-2.06%2C11.38-4.36-1.14-.81-3.12-1.58-5.31-2.13-.28-.07-.55-.13-.83-.2-.27-.05-.55-.1-.82-.14-.55-.09-1.09-.16-1.62-.22-1.06-.11-2.08-.16-2.93-.14Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
}