@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ==================================================
_Setting
================================================== */
/* _Reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body *:not(table), body *:not(table)::before, body *:not(table)::after, body *:not(tbody), body *:not(tbody)::before, body *:not(tbody)::after, body *:not(thead), body *:not(thead)::before, body *:not(thead)::after, body *:not(tfoot), body *:not(tfoot)::before, body *:not(tfoot)::after, body *:not(tr), body *:not(tr)::before, body *:not(tr)::after, body *:not(th), body *:not(th)::before, body *:not(th)::after, body *:not(td), body *:not(td)::before, body *:not(td)::after {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* _Base
-------------------------------------------------- */
html,
body {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body {
  line-height: 1;
  -webkit-transition: opacity 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s;
}

img,
svg {
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=submit],
input[type=reset],
textarea,
button,
select {
  font-weight: 400;
  color: inherit;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=reset],
a,
button {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

a[href=""] {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  main,
footer,
header {
    min-width: 1200px;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  [data-device=pc] {
    display: none !important;
  }
}
/* _Extend
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .m-business__wrap, .m-about__wrap, .m-intro__lead {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .m-business__wrap, .m-about__wrap, .m-intro__lead {
    width: 92%;
  }
}

@media screen and (min-width: 769px) {
  .m-work__list {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
  }
}

html,
body, input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=submit],
input[type=reset],
textarea,
button,
select {
  font-family: "Poppins", sans-serif;
}

.m-anchor__link span, .m-anchor__txt span, .m-partners__ttl span, .m-intro__ttl-jp, .m-intro__txt-jp, .m-intro__anchor-jp, .g-header__enquiry span {
  font-family: "Noto Sans JP", sans-serif;
}

.m-work__ttl, .m-business__ttl, .m-about__ttl {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .m-work__ttl, .m-business__ttl, .m-about__ttl {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 768px) {
  .m-work__ttl, .m-business__ttl, .m-about__ttl {
    font-size: 1.75rem;
  }
}

/* ==================================================
_Library
================================================== */
/* ==================================================
_Status
================================================== */
/* _Is
-------------------------------------------------- */
.is-disable {
  pointer-events: none;
}
.is-lock {
  height: 100%;
  overflow: hidden;
}
/* _Scrollin
-------------------------------------------------- */
.js-scrollIn {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: bcubic-bezier(0.6, 0.13, 0.62, 0.82);
          animation-timing-function: bcubic-bezier(0.6, 0.13, 0.62, 0.82);
}
.js-scrollIn.in-view {
  -webkit-animation-name: show;
          animation-name: show;
}

.js-txt {
  opacity: 0;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*_Animation
-------------------------------------------------- */
.m-logo__ttl {
  overflow: hidden;
}
.m-logo__ttl:after {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes play {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* ==================================================
_Global
================================================== */
/* _Header
-------------------------------------------------- */
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  background-color: #fff;
  z-index: 9;
}
body:not(.is-scroll) .g-header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.g-header__ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  padding-top: 5.8974358974%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20574.14%2033.82%22%20height%3D%2233.82%22%20viewBox%3D%220%200%20574.14%2033.82%22%20width%3D%22574.14%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%2341a5eb%22%3E%3Cpath%20d%3D%22m0%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m35.47.61h-5.93v32.6h18.78v-5.49h-12.85z%22%2F%3E%3Cpath%20d%3D%22m57.12%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m94.52.61h-7.17v32.6h5.93v-12.83h1.15%201.68c3.46%200%206.26-.9%208.31-2.68%202.07-1.78%203.11-4.22%203.11-7.24%200-2.82-.98-5.19-2.9-7.05-1.11-1.09-2.42-1.83-3.89-2.23-1.43-.38-3.47-.57-6.22-.57zm-1.24%2014.35v-8.94h1.15%201.04c4.24%200%206.3%201.44%206.3%204.39%200%203.06-1.99%204.55-6.1%204.55h-1.25z%22%2F%3E%3Cpath%20d%3D%22m134.43%2013.88h-12.92v-13.27h-5.93v32.6h5.93v-13.85h12.92v13.85h5.93v-32.6h-5.93z%22%2F%3E%3Cpath%20d%3D%22m162.27.61-15.36%2032.6h6.4l3.88-8.36h12.33l3.66%208.36h6.48l-14.82-32.6h-2.57zm-2.6%2018.75%203.81-8.23%203.63%208.23z%22%2F%3E%3Cpath%20d%3D%22m225.62%206.1h7.81v27.11h5.93v-27.11h7.8v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m278.61%2013.47-3.19-1.29c-2.12-.86-3.15-1.93-3.15-3.26%200-.98.37-1.77%201.15-2.42.78-.67%201.75-.99%202.96-.99.97%200%201.76.19%202.38.58.58.33%201.22%201.09%201.9%202.27l.28.48%204.85-2.84-.24-.41c-2.17-3.71-5.24-5.59-9.13-5.59-2.87%200-5.31.86-7.24%202.55-1.94%201.69-2.93%203.81-2.93%206.32%200%203.72%202.32%206.57%206.89%208.48l3.08%201.27c.77.33%201.44.67%201.99%201.03.53.35.97.72%201.3%201.11.32.38.56.8.72%201.25.16.46.23.98.23%201.54%200%201.41-.44%202.54-1.35%203.45-.89.89-1.99%201.33-3.34%201.33-1.72%200-3-.6-3.9-1.83-.5-.63-.85-1.85-1.06-3.61l-.07-.57-5.99%201.3.07.45c.46%203.05%201.63%205.45%203.49%207.14%201.91%201.71%204.35%202.58%207.27%202.58%203.07%200%205.68-1.02%207.76-3.02%202.05-1.98%203.09-4.52%203.09-7.55%200-2.27-.64-4.22-1.91-5.79-1.24-1.57-3.23-2.9-5.91-3.96z%22%2F%3E%3Cpath%20d%3D%22m291.99%206.1h7.82v27.11h5.93v-27.11h7.79v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m339.72%2016.45c1.36-1.69%202.06-3.73%202.06-6.07%200-3-1.1-5.45-3.29-7.29-1.98-1.65-5.18-2.49-9.53-2.49h-6.21v32.6h5.93v-12.92l9.15%2012.93h7.24l-10.05-13.67c1.9-.54%203.48-1.58%204.7-3.09zm-3.76-6c0%203.15-2.06%204.67-6.3%204.67h-.98v-9.02h1.17c4.11%200%206.11%201.42%206.11%204.35z%22%2F%3E%3Cpath%20d%3D%22m352.1%2033.21h18.99v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.99z%22%2F%3E%3Cpath%20d%3D%22m381.22%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m410.79%206.1h7.81v27.11h5.93v-27.11h7.8v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m474.54%2023.3c.64-.73%201.16-1.39%201.55-1.94l.23-.32-3.89-3.95-.4.51c-.5.65-1.03%201.29-1.58%201.92-.47.55-.97%201.1-1.49%201.67l-5.02-5.99c1.85-1.44%203.16-2.71%203.91-3.77.84-1.18%201.27-2.52%201.27-3.98%200-2.11-.78-3.88-2.32-5.27s-3.5-2.09-5.84-2.09c-2.41%200-4.41.73-5.95%202.16-1.5%201.43-2.27%203.29-2.27%205.54%200%202.14.99%204.33%202.94%206.5l-2.08%201.4c-3.2%202.18-4.82%204.96-4.82%208.26%200%202.77%201.03%205.13%203.06%207.03%202.07%201.88%204.63%202.83%207.6%202.83%203.15%200%206.2-1.41%209.09-4.2l2.96%203.58h7.39l-6.32-7.71c.76-.8%201.42-1.53%201.98-2.18zm-15.17-13.57c-.67-.81-1.01-1.63-1.01-2.44%200-.65.23-1.17.73-1.59.49-.44%201.08-.65%201.81-.65.81%200%201.42.21%201.89.63.46.43.69.97.69%201.67%200%20.63-.17%201.14-.53%201.58-.17.23-.46.52-.87.87-.42.36-.96.78-1.59%201.25zm-.13%208.78%205.71%206.85c-2.18%202.09-4.11%203.15-5.72%203.15-1.18%200-2.24-.46-3.23-1.41-.98-1-1.46-2.07-1.46-3.27%200-.81.31-1.56.94-2.29.65-.74%201.92-1.76%203.76-3.03z%22%2F%3E%3Cpath%20d%3D%22m210.01%2021.74-20.21-21.13h-3.11v32.6h5.93v-21.29l20.42%2021.29h2.9v-32.6h-5.93z%22%2F%3E%3Cpath%20d%3D%22m546.44.02c-4.64%200-8.67%201.66-11.98%204.95-3.31%203.27-4.99%207.24-4.99%2011.8%200%205.18%201.84%209.43%205.47%2012.64%203.3%202.9%207.08%204.37%2011.24%204.37%204.7%200%208.76-1.66%2012.08-4.93%203.3-3.25%204.97-7.25%204.97-11.9%200-4.62-1.66-8.64-4.94-11.94-3.27-3.31-7.26-4.99-11.85-4.99zm-.18%2028.3c-2.95%200-5.59-1.08-7.86-3.22-2.28-2.14-3.44-4.92-3.44-8.27%200-3.18%201.12-5.89%203.33-8.05%202.19-2.17%204.92-3.27%208.1-3.27%203.19%200%205.91%201.1%208.08%203.27%202.19%202.17%203.31%204.91%203.31%208.13%200%203.18-1.13%205.92-3.35%208.13-2.22%202.18-4.96%203.28-8.17%203.28z%22%2F%3E%3Cpath%20d%3D%22m573.17%2028.09c-.66-.66-1.46-1-2.38-1s-1.72.34-2.38%201c-.64.65-.97%201.43-.97%202.32%200%20.95.32%201.75.95%202.39.64.65%201.45.98%202.4.98.93%200%201.73-.33%202.38-.98.64-.65.97-1.45.97-2.37%200-.9-.33-1.69-.97-2.34z%22%2F%3E%3Cpath%20d%3D%22m519.56%2024.56c-.15.16-.29.33-.44.48-2.21%202.17-4.95%203.27-8.16%203.27-2.95%200-5.59-1.08-7.86-3.22-2.28-2.14-3.44-4.92-3.44-8.27%200-3.18%201.12-5.89%203.33-8.05%202.19-2.17%204.92-3.27%208.1-3.27%203.19%200%205.91%201.1%208.08%203.27.12.12.23.25.34.37l3.97-3.62c-.16-.17-.31-.35-.47-.52-3.28-3.31-7.27-4.99-11.86-4.99-4.64%200-8.67%201.66-11.98%204.95-3.31%203.27-4.99%207.24-4.99%2011.8%200%205.18%201.84%209.43%205.47%2012.64%203.3%202.9%207.08%204.37%2011.25%204.37%204.7%200%208.76-1.66%2012.08-4.93.21-.21.4-.43.6-.64z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.g-header__enquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #41a5eb;
  color: #fff;
  font-weight: 400;
}
.g-header__enquiry::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2010%2012%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200%2010%206-10%206z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-header__enquiry span {
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .g-header {
    padding: 20px 40px;
  }
  .g-header__ttl {
    width: 390px;
  }
  .g-header__enquiry {
    border: solid 3px #41a5eb;
    font-size: 1.125rem;
    letter-spacing: 3px;
    width: 247px;
    padding: 12px 16px 10px 19px;
  }
  .g-header__enquiry p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header__enquiry span {
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 10px;
  }
  .g-header__enquiry::after {
    width: 10px;
    height: 12px;
    right: 16px;
  }
  .g-header__enquiry:hover {
    background-color: transparent;
    color: #41a5eb;
  }
  .g-header__enquiry:hover:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2010%2012%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200%2010%206-10%206z%22%20fill%3D%22%2341a5eb%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (max-width: 768px) {
  .g-header {
    padding: 20px 15px 20px 20px;
  }
  .g-header__ttl {
    width: 60%;
  }
  .g-header__btns {
    width: 111px;
  }
  .g-header__enquiry {
    width: 100%;
    font-size: 0.875rem;
    letter-spacing: 2px;
    padding: 9px 13px 7px;
  }
  .g-header__enquiry span {
    text-align: center;
    display: block;
    font-size: 0.625rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-top: 2px;
  }
  .g-header__enquiry::after {
    width: 8px;
    height: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .g-header__btns {
    width: 100px;
  }
  .g-header__enquiry {
    font-size: 0.75rem;
  }
  .g-header__enquiry:after {
    right: 7px;
  }
}

/* _Footer
-------------------------------------------------- */
.g-footer {
  text-align: center;
  color: #fff;
  background-color: #464646;
}
@media screen and (min-width: 769px) {
  .g-footer {
    padding: 25px 0;
  }
  .g-footer__copy {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding: 13px 40px 12px;
  }
  .g-footer__copy {
    font-size: 0.625rem;
    line-height: 1.6;
  }
}

/* ==================================================
_Modules
================================================== */
/* _Logo
-------------------------------------------------- */
.m-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-logo__symbol {
  position: fixed;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-logo__symbol::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  padding-top: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2088.37%2088.37%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23787878%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%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m72.73%2C52.4c-.04-.41-.08-.83-.14-1.24-.05-.41-.12-.82-.19-1.23-.07-.41-.16-.82-.25-1.22-.09-.41-.19-.81-.3-1.21-.11-.4-.23-.8-.35-1.19-.13-.4-.27-.78-.42-1.17-.14-.39-.29-.78-.45-1.16-.16-.38-.33-.76-.5-1.14-.18-.37-.36-.75-.56-1.11-.19-.37-.4-.73-.61-1.08-.17-.29-.35-.58-.53-.86-.01.08-.02.16-.04.24-.08.41-.18.83-.28%2C1.26-.09.4-.2.79-.32%2C1.17-.12.39-.26.77-.41%2C1.14-.15.38-.3.75-.48%2C1.11-.17.36-.37.72-.57%2C1.07-.2.35-.41.7-.63%2C1.03-.22.33-.46.66-.71.98-.24.32-.5.63-.77.94-.26.3-.54.6-.83.89-.28.28-.58.56-.88.83-.3.27-.61.52-.93.78-.31.25-.64.49-.97.73-.33.23-.66.46-1.01.68-.16.1-.34.16-.46.16-.09%2C0-.16-.02-.22-.04-.32-.12-.36-.44-.42-.65-.08-.27-.21-.71-.77-1.26-.58-.58-1.01-.62-1.24-.65-.16-.02-.53-.04-.67-.38-.14-.35.14-.64.24-.76.28-.29.57-.58.85-.89.27-.3.55-.6.81-.92.26-.31.52-.63.76-.96.24-.32.48-.66.7-1.01.22-.34.42-.69.62-1.06.19-.35.37-.72.54-1.1.16-.37.31-.75.44-1.15.13-.38.24-.77.34-1.18.09-.39.17-.79.23-1.21.06-.39.11-.8.14-1.22.03-.41.02-.84-.01-1.27-.04-.41-.1-.83-.2-1.25-.09-.4-.22-.81-.37-1.21-.14-.39-.31-.78-.51-1.16-.02%2C0-.04-.01-.06-.02-.42-.11-.81-.24-1.16-.37-.41-.15-.78-.31-1.13-.48-.39-.19-.74-.39-1.07-.59-.37-.22-.7-.44-1.02-.66-.19-.13-.37-.25-.56-.37-.2-.13-.38-.25-.54-.37%2C0%2C0%2C0%2C0%2C0%2C0-.28-.2-.56-.39-.87-.59-.33-.21-.67-.42-1.02-.63-.34-.2-.69-.39-1.05-.59-.35-.18-.71-.36-1.08-.53-.36-.16-.73-.32-1.11-.47-.37-.15-.75-.28-1.13-.41-.38-.12-.76-.23-1.16-.34-.39-.1-.78-.19-1.18-.26-.39-.07-.79-.14-1.19-.18-.4-.05-.8-.08-1.2-.09-.34-.01-.68-.01-1.02%2C0-.39.02-.77.04-1.16.07-.41.04-.83.09-1.24.14-.41.05-.82.11-1.23.18-.41.07-.82.16-1.22.24-.41.09-.81.18-1.21.28-.4.11-.8.23-1.19.35-.4.12-.79.26-1.18.4-.39.14-.78.29-1.16.44-.38.16-.76.33-1.14.5-.38.17-.75.36-1.12.55-.37.19-.74.38-1.1.59-.36.21-.72.42-1.07.64-.35.22-.7.45-1.04.69-.34.24-.68.48-1.01.73-.33.25-.65.51-.97.78-.32.26-.63.53-.94.81-.31.28-.61.56-.91.85-.3.29-.58.59-.87.89-.28.3-.56.61-.83.93-.27.32-.53.64-.78.97-.25.33-.5.66-.74%2C1-.24.34-.48.67-.71%2C1.02-.23.35-.44.7-.65%2C1.06-.21.36-.41.72-.61%2C1.08-.19.37-.38.74-.56%2C1.11-.18.37-.35.75-.51%2C1.13-.16.38-.31.77-.45%2C1.16-.14.39-.28.78-.41%2C1.17-.13.39-.25.79-.36%2C1.19-.11.4-.21.8-.3%2C1.21-.09.4-.17.81-.24%2C1.22-.07.41-.14.82-.19%2C1.23-.05.41-.1.82-.13%2C1.24-.04.41-.06.83-.08%2C1.24-.02.41-.03.83-.03%2C1.24s0%2C.86.03%2C1.28c.02.43.05.85.09%2C1.28.04.43.09.85.15%2C1.28.06.42.12.85.2%2C1.27.03.18.07.36.11.54.13-.33.28-.66.46-.97.21-.37.44-.72.71-1.06.26-.33.55-.65.86-.94.3-.29.63-.57.97-.82.34-.25.69-.48%2C1.07-.7.36-.21.74-.4%2C1.14-.57.39-.17.79-.31%2C1.2-.44.4-.12.81-.23%2C1.24-.32.41-.08.83-.14%2C1.26-.19.42-.04.84-.06%2C1.28-.06s.86.02%2C1.27.06c.43.04.85.1%2C1.26.19.42.08.84.19%2C1.24.32.41.13.81.28%2C1.2.44.4.17.78.36%2C1.14.57.37.21.73.45%2C1.07.7.35.26.67.53.97.82.31.3.59.62.85.95.26.34.5.69.71%2C1.06.07.13.12.27.18.4.02-.08.04-.16.07-.24.13-.37.3-.73.52-1.08.21-.33.46-.64.75-.93.27-.27.58-.52.93-.75.31-.21.66-.4%2C1.05-.58.34-.15.72-.29%2C1.13-.42.36-.11.75-.2%2C1.16-.28.37-.07.77-.14%2C1.19-.19.38-.04.78-.08%2C1.2-.1.38-.02.79-.03%2C1.2-.03s.82.01%2C1.2.03c.42.02.82.06%2C1.2.1.42.05.82.11%2C1.19.18.42.08.8.18%2C1.17.29.41.12.78.26%2C1.13.42.39.17.74.37%2C1.05.58.35.23.66.49.93.76.3.3.54.61.75.93.22.35.39.71.53%2C1.08.14.38.23.77.3%2C1.16.06.4.09.8.09%2C1.19%2C0%2C.19%2C0%2C.36%2C0%2C.55%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C.4.04.8.13%2C1.18.09.39.22.76.38%2C1.13.16.36.37.7.6%2C1.02.23.32.49.62.78.9.28.27.59.53.91.76.32.23.66.43%2C1.02.62.35.18.71.34%2C1.09.48.37.13.75.25%2C1.14.34.38.09.77.15%2C1.17.2.39.04.79.07%2C1.19.07.46%2C0%2C.89-.03%2C1.31-.08.45-.06.88-.15%2C1.29-.26.43-.12.84-.27%2C1.23-.45.41-.19.78-.41%2C1.13-.65.37-.25.7-.53%2C1.01-.83.32-.31.6-.64.86-.99.26-.35.5-.73.7-1.11.21-.39.39-.79.53-1.19.15-.42.28-.84.37-1.25%2C0%2C0%2C.01%2C0%2C.02%2C0%2C0%2C0%2C0%2C0-.01%2C0%2C.11-.41.22-.83.31-1.25.1-.42.18-.84.25-1.26.08-.42.15-.84.21-1.27.06-.42.1-.85.14-1.28.04-.43.07-.85.09-1.28.02-.43.02-.86.02-1.28s-.01-.83-.03-1.24c-.02-.42-.04-.83-.07-1.24Zm-38.02%2C2.99c-.14.14-.4.1-.54-.04h0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0-.28-.28-.59-.54-.93-.78-.32-.23-.67-.44-1.04-.63-.35-.18-.72-.35-1.11-.49-.37-.14-.76-.27-1.16-.37-.39-.1-.78-.19-1.19-.26-.4-.07-.8-.12-1.21-.16-.4-.03-.81-.05-1.22-.05s-.82.02-1.22.05c-.41.03-.81.09-1.21.16-.41.07-.8.16-1.19.26-.4.11-.79.23-1.16.37-.39.15-.76.31-1.11.49-.37.19-.72.4-1.04.62-.34.24-.65.5-.93.78%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0h0c-.07.07-.19.13-.28.13s-.18-.03-.25-.1c-.14-.14-.1-.39.04-.53%2C0%2C0%2C0%2C0%2C.01-.01.31-.31.64-.6.99-.87.35-.26.71-.51%2C1.09-.73.37-.22.76-.42%2C1.17-.6.4-.18.81-.33%2C1.23-.46.41-.13.84-.24%2C1.27-.33.43-.09.86-.15%2C1.3-.2.43-.04.87-.06%2C1.31-.06s.88.02%2C1.31.06c.44.04.87.11%2C1.3.2.43.09.86.2%2C1.27.33.42.13.83.29%2C1.23.46.4.18.79.38%2C1.17.6.38.22.75.47%2C1.09.73.35.27.68.56.99.87%2C0%2C0%2C0%2C0%2C.01.01.14.14.18.4.04.54Zm10.97-21.51s0%2C0-.01.01c-.32.2-.65.45-.99.75-.29.26-.59.55-.88.87-.27.29-.54.61-.8.95-.25.32-.49.65-.73%2C1-.23.34-.46.69-.67%2C1.05-.21.35-.41.72-.61%2C1.09-.2.39-.38.76-.53%2C1.13-.17.41-.31.8-.42%2C1.17-.13.42-.22.83-.29%2C1.21-.07.44-.11.85-.11%2C1.24%2C0%2C.44.04.86.11%2C1.24.08.44.21.83.35%2C1.19.17.41.38.77.6%2C1.08.11.15.13.39-.01.5-.07.05-.15.08-.22.08-.09%2C0-.23-.06-.3-.13-.11-.1-.42-.43-.8-.97-.21-.3-.44-.65-.66-1.07-.18-.34-.36-.73-.52-1.15-.14-.37-.26-.77-.36-1.2-.09-.39-.16-.81-.2-1.24-.04-.4-.05-.82-.03-1.26.02-.4.06-.82.14-1.25.07-.4.17-.81.29-1.23.13-.43.28-.84.44-1.23.17-.41.36-.81.56-1.18.21-.4.44-.77.67-1.12.25-.38.52-.73.77-1.05.3-.37.59-.7.85-.98%2C0%2C0%2C0%2C0%2C.01-.01.13-.14.38-.18.52-.04.14.13.12.39-.01.53%2C0%2C0%2C0%2C0%2C0%2C0-.24.25-.5.56-.77.95-.21.3-.43.65-.65%2C1.03-.19.33-.38.7-.56%2C1.09-.16.35-.32.73-.47%2C1.13-.14.37-.27.76-.39%2C1.16-.14.47-.24.91-.31%2C1.33-.08.48-.11.93-.11%2C1.36%2C0%2C.48.04.93.11%2C1.35.04-.35.11-.71.2-1.08.08-.34.19-.69.32-1.05.12-.33.26-.67.41-1.02.14-.32.3-.65.48-.99.21-.4.43-.78.66-1.15.24-.38.49-.74.75-1.09.27-.36.55-.71.83-1.03.3-.34.61-.66.91-.95.34-.32.67-.61.99-.87.38-.3.74-.55%2C1.07-.76h0c.17-.1.42-.08.52.08.1.17.02.41-.15.51Zm23.46%2C30.8c-.29.37-.59.69-.9.99-.34.31-.69.58-1.06.81-.38.24-.78.43-1.2.58-.41.15-.84.26-1.29.33-.42.07-.87.1-1.33.1-.39%2C0-.78-.02-1.15-.07-.39-.05-.77-.12-1.13-.23-.38-.1-.74-.23-1.09-.39-.35-.16-.69-.34-1.01-.56-.32-.21-.62-.45-.91-.71-.28-.26-.54-.54-.79-.84-.12-.15-.14-.42%2C0-.55.14-.13.39-.06.52.08.29.29.6.55.94.79.33.23.69.44%2C1.06.63.37.18.75.33%2C1.14.46.39.12.79.22%2C1.2.28.41.06.82.1%2C1.23.1s.79-.03%2C1.17-.1c.39-.06.77-.16%2C1.14-.28.37-.13.73-.28%2C1.07-.47.34-.18.67-.39.99-.63.31-.23.6-.49.88-.77.13-.13.39-.2.53-.08.14.12.11.4%2C0%2C.55Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m35.4%2C60.82c-.16-.38-.35-.74-.58-1.09-.22-.34-.47-.67-.75-.98-.27-.3-.57-.58-.89-.85-.31-.26-.65-.5-1-.72-.34-.21-.71-.41-1.09-.58-.37-.17-.75-.32-1.15-.45-.39-.13-.78-.23-1.19-.32-.4-.08-.8-.15-1.22-.19-.4-.04-.82-.06-1.23-.06s-.83.02-1.23.06c-.42.04-.82.11-1.22.19-.41.09-.81.2-1.19.32-.4.13-.78.28-1.15.45-.38.18-.74.37-1.09.59-.35.22-.69.46-1%2C.72-.32.27-.62.55-.89.85-.28.31-.53.64-.75.98-.23.35-.42.71-.57%2C1.09-.16.38-.28.77-.36%2C1.18-.08.4-.12.81-.12%2C1.23s.04.83.12%2C1.23c.08.4.2.8.36%2C1.18.16.38.35.74.58%2C1.09.22.34.47.67.75.98.27.3.57.58.89.85.31.26.65.5%2C1%2C.72.34.21.71.41%2C1.09.59.37.17.75.32%2C1.15.45.39.13.78.23%2C1.19.32.4.08.8.15%2C1.22.19.4.04.82.06%2C1.23.06s.83-.02%2C1.23-.06c.42-.04.82-.11%2C1.22-.19.41-.09.81-.19%2C1.19-.32.4-.13.78-.28%2C1.15-.45.38-.18.74-.37%2C1.09-.58.35-.22.69-.46%2C1-.72.32-.27.62-.55.89-.85.28-.31.53-.64.75-.98.23-.35.42-.71.58-1.09.16-.38.28-.77.36-1.18.08-.4.12-.81.12-1.23s-.04-.83-.12-1.23c-.08-.4-.2-.8-.36-1.18Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m53.88%2C19.64c-.42%2C0-.81.17-1.09.45-.28.28-.45.66-.45%2C1.09s.17.81.45%2C1.09.66.45%2C1.09.45.81-.17%2C1.09-.45c.28-.28.45-.66.45-1.09s-.17-.81-.45-1.09c-.28-.28-.66-.45-1.09-.45Zm0%2C2.18c-.36%2C0-.65-.29-.65-.65s.29-.65.65-.65.65.29.65.65-.29.65-.65.65Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m44.19%2C88.37c-.41%2C0-.83%2C0-1.24%2C0s-.83-.04-1.24-.06-.83-.06-1.24-.09-.82-.07-1.23-.11-.82-.11-1.23-.17-.82-.12-1.23-.19-.81-.14-1.22-.22-.81-.17-1.21-.26-.81-.18-1.21-.29-.8-.21-1.2-.32-.79-.23-1.19-.36-.78-.26-1.17-.4-.78-.29-1.16-.43-.77-.3-1.15-.46-.76-.32-1.14-.49-.76-.33-1.13-.51-.74-.38-1.1-.57-.74-.37-1.1-.57-.72-.41-1.07-.62-.71-.43-1.06-.65-.7-.44-1.04-.67-.68-.47-1.02-.71-.67-.48-1-.73-.66-.5-.98-.75-.63-.53-.95-.8-.63-.54-.94-.81-.61-.56-.91-.84-.6-.57-.89-.86-.57-.59-.86-.89-.57-.6-.84-.91-.55-.62-.81-.93-.53-.64-.78-.96-.51-.65-.76-.98-.49-.66-.73-1-.47-.68-.7-1.02-.46-.69-.68-1.04-.44-.7-.65-1.05-.42-.71-.62-1.07-.39-.73-.58-1.09-.37-.74-.55-1.11-.36-.74-.53-1.12-.34-.75-.49-1.14-.31-.77-.45-1.15-.29-.77-.43-1.16-.26-.78-.39-1.18-.24-.79-.35-1.19-.23-.79-.33-1.19-.2-.8-.3-1.2-.18-.81-.26-1.21-.14-.81-.21-1.22-.14-.81-.2-1.22-.1-.82-.15-1.23-.09-.82-.12-1.23-.06-.82-.08-1.24-.05-.82-.06-1.24-.02-.83-.02-1.24%2C0-.83.02-1.24.03-.83.05-1.24.06-.83.09-1.24.08-.82.13-1.23.09-.82.15-1.23.12-.82.19-1.22.14-.82.22-1.22.18-.81.27-1.21.19-.81.29-1.2.21-.8.32-1.2.23-.79.35-1.19.26-.79.39-1.18.29-.77.44-1.16.3-.77.46-1.15.32-.76.49-1.14.35-.75.53-1.12.36-.75.55-1.11.39-.73.59-1.09.4-.72.61-1.08.43-.71.65-1.06.46-.69.69-1.03.45-.69.69-1.03.49-.67.74-1%2C.5-.66.76-.98.53-.64.79-.95.53-.63.81-.94.56-.61.84-.91.58-.59.87-.88.58-.59.88-.87.61-.55.92-.83.61-.56.93-.82.64-.53.96-.79.66-.5.99-.75.66-.5.99-.74.68-.47%2C1.02-.7.69-.45%2C1.04-.67.7-.44%2C1.06-.65.71-.42%2C1.07-.62.72-.4%2C1.09-.59.74-.38%2C1.11-.56.75-.35%2C1.13-.52.75-.34%2C1.14-.49.76-.31%2C1.15-.46.77-.29%2C1.16-.42.78-.27%2C1.17-.4.79-.24%2C1.19-.36.79-.22%2C1.19-.33.8-.2%2C1.2-.29.81-.18%2C1.21-.26.81-.15%2C1.22-.22.81-.14%2C1.22-.2.82-.11%2C1.23-.15.82-.08%2C1.23-.12.82-.07%2C1.24-.09.82-.04%2C1.24-.05.83-.02%2C1.24-.02.83.01%2C1.24.03.83.03%2C1.24.06.83.04%2C1.24.08.82.08%2C1.23.12.82.1%2C1.23.16.82.13%2C1.22.19.82.14%2C1.22.22.81.17%2C1.21.26.81.18%2C1.21.29.8.22%2C1.19.34.8.22%2C1.19.35.79.26%2C1.17.4.78.29%2C1.16.44.77.29%2C1.15.45.76.32%2C1.14.49.75.34%2C1.13.52.74.37%2C1.11.56.73.39%2C1.09.59.72.41%2C1.07.62.71.42%2C1.06.64.7.45%2C1.04.68.68.47%2C1.02.71.67.48%2C1%2C.73.66.5.98.76.64.52.96.78.62.54.93.82.61.56.91.84.59.57.89.87.59.58.87.88.56.61.84.92.55.62.82.93.52.64.78.97.51.65.76.98.49.66.73%2C1%2C.47.68.7%2C1.02.46.69.68%2C1.04.44.7.65%2C1.05.42.71.62%2C1.07.39.73.58%2C1.09.37.74.55%2C1.11.36.74.53%2C1.12.32.76.48%2C1.14.32.76.46%2C1.15.29.77.43%2C1.16.26.78.39%2C1.18.25.79.36%2C1.18.22.79.33%2C1.19.21.8.3%2C1.2.17.81.25%2C1.21.14.81.21%2C1.22.13.81.19%2C1.22.12.82.17%2C1.23.07.82.11%2C1.24.06.82.09%2C1.24.04.82.05%2C1.24.02.83.02%2C1.24-.01.83-.02%2C1.24-.03.83-.06%2C1.24-.05.83-.08%2C1.24-.06.83-.11%2C1.23-.11.82-.17%2C1.23-.11.82-.18%2C1.23-.14.82-.22%2C1.22-.17.81-.27%2C1.21-.18.81-.28%2C1.21-.22.8-.34%2C1.19-.23.79-.35%2C1.19-.26.78-.4%2C1.17-.27.78-.42%2C1.17-.3.77-.46%2C1.15-.33.76-.5%2C1.13-.34.75-.52%2C1.13-.37.74-.56%2C1.11-.38.73-.58%2C1.09-.41.72-.62%2C1.08-.44.7-.66%2C1.05-.44.7-.67%2C1.04-.45.69-.69%2C1.03-.49.66-.74.99-.49.66-.75.99-.52.64-.79.96-.54.63-.82.93-.56.61-.84.91-.57.6-.86.89-.59.58-.89.86-.61.56-.92.83-.62.55-.93.82-.64.53-.96.79-.64.52-.97.77-.66.49-1%2C.73-.68.47-1.02.7-.7.44-1.05.66-.7.44-1.05.65-.71.41-1.08.61-.72.4-1.09.59-.74.37-1.11.55-.74.36-1.12.53-.76.32-1.14.48-.76.32-1.15.46-.77.3-1.16.43-.78.26-1.18.38-.79.24-1.19.36-.79.23-1.19.33-.8.2-1.2.3-.81.18-1.21.26-.81.14-1.22.21-.81.14-1.22.2-.82.12-1.23.16-.82.08-1.23.11-.82.07-1.24.09-.82.03-1.24.04-.82.02-1.24.02Zm0-81.16c-.41%2C0-.83.02-1.24.03s-.83.03-1.23.05-.82.06-1.23.1-.82.1-1.23.15-.82.11-1.22.17-.81.15-1.21.23-.81.17-1.21.27-.8.2-1.2.31-.79.23-1.18.35-.78.26-1.17.39-.78.28-1.16.43-.77.3-1.15.46-.76.32-1.13.5-.74.35-1.11.54-.73.38-1.09.58-.71.41-1.07.62-.71.42-1.06.64-.68.46-1.02.7-.68.47-1.01.71-.66.49-.98.75-.64.52-.95.79-.63.53-.93.81-.6.56-.9.85-.58.58-.87.88-.58.59-.85.89-.55.62-.81.93-.53.63-.78.96-.5.65-.75.98-.49.66-.72%2C1-.46.68-.68%2C1.03-.44.7-.65%2C1.05-.42.71-.62%2C1.07-.39.73-.57%2C1.09-.37.74-.54%2C1.11-.34.75-.5%2C1.13-.31.76-.46%2C1.15-.29.77-.42%2C1.16-.26.78-.38%2C1.17-.24.79-.35%2C1.18-.22.79-.31%2C1.2-.17.8-.26%2C1.21-.15.81-.22%2C1.21-.13.81-.19%2C1.22-.1.82-.14%2C1.23-.08.82-.11%2C1.23-.05.82-.07%2C1.23-.01.82-.01%2C1.24.01.83.02%2C1.24.04.82.07%2C1.23.05.82.09%2C1.23.1.82.15%2C1.23.11.82.18%2C1.22.15.81.23%2C1.21.17.81.26%2C1.21.2.8.31%2C1.2.22.79.35%2C1.19.25.79.39%2C1.17.28.78.43%2C1.16.3.77.46%2C1.15.32.76.5%2C1.13.36.74.55%2C1.11.38.73.57%2C1.09.41.71.62%2C1.07.42.71.64%2C1.06.45.69.69%2C1.03.48.67.72%2C1%2C.5.65.76.98.52.64.78.95.53.63.8.94.56.6.85.9.58.58.88.87.59.57.9.85.62.54.94.81.63.53.96.78.65.5.98.75.67.48%2C1.01.72.68.47%2C1.02.69.7.43%2C1.06.64.71.42%2C1.07.62.72.39%2C1.09.58.73.37%2C1.11.55.75.34%2C1.13.5.76.32%2C1.14.47.77.3%2C1.16.43.78.25%2C1.18.37.78.25%2C1.18.36.8.2%2C1.2.3.8.18%2C1.21.27.81.17%2C1.21.24.81.12%2C1.22.17.82.11%2C1.23.15.82.08%2C1.23.11.82.05%2C1.23.06.82.02%2C1.24.02.83%2C0%2C1.24-.02.82-.04%2C1.23-.06.82-.05%2C1.23-.09.82-.09%2C1.23-.15.82-.12%2C1.22-.19.81-.14%2C1.22-.22.81-.18%2C1.21-.27.8-.19%2C1.2-.3.79-.23%2C1.19-.35.78-.25%2C1.17-.39.78-.28%2C1.16-.43.77-.3%2C1.15-.46.75-.33%2C1.13-.51.75-.35%2C1.11-.54.73-.38%2C1.09-.58.71-.41%2C1.07-.62.71-.43%2C1.05-.65.69-.45%2C1.03-.69.68-.47%2C1.01-.71.66-.49.98-.75.64-.52.95-.79.63-.53.93-.81.61-.56.9-.84.59-.57.88-.87.56-.6.84-.91.55-.61.82-.93.52-.64.78-.96.51-.64.76-.98.47-.67.71-1.01.46-.68.69-1.03.45-.69.66-1.05.41-.72.6-1.08.39-.72.58-1.09.36-.74.54-1.11.34-.75.51-1.13.32-.76.47-1.14.3-.77.43-1.16.25-.78.38-1.18.24-.79.35-1.19.22-.79.31-1.2.18-.8.27-1.21.15-.81.22-1.22.12-.81.18-1.22.11-.82.15-1.23.08-.82.11-1.23.05-.82.06-1.23%2C0-.82%2C0-1.24%2C0-.83-.02-1.24-.04-.82-.06-1.23-.05-.82-.09-1.23-.09-.82-.15-1.23-.12-.82-.19-1.22-.14-.81-.23-1.21-.18-.81-.27-1.21-.2-.8-.31-1.2-.23-.79-.35-1.19-.25-.79-.38-1.17-.27-.78-.42-1.16-.31-.76-.47-1.14-.32-.76-.49-1.13-.36-.74-.54-1.11-.38-.73-.58-1.09-.4-.72-.61-1.08-.43-.7-.65-1.05-.45-.69-.68-1.03-.48-.67-.73-1-.49-.66-.75-.98-.51-.65-.77-.96-.54-.62-.81-.93-.57-.6-.85-.89-.57-.6-.86-.88-.6-.57-.9-.84-.62-.55-.93-.81-.64-.52-.96-.78-.65-.51-.98-.75-.66-.49-1-.72-.68-.46-1.03-.68-.7-.43-1.06-.64-.7-.43-1.07-.62-.73-.39-1.1-.57-.74-.36-1.11-.53-.75-.35-1.12-.51-.76-.31-1.15-.46-.77-.3-1.16-.43-.78-.26-1.17-.38-.79-.24-1.18-.35-.8-.21-1.2-.3-.8-.18-1.21-.27-.81-.17-1.21-.24-.81-.12-1.22-.18-.82-.1-1.23-.14-.82-.07-1.23-.1-.82-.05-1.23-.06-.82-.03-1.24-.03Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m56.03%2C30.09c.19.12.38.25.57.38.35.23.71.47%2C1.1.71.35.21.73.41%2C1.16.61.37.17.77.33%2C1.22.47.38.12.8.24%2C1.26.34.4.09.83.17%2C1.29.24.41.06.84.11%2C1.3.15.41.04.85.07%2C1.31.09.47.02.91.02%2C1.32.02.48-.01.92-.04%2C1.32-.08.48-.05.91-.12%2C1.3-.21.49-.11.91-.24%2C1.27-.37.49-.19.88-.4%2C1.17-.6-.4.01-.86.03-1.36.03-.43%2C0-.88-.01-1.36-.03-.44-.02-.89-.05-1.36-.09-.45-.04-.9-.09-1.36-.16-.45-.07-.9-.15-1.34-.24-.4-.09-.8-.2-1.19-.32-.4-.13-.79-.27-1.16-.42-.39-.16-.77-.32-1.13-.49-.38-.18-.75-.37-1.1-.56-.38-.2-.74-.41-1.07-.6-.39-.23-.74-.45-1.05-.64-.35-.21-.64-.39-.87-.52-.22-.12-.43-.18-.63-.18-.14%2C0-.27.03-.41.09-.41.17-.93.63-1.05%2C1.34h0c-.07.39-.09.49.82%2C1.07Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m66.18%2C34.19c-.31%2C0-.63%2C0-.97-.02-.43-.02-.83-.04-1.22-.08-.43-.04-.84-.08-1.22-.13-.34-.04-.65-.1-.96-.15.12.28.23.57.32.85.13.42.25.83.33%2C1.25.08.43.14.86.17%2C1.28.03.44.03.87%2C0%2C1.29-.03.42-.08.83-.14%2C1.22-.06.42-.14.82-.22%2C1.21-.09.41-.2.81-.31%2C1.19-.12.4-.26.79-.41%2C1.16-.16.39-.33.76-.51%2C1.12-.19.37-.38.73-.59%2C1.08-.21.36-.44.7-.67%2C1.03-.24.34-.49.66-.74.98-.26.32-.52.64-.79.94-.27.31-.55.61-.83.9.33.13.71.36%2C1.12.77.53.52.78.99.91%2C1.35.34-.23.66-.46.98-.69.32-.24.64-.49.94-.75.21-.18.41-.37.61-.55-.1-.17-.25-.41-.51-.68-.39-.41-.83-.71-.92-.76-.13-.09-.19-.26-.14-.42.05-.15.2-.24.35-.23.17.01.91.16%2C1.44.72.22.24.39.46.52.65.12-.13.26-.25.38-.38.27-.3.54-.6.79-.9.19-.23.36-.47.53-.71-.08-.15-.29-.47-.75-.79-.51-.36-1.06-.59-1.06-.59-.15-.06-.24-.24-.21-.4.03-.16.16-.27.33-.28.09%2C0%2C.87-.03%2C1.53.45.34.25.59.5.77.72.08-.12.16-.24.23-.36.2-.34.39-.7.57-1.05.15-.3.28-.61.41-.92-.01-.02-.27-.44-1-.79-.62-.3-1.23-.47-1.24-.48-.17-.05-.28-.21-.26-.38.02-.17.17-.31.34-.31.26-.02.94-.05%2C1.59.26.34.16.61.34.82.51.06.05.09.09.14.13.03-.08.06-.16.09-.24.12-.38.23-.76.32-1.15.08-.33.15-.64.21-.95-.11-.11-.46-.45-1.16-.68-.7-.23-1.44-.31-1.44-.31-.17-.02-.31-.16-.32-.33-.01-.17.11-.32.27-.36.04%2C0%2C.94-.24%2C1.81.05.38.12.69.27.93.42.05.03.09.06.13.09.03-.15.06-.31.08-.45.07-.44.12-.86.16-1.28.02-.21.02-.42.04-.62-.18-.13-.59-.38-1.3-.52-.69-.14-1.52-.1-1.52-.1-.18%2C0-.34-.11-.37-.28-.03-.17.08-.36.25-.41.18-.06.51-.17.91-.22.29-.04.62-.05.94.02.41.08.75.2%2C1.02.32.04.02.07.04.11.06%2C0-.27%2C0-.54-.01-.8%2C0-.18-.03-.36-.05-.54-.12.01-.23.02-.35.03-.37.02-.76.03-1.17.03Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m54.25%2C28.33s.03-.07.04-.11c.11-.26.24-.49.4-.69.33-.42.75-.71%2C1.13-.87.33-.14.67-.19%2C1.02-.16.33.03.66.13.98.31.24.13.55.32.92.54.29.18.63.39%2C1%2C.6.31.19.65.38%2C1.02.57.33.18.68.36%2C1.04.53.34.16.7.32%2C1.07.47.36.14.73.28%2C1.1.4.37.12.75.22%2C1.13.31.38.08.77.16%2C1.16.22.25.04.49.06.74.09-.09-.29-.17-.58-.27-.87-.08-.25-.18-.51-.27-.77-.27-.09-.76-.21-1.46-.15-.84.06-1.6.36-1.63.38-.04.02-.12.04-.16.05-.14%2C0-.27-.08-.33-.22-.07-.16.03-.36.17-.45.31-.23.61-.4.89-.51.39-.16.73-.23.99-.25.43-.03.8%2C0%2C1.12.03-.07-.17-.13-.33-.2-.51-.15-.39-.32-.78-.49-1.19.01.03-.13-.27-.24-.51-.29-.04-.84-.05-1.58.19-.85.27-1.52.75-1.52.76-.01%2C0-.01%2C0-.02.01%2C0%2C0-.02.01-.02.01-.05.04-.11.06-.17.06-.12.01-.24-.04-.32-.14-.1-.14-.07-.35.05-.47.26-.31.52-.54.77-.72.35-.26.68-.4.93-.48.46-.15.87-.22%2C1.21-.24.06%2C0%2C.1%2C0%2C.16%2C0-.08-.15-.17-.32-.28-.5-.17-.31-.38-.67-.57-1.01-.11-.19-.23-.38-.34-.56-.32.03-.79.12-1.36.39-.29.14-.57.32-.81.49-.43.31-.72.59-.73.6%2C0%2C0-.01.02-.02.02-.06.06-.14.09-.22.09-.1%2C0-.2-.03-.27-.1-.12-.12-.12-.31-.03-.45%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C.01-.02.02-.03.24-.37.48-.65.71-.88.35-.34.67-.54.91-.66.44-.21.84-.34%2C1.18-.41-.08-.12-.16-.24-.24-.37-.23-.34-.47-.69-.72-1.04-.24-.34-.48-.69-.72-1.04-.26-.37-.5-.71-.74-1.02-.27-.34-.53-.65-.82-.96-.27-.3-.57-.58-.89-.89-.28-.27-.59-.55-.93-.85-.06-.05-.06-.06-.12-.11-.31-.27-.62-.53-.93-.79-.32-.27-.63-.52-.95-.76-.33-.24-.66-.47-1.01-.67-.35-.2-.71-.38-1.09-.53-.37-.14-.75-.25-1.17-.33-.46-.09-.9-.16-1.32-.21-.46-.06-.9-.09-1.33-.11-.46-.01-.91%2C0-1.33.04-.46.04-.89.12-1.31.22-.44.11-.86.24-1.26.41-.43.19-.86.31-1.29.37-.09.01-.18%2C0-.27.01.09.06.18.12.27.19.37.29.68.61.93.92.37.44.61.84.75%2C1.06.03.05.03.05.06.09.08.12.03.32-.09.39-.04.03-.09.04-.14.04-.08%2C0-.15-.08-.2-.16%2C0%2C0-.32-.47-.81-1-.27-.29-.59-.6-.95-.86-.34-.25-.7-.46-1.01-.63-.28-.15-.53-.26-.71-.34-.15-.05-.29-.1-.44-.17-.05-.02-.05-.02-.1-.04-.29-.13-.6-.28-1-.44-.29-.12-.62-.24-1.02-.38-.3-.11-.64-.23-1.03-.35-.32-.1-.67-.2-1.06-.31-.31-.09-.68-.16-1.11-.2-.35-.03-.73-.04-1.13-.04-.36%2C0-.74.03-1.13.07-.37.04-.75.09-1.12.17-.37.08-.74.18-1.09.3-.34.12-.71.25-1.09.41-.34.14-.7.3-1.06.48-.35.16-.7.34-1.04.53-.35.18-.69.38-1.02.57-.35.2-.68.41-.99.62-.35.23-.66.46-.94.68-.35.28-.64.55-.84.79-.26.31-.51.63-.76.94-.25.32-.49.65-.73.97-.24.33-.48.66-.7.98-.23.33-.46.67-.68%2C1-.23.34-.45.68-.65%2C1.02-.22.35-.42.7-.62%2C1.04-.21.36-.4.71-.59%2C1.06-.2.37-.37.73-.54%2C1.08-.18.38-.35.75-.5%2C1.11-.17.4-.31.77-.43%2C1.13-.14.43-.24.82-.3%2C1.17-.08.48-.09.88-.01%2C1.19h0c.09.37.25.76.5%2C1.17.2.32.45.65.79%2C1%2C.26.27.58.55.96.84.31.24.66.48%2C1.05.73.33.21.69.44%2C1.1.66.35.19.73.39%2C1.14.59.01%2C0%2C.02.01.03.02.11-.1.21-.2.32-.29.32-.27.64-.54.97-.8.33-.26.66-.52.99-.77.34-.25.69-.48%2C1.03-.71.35-.23.7-.47%2C1.05-.68.36-.22.72-.42%2C1.09-.62.37-.2.73-.4%2C1.11-.59.37-.19.76-.36%2C1.14-.53.38-.17.77-.34%2C1.16-.49.39-.15.78-.3%2C1.18-.44.39-.14.79-.27%2C1.19-.39.4-.12.8-.24%2C1.21-.34.4-.1.81-.2%2C1.22-.28.41-.09.82-.16%2C1.23-.23.41-.07.83-.13%2C1.24-.19.3-.04.61-.07.91-.1%2C0%2C0%2C0-.01%2C0-.02.43-.05.85-.08%2C1.27-.09.06%2C0%2C.11%2C0%2C.16%2C0%2C.05%2C0%2C.1%2C0%2C.15%2C0%2C.14%2C0%2C.27%2C0%2C.41%2C0%2C.02%2C0%2C.04.01.06.02.16%2C0%2C.33%2C0%2C.49%2C0%2C.43.02.85.05%2C1.27.1.07%2C0%2C.13.02.2.03-.03-.3-.05-.59-.06-.86-.02-.53-.03-1.03-.21-1.58-.15-.44-.41-.84-.69-1.17-.47-.56-.98-.93-.99-.93-.1-.07-.16-.23-.09-.34.06-.11.22-.14.34-.09.4.17.86.46%2C1.26.82.38.34.7.75.87%2C1.22.12.34.2.67.26.99.06.34.09.67.13%2C1.02.04.34.07.7.14%2C1.06.04%2C0%2C.09.01.13.02.42.08.84.17%2C1.24.27.42.11.82.22%2C1.22.35.41.13.81.27%2C1.2.43.4.16.79.32%2C1.17.5.39.18.77.37%2C1.14.56.39.2.76.41%2C1.12.62.2.12.39.24.59.36.03-.17.08-.34.14-.49Zm-29.9-9.56c.34-.28.67-.53%2C1.03-.75.34-.2.72-.37%2C1.17-.51.45-.14.89-.22%2C1.28-.26.57-.06%2C1.04-.04%2C1.3-.03.05%2C0%2C.05%2C0%2C.11%2C0%2C.14%2C0%2C.3.12.3.26%2C0%2C.14-.17.25-.31.25%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0-.02%2C0-.58%2C0-1.28.11-.39.06-.83.16-1.24.3-.39.14-.75.3-1.06.46-.6.3-.98.57-.99.57-.04.03-.14.06-.19.06-.08%2C0-.15-.04-.2-.1-.08-.11-.03-.28.08-.37Zm-2.13%2C4.36c.31-.37.62-.71.94-1.04.33-.33.67-.64%2C1.04-.93.35-.27.73-.53%2C1.16-.78.38-.22.72-.39%2C1.03-.53.41-.19.77-.32%2C1.08-.41.44-.13.8-.18%2C1.12-.24.15-.02.15-.02.31-.05.14-.03.33.06.36.21.03.15-.12.3-.26.33%2C0%2C0-.46.09-1.16.35-.32.12-.7.28-1.11.48-.34.16-.7.36-1.07.59-.39.24-.74.48-1.07.72-.39.28-.73.56-1.02.8-.59.5-.94.86-.94.86-.05.06-.17.12-.24.12-.07%2C0-.13-.02-.18-.07-.11-.1-.08-.3.02-.41Zm.26%2C4.31c-.06.1-.18.22-.29.22-.05%2C0-.1-.01-.15-.04-.15-.08-.2-.32-.13-.47.17-.38.37-.75.6-1.1.22-.35.47-.69.73-1.02.26-.32.55-.63.85-.92.3-.29.62-.56.96-.81.44-.32.84-.59%2C1.21-.8.47-.28.89-.48%2C1.3-.64.47-.19.91-.32%2C1.37-.44.16-.05.38.05.43.21.05.16-.07.33-.23.39-.01%2C0-.54.21-1.28.59-.37.19-.78.42-1.22.69-.38.24-.77.51-1.15.8-.31.24-.59.49-.86.74-.29.28-.56.55-.79.81-.28.32-.52.61-.72.87-.41.54-.63.91-.63.92Zm1.51%2C1.96c-.06.09-.18.18-.29.18-.06%2C0-.13-.02-.18-.06-.15-.1-.18-.34-.08-.49q.16-.25.31-.5c.23-.37.45-.74.7-1.09.24-.35.49-.69.79-1.02.27-.31.58-.61.93-.9.35-.29.67-.53.96-.74.39-.28.73-.48%2C1.03-.63.47-.24.82-.37%2C1.11-.47.07-.03.07-.02.15-.05.17-.06.4%2C0%2C.46.17.07.17-.06.38-.22.45%2C0%2C0-.42.18-1.01.55-.28.17-.61.39-.95.65-.29.22-.59.47-.89.75-.36.34-.7.68-1.01%2C1.01-.36.39-.67.75-.94%2C1.07-.54.65-.85%2C1.11-.86%2C1.12Zm6.24-2.84s-.6.28-1.29.73c-.38.26-.79.57-1.15.93-.27.27-.52.55-.76.82-.27.31-.51.6-.72.86-.41.51-.67.88-.68.88-.06.08-.17.16-.27.16-.06%2C0-.11-.02-.16-.05-.13-.08-.15-.29-.07-.43.21-.37.41-.71.63-1.04.22-.33.46-.65.72-.97.25-.29.52-.58.83-.89.26-.25.53-.48.81-.67.29-.21.6-.39.91-.54.33-.16.66-.28.99-.36.15-.04.34.04.39.18.05.15-.05.31-.19.37Zm22.41-3.25c-.37-.22-.69-.53-.9-.9-.21-.36-.33-.79-.33-1.24s.12-.87.33-1.24c.22-.37.53-.69.9-.9.36-.21.79-.33%2C1.23-.33s.87.12%2C1.23.33c.37.22.69.53.9.9.21.36.33.79.33%2C1.23s-.12.87-.33%2C1.23c-.22.37-.53.69-.9.9-.36.21-.79.33-1.23.33s-.87-.12-1.24-.33Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.m-logo__ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  padding-top: 5.8974358974%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20574.14%2033.82%22%20height%3D%2233.82%22%20viewBox%3D%220%200%20574.14%2033.82%22%20width%3D%22574.14%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%2341a5eb%22%3E%3Cpath%20d%3D%22m0%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m35.47.61h-5.93v32.6h18.78v-5.49h-12.85z%22%2F%3E%3Cpath%20d%3D%22m57.12%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m94.52.61h-7.17v32.6h5.93v-12.83h1.15%201.68c3.46%200%206.26-.9%208.31-2.68%202.07-1.78%203.11-4.22%203.11-7.24%200-2.82-.98-5.19-2.9-7.05-1.11-1.09-2.42-1.83-3.89-2.23-1.43-.38-3.47-.57-6.22-.57zm-1.24%2014.35v-8.94h1.15%201.04c4.24%200%206.3%201.44%206.3%204.39%200%203.06-1.99%204.55-6.1%204.55h-1.25z%22%2F%3E%3Cpath%20d%3D%22m134.43%2013.88h-12.92v-13.27h-5.93v32.6h5.93v-13.85h12.92v13.85h5.93v-32.6h-5.93z%22%2F%3E%3Cpath%20d%3D%22m162.27.61-15.36%2032.6h6.4l3.88-8.36h12.33l3.66%208.36h6.48l-14.82-32.6h-2.57zm-2.6%2018.75%203.81-8.23%203.63%208.23z%22%2F%3E%3Cpath%20d%3D%22m225.62%206.1h7.81v27.11h5.93v-27.11h7.8v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m278.61%2013.47-3.19-1.29c-2.12-.86-3.15-1.93-3.15-3.26%200-.98.37-1.77%201.15-2.42.78-.67%201.75-.99%202.96-.99.97%200%201.76.19%202.38.58.58.33%201.22%201.09%201.9%202.27l.28.48%204.85-2.84-.24-.41c-2.17-3.71-5.24-5.59-9.13-5.59-2.87%200-5.31.86-7.24%202.55-1.94%201.69-2.93%203.81-2.93%206.32%200%203.72%202.32%206.57%206.89%208.48l3.08%201.27c.77.33%201.44.67%201.99%201.03.53.35.97.72%201.3%201.11.32.38.56.8.72%201.25.16.46.23.98.23%201.54%200%201.41-.44%202.54-1.35%203.45-.89.89-1.99%201.33-3.34%201.33-1.72%200-3-.6-3.9-1.83-.5-.63-.85-1.85-1.06-3.61l-.07-.57-5.99%201.3.07.45c.46%203.05%201.63%205.45%203.49%207.14%201.91%201.71%204.35%202.58%207.27%202.58%203.07%200%205.68-1.02%207.76-3.02%202.05-1.98%203.09-4.52%203.09-7.55%200-2.27-.64-4.22-1.91-5.79-1.24-1.57-3.23-2.9-5.91-3.96z%22%2F%3E%3Cpath%20d%3D%22m291.99%206.1h7.82v27.11h5.93v-27.11h7.79v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m339.72%2016.45c1.36-1.69%202.06-3.73%202.06-6.07%200-3-1.1-5.45-3.29-7.29-1.98-1.65-5.18-2.49-9.53-2.49h-6.21v32.6h5.93v-12.92l9.15%2012.93h7.24l-10.05-13.67c1.9-.54%203.48-1.58%204.7-3.09zm-3.76-6c0%203.15-2.06%204.67-6.3%204.67h-.98v-9.02h1.17c4.11%200%206.11%201.42%206.11%204.35z%22%2F%3E%3Cpath%20d%3D%22m352.1%2033.21h18.99v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.99z%22%2F%3E%3Cpath%20d%3D%22m381.22%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m410.79%206.1h7.81v27.11h5.93v-27.11h7.8v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m474.54%2023.3c.64-.73%201.16-1.39%201.55-1.94l.23-.32-3.89-3.95-.4.51c-.5.65-1.03%201.29-1.58%201.92-.47.55-.97%201.1-1.49%201.67l-5.02-5.99c1.85-1.44%203.16-2.71%203.91-3.77.84-1.18%201.27-2.52%201.27-3.98%200-2.11-.78-3.88-2.32-5.27s-3.5-2.09-5.84-2.09c-2.41%200-4.41.73-5.95%202.16-1.5%201.43-2.27%203.29-2.27%205.54%200%202.14.99%204.33%202.94%206.5l-2.08%201.4c-3.2%202.18-4.82%204.96-4.82%208.26%200%202.77%201.03%205.13%203.06%207.03%202.07%201.88%204.63%202.83%207.6%202.83%203.15%200%206.2-1.41%209.09-4.2l2.96%203.58h7.39l-6.32-7.71c.76-.8%201.42-1.53%201.98-2.18zm-15.17-13.57c-.67-.81-1.01-1.63-1.01-2.44%200-.65.23-1.17.73-1.59.49-.44%201.08-.65%201.81-.65.81%200%201.42.21%201.89.63.46.43.69.97.69%201.67%200%20.63-.17%201.14-.53%201.58-.17.23-.46.52-.87.87-.42.36-.96.78-1.59%201.25zm-.13%208.78%205.71%206.85c-2.18%202.09-4.11%203.15-5.72%203.15-1.18%200-2.24-.46-3.23-1.41-.98-1-1.46-2.07-1.46-3.27%200-.81.31-1.56.94-2.29.65-.74%201.92-1.76%203.76-3.03z%22%2F%3E%3Cpath%20d%3D%22m210.01%2021.74-20.21-21.13h-3.11v32.6h5.93v-21.29l20.42%2021.29h2.9v-32.6h-5.93z%22%2F%3E%3Cpath%20d%3D%22m546.44.02c-4.64%200-8.67%201.66-11.98%204.95-3.31%203.27-4.99%207.24-4.99%2011.8%200%205.18%201.84%209.43%205.47%2012.64%203.3%202.9%207.08%204.37%2011.24%204.37%204.7%200%208.76-1.66%2012.08-4.93%203.3-3.25%204.97-7.25%204.97-11.9%200-4.62-1.66-8.64-4.94-11.94-3.27-3.31-7.26-4.99-11.85-4.99zm-.18%2028.3c-2.95%200-5.59-1.08-7.86-3.22-2.28-2.14-3.44-4.92-3.44-8.27%200-3.18%201.12-5.89%203.33-8.05%202.19-2.17%204.92-3.27%208.1-3.27%203.19%200%205.91%201.1%208.08%203.27%202.19%202.17%203.31%204.91%203.31%208.13%200%203.18-1.13%205.92-3.35%208.13-2.22%202.18-4.96%203.28-8.17%203.28z%22%2F%3E%3Cpath%20d%3D%22m573.17%2028.09c-.66-.66-1.46-1-2.38-1s-1.72.34-2.38%201c-.64.65-.97%201.43-.97%202.32%200%20.95.32%201.75.95%202.39.64.65%201.45.98%202.4.98.93%200%201.73-.33%202.38-.98.64-.65.97-1.45.97-2.37%200-.9-.33-1.69-.97-2.34z%22%2F%3E%3Cpath%20d%3D%22m519.56%2024.56c-.15.16-.29.33-.44.48-2.21%202.17-4.95%203.27-8.16%203.27-2.95%200-5.59-1.08-7.86-3.22-2.28-2.14-3.44-4.92-3.44-8.27%200-3.18%201.12-5.89%203.33-8.05%202.19-2.17%204.92-3.27%208.1-3.27%203.19%200%205.91%201.1%208.08%203.27.12.12.23.25.34.37l3.97-3.62c-.16-.17-.31-.35-.47-.52-3.28-3.31-7.27-4.99-11.86-4.99-4.64%200-8.67%201.66-11.98%204.95-3.31%203.27-4.99%207.24-4.99%2011.8%200%205.18%201.84%209.43%205.47%2012.64%203.3%202.9%207.08%204.37%2011.25%204.37%204.7%200%208.76-1.66%2012.08-4.93.21-.21.4-.43.6-.64z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.m-logo__ttl:after {
  display: block;
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  outline: 1px solid transparent;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .m-logo {
    padding: 50vh 0 30vh;
  }
  .m-logo__symbol {
    width: 88px;
    top: 40%;
  }
  .m-logo__ttl {
    width: 320px;
    margin-top: 100px;
  }
  .m-logo__ttl:after {
    width: 320px;
    height: 50px;
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .m-logo {
    height: 100vh;
    padding: 0 40px;
  }
  .m-logo__symbol {
    top: 38vh;
    max-width: 78px;
    width: 50%;
  }
  .m-logo__symbol.hide {
    opacity: 0;
  }
  .m-logo__ttl {
    margin: 55vh 0 60px;
    width: 100%;
  }
  .m-logo__ttl:after {
    width: 100%;
    height: 150%;
  }
}

/* _Intro
-------------------------------------------------- */
.m-intro__wrap {
  background-color: rgba(255, 255, 255, 0.7);
}
.m-intro__lead {
  color: #787878;
}
.m-intro__ttl {
  font-weight: 500;
}
.m-intro__txt, .m-intro__anchor {
  font-weight: 400;
}
.m-intro__txt-en {
  line-height: 1.9;
}
.m-intro__anchor {
  text-align: right;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .m-intro__lead {
    padding: 200px 0 280px;
    font-size: 1.8125rem;
  }
  .m-intro__ttl-en, .m-intro__txt-en, .m-intro__anchor-en {
    letter-spacing: 1px;
  }
  .m-intro__ttl {
    line-height: 1.3;
    margin-bottom: 65px;
  }
  .m-intro__ttl-en {
    font-size: 2.875rem;
  }
  .m-intro__ttl-jp {
    font-size: 1.875rem;
    margin-top: 12px;
  }
  .m-intro__txt {
    font-size: 1.25rem;
  }
  .m-intro__txt-jp {
    line-height: 2;
    margin-top: 36px;
  }
  .m-intro__anchor {
    font-size: 1.25rem;
    margin-top: 46px;
  }
  .m-intro__anchor-jp {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-intro__wrap {
    padding: 104px 40px 107px;
  }
  .m-intro__lead {
    margin: 124px auto 0;
  }
  .m-intro__ttl {
    margin-bottom: 46px;
  }
  .m-intro__ttl-en, .m-intro__txt-en, .m-intro__anchor-en {
    letter-spacing: 0.5px;
  }
  .m-intro__ttl-en {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
  .m-intro__ttl-jp {
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-top: 18px;
  }
  .m-intro__txt, .m-intro__anchor {
    font-size: 0.9375rem;
  }
  .m-intro__txt-jp {
    line-height: 1.9;
    margin-top: 26px;
  }
  .m-intro__anchor {
    margin-top: 46px;
  }
  .m-intro__anchor-jp {
    margin-top: 4px;
  }
}

/* _About
-------------------------------------------------- */
.m-about {
  background-color: #41a5eb;
  color: #fff;
  mix-blend-mode: multiply;
  z-index: 2;
}
.m-about__ttl {
  letter-spacing: 2px;
}
.m-about__txt {
  font-weight: 400;
  letter-spacing: 0.5px;
}
.m-about__partner, .m-about__sdgs {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .m-about__wrap {
    padding: 238px 0 172px;
  }
  .m-about__ttl {
    margin-bottom: 78px;
  }
  .m-about__txt {
    font-size: 1rem;
    line-height: 1.75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-about__txt p + p {
    margin-top: 28px;
  }
  .m-about__inner {
    width: 573px;
  }
  .m-about__partner {
    width: 585px;
    margin-top: 71px;
  }
  .m-about__sdgs {
    width: 154px;
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .m-about__wrap {
    padding: 108px 40px 110px;
  }
  .m-about__ttl {
    margin-bottom: 57px;
  }
  .m-about__inner:not(:first-of-type) {
    margin-top: 50px;
  }
  .m-about__txt {
    font-size: 0.8125rem;
    line-height: 1.85;
  }
  .m-about__txt p + p {
    margin-top: 23px;
  }
  .m-about__sdgs {
    width: 32%;
    margin-top: 40px;
    min-width: 120px;
  }
  .m-about__partner {
    margin-top: 80px;
  }
}

/* _Modal
-------------------------------------------------- */
.m-modal {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10;
  color: #fff;
  top: 0;
  left: 0;
}
.m-modal__overlay {
  background-color: rgba(80, 80, 80, 0.98);
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.m-modal__close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  width: 26px;
}
.m-modal__close img {
  width: 100%;
}
.m-modal__inner {
  font-size: 0.6875rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-modal__img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-modal__close {
    top: 68px;
    right: 68px;
  }
  .m-modal__inner {
    width: 800px;
  }
  .m-modal__img {
    margin-bottom: 22px;
  }
  .m-modal__desc {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .m-modal__close {
    top: 20px;
    right: 20px;
  }
  .m-modal__inner {
    width: calc(100% - 40px);
  }
  .m-modal__img {
    margin-bottom: 27px;
  }
  .m-modal__desc {
    margin-left: 27px;
    margin-bottom: 14px;
  }
  .m-modal__name {
    margin-left: 27px;
  }
}

/* _Partner
-------------------------------------------------- */
.m-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .m-partner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .m-partner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-partner__logo--apple {
    width: 23px;
  }
  .m-partner__logo--bo {
    width: 20px;
  }
  .m-partner__logo--bose {
    width: 65px;
    margin-bottom: 3px;
  }
  .m-partner__logo--dyson {
    width: 51px;
  }
  .m-partner__logo--nike {
    width: 48px;
  }
}

/* _Partners
-------------------------------------------------- */
.m-partners__wrap {
  background-color: #fff;
  mix-blend-mode: soft-light;
  z-index: 1;
}
.m-partners__wrap _::-webkit-full-page-media, .m-partners__wrap _:future, :root .m-partners__wrap {
  mix-blend-mode: multiply;
}
.m-partners__ttl {
  font-weight: 500;
  color: #787878;
  letter-spacing: 0.5px;
}
.m-partners__ttl span {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
}
.m-partners__list {
  margin: 0 auto;
}
.m-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 1px;
}
.m-partners__name {
  color: #787878;
  font-weight: 500;
}
.m-partners__info {
  color: #a0a0a0;
  font-weight: 300;
  line-height: 1.2;
}
.m-partners__info span {
  display: block;
  font-size: 0.65625rem;
}
.m-partners__info em {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .m-partners__wrap {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .m-partners__ttl {
    text-align: center;
    font-size: 1.40625rem;
    margin-bottom: 52px;
  }
  .m-partners__ttl span {
    font-size: 1rem;
    margin-left: 20px;
  }
  .m-partners__list {
    width: 1235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-partners__item {
    min-width: 370px;
    margin-right: 34px;
    margin-bottom: 44px;
  }
  .m-partners__item:nth-child(3n) {
    margin-right: 0;
  }
  .m-partners__name {
    min-width: 156px;
    font-size: 1.125rem;
  }
  .m-partners__info {
    font-size: 0.9375rem;
  }
  .m-partners__info span {
    margin-top: 4px;
  }
  .m-partners__info em {
    margin-left: 21px;
  }
}
@media screen and (max-width: 768px) {
  .m-partners__wrap {
    padding: 89px 40px 108px;
  }
  .m-partners__ttl {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 42px;
  }
  .m-partners__ttl span {
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .m-partners__item:not(:first-of-type) {
    margin-top: 38px;
  }
  .m-partners__name {
    min-width: 140px;
    font-size: 1rem;
    margin-right: 20px;
  }
  .m-partners__info {
    font-size: 0.75rem;
  }
  .m-partners__info span {
    font-size: 0.65625rem;
    margin-top: 4px;
  }
}

/* _Business
-------------------------------------------------- */
.m-business {
  background-color: #fff;
  color: #646464;
  mix-blend-mode: soft-light;
  overflow: hidden;
  z-index: 1;
}
.m-business _::-webkit-full-page-media, .m-business _:future, :root .m-business {
  mix-blend-mode: multiply;
}
.m-business__prlx {
  position: absolute;
}
.m-business__ttl {
  letter-spacing: 4px;
  color: #41a5eb;
}
.m-business__dt, .m-business__dd {
  color: #787878;
}
.m-business__dt {
  font-weight: 500;
  line-height: 1.3;
}
.m-business__ttl-min, .m-business__ttl-min--blue {
  letter-spacing: 1px;
}
.m-business__ttl-min--blue {
  color: #41a5eb;
}
.m-business__note {
  color: #a0a0a0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 769px) {
  .m-business {
    padding: 177px 0 152px;
  }
  .m-business__prlx {
    width: 2100px;
    top: -200px;
    left: calc(50% - 1080px);
  }
  .m-business__ttl {
    margin-bottom: 128px;
  }
  .m-business__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-business__box {
    width: 573px;
  }
  .m-business__inner:not(:first-of-type) {
    margin-top: 106px;
  }
  .m-business__item:not(:first-of-type) {
    margin-top: 49px;
  }
  .m-business__dt {
    min-height: 51px;
  }
  .m-business__ttl-min, .m-business__ttl-min--blue {
    font-size: 1.3125rem;
  }
  .m-business__note {
    font-size: 0.875rem;
    margin-top: 5px;
  }
  .m-business__dd {
    font-size: 1rem;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .m-business {
    padding: 108px 0 118px;
  }
  .m-business__prlx {
    width: 1100px;
    top: -320px;
    left: calc(50% - 430px);
  }
  .m-business__wrap {
    margin: 0 40px;
  }
  .m-business__ttl {
    margin-bottom: 77px;
  }
  .m-business__box:not(:first-of-type) {
    margin-top: 75px;
  }
  .m-business__inner:not(:first-of-type) {
    margin-top: 75px;
  }
  .m-business__item:not(:first-of-type) {
    margin-top: 26px;
  }
  .m-business__ttl-min, .m-business__ttl-min--blue {
    font-size: 1.125rem;
  }
  .m-business__note {
    font-size: 0.75rem;
    margin-top: 3px;
  }
  .m-business__dd {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

/* _Anchor
-------------------------------------------------- */
.m-anchor__wrap {
  text-align: center;
  color: #41a5eb;
}
.m-anchor__lede {
  font-weight: 300;
  letter-spacing: 0.5px;
}
.m-anchor__logo::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  padding-top: 5.8974358974%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20574.14%2033.82%22%20height%3D%2233.82%22%20viewBox%3D%220%200%20574.14%2033.82%22%20width%3D%22574.14%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%2341a5eb%22%3E%3Cpath%20d%3D%22m0%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m35.47.61h-5.93v32.6h18.78v-5.49h-12.85z%22%2F%3E%3Cpath%20d%3D%22m57.12%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m94.52.61h-7.17v32.6h5.93v-12.83h1.15%201.68c3.46%200%206.26-.9%208.31-2.68%202.07-1.78%203.11-4.22%203.11-7.24%200-2.82-.98-5.19-2.9-7.05-1.11-1.09-2.42-1.83-3.89-2.23-1.43-.38-3.47-.57-6.22-.57zm-1.24%2014.35v-8.94h1.15%201.04c4.24%200%206.3%201.44%206.3%204.39%200%203.06-1.99%204.55-6.1%204.55h-1.25z%22%2F%3E%3Cpath%20d%3D%22m134.43%2013.88h-12.92v-13.27h-5.93v32.6h5.93v-13.85h12.92v13.85h5.93v-32.6h-5.93z%22%2F%3E%3Cpath%20d%3D%22m162.27.61-15.36%2032.6h6.4l3.88-8.36h12.33l3.66%208.36h6.48l-14.82-32.6h-2.57zm-2.6%2018.75%203.81-8.23%203.63%208.23z%22%2F%3E%3Cpath%20d%3D%22m225.62%206.1h7.81v27.11h5.93v-27.11h7.8v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m278.61%2013.47-3.19-1.29c-2.12-.86-3.15-1.93-3.15-3.26%200-.98.37-1.77%201.15-2.42.78-.67%201.75-.99%202.96-.99.97%200%201.76.19%202.38.58.58.33%201.22%201.09%201.9%202.27l.28.48%204.85-2.84-.24-.41c-2.17-3.71-5.24-5.59-9.13-5.59-2.87%200-5.31.86-7.24%202.55-1.94%201.69-2.93%203.81-2.93%206.32%200%203.72%202.32%206.57%206.89%208.48l3.08%201.27c.77.33%201.44.67%201.99%201.03.53.35.97.72%201.3%201.11.32.38.56.8.72%201.25.16.46.23.98.23%201.54%200%201.41-.44%202.54-1.35%203.45-.89.89-1.99%201.33-3.34%201.33-1.72%200-3-.6-3.9-1.83-.5-.63-.85-1.85-1.06-3.61l-.07-.57-5.99%201.3.07.45c.46%203.05%201.63%205.45%203.49%207.14%201.91%201.71%204.35%202.58%207.27%202.58%203.07%200%205.68-1.02%207.76-3.02%202.05-1.98%203.09-4.52%203.09-7.55%200-2.27-.64-4.22-1.91-5.79-1.24-1.57-3.23-2.9-5.91-3.96z%22%2F%3E%3Cpath%20d%3D%22m291.99%206.1h7.82v27.11h5.93v-27.11h7.79v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m339.72%2016.45c1.36-1.69%202.06-3.73%202.06-6.07%200-3-1.1-5.45-3.29-7.29-1.98-1.65-5.18-2.49-9.53-2.49h-6.21v32.6h5.93v-12.92l9.15%2012.93h7.24l-10.05-13.67c1.9-.54%203.48-1.58%204.7-3.09zm-3.76-6c0%203.15-2.06%204.67-6.3%204.67h-.98v-9.02h1.17c4.11%200%206.11%201.42%206.11%204.35z%22%2F%3E%3Cpath%20d%3D%22m352.1%2033.21h18.99v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.99z%22%2F%3E%3Cpath%20d%3D%22m381.22%2033.21h18.98v-5.49h-13.05v-8.36h12.68v-5.48h-12.68v-7.78h13.05v-5.49h-18.98z%22%2F%3E%3Cpath%20d%3D%22m410.79%206.1h7.81v27.11h5.93v-27.11h7.8v-5.49h-21.54z%22%2F%3E%3Cpath%20d%3D%22m474.54%2023.3c.64-.73%201.16-1.39%201.55-1.94l.23-.32-3.89-3.95-.4.51c-.5.65-1.03%201.29-1.58%201.92-.47.55-.97%201.1-1.49%201.67l-5.02-5.99c1.85-1.44%203.16-2.71%203.91-3.77.84-1.18%201.27-2.52%201.27-3.98%200-2.11-.78-3.88-2.32-5.27s-3.5-2.09-5.84-2.09c-2.41%200-4.41.73-5.95%202.16-1.5%201.43-2.27%203.29-2.27%205.54%200%202.14.99%204.33%202.94%206.5l-2.08%201.4c-3.2%202.18-4.82%204.96-4.82%208.26%200%202.77%201.03%205.13%203.06%207.03%202.07%201.88%204.63%202.83%207.6%202.83%203.15%200%206.2-1.41%209.09-4.2l2.96%203.58h7.39l-6.32-7.71c.76-.8%201.42-1.53%201.98-2.18zm-15.17-13.57c-.67-.81-1.01-1.63-1.01-2.44%200-.65.23-1.17.73-1.59.49-.44%201.08-.65%201.81-.65.81%200%201.42.21%201.89.63.46.43.69.97.69%201.67%200%20.63-.17%201.14-.53%201.58-.17.23-.46.52-.87.87-.42.36-.96.78-1.59%201.25zm-.13%208.78%205.71%206.85c-2.18%202.09-4.11%203.15-5.72%203.15-1.18%200-2.24-.46-3.23-1.41-.98-1-1.46-2.07-1.46-3.27%200-.81.31-1.56.94-2.29.65-.74%201.92-1.76%203.76-3.03z%22%2F%3E%3Cpath%20d%3D%22m210.01%2021.74-20.21-21.13h-3.11v32.6h5.93v-21.29l20.42%2021.29h2.9v-32.6h-5.93z%22%2F%3E%3Cpath%20d%3D%22m546.44.02c-4.64%200-8.67%201.66-11.98%204.95-3.31%203.27-4.99%207.24-4.99%2011.8%200%205.18%201.84%209.43%205.47%2012.64%203.3%202.9%207.08%204.37%2011.24%204.37%204.7%200%208.76-1.66%2012.08-4.93%203.3-3.25%204.97-7.25%204.97-11.9%200-4.62-1.66-8.64-4.94-11.94-3.27-3.31-7.26-4.99-11.85-4.99zm-.18%2028.3c-2.95%200-5.59-1.08-7.86-3.22-2.28-2.14-3.44-4.92-3.44-8.27%200-3.18%201.12-5.89%203.33-8.05%202.19-2.17%204.92-3.27%208.1-3.27%203.19%200%205.91%201.1%208.08%203.27%202.19%202.17%203.31%204.91%203.31%208.13%200%203.18-1.13%205.92-3.35%208.13-2.22%202.18-4.96%203.28-8.17%203.28z%22%2F%3E%3Cpath%20d%3D%22m573.17%2028.09c-.66-.66-1.46-1-2.38-1s-1.72.34-2.38%201c-.64.65-.97%201.43-.97%202.32%200%20.95.32%201.75.95%202.39.64.65%201.45.98%202.4.98.93%200%201.73-.33%202.38-.98.64-.65.97-1.45.97-2.37%200-.9-.33-1.69-.97-2.34z%22%2F%3E%3Cpath%20d%3D%22m519.56%2024.56c-.15.16-.29.33-.44.48-2.21%202.17-4.95%203.27-8.16%203.27-2.95%200-5.59-1.08-7.86-3.22-2.28-2.14-3.44-4.92-3.44-8.27%200-3.18%201.12-5.89%203.33-8.05%202.19-2.17%204.92-3.27%208.1-3.27%203.19%200%205.91%201.1%208.08%203.27.12.12.23.25.34.37l3.97-3.62c-.16-.17-.31-.35-.47-.52-3.28-3.31-7.27-4.99-11.86-4.99-4.64%200-8.67%201.66-11.98%204.95-3.31%203.27-4.99%207.24-4.99%2011.8%200%205.18%201.84%209.43%205.47%2012.64%203.3%202.9%207.08%204.37%2011.25%204.37%204.7%200%208.76-1.66%2012.08-4.93.21-.21.4-.43.6-.64z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.m-anchor__symbol:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  padding-top: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2088.37%2088.37%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23787878%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%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m72.73%2C52.4c-.04-.41-.08-.83-.14-1.24-.05-.41-.12-.82-.19-1.23-.07-.41-.16-.82-.25-1.22-.09-.41-.19-.81-.3-1.21-.11-.4-.23-.8-.35-1.19-.13-.4-.27-.78-.42-1.17-.14-.39-.29-.78-.45-1.16-.16-.38-.33-.76-.5-1.14-.18-.37-.36-.75-.56-1.11-.19-.37-.4-.73-.61-1.08-.17-.29-.35-.58-.53-.86-.01.08-.02.16-.04.24-.08.41-.18.83-.28%2C1.26-.09.4-.2.79-.32%2C1.17-.12.39-.26.77-.41%2C1.14-.15.38-.3.75-.48%2C1.11-.17.36-.37.72-.57%2C1.07-.2.35-.41.7-.63%2C1.03-.22.33-.46.66-.71.98-.24.32-.5.63-.77.94-.26.3-.54.6-.83.89-.28.28-.58.56-.88.83-.3.27-.61.52-.93.78-.31.25-.64.49-.97.73-.33.23-.66.46-1.01.68-.16.1-.34.16-.46.16-.09%2C0-.16-.02-.22-.04-.32-.12-.36-.44-.42-.65-.08-.27-.21-.71-.77-1.26-.58-.58-1.01-.62-1.24-.65-.16-.02-.53-.04-.67-.38-.14-.35.14-.64.24-.76.28-.29.57-.58.85-.89.27-.3.55-.6.81-.92.26-.31.52-.63.76-.96.24-.32.48-.66.7-1.01.22-.34.42-.69.62-1.06.19-.35.37-.72.54-1.1.16-.37.31-.75.44-1.15.13-.38.24-.77.34-1.18.09-.39.17-.79.23-1.21.06-.39.11-.8.14-1.22.03-.41.02-.84-.01-1.27-.04-.41-.1-.83-.2-1.25-.09-.4-.22-.81-.37-1.21-.14-.39-.31-.78-.51-1.16-.02%2C0-.04-.01-.06-.02-.42-.11-.81-.24-1.16-.37-.41-.15-.78-.31-1.13-.48-.39-.19-.74-.39-1.07-.59-.37-.22-.7-.44-1.02-.66-.19-.13-.37-.25-.56-.37-.2-.13-.38-.25-.54-.37%2C0%2C0%2C0%2C0%2C0%2C0-.28-.2-.56-.39-.87-.59-.33-.21-.67-.42-1.02-.63-.34-.2-.69-.39-1.05-.59-.35-.18-.71-.36-1.08-.53-.36-.16-.73-.32-1.11-.47-.37-.15-.75-.28-1.13-.41-.38-.12-.76-.23-1.16-.34-.39-.1-.78-.19-1.18-.26-.39-.07-.79-.14-1.19-.18-.4-.05-.8-.08-1.2-.09-.34-.01-.68-.01-1.02%2C0-.39.02-.77.04-1.16.07-.41.04-.83.09-1.24.14-.41.05-.82.11-1.23.18-.41.07-.82.16-1.22.24-.41.09-.81.18-1.21.28-.4.11-.8.23-1.19.35-.4.12-.79.26-1.18.4-.39.14-.78.29-1.16.44-.38.16-.76.33-1.14.5-.38.17-.75.36-1.12.55-.37.19-.74.38-1.1.59-.36.21-.72.42-1.07.64-.35.22-.7.45-1.04.69-.34.24-.68.48-1.01.73-.33.25-.65.51-.97.78-.32.26-.63.53-.94.81-.31.28-.61.56-.91.85-.3.29-.58.59-.87.89-.28.3-.56.61-.83.93-.27.32-.53.64-.78.97-.25.33-.5.66-.74%2C1-.24.34-.48.67-.71%2C1.02-.23.35-.44.7-.65%2C1.06-.21.36-.41.72-.61%2C1.08-.19.37-.38.74-.56%2C1.11-.18.37-.35.75-.51%2C1.13-.16.38-.31.77-.45%2C1.16-.14.39-.28.78-.41%2C1.17-.13.39-.25.79-.36%2C1.19-.11.4-.21.8-.3%2C1.21-.09.4-.17.81-.24%2C1.22-.07.41-.14.82-.19%2C1.23-.05.41-.1.82-.13%2C1.24-.04.41-.06.83-.08%2C1.24-.02.41-.03.83-.03%2C1.24s0%2C.86.03%2C1.28c.02.43.05.85.09%2C1.28.04.43.09.85.15%2C1.28.06.42.12.85.2%2C1.27.03.18.07.36.11.54.13-.33.28-.66.46-.97.21-.37.44-.72.71-1.06.26-.33.55-.65.86-.94.3-.29.63-.57.97-.82.34-.25.69-.48%2C1.07-.7.36-.21.74-.4%2C1.14-.57.39-.17.79-.31%2C1.2-.44.4-.12.81-.23%2C1.24-.32.41-.08.83-.14%2C1.26-.19.42-.04.84-.06%2C1.28-.06s.86.02%2C1.27.06c.43.04.85.1%2C1.26.19.42.08.84.19%2C1.24.32.41.13.81.28%2C1.2.44.4.17.78.36%2C1.14.57.37.21.73.45%2C1.07.7.35.26.67.53.97.82.31.3.59.62.85.95.26.34.5.69.71%2C1.06.07.13.12.27.18.4.02-.08.04-.16.07-.24.13-.37.3-.73.52-1.08.21-.33.46-.64.75-.93.27-.27.58-.52.93-.75.31-.21.66-.4%2C1.05-.58.34-.15.72-.29%2C1.13-.42.36-.11.75-.2%2C1.16-.28.37-.07.77-.14%2C1.19-.19.38-.04.78-.08%2C1.2-.1.38-.02.79-.03%2C1.2-.03s.82.01%2C1.2.03c.42.02.82.06%2C1.2.1.42.05.82.11%2C1.19.18.42.08.8.18%2C1.17.29.41.12.78.26%2C1.13.42.39.17.74.37%2C1.05.58.35.23.66.49.93.76.3.3.54.61.75.93.22.35.39.71.53%2C1.08.14.38.23.77.3%2C1.16.06.4.09.8.09%2C1.19%2C0%2C.19%2C0%2C.36%2C0%2C.55%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C.4.04.8.13%2C1.18.09.39.22.76.38%2C1.13.16.36.37.7.6%2C1.02.23.32.49.62.78.9.28.27.59.53.91.76.32.23.66.43%2C1.02.62.35.18.71.34%2C1.09.48.37.13.75.25%2C1.14.34.38.09.77.15%2C1.17.2.39.04.79.07%2C1.19.07.46%2C0%2C.89-.03%2C1.31-.08.45-.06.88-.15%2C1.29-.26.43-.12.84-.27%2C1.23-.45.41-.19.78-.41%2C1.13-.65.37-.25.7-.53%2C1.01-.83.32-.31.6-.64.86-.99.26-.35.5-.73.7-1.11.21-.39.39-.79.53-1.19.15-.42.28-.84.37-1.25%2C0%2C0%2C.01%2C0%2C.02%2C0%2C0%2C0%2C0%2C0-.01%2C0%2C.11-.41.22-.83.31-1.25.1-.42.18-.84.25-1.26.08-.42.15-.84.21-1.27.06-.42.1-.85.14-1.28.04-.43.07-.85.09-1.28.02-.43.02-.86.02-1.28s-.01-.83-.03-1.24c-.02-.42-.04-.83-.07-1.24Zm-38.02%2C2.99c-.14.14-.4.1-.54-.04h0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0-.28-.28-.59-.54-.93-.78-.32-.23-.67-.44-1.04-.63-.35-.18-.72-.35-1.11-.49-.37-.14-.76-.27-1.16-.37-.39-.1-.78-.19-1.19-.26-.4-.07-.8-.12-1.21-.16-.4-.03-.81-.05-1.22-.05s-.82.02-1.22.05c-.41.03-.81.09-1.21.16-.41.07-.8.16-1.19.26-.4.11-.79.23-1.16.37-.39.15-.76.31-1.11.49-.37.19-.72.4-1.04.62-.34.24-.65.5-.93.78%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0h0c-.07.07-.19.13-.28.13s-.18-.03-.25-.1c-.14-.14-.1-.39.04-.53%2C0%2C0%2C0%2C0%2C.01-.01.31-.31.64-.6.99-.87.35-.26.71-.51%2C1.09-.73.37-.22.76-.42%2C1.17-.6.4-.18.81-.33%2C1.23-.46.41-.13.84-.24%2C1.27-.33.43-.09.86-.15%2C1.3-.2.43-.04.87-.06%2C1.31-.06s.88.02%2C1.31.06c.44.04.87.11%2C1.3.2.43.09.86.2%2C1.27.33.42.13.83.29%2C1.23.46.4.18.79.38%2C1.17.6.38.22.75.47%2C1.09.73.35.27.68.56.99.87%2C0%2C0%2C0%2C0%2C.01.01.14.14.18.4.04.54Zm10.97-21.51s0%2C0-.01.01c-.32.2-.65.45-.99.75-.29.26-.59.55-.88.87-.27.29-.54.61-.8.95-.25.32-.49.65-.73%2C1-.23.34-.46.69-.67%2C1.05-.21.35-.41.72-.61%2C1.09-.2.39-.38.76-.53%2C1.13-.17.41-.31.8-.42%2C1.17-.13.42-.22.83-.29%2C1.21-.07.44-.11.85-.11%2C1.24%2C0%2C.44.04.86.11%2C1.24.08.44.21.83.35%2C1.19.17.41.38.77.6%2C1.08.11.15.13.39-.01.5-.07.05-.15.08-.22.08-.09%2C0-.23-.06-.3-.13-.11-.1-.42-.43-.8-.97-.21-.3-.44-.65-.66-1.07-.18-.34-.36-.73-.52-1.15-.14-.37-.26-.77-.36-1.2-.09-.39-.16-.81-.2-1.24-.04-.4-.05-.82-.03-1.26.02-.4.06-.82.14-1.25.07-.4.17-.81.29-1.23.13-.43.28-.84.44-1.23.17-.41.36-.81.56-1.18.21-.4.44-.77.67-1.12.25-.38.52-.73.77-1.05.3-.37.59-.7.85-.98%2C0%2C0%2C0%2C0%2C.01-.01.13-.14.38-.18.52-.04.14.13.12.39-.01.53%2C0%2C0%2C0%2C0%2C0%2C0-.24.25-.5.56-.77.95-.21.3-.43.65-.65%2C1.03-.19.33-.38.7-.56%2C1.09-.16.35-.32.73-.47%2C1.13-.14.37-.27.76-.39%2C1.16-.14.47-.24.91-.31%2C1.33-.08.48-.11.93-.11%2C1.36%2C0%2C.48.04.93.11%2C1.35.04-.35.11-.71.2-1.08.08-.34.19-.69.32-1.05.12-.33.26-.67.41-1.02.14-.32.3-.65.48-.99.21-.4.43-.78.66-1.15.24-.38.49-.74.75-1.09.27-.36.55-.71.83-1.03.3-.34.61-.66.91-.95.34-.32.67-.61.99-.87.38-.3.74-.55%2C1.07-.76h0c.17-.1.42-.08.52.08.1.17.02.41-.15.51Zm23.46%2C30.8c-.29.37-.59.69-.9.99-.34.31-.69.58-1.06.81-.38.24-.78.43-1.2.58-.41.15-.84.26-1.29.33-.42.07-.87.1-1.33.1-.39%2C0-.78-.02-1.15-.07-.39-.05-.77-.12-1.13-.23-.38-.1-.74-.23-1.09-.39-.35-.16-.69-.34-1.01-.56-.32-.21-.62-.45-.91-.71-.28-.26-.54-.54-.79-.84-.12-.15-.14-.42%2C0-.55.14-.13.39-.06.52.08.29.29.6.55.94.79.33.23.69.44%2C1.06.63.37.18.75.33%2C1.14.46.39.12.79.22%2C1.2.28.41.06.82.1%2C1.23.1s.79-.03%2C1.17-.1c.39-.06.77-.16%2C1.14-.28.37-.13.73-.28%2C1.07-.47.34-.18.67-.39.99-.63.31-.23.6-.49.88-.77.13-.13.39-.2.53-.08.14.12.11.4%2C0%2C.55Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m35.4%2C60.82c-.16-.38-.35-.74-.58-1.09-.22-.34-.47-.67-.75-.98-.27-.3-.57-.58-.89-.85-.31-.26-.65-.5-1-.72-.34-.21-.71-.41-1.09-.58-.37-.17-.75-.32-1.15-.45-.39-.13-.78-.23-1.19-.32-.4-.08-.8-.15-1.22-.19-.4-.04-.82-.06-1.23-.06s-.83.02-1.23.06c-.42.04-.82.11-1.22.19-.41.09-.81.2-1.19.32-.4.13-.78.28-1.15.45-.38.18-.74.37-1.09.59-.35.22-.69.46-1%2C.72-.32.27-.62.55-.89.85-.28.31-.53.64-.75.98-.23.35-.42.71-.57%2C1.09-.16.38-.28.77-.36%2C1.18-.08.4-.12.81-.12%2C1.23s.04.83.12%2C1.23c.08.4.2.8.36%2C1.18.16.38.35.74.58%2C1.09.22.34.47.67.75.98.27.3.57.58.89.85.31.26.65.5%2C1%2C.72.34.21.71.41%2C1.09.59.37.17.75.32%2C1.15.45.39.13.78.23%2C1.19.32.4.08.8.15%2C1.22.19.4.04.82.06%2C1.23.06s.83-.02%2C1.23-.06c.42-.04.82-.11%2C1.22-.19.41-.09.81-.19%2C1.19-.32.4-.13.78-.28%2C1.15-.45.38-.18.74-.37%2C1.09-.58.35-.22.69-.46%2C1-.72.32-.27.62-.55.89-.85.28-.31.53-.64.75-.98.23-.35.42-.71.58-1.09.16-.38.28-.77.36-1.18.08-.4.12-.81.12-1.23s-.04-.83-.12-1.23c-.08-.4-.2-.8-.36-1.18Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m53.88%2C19.64c-.42%2C0-.81.17-1.09.45-.28.28-.45.66-.45%2C1.09s.17.81.45%2C1.09.66.45%2C1.09.45.81-.17%2C1.09-.45c.28-.28.45-.66.45-1.09s-.17-.81-.45-1.09c-.28-.28-.66-.45-1.09-.45Zm0%2C2.18c-.36%2C0-.65-.29-.65-.65s.29-.65.65-.65.65.29.65.65-.29.65-.65.65Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m44.19%2C88.37c-.41%2C0-.83%2C0-1.24%2C0s-.83-.04-1.24-.06-.83-.06-1.24-.09-.82-.07-1.23-.11-.82-.11-1.23-.17-.82-.12-1.23-.19-.81-.14-1.22-.22-.81-.17-1.21-.26-.81-.18-1.21-.29-.8-.21-1.2-.32-.79-.23-1.19-.36-.78-.26-1.17-.4-.78-.29-1.16-.43-.77-.3-1.15-.46-.76-.32-1.14-.49-.76-.33-1.13-.51-.74-.38-1.1-.57-.74-.37-1.1-.57-.72-.41-1.07-.62-.71-.43-1.06-.65-.7-.44-1.04-.67-.68-.47-1.02-.71-.67-.48-1-.73-.66-.5-.98-.75-.63-.53-.95-.8-.63-.54-.94-.81-.61-.56-.91-.84-.6-.57-.89-.86-.57-.59-.86-.89-.57-.6-.84-.91-.55-.62-.81-.93-.53-.64-.78-.96-.51-.65-.76-.98-.49-.66-.73-1-.47-.68-.7-1.02-.46-.69-.68-1.04-.44-.7-.65-1.05-.42-.71-.62-1.07-.39-.73-.58-1.09-.37-.74-.55-1.11-.36-.74-.53-1.12-.34-.75-.49-1.14-.31-.77-.45-1.15-.29-.77-.43-1.16-.26-.78-.39-1.18-.24-.79-.35-1.19-.23-.79-.33-1.19-.2-.8-.3-1.2-.18-.81-.26-1.21-.14-.81-.21-1.22-.14-.81-.2-1.22-.1-.82-.15-1.23-.09-.82-.12-1.23-.06-.82-.08-1.24-.05-.82-.06-1.24-.02-.83-.02-1.24%2C0-.83.02-1.24.03-.83.05-1.24.06-.83.09-1.24.08-.82.13-1.23.09-.82.15-1.23.12-.82.19-1.22.14-.82.22-1.22.18-.81.27-1.21.19-.81.29-1.2.21-.8.32-1.2.23-.79.35-1.19.26-.79.39-1.18.29-.77.44-1.16.3-.77.46-1.15.32-.76.49-1.14.35-.75.53-1.12.36-.75.55-1.11.39-.73.59-1.09.4-.72.61-1.08.43-.71.65-1.06.46-.69.69-1.03.45-.69.69-1.03.49-.67.74-1%2C.5-.66.76-.98.53-.64.79-.95.53-.63.81-.94.56-.61.84-.91.58-.59.87-.88.58-.59.88-.87.61-.55.92-.83.61-.56.93-.82.64-.53.96-.79.66-.5.99-.75.66-.5.99-.74.68-.47%2C1.02-.7.69-.45%2C1.04-.67.7-.44%2C1.06-.65.71-.42%2C1.07-.62.72-.4%2C1.09-.59.74-.38%2C1.11-.56.75-.35%2C1.13-.52.75-.34%2C1.14-.49.76-.31%2C1.15-.46.77-.29%2C1.16-.42.78-.27%2C1.17-.4.79-.24%2C1.19-.36.79-.22%2C1.19-.33.8-.2%2C1.2-.29.81-.18%2C1.21-.26.81-.15%2C1.22-.22.81-.14%2C1.22-.2.82-.11%2C1.23-.15.82-.08%2C1.23-.12.82-.07%2C1.24-.09.82-.04%2C1.24-.05.83-.02%2C1.24-.02.83.01%2C1.24.03.83.03%2C1.24.06.83.04%2C1.24.08.82.08%2C1.23.12.82.1%2C1.23.16.82.13%2C1.22.19.82.14%2C1.22.22.81.17%2C1.21.26.81.18%2C1.21.29.8.22%2C1.19.34.8.22%2C1.19.35.79.26%2C1.17.4.78.29%2C1.16.44.77.29%2C1.15.45.76.32%2C1.14.49.75.34%2C1.13.52.74.37%2C1.11.56.73.39%2C1.09.59.72.41%2C1.07.62.71.42%2C1.06.64.7.45%2C1.04.68.68.47%2C1.02.71.67.48%2C1%2C.73.66.5.98.76.64.52.96.78.62.54.93.82.61.56.91.84.59.57.89.87.59.58.87.88.56.61.84.92.55.62.82.93.52.64.78.97.51.65.76.98.49.66.73%2C1%2C.47.68.7%2C1.02.46.69.68%2C1.04.44.7.65%2C1.05.42.71.62%2C1.07.39.73.58%2C1.09.37.74.55%2C1.11.36.74.53%2C1.12.32.76.48%2C1.14.32.76.46%2C1.15.29.77.43%2C1.16.26.78.39%2C1.18.25.79.36%2C1.18.22.79.33%2C1.19.21.8.3%2C1.2.17.81.25%2C1.21.14.81.21%2C1.22.13.81.19%2C1.22.12.82.17%2C1.23.07.82.11%2C1.24.06.82.09%2C1.24.04.82.05%2C1.24.02.83.02%2C1.24-.01.83-.02%2C1.24-.03.83-.06%2C1.24-.05.83-.08%2C1.24-.06.83-.11%2C1.23-.11.82-.17%2C1.23-.11.82-.18%2C1.23-.14.82-.22%2C1.22-.17.81-.27%2C1.21-.18.81-.28%2C1.21-.22.8-.34%2C1.19-.23.79-.35%2C1.19-.26.78-.4%2C1.17-.27.78-.42%2C1.17-.3.77-.46%2C1.15-.33.76-.5%2C1.13-.34.75-.52%2C1.13-.37.74-.56%2C1.11-.38.73-.58%2C1.09-.41.72-.62%2C1.08-.44.7-.66%2C1.05-.44.7-.67%2C1.04-.45.69-.69%2C1.03-.49.66-.74.99-.49.66-.75.99-.52.64-.79.96-.54.63-.82.93-.56.61-.84.91-.57.6-.86.89-.59.58-.89.86-.61.56-.92.83-.62.55-.93.82-.64.53-.96.79-.64.52-.97.77-.66.49-1%2C.73-.68.47-1.02.7-.7.44-1.05.66-.7.44-1.05.65-.71.41-1.08.61-.72.4-1.09.59-.74.37-1.11.55-.74.36-1.12.53-.76.32-1.14.48-.76.32-1.15.46-.77.3-1.16.43-.78.26-1.18.38-.79.24-1.19.36-.79.23-1.19.33-.8.2-1.2.3-.81.18-1.21.26-.81.14-1.22.21-.81.14-1.22.2-.82.12-1.23.16-.82.08-1.23.11-.82.07-1.24.09-.82.03-1.24.04-.82.02-1.24.02Zm0-81.16c-.41%2C0-.83.02-1.24.03s-.83.03-1.23.05-.82.06-1.23.1-.82.1-1.23.15-.82.11-1.22.17-.81.15-1.21.23-.81.17-1.21.27-.8.2-1.2.31-.79.23-1.18.35-.78.26-1.17.39-.78.28-1.16.43-.77.3-1.15.46-.76.32-1.13.5-.74.35-1.11.54-.73.38-1.09.58-.71.41-1.07.62-.71.42-1.06.64-.68.46-1.02.7-.68.47-1.01.71-.66.49-.98.75-.64.52-.95.79-.63.53-.93.81-.6.56-.9.85-.58.58-.87.88-.58.59-.85.89-.55.62-.81.93-.53.63-.78.96-.5.65-.75.98-.49.66-.72%2C1-.46.68-.68%2C1.03-.44.7-.65%2C1.05-.42.71-.62%2C1.07-.39.73-.57%2C1.09-.37.74-.54%2C1.11-.34.75-.5%2C1.13-.31.76-.46%2C1.15-.29.77-.42%2C1.16-.26.78-.38%2C1.17-.24.79-.35%2C1.18-.22.79-.31%2C1.2-.17.8-.26%2C1.21-.15.81-.22%2C1.21-.13.81-.19%2C1.22-.1.82-.14%2C1.23-.08.82-.11%2C1.23-.05.82-.07%2C1.23-.01.82-.01%2C1.24.01.83.02%2C1.24.04.82.07%2C1.23.05.82.09%2C1.23.1.82.15%2C1.23.11.82.18%2C1.22.15.81.23%2C1.21.17.81.26%2C1.21.2.8.31%2C1.2.22.79.35%2C1.19.25.79.39%2C1.17.28.78.43%2C1.16.3.77.46%2C1.15.32.76.5%2C1.13.36.74.55%2C1.11.38.73.57%2C1.09.41.71.62%2C1.07.42.71.64%2C1.06.45.69.69%2C1.03.48.67.72%2C1%2C.5.65.76.98.52.64.78.95.53.63.8.94.56.6.85.9.58.58.88.87.59.57.9.85.62.54.94.81.63.53.96.78.65.5.98.75.67.48%2C1.01.72.68.47%2C1.02.69.7.43%2C1.06.64.71.42%2C1.07.62.72.39%2C1.09.58.73.37%2C1.11.55.75.34%2C1.13.5.76.32%2C1.14.47.77.3%2C1.16.43.78.25%2C1.18.37.78.25%2C1.18.36.8.2%2C1.2.3.8.18%2C1.21.27.81.17%2C1.21.24.81.12%2C1.22.17.82.11%2C1.23.15.82.08%2C1.23.11.82.05%2C1.23.06.82.02%2C1.24.02.83%2C0%2C1.24-.02.82-.04%2C1.23-.06.82-.05%2C1.23-.09.82-.09%2C1.23-.15.82-.12%2C1.22-.19.81-.14%2C1.22-.22.81-.18%2C1.21-.27.8-.19%2C1.2-.3.79-.23%2C1.19-.35.78-.25%2C1.17-.39.78-.28%2C1.16-.43.77-.3%2C1.15-.46.75-.33%2C1.13-.51.75-.35%2C1.11-.54.73-.38%2C1.09-.58.71-.41%2C1.07-.62.71-.43%2C1.05-.65.69-.45%2C1.03-.69.68-.47%2C1.01-.71.66-.49.98-.75.64-.52.95-.79.63-.53.93-.81.61-.56.9-.84.59-.57.88-.87.56-.6.84-.91.55-.61.82-.93.52-.64.78-.96.51-.64.76-.98.47-.67.71-1.01.46-.68.69-1.03.45-.69.66-1.05.41-.72.6-1.08.39-.72.58-1.09.36-.74.54-1.11.34-.75.51-1.13.32-.76.47-1.14.3-.77.43-1.16.25-.78.38-1.18.24-.79.35-1.19.22-.79.31-1.2.18-.8.27-1.21.15-.81.22-1.22.12-.81.18-1.22.11-.82.15-1.23.08-.82.11-1.23.05-.82.06-1.23%2C0-.82%2C0-1.24%2C0-.83-.02-1.24-.04-.82-.06-1.23-.05-.82-.09-1.23-.09-.82-.15-1.23-.12-.82-.19-1.22-.14-.81-.23-1.21-.18-.81-.27-1.21-.2-.8-.31-1.2-.23-.79-.35-1.19-.25-.79-.38-1.17-.27-.78-.42-1.16-.31-.76-.47-1.14-.32-.76-.49-1.13-.36-.74-.54-1.11-.38-.73-.58-1.09-.4-.72-.61-1.08-.43-.7-.65-1.05-.45-.69-.68-1.03-.48-.67-.73-1-.49-.66-.75-.98-.51-.65-.77-.96-.54-.62-.81-.93-.57-.6-.85-.89-.57-.6-.86-.88-.6-.57-.9-.84-.62-.55-.93-.81-.64-.52-.96-.78-.65-.51-.98-.75-.66-.49-1-.72-.68-.46-1.03-.68-.7-.43-1.06-.64-.7-.43-1.07-.62-.73-.39-1.1-.57-.74-.36-1.11-.53-.75-.35-1.12-.51-.76-.31-1.15-.46-.77-.3-1.16-.43-.78-.26-1.17-.38-.79-.24-1.18-.35-.8-.21-1.2-.3-.8-.18-1.21-.27-.81-.17-1.21-.24-.81-.12-1.22-.18-.82-.1-1.23-.14-.82-.07-1.23-.1-.82-.05-1.23-.06-.82-.03-1.24-.03Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m56.03%2C30.09c.19.12.38.25.57.38.35.23.71.47%2C1.1.71.35.21.73.41%2C1.16.61.37.17.77.33%2C1.22.47.38.12.8.24%2C1.26.34.4.09.83.17%2C1.29.24.41.06.84.11%2C1.3.15.41.04.85.07%2C1.31.09.47.02.91.02%2C1.32.02.48-.01.92-.04%2C1.32-.08.48-.05.91-.12%2C1.3-.21.49-.11.91-.24%2C1.27-.37.49-.19.88-.4%2C1.17-.6-.4.01-.86.03-1.36.03-.43%2C0-.88-.01-1.36-.03-.44-.02-.89-.05-1.36-.09-.45-.04-.9-.09-1.36-.16-.45-.07-.9-.15-1.34-.24-.4-.09-.8-.2-1.19-.32-.4-.13-.79-.27-1.16-.42-.39-.16-.77-.32-1.13-.49-.38-.18-.75-.37-1.1-.56-.38-.2-.74-.41-1.07-.6-.39-.23-.74-.45-1.05-.64-.35-.21-.64-.39-.87-.52-.22-.12-.43-.18-.63-.18-.14%2C0-.27.03-.41.09-.41.17-.93.63-1.05%2C1.34h0c-.07.39-.09.49.82%2C1.07Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m66.18%2C34.19c-.31%2C0-.63%2C0-.97-.02-.43-.02-.83-.04-1.22-.08-.43-.04-.84-.08-1.22-.13-.34-.04-.65-.1-.96-.15.12.28.23.57.32.85.13.42.25.83.33%2C1.25.08.43.14.86.17%2C1.28.03.44.03.87%2C0%2C1.29-.03.42-.08.83-.14%2C1.22-.06.42-.14.82-.22%2C1.21-.09.41-.2.81-.31%2C1.19-.12.4-.26.79-.41%2C1.16-.16.39-.33.76-.51%2C1.12-.19.37-.38.73-.59%2C1.08-.21.36-.44.7-.67%2C1.03-.24.34-.49.66-.74.98-.26.32-.52.64-.79.94-.27.31-.55.61-.83.9.33.13.71.36%2C1.12.77.53.52.78.99.91%2C1.35.34-.23.66-.46.98-.69.32-.24.64-.49.94-.75.21-.18.41-.37.61-.55-.1-.17-.25-.41-.51-.68-.39-.41-.83-.71-.92-.76-.13-.09-.19-.26-.14-.42.05-.15.2-.24.35-.23.17.01.91.16%2C1.44.72.22.24.39.46.52.65.12-.13.26-.25.38-.38.27-.3.54-.6.79-.9.19-.23.36-.47.53-.71-.08-.15-.29-.47-.75-.79-.51-.36-1.06-.59-1.06-.59-.15-.06-.24-.24-.21-.4.03-.16.16-.27.33-.28.09%2C0%2C.87-.03%2C1.53.45.34.25.59.5.77.72.08-.12.16-.24.23-.36.2-.34.39-.7.57-1.05.15-.3.28-.61.41-.92-.01-.02-.27-.44-1-.79-.62-.3-1.23-.47-1.24-.48-.17-.05-.28-.21-.26-.38.02-.17.17-.31.34-.31.26-.02.94-.05%2C1.59.26.34.16.61.34.82.51.06.05.09.09.14.13.03-.08.06-.16.09-.24.12-.38.23-.76.32-1.15.08-.33.15-.64.21-.95-.11-.11-.46-.45-1.16-.68-.7-.23-1.44-.31-1.44-.31-.17-.02-.31-.16-.32-.33-.01-.17.11-.32.27-.36.04%2C0%2C.94-.24%2C1.81.05.38.12.69.27.93.42.05.03.09.06.13.09.03-.15.06-.31.08-.45.07-.44.12-.86.16-1.28.02-.21.02-.42.04-.62-.18-.13-.59-.38-1.3-.52-.69-.14-1.52-.1-1.52-.1-.18%2C0-.34-.11-.37-.28-.03-.17.08-.36.25-.41.18-.06.51-.17.91-.22.29-.04.62-.05.94.02.41.08.75.2%2C1.02.32.04.02.07.04.11.06%2C0-.27%2C0-.54-.01-.8%2C0-.18-.03-.36-.05-.54-.12.01-.23.02-.35.03-.37.02-.76.03-1.17.03Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m54.25%2C28.33s.03-.07.04-.11c.11-.26.24-.49.4-.69.33-.42.75-.71%2C1.13-.87.33-.14.67-.19%2C1.02-.16.33.03.66.13.98.31.24.13.55.32.92.54.29.18.63.39%2C1%2C.6.31.19.65.38%2C1.02.57.33.18.68.36%2C1.04.53.34.16.7.32%2C1.07.47.36.14.73.28%2C1.1.4.37.12.75.22%2C1.13.31.38.08.77.16%2C1.16.22.25.04.49.06.74.09-.09-.29-.17-.58-.27-.87-.08-.25-.18-.51-.27-.77-.27-.09-.76-.21-1.46-.15-.84.06-1.6.36-1.63.38-.04.02-.12.04-.16.05-.14%2C0-.27-.08-.33-.22-.07-.16.03-.36.17-.45.31-.23.61-.4.89-.51.39-.16.73-.23.99-.25.43-.03.8%2C0%2C1.12.03-.07-.17-.13-.33-.2-.51-.15-.39-.32-.78-.49-1.19.01.03-.13-.27-.24-.51-.29-.04-.84-.05-1.58.19-.85.27-1.52.75-1.52.76-.01%2C0-.01%2C0-.02.01%2C0%2C0-.02.01-.02.01-.05.04-.11.06-.17.06-.12.01-.24-.04-.32-.14-.1-.14-.07-.35.05-.47.26-.31.52-.54.77-.72.35-.26.68-.4.93-.48.46-.15.87-.22%2C1.21-.24.06%2C0%2C.1%2C0%2C.16%2C0-.08-.15-.17-.32-.28-.5-.17-.31-.38-.67-.57-1.01-.11-.19-.23-.38-.34-.56-.32.03-.79.12-1.36.39-.29.14-.57.32-.81.49-.43.31-.72.59-.73.6%2C0%2C0-.01.02-.02.02-.06.06-.14.09-.22.09-.1%2C0-.2-.03-.27-.1-.12-.12-.12-.31-.03-.45%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C.01-.02.02-.03.24-.37.48-.65.71-.88.35-.34.67-.54.91-.66.44-.21.84-.34%2C1.18-.41-.08-.12-.16-.24-.24-.37-.23-.34-.47-.69-.72-1.04-.24-.34-.48-.69-.72-1.04-.26-.37-.5-.71-.74-1.02-.27-.34-.53-.65-.82-.96-.27-.3-.57-.58-.89-.89-.28-.27-.59-.55-.93-.85-.06-.05-.06-.06-.12-.11-.31-.27-.62-.53-.93-.79-.32-.27-.63-.52-.95-.76-.33-.24-.66-.47-1.01-.67-.35-.2-.71-.38-1.09-.53-.37-.14-.75-.25-1.17-.33-.46-.09-.9-.16-1.32-.21-.46-.06-.9-.09-1.33-.11-.46-.01-.91%2C0-1.33.04-.46.04-.89.12-1.31.22-.44.11-.86.24-1.26.41-.43.19-.86.31-1.29.37-.09.01-.18%2C0-.27.01.09.06.18.12.27.19.37.29.68.61.93.92.37.44.61.84.75%2C1.06.03.05.03.05.06.09.08.12.03.32-.09.39-.04.03-.09.04-.14.04-.08%2C0-.15-.08-.2-.16%2C0%2C0-.32-.47-.81-1-.27-.29-.59-.6-.95-.86-.34-.25-.7-.46-1.01-.63-.28-.15-.53-.26-.71-.34-.15-.05-.29-.1-.44-.17-.05-.02-.05-.02-.1-.04-.29-.13-.6-.28-1-.44-.29-.12-.62-.24-1.02-.38-.3-.11-.64-.23-1.03-.35-.32-.1-.67-.2-1.06-.31-.31-.09-.68-.16-1.11-.2-.35-.03-.73-.04-1.13-.04-.36%2C0-.74.03-1.13.07-.37.04-.75.09-1.12.17-.37.08-.74.18-1.09.3-.34.12-.71.25-1.09.41-.34.14-.7.3-1.06.48-.35.16-.7.34-1.04.53-.35.18-.69.38-1.02.57-.35.2-.68.41-.99.62-.35.23-.66.46-.94.68-.35.28-.64.55-.84.79-.26.31-.51.63-.76.94-.25.32-.49.65-.73.97-.24.33-.48.66-.7.98-.23.33-.46.67-.68%2C1-.23.34-.45.68-.65%2C1.02-.22.35-.42.7-.62%2C1.04-.21.36-.4.71-.59%2C1.06-.2.37-.37.73-.54%2C1.08-.18.38-.35.75-.5%2C1.11-.17.4-.31.77-.43%2C1.13-.14.43-.24.82-.3%2C1.17-.08.48-.09.88-.01%2C1.19h0c.09.37.25.76.5%2C1.17.2.32.45.65.79%2C1%2C.26.27.58.55.96.84.31.24.66.48%2C1.05.73.33.21.69.44%2C1.1.66.35.19.73.39%2C1.14.59.01%2C0%2C.02.01.03.02.11-.1.21-.2.32-.29.32-.27.64-.54.97-.8.33-.26.66-.52.99-.77.34-.25.69-.48%2C1.03-.71.35-.23.7-.47%2C1.05-.68.36-.22.72-.42%2C1.09-.62.37-.2.73-.4%2C1.11-.59.37-.19.76-.36%2C1.14-.53.38-.17.77-.34%2C1.16-.49.39-.15.78-.3%2C1.18-.44.39-.14.79-.27%2C1.19-.39.4-.12.8-.24%2C1.21-.34.4-.1.81-.2%2C1.22-.28.41-.09.82-.16%2C1.23-.23.41-.07.83-.13%2C1.24-.19.3-.04.61-.07.91-.1%2C0%2C0%2C0-.01%2C0-.02.43-.05.85-.08%2C1.27-.09.06%2C0%2C.11%2C0%2C.16%2C0%2C.05%2C0%2C.1%2C0%2C.15%2C0%2C.14%2C0%2C.27%2C0%2C.41%2C0%2C.02%2C0%2C.04.01.06.02.16%2C0%2C.33%2C0%2C.49%2C0%2C.43.02.85.05%2C1.27.1.07%2C0%2C.13.02.2.03-.03-.3-.05-.59-.06-.86-.02-.53-.03-1.03-.21-1.58-.15-.44-.41-.84-.69-1.17-.47-.56-.98-.93-.99-.93-.1-.07-.16-.23-.09-.34.06-.11.22-.14.34-.09.4.17.86.46%2C1.26.82.38.34.7.75.87%2C1.22.12.34.2.67.26.99.06.34.09.67.13%2C1.02.04.34.07.7.14%2C1.06.04%2C0%2C.09.01.13.02.42.08.84.17%2C1.24.27.42.11.82.22%2C1.22.35.41.13.81.27%2C1.2.43.4.16.79.32%2C1.17.5.39.18.77.37%2C1.14.56.39.2.76.41%2C1.12.62.2.12.39.24.59.36.03-.17.08-.34.14-.49Zm-29.9-9.56c.34-.28.67-.53%2C1.03-.75.34-.2.72-.37%2C1.17-.51.45-.14.89-.22%2C1.28-.26.57-.06%2C1.04-.04%2C1.3-.03.05%2C0%2C.05%2C0%2C.11%2C0%2C.14%2C0%2C.3.12.3.26%2C0%2C.14-.17.25-.31.25%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0-.02%2C0-.58%2C0-1.28.11-.39.06-.83.16-1.24.3-.39.14-.75.3-1.06.46-.6.3-.98.57-.99.57-.04.03-.14.06-.19.06-.08%2C0-.15-.04-.2-.1-.08-.11-.03-.28.08-.37Zm-2.13%2C4.36c.31-.37.62-.71.94-1.04.33-.33.67-.64%2C1.04-.93.35-.27.73-.53%2C1.16-.78.38-.22.72-.39%2C1.03-.53.41-.19.77-.32%2C1.08-.41.44-.13.8-.18%2C1.12-.24.15-.02.15-.02.31-.05.14-.03.33.06.36.21.03.15-.12.3-.26.33%2C0%2C0-.46.09-1.16.35-.32.12-.7.28-1.11.48-.34.16-.7.36-1.07.59-.39.24-.74.48-1.07.72-.39.28-.73.56-1.02.8-.59.5-.94.86-.94.86-.05.06-.17.12-.24.12-.07%2C0-.13-.02-.18-.07-.11-.1-.08-.3.02-.41Zm.26%2C4.31c-.06.1-.18.22-.29.22-.05%2C0-.1-.01-.15-.04-.15-.08-.2-.32-.13-.47.17-.38.37-.75.6-1.1.22-.35.47-.69.73-1.02.26-.32.55-.63.85-.92.3-.29.62-.56.96-.81.44-.32.84-.59%2C1.21-.8.47-.28.89-.48%2C1.3-.64.47-.19.91-.32%2C1.37-.44.16-.05.38.05.43.21.05.16-.07.33-.23.39-.01%2C0-.54.21-1.28.59-.37.19-.78.42-1.22.69-.38.24-.77.51-1.15.8-.31.24-.59.49-.86.74-.29.28-.56.55-.79.81-.28.32-.52.61-.72.87-.41.54-.63.91-.63.92Zm1.51%2C1.96c-.06.09-.18.18-.29.18-.06%2C0-.13-.02-.18-.06-.15-.1-.18-.34-.08-.49q.16-.25.31-.5c.23-.37.45-.74.7-1.09.24-.35.49-.69.79-1.02.27-.31.58-.61.93-.9.35-.29.67-.53.96-.74.39-.28.73-.48%2C1.03-.63.47-.24.82-.37%2C1.11-.47.07-.03.07-.02.15-.05.17-.06.4%2C0%2C.46.17.07.17-.06.38-.22.45%2C0%2C0-.42.18-1.01.55-.28.17-.61.39-.95.65-.29.22-.59.47-.89.75-.36.34-.7.68-1.01%2C1.01-.36.39-.67.75-.94%2C1.07-.54.65-.85%2C1.11-.86%2C1.12Zm6.24-2.84s-.6.28-1.29.73c-.38.26-.79.57-1.15.93-.27.27-.52.55-.76.82-.27.31-.51.6-.72.86-.41.51-.67.88-.68.88-.06.08-.17.16-.27.16-.06%2C0-.11-.02-.16-.05-.13-.08-.15-.29-.07-.43.21-.37.41-.71.63-1.04.22-.33.46-.65.72-.97.25-.29.52-.58.83-.89.26-.25.53-.48.81-.67.29-.21.6-.39.91-.54.33-.16.66-.28.99-.36.15-.04.34.04.39.18.05.15-.05.31-.19.37Zm22.41-3.25c-.37-.22-.69-.53-.9-.9-.21-.36-.33-.79-.33-1.24s.12-.87.33-1.24c.22-.37.53-.69.9-.9.36-.21.79-.33%2C1.23-.33s.87.12%2C1.23.33c.37.22.69.53.9.9.21.36.33.79.33%2C1.23s-.12.87-.33%2C1.23c-.22.37-.53.69-.9.9-.36.21-.79.33-1.23.33s-.87-.12-1.24-.33Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.m-anchor__txt {
  font-weight: 300;
}
.m-anchor__txt span {
  display: block;
  font-weight: 400;
}
.m-anchor__link {
  background-color: #41a5eb;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-anchor__link span {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
}
.m-anchor__link::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2010%2012%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200%2010%206-10%206z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 28px;
  right: 1em;
  margin-top: -0.1em;
}
@media screen and (min-width: 769px) {
  .m-anchor__wrap {
    padding-top: 24px;
  }
  .m-anchor__lede {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .m-anchor__logo {
    width: 390px;
    margin: 34px auto 0;
  }
  .m-anchor__txt {
    font-size: 1.125rem;
    margin-top: 27vh;
  }
  .m-anchor__txt span {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .m-anchor__link {
    margin: 29px auto 98px;
    width: 502px;
    height: 74px;
    font-size: 1.5rem;
    letter-spacing: 4px;
    border: solid 3px #41a5eb;
  }
  .m-anchor__link span {
    font-size: 0.875rem;
    margin-left: 15px;
  }
  .m-anchor__link::after {
    width: 16px;
    height: 19px;
  }
  .m-anchor__link:hover {
    background-color: #fff;
    color: #41a5eb;
  }
  .m-anchor__link:hover::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2010%2012%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200%2010%206-10%206z%22%20fill%3D%22%2341a5eb%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (max-width: 768px) {
  .m-anchor {
    background-color: #fff;
    padding: 76px 40px 56px;
    margin-top: -1px;
  }
  .m-anchor__lede {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .m-anchor__logo {
    max-width: 304px;
    width: 90%;
    margin: 37px auto 77px;
  }
  .m-anchor__symbol {
    width: 50%;
    max-width: 70px;
    margin: 0 auto 65px;
  }
  .m-anchor__txt {
    font-size: 1rem;
  }
  .m-anchor__txt span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 6px;
  }
  .m-anchor__link {
    margin-top: 32px;
    width: 100%;
    height: 50px;
    font-size: 1.125rem;
    letter-spacing: 2px;
  }
  .m-anchor__link span {
    font-size: 0.8125rem;
    margin-left: 10px;
  }
  .m-anchor__link::after {
    top: 21px;
    width: 10px;
    height: 12px;
  }
}
@media screen and (max-width: 320px) {
  .m-anchor__link {
    font-size: 1rem;
  }
  .m-anchor__link span {
    font-size: 0.6875rem;
  }
}

/* _Work
-------------------------------------------------- */
.m-work__wrap {
  background-color: #f8f4eb;
}
.m-work__ttl {
  letter-spacing: 2px;
  color: #41a5eb;
}
.m-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-work__item {
  cursor: pointer;
}
.m-work__item img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-work__wrap {
    padding-top: 154px;
    padding-bottom: 184px;
  }
  .m-work__ttl {
    margin-bottom: 77px;
  }
  .m-work__item {
    width: 262px;
    margin-right: 4px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .m-work__item:hover {
    opacity: 0.6;
  }
  .m-work__item:nth-child(4n) {
    margin-right: 0;
  }
  .m-work__item:nth-child(n+5) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .m-work__wrap {
    padding: 90px 42px 90px;
  }
  .m-work__ttl {
    margin-bottom: 80px;
  }
  .m-work__item {
    width: 49.5%;
    margin-right: 1%;
  }
  .m-work__item:nth-child(2n) {
    margin-right: 0;
  }
  .m-work__item:nth-child(n+3) {
    margin-top: 1%;
  }
}

/* ==================================================
_Patches
================================================== */
/* _Index
-------------------------------------------------- */
/*# sourceMappingURL=style.css.map */