@charset "UTF-8";
/* ==========================================================================

基本

========================================================================== */
[data-area=content] strong {
  font-weight: 700;
}

[data-area=content] em {
  font-style: italic;
}

[data-area=content] sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

[data-area=content] sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

[data-area=content] ul {
  list-style: disc;
}
[data-area=content] ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 959px) {
  [data-area=content] ul li {
    padding-left: 15px;
  }
}
[data-area=content] ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
}
@media screen and (max-width: 959px) {
  [data-area=content] ul li::before {
    top: 12px;
    left: 0;
    width: 9px;
    height: 9px;
  }
}

.cms [data-area=content] ul li::before {
  top: 6px;
}

[data-area=content] ol {
  list-style: decimal;
  margin-left: 25px;
}
[data-area=content] ol li {
  position: relative;
}

[data-area=content] .lead1 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.8;
  text-align: center;
}
@media screen and (max-width: 959px) {
  [data-area=content] .lead1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

[data-area=content] .lead2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3;
  text-align: center;
}
@media screen and (max-width: 959px) {
  [data-area=content] .lead2 {
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1.8rem;
  }
}

[data-area=content] .lead3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  [data-area=content] .lead3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

[data-area=content] .button1,
[data-area=content] .button2,
[data-area=content] .button3 {
  display: flex;
  width: 100%;
  margin: 42px 0;
}
@media screen and (max-width: 959px) {
  [data-area=content] .button1,
  [data-area=content] .button2,
  [data-area=content] .button3 {
    margin: 25px 0;
  }
}

[data-area=content] .button1 {
  justify-content: flex-start;
}

[data-area=content] .button2 {
  -ms-justify-content: center;
  justify-content: center;
}

[data-area=content] .button3 {
  justify-content: flex-end;
}

[data-area=content] .button1 .button-inner,
[data-area=content] .button2 .button-inner,
[data-area=content] .button3 .button-inner {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 959px) {
  [data-area=content] .button1 .button-inner,
  [data-area=content] .button2 .button-inner,
  [data-area=content] .button3 .button-inner {
    max-width: 350px;
  }
}

[data-area=content] .button1 a,
[data-area=content] .button2 a,
[data-area=content] .button3 a {
  position: relative;
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 17px 10px;
  border: 1px solid #063F83;
  color: #063F83;
  background: #fff;
  border-radius: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  [data-area=content] .button1 a,
  [data-area=content] .button2 a,
  [data-area=content] .button3 a {
    width: 100%;
    font-size: 1.5rem;
    padding: 14px 10px;
    border-radius: 30px;
  }
}
[data-area=content] .button1 a[target=_blank]::after,
[data-area=content] .button2 a[target=_blank]::after,
[data-area=content] .button3 a[target=_blank]::after {
  content: none;
}
[data-area=content] .button1 a span,
[data-area=content] .button2 a span,
[data-area=content] .button3 a span {
  position: relative;
  margin: 0 25px 0 0;
}
[data-area=content] .button1 a span::after,
[data-area=content] .button2 a span::after,
[data-area=content] .button3 a span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 12px;
  height: 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.708%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.708%2010.707%22%3E%3Cg%20transform%3D%22translate(-6562%2019114.854)%22%3E%3Cg%20transform%3D%22translate(0%2025)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(11247.807%20-6309.78)%22%20fill%3D%22%23063f83%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(6562%20-19134.5)%22%20fill%3D%22%23063f83%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  [data-area=content] .button1 a span::after,
  [data-area=content] .button2 a span::after,
  [data-area=content] .button3 a span::after {
    right: -26px;
  }
}
[data-area=content] .button1 a:hover,
[data-area=content] .button2 a:hover,
[data-area=content] .button3 a:hover {
  text-decoration: none;
}
[data-area=content] .button1 a:hover span::after,
[data-area=content] .button2 a:hover span::after,
[data-area=content] .button3 a:hover span::after {
  animation: arrow 0.5s;
}

[data-area=content] .FF-1 {
  font-family: "Noto Sans JP", sans-serif;
}

[data-area=content] .FF-2 {
  font-family: "Noto Serif JP", serif;
}

[data-area=content] .FF-3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

[data-area=content] .FF-4 {
  font-family: "Yusei Magic", sans-serif;
}

[data-area=content] .FF-5 {
  font-family: "Shippori Mincho B1", serif;
}

/* 基本ブロック全て */
.cp-all {
  position: relative;
  margin: 40px 0;
  z-index: 0;
}

.cp-all::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 40px);
  pointer-events: none;
}

/* 見出し */
.cp-h1-text {
  margin-top: 100px;
  margin-bottom: 90px;
  font-weight: 700;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .cp-h1-text {
    margin-bottom: 24px;
    font-size: 2.5rem;
  }
}

.cp-h2-text {
  position: relative;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid #FDF264;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  /*
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 25px;
  color: $whiteColor;
  background: $blueColor;
  border-radius: 10px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  @include mq(sp) {
    margin-top: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 2rem;
    padding: 5px 10px;
  }
  */
}
@media screen and (max-width: 959px) {
  .cp-h2-text {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom-width: 2px;
    font-size: 2.4rem;
  }
}
.cp-h2-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 240px;
  height: 4px;
  background-color: #004690;
}
@media screen and (max-width: 959px) {
  .cp-h2-text::before {
    bottom: -2px;
    height: 2px;
    width: 120px;
  }
}

.cp-anchor-menu + .cp-h2-text {
  margin-top: 60px;
}

.cp-tab-menu + .cp-anchor-menu {
  margin-top: 40px;
}

.cp-h3-text {
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 20px 0 20px 16px;
  border-left: 4px solid #004690;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .cp-h3-text {
    margin-top: 31px;
    margin-bottom: 15px;
    font-size: 2rem;
    padding: 15px 0 17px 13px;
  }
}

.cp-h4-text {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  background: #F1F5F9;
}
@media screen and (max-width: 959px) {
  .cp-h4-text {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 12px 10px;
    font-size: 1.7rem;
  }
}

.cp-h5-text {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .cp-h5-text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}

.cp-h1-text hr,
.cp-h2-text hr,
.cp-h3-text hr,
.cp-h4-text hr,
.cp-h5-text hr {
  display: none;
}

.cp-hr-100 {
  border-width: 0;
  border-style: solid;
  border-top: 1px solid #ccc;
}

.cp-hr-400 {
  border-width: 0;
  border-style: solid;
  border-top: 4px solid #ccc;
}

.cp-hr-800 {
  border-width: 0;
  border-style: solid;
  border-top: 8px solid #ccc;
}

.cp-hr-dashed {
  border-width: 0;
  border-top: 1px dashed #ccc;
}

/* ブロック内ボタン */
.cp-link-btn {
  display: table;
  margin: 20px 0;
  padding: 4px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.cp-link-btn:hover {
  opacity: 0.7;
}

/* 囲み */
.cp-wp {
  padding: 30px;
  border: 2px solid #063F83;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .cp-wp {
    padding: 20px 4vw;
    border-width: 1px;
  }
}

.cp-wp::before {
  top: -32px;
  height: calc(100% + 64px);
}
@media screen and (max-width: 959px) {
  .cp-wp::before {
    top: -21px;
    height: calc(100% + 42px);
  }
}

.cp-wp-shadow {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -80px;
  margin-right: -80px;
  padding: 0 80px;
  border: 2px solid #E3E3E3;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

/* テーブル */
[data-area=content] table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
}

.cms [data-area=content] table {
  margin: 40px 0 !important;
}

[data-area=content] .cp-text-item table,
[data-area=content] .cp-it-text table:first-child,
[data-area=content] .cp-ti-text table:first-child {
  margin-top: 0;
}

[data-area=content] .cp-text-item table:last-child,
[data-area=content] .cp-it-text table:last-child,
[data-area=content] .cp-ti-text table:last-child {
  margin-bottom: 0;
}

[data-area=content] table th {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #e6e6e6;
}

[data-area=content] table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
}

/*IE対策*/
_:-ms-input-placeholder,
:root [data-area=content] table {
  table-layout: fixed;
}

[data-area=content] table.fr-dashed-borders {
  border-style: dashed !important;
  border-width: inherit !important;
}

[data-area=content] table.fr-dashed-borders td,
[data-area=content] table.fr-dashed-borders th {
  border-style: dashed !important;
}

[data-area=content] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5 !important;
}

[data-area=content] table.fr-table-border-vertical {
  border: none !important;
}

[data-area=content] table.fr-table-border-vertical th,
[data-area=content] table.fr-table-border-vertical td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

[data-area=content] table.fr-table-border-horizontal {
  border: none !important;
}

[data-area=content] table.fr-table-border-horizontal th,
[data-area=content] table.fr-table-border-horizontal td {
  border-left: 0px !important;
  border-right: 0px !important;
}

[data-area=content] table.fr-table-border-none {
  border: none !important;
}

[data-area=content] table.fr-table-border-none th,
[data-area=content] table.fr-table-border-none td {
  border: none !important;
}

[data-area=content] table.fr-table-border-1px th,
[data-area=content] table.fr-table-border-1px td {
  border-width: 1px !important;
}

[data-area=content] table.fr-table-border-2px th,
[data-area=content] table.fr-table-border-2px td {
  border-width: 2px !important;
}

[data-area=content] table.fr-table-border-3px th,
[data-area=content] table.fr-table-border-3px td {
  border-width: 3px !important;
}

[data-area=content] table.fr-table-cellPadding-10 th,
[data-area=content] table.fr-table-cellPadding-10 td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

[data-area=content] table.fr-table-cellPadding-20 th,
[data-area=content] table.fr-table-cellPadding-20 td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

[data-area=content] table.fr-table-cellPadding-30 th,
[data-area=content] table.fr-table-cellPadding-30 td {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

[data-area=content] table.fr-table-cellPadding-40 th,
[data-area=content] table.fr-table-cellPadding-40 td {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

[data-area=content] table.fr-table-cellPadding-50 th,
[data-area=content] table.fr-table-cellPadding-50 td {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

[data-area=content] table.fr-table-cellPadding-60 th,
[data-area=content] table.fr-table-cellPadding-60 td {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

[data-area=content] table.fr-table-cellPadding-70 th,
[data-area=content] table.fr-table-cellPadding-70 td {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

[data-area=content] table.fr-table-cellPadding-80 th,
[data-area=content] table.fr-table-cellPadding-80 td {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

[data-area=content] table.fr-table-cellPadding-90 th,
[data-area=content] table.fr-table-cellPadding-90 td {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

[data-area=content] table.fr-table-cellPadding-100 th,
[data-area=content] table.fr-table-cellPadding-100 td {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

[data-area=content] table td.fr-highlighted,
[data-area=content] table th.fr-highlighted {
  border: 1px double red;
}

[data-area=content] table td.fr-thick,
[data-area=content] table th.fr-thick {
  border-width: 2px;
}

/* テキスト */
[data-area=content] .cp-text {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-text .cp-text-item {
  width: 100%;
}

[data-area=content] .cp-text .cp-text-l {
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  [data-area=content] .cp-text {
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
  }
  [data-area=content] .cp-text .cp-text-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 画像 */
[data-area=content] span.fr-img-caption {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}

[data-area=content] span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

[data-area=content] span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

[data-area=content] span.fr-img-caption .fr-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}

[data-area=content] span.fr-img-caption .fr-img-wrap span.fr-inner {
  display: block;
  margin-top: 10px;
}

[data-area=content] span.fr-img-caption .fr-img-wrap img {
  max-width: 100%;
  overflow: hidden;
}

[data-area=content] .cp-img {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-img img {
  max-width: 100%;
  height: auto;
}

[data-area=content] .cp-img-item {
  width: 100%;
  text-align: center;
}

[data-area=content] .cp-img-col2 .cp-img-l,
[data-area=content] .cp-img-col3 .cp-img-l,
[data-area=content] .cp-img-col4 .cp-img-l {
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  [data-area=content] .cp-img {
    flex-direction: column;
  }
  [data-area=content] .cp-img-col1 .cp-img-l,
  [data-area=content] .cp-img-col2 .cp-img-l,
  [data-area=content] .cp-img-col3 .cp-img-l,
  [data-area=content] .cp-img-col4 .cp-img-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
  [data-area=content] .cp-img + .cp-img {
    margin-top: -20px;
  }
}
/*IE対策*/
_:-ms-input-placeholder,
:root .cp-img-col2 .cp-img-item {
  width: calc(50% - 10px);
}

_:-ms-input-placeholder,
:root .cp-img-col3 .cp-img-item {
  width: calc(33.33% - 14px);
}

_:-ms-input-placeholder,
:root .cp-img-col4 .cp-img-item {
  width: calc(25% - 15px);
}

@media screen and (max-width: 959px) {
  _:-ms-input-placeholder,
  :root .cp-img-col2 .cp-img-item {
    width: 100%;
  }
  _:-ms-input-placeholder,
  :root .cp-img-col3 .cp-img-item {
    width: 100%;
  }
  _:-ms-input-placeholder,
  :root .cp-img-col4 .cp-img-item {
    width: 100%;
  }
}
/* 画像（縦） */
[data-area=content] .cp-vertical {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-vertical img {
  max-width: 100%;
  height: auto;
}

[data-area=content] .cp-vertical .cp-vertical-item {
  width: 100%;
  text-align: center;
}

[data-area=content] .cp-vertical .cp-vertical-text {
  text-align: justify;
}

[data-area=content] .cp-ti-vertical-col2 .cp-vertical-l,
[data-area=content] .cp-it-vertical-col2 .cp-vertical-l {
  margin-right: 60px;
}

[data-area=content] .cp-ti-vertical-col3 .cp-vertical-l,
[data-area=content] .cp-it-vertical-col3 .cp-vertical-l {
  margin-right: 20px;
}

[data-area=content] .cp-ti.cp-vertical .cp-vertical-text {
  margin-bottom: 10px;
}

[data-area=content] .cp-it.cp-vertical .cp-vertical-text {
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  [data-area=content] .cp-vertical {
    flex-direction: column;
  }
  [data-area=content] .cp-vertical .cp-vertical-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 画像（横） */
[data-area=content] .cp-horizontal {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-horizontal img {
  max-width: 100%;
  height: auto;
}

[data-area=content] .cp-horizontal .cp-horizontal-item {
  display: -ms-flex;
  display: flex;
  width: 100%;
  text-align: center;
}

[data-area=content] .cp-horizontal .cp-horizontal-l {
  margin-right: 20px;
}

[data-area=content] .cp-horizontal .cp-h1-text:first-child,
[data-area=content] .cp-horizontal .cp-h2-text:first-child,
[data-area=content] .cp-horizontal .cp-h3-text:first-child,
[data-area=content] .cp-horizontal .cp-h4-text:first-child,
[data-area=content] .cp-horizontal .cp-h5-text:first-child,
[data-area=content] .cp-horizontal .lead1:first-child,
[data-area=content] .cp-horizontal .lead2:first-child,
[data-area=content] .cp-horizontal .lead3:first-child {
  margin-top: 0;
}

[data-area=content] .cp-ti-horizontal-col2 .cp-horizontal-l,
[data-area=content] .cp-it-horizontal-col2 .cp-horizontal-l {
  margin-right: 60px;
}

[data-area=content] .cp-horizontal-img,
[data-area=content] .cp-horizontal-text {
  width: calc(50% - 30px);
}

[data-area=content] .cp-horizontal-img:first-child,
[data-area=content] .cp-horizontal-text:first-child {
  margin-right: 60px;
}

[data-area=content] .cp-horizontal .cp-horizontal-text {
  text-align: justify;
}

[data-area=content] .cp-ti-horizontal-col1 .cp-horizontal-img,
[data-area=content] .cp-ti-horizontal-col1 .cp-horizontal-text,
[data-area=content] .cp-it-horizontal-col1 .cp-horizontal-img,
[data-area=content] .cp-it-horizontal-col1 .cp-horizontal-text {
  width: calc(50% - 30px);
}

[data-area=content] .cp-ti-horizontal-col1 .cp-horizontal-text {
  margin-right: 60px;
}

[data-area=content] .cp-it-horizontal-col1 .cp-horizontal-text {
  margin-left: 60px;
}

[data-area=content] .cp-ti-horizontal-col2 .cp-horizontal-text,
[data-area=content] .cp-it-horizontal-col2 .cp-horizontal-text {
  width: 50%;
}

[data-area=content] .cp-ti-horizontal-col2 .cp-horizontal-img {
  width: calc(50% - 25px);
  margin-left: 25px;
}

[data-area=content] .cp-it-horizontal-col2 .cp-horizontal-img {
  width: calc(50% - 25px);
  margin-right: 25px;
}

@media screen and (max-width: 959px) {
  [data-area=content] .cp-horizontal {
    flex-direction: column;
  }
  [data-area=content] .cp-horizontal .cp-horizontal-item {
    flex-direction: column;
  }
  [data-area=content] .cp-horizontal-img,
  [data-area=content] .cp-horizontal-text,
  [data-area=content] .cp-ti-horizontal-col1 .cp-horizontal-img,
  [data-area=content] .cp-ti-horizontal-col1 .cp-horizontal-text,
  [data-area=content] .cp-it-horizontal-col1 .cp-horizontal-img,
  [data-area=content] .cp-it-horizontal-col1 .cp-horizontal-text {
    width: 100%;
  }
  [data-area=content] .cp-horizontal-img:first-child,
  [data-area=content] .cp-horizontal-text:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  [data-area=content] .cp-horizontal .cp-horizontal-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  [data-area=content] .cp-ti.cp-horizontal .cp-horizontal-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  [data-area=content] .cp-it.cp-horizontal .cp-horizontal-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
/* 線 */
.cp-border {
  position: relative;
  left: -120px;
  margin: 100px auto;
  width: calc(100% + 240px);
  max-width: 1260px;
  height: 1px;
  background: #999;
}
@media screen and (max-width: 959px) {
  .cp-border {
    left: -120px;
    margin: 50px auto;
    max-width: 1260px;
  }
}

.cp-border hr {
  display: none;
}

/* 余白 */
.cp-space {
  height: 80px;
}

/* アンカーリンクメニュー */
[data-area=content] .cp-anchor-menu {
  margin-bottom: 40px;
}

[data-area=content] > .cp-anchor-menu:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 959px) {
  [data-area=content] > .cp-anchor-menu:first-child {
    margin-top: -20px;
  }
}

[data-area=content] .cp-anchor-menu ul {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-area=content] .cp-anchor-menu li {
  position: relative;
  padding: 0;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 5px;
}

[data-area=content] .cp-anchor-menu li::before {
  content: none;
}

[data-area=content] .cp-anchor-menu li a::after {
  content: "";
}

[data-area=content] .cp-anchor-menu li a[href*="#"]::after {
  content: "";
}

/* ボタン */
.large-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

.large-btn ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.778;
}
@media screen and (max-width: 959px) {
  .large-btn ul {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

.large-btn a {
  display: table-cell;
  width: 100%;
  padding: 15px 30px 50px 30px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  color: #333;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .large-btn a {
    width: 100%;
    padding: 10px 15px 40px 15px;
  }
}

.large-btn a::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 45px;
  width: 20px;
  height: 1px;
  background: #999;
}
@media screen and (max-width: 959px) {
  .large-btn a::before {
    left: 15px;
    bottom: 35px;
  }
}

.large-btn a::after {
  top: -2px;
}

.large-btn a:hover {
  background: #063F83;
  color: #fff !important;
  text-decoration: none;
}

.large-btn a:hover::before {
  background: #fff;
}

.large-btn-01 li {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 30px;
  min-height: 140px;
}

.large-btn-02 li {
  position: relative;
  display: table;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  min-height: 140px;
}

.large-btn-03 li {
  position: relative;
  display: table;
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  min-height: 140px;
}

.large-btn-04 li {
  position: relative;
  display: table;
  width: calc(25% - 21px);
  margin-right: 28px;
  margin-bottom: 30px;
  min-height: 140px;
}

@media only screen and (max-width: 959px) {
  .large-btn-01 li,
  .large-btn-02 li,
  .large-btn-03 li,
  .large-btn-04 li {
    min-height: 100px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.large-btn-02 li:nth-child(2n) {
  margin-right: 0;
}

.large-btn-03 li:nth-child(3n) {
  margin-right: 0;
}

.large-btn-04 li:nth-child(4n) {
  margin-right: 0;
}

.large-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.778;
}

.large-btn-list__item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
  .large-btn-list__item {
    width: 100%;
    margin-right: 0;
  }
}
.large-btn-list__item:nth-child(3n) {
  margin-right: 0;
}

.large-btn-list__btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 140px;
  padding: 15px 30px 50px 30px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  color: #333;
}

@media only screen and (max-width: 959px) {
  .large-btn-list__btn a {
    width: 100%;
    min-height: 100px;
    padding: 10px 15px 40px 15px;
  }
}
.large-btn-list__btn a::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 45px;
  width: 20px;
  height: 1px;
  background: #999;
}

@media only screen and (max-width: 959px) {
  .large-btn-list__btn a::before {
    left: 15px;
    bottom: 35px;
  }
}
.large-btn-list__btn a:hover {
  background: #063F83;
  color: #fff;
  text-decoration: none;
}

.large-btn-list__btn a:hover::before {
  background: #fff;
}

.large-btn-list__list {
  padding: 20px 30px 0 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 959px) {
  .large-btn-list__list {
    padding: 20px 0 0 5px;
  }
}
.large-btn-list__list ul {
  margin-left: 0;
  list-style: none;
}

.large-btn-list__list li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}

.large-btn-list__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #063F83;
}

.large-btn-list__list a {
  color: #333;
}

.small-btn {
  margin-top: 40px;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .small-btn {
    margin-top: 20px;
  }
}
.small-btn ul {
  display: grid;
  margin: 0 0 13px;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .small-btn ul {
    margin: 0 0 70px;
  }
}
.small-btn ul li {
  width: 100%;
  padding: 0;
}
.small-btn ul li::before {
  content: none;
}
.small-btn ul li.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  background: #004690;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 959px) {
  .small-btn ul li.is-active {
    height: 51px;
    justify-content: flex-start;
    text-align: left;
    border-radius: 25px;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 14px 40px 14px 20px;
  }
}
.small-btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 10px 24px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid #004690;
  color: #222222;
  background: #fafafa;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border-radius: 40px;
}
.small-btn ul li a[href*=".pdf"]::after, .small-btn ul li a[href*=".doc"]::after, .small-btn ul li a[href*=".xls"]::after {
  width: 23px !important;
  height: 27px !important;
}
.small-btn ul li a:hover::after {
  transform: scale(1.2);
}
@media screen and (max-width: 959px) {
  .small-btn ul li a {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    border-radius: 25px;
    border-width: 1px;
    padding: 14px 40px 14px 20px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .small-btn ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    width: 10px;
    height: 8px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.707%2010.707%22%3E%3Cg%20transform%3D%22translate(-1103.5%20-3178.146)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(5789.306%2016008.22)%22%20fill%3D%22%23555%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(1103.5%203183.5)%22%20fill%3D%22%23555%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.small-btn ul li a span {
  position: relative;
  margin: 0 7px 0 0;
}
.small-btn ul li a span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 12px;
  height: 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.707%2010.707%22%3E%3Cg%20transform%3D%22translate(-1103.5%20-3178.146)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(5789.306%2016008.22)%22%20fill%3D%22%23555%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(1103.5%203183.5)%22%20fill%3D%22%23555%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .small-btn ul li a span::after {
    content: none;
  }
}
.small-btn ul li a:hover {
  text-decoration: none;
}
.small-btn ul li a:hover span::after {
  animation: arrow 0.5s;
}
.small-btn ul li a[target=_blank] span::after {
  content: none;
}
.small-btn.small-btn-01 ul {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 959px) {
  .small-btn.small-btn-01 ul {
    gap: 20px;
  }
}
.small-btn.small-btn-02 ul {
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media screen and (max-width: 959px) {
  .small-btn.small-btn-02 ul {
    gap: 20px;
  }
}
.small-btn.small-btn-03 ul {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 959px) {
  .small-btn.small-btn-03 ul {
    gap: 20px;
  }
}
.small-btn.small-btn-04 ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 93px;
}
@media screen and (max-width: 959px) {
  .small-btn.small-btn-04 ul {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .small-btn.small-btn-01 ul, .small-btn.small-btn-02 ul, .small-btn.small-btn-03 ul, .small-btn.small-btn-04 ul {
    grid-template-columns: 1fr;
  }
}

body.is-admissionInfo .small-btn.small-btn-02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .small-btn.small-btn-02 {
    margin-bottom: 40px;
  }
}
body.is-admissionInfo .small-btn.small-btn-02 li.is-active {
  background: #82AC1E;
}
body.is-admissionInfo .cp-h4-text {
  background: #F2F4EF;
}

body.parent-3810 .small-btn.small-btn-02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  body.parent-3810 .small-btn.small-btn-02 {
    margin-bottom: 40px;
  }
}
body.parent-3810 .small-btn.small-btn-02 li.is-active {
  background: #004690;
}
body.parent-3810 .cp-h4-text {
  background: #F2F4EF;
}

/* タブ */
@media screen and (max-width: 959px) {
  .cp-tab-menu {
    border-bottom: 1px solid #063F83;
  }
}

.cp-tab-menu ul,
.cp-tab-menu ol {
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-tab-menu li {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  padding: 25px 5px;
  border-left: none;
  word-break: break-all;
  cursor: pointer;
  color: #333;
  background: #fff;
  transition: 0.2s;
}
.cp-tab-menu li::before {
  content: none !important;
}

body.picks .cp-tab-menu li {
  background: #f9f9f9;
}

.cp-tab-menu li:first-child,
.cp-tab-menu li:first-child a {
  border-radius: 6px 0 0 0;
}

.cp-tab-menu li:last-child,
.cp-tab-menu li:last-child a {
  border-radius: 0 6px 0 0;
}

.cp-tab-menu li:hover,
.cp-tab-menu li.active {
  background-color: #063F83;
  color: #fff;
}

.cp-tab-menu li a {
  display: flex;
  width: calc(100% + 10px);
  margin: -25px -5px;
  padding: 25px 5px;
  color: #333;
  align-items: center;
  justify-content: center;
}

.cp-tab-menu li a:hover,
.cp-tab-menu li a[href=""] {
  background-color: #063F83;
  color: #fff;
  text-decoration: none;
}

.cp-tab-content > div {
  display: none;
}
.cp-tab-content > div .cp-h3-text {
  margin-top: 60px !important;
}
@media screen and (max-width: 959px) {
  .cp-tab-content > div .cp-h3-text {
    margin-top: 30px !important;
  }
}

.cp-tab-content > div.active {
  display: block;
}

@media screen and (max-width: 959px) {
  .cp-tab-menu {
    border-right: 1px solid #063F83;
  }
  .cp-tab-menu ul,
  .cp-tab-menu ol {
    flex-wrap: wrap;
  }
  .cp-tab-menu li {
    width: 50%;
    padding: 15px 5px;
    border-top: none;
  }
  .cp-tab-menu li:first-child,
  .cp-tab-menu li:last-child,
  .cp-tab-menu li:first-child a,
  .cp-tab-menu li:last-child a {
    border-radius: 0;
  }
  .cp-tab-menu li:nth-child(1),
  .cp-tab-menu li:nth-child(2) {
    border-top: 1px solid #063F83;
  }
  .cp-tab-menu li:nth-child(2n+1) {
    border-left: 1px solid #063F83;
  }
  .cp-tab-menu li a {
    margin: -15px -5px;
  }
  .cp-tab-menu li a {
    -webkit-touch-callout: none;
  }
}
.cp-tab-content > div {
  clear: both;
}

.cp-accordion-content > div {
  clear: both;
}

/* 開閉式 */
.acd-unit-head {
  display: table;
  margin: 16px 0 12px auto;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .acd-unit-head {
    margin: 22px 0 5px auto;
  }
}

.acd-unit-head + .cp-accordion {
  margin-top: 0;
}

.cp-accordion {
  margin: 36px 0;
}
@media screen and (max-width: 959px) {
  .cp-accordion {
    margin: 40px 0;
  }
}

.cp-accordion + .cp-accordion {
  margin-top: -30px;
}

.cp-accordion-title {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .cp-accordion-title {
    margin-bottom: 15px;
  }
}
.cp-accordion-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 21px;
  width: 30px;
  height: 12px;
  transition: 0.2s;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.414%22%20height%3D%2212.121%22%20viewBox%3D%220%200%2021.414%2012.121%22%3E%3Cpath%20d%3D%22M3464-13721.264l-10.707-10.707%2C1.414-1.414%2C9.293%2C9.293%2C9.293-9.293%2C1.414%2C1.414Z%22%20transform%3D%22translate(-3453.293%2013733.385)%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .cp-accordion-title::before {
    right: 15px;
    width: 11px;
    height: 7px;
  }
}

.cp-accordion.is-active > .cp-accordion-title::before {
  transform: rotate(180deg);
  right: 29px;
}
@media screen and (max-width: 959px) {
  .cp-accordion.is-active > .cp-accordion-title::before {
    right: 14px;
  }
}

.cp-accordion.is-active > .cp-accordion-title > .cp-inner::before {
  background: #999;
}

.cp-accordion-title--small {
  padding: 15px 60px 15px 30px;
  font-size: 1.6rem;
  background: #F7F8F5;
}

@media screen and (max-width: 959px) {
  .cp-accordion-title--small {
    padding-left: 20px;
  }
}
.cp-accordion-title--large {
  padding: 40px 50px 40px 0;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .cp-accordion-title--large {
    padding: 25px 50px 25px 0;
    font-size: 1.8rem;
  }
}
.cp-accordion-title--large::before {
  top: 50px;
  right: 20px;
}

@media screen and (max-width: 959px) {
  .cp-accordion-title--large::before {
    top: 35px;
  }
}
.cp-accordion-title--large::after {
  top: 59px;
  right: 11px;
}

@media screen and (max-width: 959px) {
  .cp-accordion-title--large::after {
    top: 44px;
  }
}
.cp-accordion-title--large > .cp-inner {
  position: relative;
  z-index: 1;
}

.cp-accordion-title--large > .cp-inner::before {
  top: 0;
  right: -50px;
}

.cp-accordion-title--large > .cp-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 120vw;
  height: 100%;
  margin-left: calc(50% - 60vw);
  margin-right: calc(50% - 60vw);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.cp-accordion-title--qa {
  padding: 20px 76px 20px 93px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .cp-accordion-title--qa {
    padding: 15px 35px 14px 39px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.cp-accordion-title--qa > .cp-inner::after {
  content: "Q.";
  position: absolute;
  left: 20px;
  top: 3px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #82AC1E;
}
@media screen and (max-width: 959px) {
  .cp-accordion-title--qa > .cp-inner::after {
    left: 6px;
    top: 7px;
    font-size: 2.5rem;
  }
}

.cp-accordion-content {
  position: relative;
  margin-bottom: 100px;
}
.cp-accordion-content > *:first-child {
  margin-top: 0;
}
.cp-accordion-content.is-answer {
  padding-left: 93px;
}
@media screen and (max-width: 959px) {
  .cp-accordion-content.is-answer {
    padding-left: 40px;
  }
}
.cp-accordion-content.is-answer::before {
  content: "A.";
  position: absolute;
  left: 20px;
  top: -25px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #82AC1E;
}
@media screen and (max-width: 959px) {
  .cp-accordion-content.is-answer::before {
    left: 8px;
    top: -8px;
    font-size: 2.5rem;
  }
}

.cp-accordion--message {
  position: relative;
}

.cp-accordion--message + .cp-accordion--message {
  margin-top: -20px;
}

.cp-accordion--message::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 200vw;
  height: 100%;
  margin-left: calc(50% - 100vw);
  background: #F0F4F5;
}

.cp-accordion-title--message {
  display: -ms-flex;
  display: flex;
  padding: 40px 60px 40px 0;
  margin-bottom: 0;
  background: transparent;
  font-weight: 400;
}

.cp-accordion-title--message::before {
  top: 47px;
  right: 29px;
  width: 1px;
  height: 19px;
}

.cp-accordion.is-active > .cp-accordion-title--message::before {
  opacity: 1;
  transform: rotate(45deg);
}

.cp-accordion-title--message::after {
  top: 56px;
  right: 20px;
  width: 19px;
  height: 1px;
}

.cp-accordion.is-active > .cp-accordion-title--message::after {
  background-color: #333;
  transform: rotate(45deg);
}

.cp-accordion-title__image {
  width: 200px;
}

.cp-accordion--message .cp-accordion-title--message .cp-accordion-title__image img {
  border-radius: 50%;
}

.cp-accordion-title__text-wrap {
  width: calc(100% - 240px);
  margin-left: 40px;
}

.cp-accordion-title__text-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200vw;
  height: 1px;
  margin-left: calc(50% - 100vw);
  background: #ccc;
  opacity: 0;
  transition: opacity 0.2s;
}

.cp-accordion-title__text-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 37px;
  display: block;
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #999;
}

.cp-accordion--message.is-active .cp-accordion-title__text-wrap::before {
  opacity: 1;
}

.cp-accordion-title__category .cp-inner {
  display: table;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 1px 20px;
  background: #333;
  font-weight: 500;
  color: #fff;
}

.cp-accordion-title__category .cp-inner:empty {
  display: none;
}

body.system.cms.apps .cp-accordion-title__category .cp-inner:empty {
  display: table;
}

[data-area=content] .cp-accordion-title__head {
  margin-top: 0;
  margin-bottom: 25px;
}

.cp-accordion-title__text {
  line-height: 1.9;
}

.cp-accordion-content--message {
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid transparent;
  padding-bottom: 40px;
}

.cp-accordion-close {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  -ms-justify-content: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 40px auto 0 auto;
  font-size: 1.4rem;
  transition: 0.2s;
}

.cp-accordion-close:hover {
  opacity: 0.7;
}

.cp-accordion-close::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 32px;
  display: block;
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #999;
}

.cp-accordion-close__inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 42px;
  right: 35px;
  width: 1px;
  height: 19px;
  background-color: #333;
  transform: rotate(45deg);
}

.cp-accordion-close__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 51px;
  right: 26px;
  width: 19px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
}

@media only screen and (max-width: 959px) {
  .cp-accordion-title--message {
    display: block;
    padding: 30px 0;
  }
  .cp-accordion-title__image {
    margin: 0 auto;
  }
  .cp-accordion-title__text-wrap {
    width: 100%;
    margin-left: 0;
  }
}
/* フォトアルバム */
.cp-photos {
  display: -ms-flex;
  display: flex;
}

.cp-photos + .cp-photos {
  margin-top: -20px;
}

.cp-photos-item {
  width: 100%;
}

.cp-photos-item img {
  max-width: 100%;
  height: auto;
}

.cp-photos-item p {
  margin: 10px 0 0 0;
}

.cp-photos-item p:empty {
  display: none;
}

.cp-photos .cp-photos-l {
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  .cp-photos {
    flex-direction: column;
  }
  .cp-photos .cp-photos-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*IE対策*/
_:-ms-input-placeholder,
:root .cp-photos-02 .cp-photos-item {
  width: calc(50% - 10px);
}

_:-ms-input-placeholder,
:root .cp-photos-03 .cp-photos-item {
  width: calc(33.33% - 14px);
}

_:-ms-input-placeholder,
:root .cp-photos-04 .cp-photos-item {
  width: calc(25% - 15px);
}

@media screen and (max-width: 959px) {
  _:-ms-input-placeholder,
  :root .cp-photos-02 .cp-photos-item {
    width: 100%;
  }
  _:-ms-input-placeholder,
  :root .cp-photos-03 .cp-photos-item {
    width: 100%;
  }
  _:-ms-input-placeholder,
  :root .cp-photos-04 .cp-photos-item {
    width: 100%;
  }
}
/* テーブル横スクロールの処理 */
.table-scroll-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

[data-area=content] table.table-scroll {
  margin: 0;
  border-top: 1px solid #c6c6c6;
}

@media screen and (max-width: 959px) {
  .table-scroll-wrap {
    overflow: auto;
  }
  .table-scroll-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll-wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table-scroll-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .table-scroll-wrap table {
    width: 960px !important;
    max-width: 960px !important;
  }
}
/* 動画アルバム */
.cp-videos {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .cp-videos {
    max-width: 450px;
    margin: 0 auto;
  }
}

.cp-videos .code {
  display: none;
}

.cp-videos + .cp-videos {
  margin-top: -20px;
}

.cp-videos-item {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 959px) {
  .cp-videos-item {
    margin-bottom: 40px;
  }
}
.cp-videos-item > .cp-inner {
  font-size: 2rem;
  font-weight: 600;
  margin: 5px 0 13px;
}
@media screen and (max-width: 959px) {
  .cp-videos-item > .cp-inner {
    font-size: 1.6rem;
    margin: 5px 0 7px;
    line-height: 1.4;
  }
}

.cp-videos-item .cp-videos-thumb {
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 959px) {
  .cp-videos-item .cp-videos-thumb {
    border-radius: 10px;
  }
}
.cp-videos-item .cp-videos-thumb:hover {
  opacity: 0.8;
}

.cp-videos-thumb:hover::before {
  background: #30383B;
}

.cp-videos-thumb:hover::after {
  border-left-color: #fff;
}

.cp-videos-item .cp-videos-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 47px;
  height: 33px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.183%22%20height%3D%2233.731%22%20viewBox%3D%220%200%2047.183%2033.731%22%3E%3Cg%20transform%3D%22translate(-272%20-5046)%22%3E%3Cpath%20d%3D%22M47.168%2C17.521c0-.6%2C0-1.2.008-1.8.009-1.29.019-2.625-.026-3.942-.02-.588-.05-1.131-.09-1.658C46.855%2C7.455%2C46.541%2C4.9%2C44.97%2C3%2C43.519%2C1.246%2C41.3.861%2C39.342.639%2C37.038.379%2C34.633.2%2C31.99.1%2C27.013-.087%2C21.98.024%2C17.114.133c-2.506.056-5.1.113-7.65.317C6.148.713%2C2.78%2C1.251%2C1.219%2C4.6%2C0%2C7.2.008%2C10.383.01%2C13.187c0%2C.335%2C0%2C.666%2C0%2C.99-.016%2C2.884-.02%2C5.484.085%2C8.1.142%2C3.548.337%2C8.406%2C4.481%2C10.089a22.434%2C22.434%2C0%2C0%2C0%2C6.772%2C1.181c1.752.114%2C3.528.131%2C5.246.147.542.005%2C1.083.01%2C1.625.018q1.212.018%2C2.431.017c2.912%2C0%2C5.835-.067%2C8.681-.134q1.628-.038%2C3.256-.072l.277-.005a32.047%2C32.047%2C0%2C0%2C0%2C9.809-1.214c2.984-1.019%2C3.808-4.09%2C4.221-6.96a43.908%2C43.908%2C0%2C0%2C0%2C.284-6.572c0-.419-.007-.838-.007-1.256%22%20transform%3D%22translate(272%205046)%22%20fill%3D%22red%22%2F%3E%3Cpath%20d%3D%22M40.64%2C27.173V20.1a.581.581%2C0%2C0%2C1%2C.871-.5l6.129%2C3.538%2C6.128%2C3.538a.581.581%2C0%2C0%2C1%2C0%2C1.006L47.64%2C31.215l-6.129%2C3.538a.581.581%2C0%2C0%2C1-.871-.5Z%22%20transform%3D%22translate(250.535%205035.693)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.cp-videos-item .cp-videos-thumb iframe {
  visibility: hidden;
}

.cp-videos-item p {
  margin: 10px 0 0 0;
}

.cp-videos-item p:empty {
  display: none;
}

.cp-videos .cp-videos-item {
  margin-right: 50px;
}

.cp-videos .cp-videos-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .cp-videos {
    flex-direction: column;
  }
  .cp-videos .cp-videos-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*IE対策*/
_:-ms-input-placeholder,
:root .cp-videos-02 .cp-videos-item {
  width: calc(50% - 8px);
}

_:-ms-input-placeholder,
:root .cp-videos-03 .cp-videos-item {
  width: calc(33.33% - 10px);
}

_:-ms-input-placeholder,
:root .cp-videos-04 .cp-videos-item {
  width: calc(25% - 12px);
}

@media screen and (max-width: 959px) {
  _:-ms-input-placeholder,
  :root .cp-videos-02 .cp-videos-item {
    width: 100%;
  }
  _:-ms-input-placeholder,
  :root .cp-videos-03 .cp-videos-item {
    width: 100%;
  }
  _:-ms-input-placeholder,
  :root .cp-videos-04 .cp-videos-item {
    width: 100%;
  }
}
.fr-editor .cp-videos .code {
  display: block;
}

.fr-block .cp-videos-item .cp-videos-thumb iframe {
  visibility: visible;
}

/* 外部サービスコード */
.cp-external iframe {
  margin: 0 auto;
  display: block;
}

.cp-external iframe[src*="google.com/calendar"] {
  position: relative;
  width: 100%;
  height: 600px;
}

.cp-external::before {
  content: none;
}

.cp-external-text-area {
  display: none;
  border: 1px solid #888;
}

@media screen and (max-width: 959px) {
  .cp-external {
    position: relative;
  }
  .cp-external::after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .cp-external.cypochiform-wrap::after {
    display: none;
  }
  .cp-external iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
/* テキスト装飾 */
.fr-text-gray {
  color: #aaa !important;
}

.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

li.fr-text-bordered + li.fr-text-bordered {
  border-top: 0px;
}

.fr-text-spaced {
  letter-spacing: 1px;
}

.fr-text-uppercase {
  text-transform: uppercase;
}

.fr-class-highlighted {
  background-color: #ffff00;
}

.fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-class-transparency {
  opacity: 0.5;
}

span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

/* 画像の角を丸くする */
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* 画像に境界線を追加 */
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  box-sizing: border-box;
}

/* 画像にドロップシャドウ */
img.fr-shadow,
.fr-img-caption.fr-shadow img {
  box-shadow: 10px 10px 5px 0px #cccccc;
}

.movie-head {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin-left: -110px;
  margin-right: 30px;
}

body.index .movie-head {
  margin-left: 0;
}

.movie-head__text {
  margin-bottom: 100px;
  padding: 19px 150px 19px 30px;
  background: #333;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.4rem;
  border-radius: 4px;
}

.movie-head__image {
  position: absolute;
  right: 50px;
  top: 5px;
}

@media only screen and (max-width: 959px) {
  .movie-head {
    max-width: none;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .movie-head__text {
    padding: 19px 120px 19px 20px;
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
  .movie-head__image {
    right: 15px;
  }
}
/*PCSP画像切替*/
body.system.cms.apps .cp-img-change {
  display: block;
}

.cp-img-change__sp {
  display: none;
}

body.system.cms.apps .cp-img-change__sp {
  display: block;
}

.cp-img-change__ttl {
  display: none;
  font-weight: 700;
  font-size: 2rem;
  margin: 20px 0;
  text-align: left;
}

.cms .cp-img-change__ttl {
  display: block;
}

@media only screen and (max-width: 959px) {
  .cp-img-change__pc {
    display: none;
  }
  .cp-img-change__sp {
    display: block;
  }
}
#baseBlock14,
#baseBlock15,
#baseBlock16,
#baseBlock17 {
  display: none;
}

/* ==========================================================================

バナーPOPUP

========================================================================== */
.ob-popup {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 8;
  transition: opacity 0.3s;
  width: 100%;
  max-width: 340px;
}
@media screen and (max-width: 959px) {
  .ob-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: inherit;
    right: inherit;
    padding: 0 15px;
    max-width: 370px;
  }
}
.ob-popup.is-hide {
  opacity: 0;
}
.ob-popup .ob-popup__item {
  display: none;
  position: relative;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.16);
}
.ob-popup .ob-popup__item.is-show {
  display: block;
}
.ob-popup .ob-popup__item-close {
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: -20px;
  right: -8px;
  width: 50px;
  height: 50px;
  background-color: #A9A9A9;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.715%22%20height%3D%2220.715%22%20viewBox%3D%220%200%2020.715%2020.715%22%3E%3Cg%20transform%3D%22translate(18443.578%2022313.096)%22%3E%3Cpath%20d%3D%22M18.062%2C19.83-.884.884.884-.884%2C19.83%2C18.062Z%22%20transform%3D%22translate(-18442.693%20-22312.211)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M18.062%2C19.83-.884.884.884-.884%2C19.83%2C18.062Z%22%20transform%3D%22translate(-18423.748%20-22312.211)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .ob-popup .ob-popup__item-close {
    top: -20px;
    right: -15px;
  }
}
.ob-popup .ob-popup__item-close:hover {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.715%22%20height%3D%2220.715%22%20viewBox%3D%220%200%2020.715%2020.715%22%3E%3Cg%20transform%3D%22translate(18443.578%2022313.096)%22%3E%3Cpath%20d%3D%22M18.062%2C19.83-.884.884.884-.884%2C19.83%2C18.062Z%22%20transform%3D%22translate(-18442.693%20-22312.211)%22%20fill%3D%22%23a9a9a9%22%2F%3E%3Cpath%20d%3D%22M18.062%2C19.83-.884.884.884-.884%2C19.83%2C18.062Z%22%20transform%3D%22translate(-18423.748%20-22312.211)%20rotate(90)%22%20fill%3D%22%23a9a9a9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-popup .ob-popup__item-contents {
  background: #004690;
  /*min-height: 400px;*/
}
.ob-popup .ob-popup__item-contents--image img {
  width: 100%;
}
.ob-popup .ob-popup__item-contents--text {
  color: #fff;
  padding: 15px 0 21px;
}
.ob-popup .ob-popup__item-contents--textTops {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 19px;
}
.ob-popup .ob-popup__item-contents--textBottoms {
  line-height: 1.68;
  padding: 10px 19px 9px;
  letter-spacing: 0.06em;
}
.ob-popup .ob-popup__item-contents--textButton {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 45px;
}
.ob-popup .ob-popup__item-contents--textButton a {
  display: block;
  width: 100%;
  height: 100%;
  color: #004690;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 45px;
  background: #fff;
  padding: 14px 10px 15px 10px;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .ob-popup .ob-popup__item-contents--textButton a {
    padding: 14px 10px 16px 10px;
  }
}
.ob-popup .ob-popup__item-contents--textButton a:hover {
  background: #BCCEE3;
}

.ob-popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s;
}
@media screen and (max-width: 959px) {
  .ob-popupOverlay {
    display: block;
  }
}
.ob-popupOverlay.is-hide {
  opacity: 0;
}

.cms .ob-popup__item {
  display: block;
}
.cms .ob-popup__item-close {
  display: none;
}

/* ==========================================================================

トップページ　アンカー

========================================================================== */
[data-type=cp-anchor] + br {
  display: none;
}

/* ==========================================================================

トップページ　トップスライダー

========================================================================== */
body.top {
  position: relative;
}
body.top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221086.012%22%20height%3D%221467.022%22%20viewBox%3D%220%200%201086.012%201467.022%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20y1%3D%220.382%22%20x2%3D%221.844%22%20y2%3D%220.382%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2340b3e9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d1e9f4%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20width%3D%22227.408%22%20height%3D%22224.533%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-12644.357%20-1521)%22%3E%3Cg%20transform%3D%22translate(3917.359%201908)%22%3E%3Cpath%20d%3D%22M10893-387l1085.909.048-1086%2C1466.973C10892.854%2C1079.6%2C10893-387%2C10893-387Z%22%20transform%3D%22translate(-2165.897)%22%20fill%3D%22url(%23a)%22%2F%3E%3Cg%20transform%3D%22translate(8871.101%203.873)%22%20opacity%3D%220.46%22%20clip-path%3D%22url(%23b)%22%3E%3Cpath%20d%3D%22M2.057%2C164.969A2.057%2C2.057%2C0%2C1%2C1%2C0%2C167.026a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C153.971A2.057%2C2.057%2C0%2C1%2C1%2C0%2C156.028a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C142.973A2.057%2C2.057%2C0%2C1%2C1%2C0%2C145.03a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C131.975A2.057%2C2.057%2C0%2C1%2C1%2C0%2C134.032a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C120.978A2.057%2C2.057%2C0%2C1%2C1%2C0%2C123.035a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C13.2%2C109.98%22%20transform%3D%22translate(-2.21%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C13.2%2C98.982%22%20transform%3D%22translate(-2.21%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C13.2%2C87.984%22%20transform%3D%22translate(-2.21%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C57.764%2C22%22%20transform%3D%22translate(-11.048%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C68.906%2C22%22%20transform%3D%22translate(-13.258%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C80.047%2C22%22%20transform%3D%22translate(-15.468%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C80.047%2C11%22%20transform%3D%22translate(-15.468%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C91.189%2C22%22%20transform%3D%22translate(-17.678%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C91.189%2C11%22%20transform%3D%22translate(-17.678%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C102.33%2C22%22%20transform%3D%22translate(-19.887%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C102.33%2C11%22%20transform%3D%22translate(-19.887%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.058%2C2.058%2C0%2C0%2C1%2C113.471%2C22%22%20transform%3D%22translate(-22.097%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.058%2C2.058%2C0%2C0%2C1%2C113.471%2C11%22%20transform%3D%22translate(-22.097%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.058%2C2.058%2C0%2C0%2C1%2C113.471%2C0%22%20transform%3D%22translate(-22.097)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C124.613%2C22%22%20transform%3D%22translate(-24.306%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C124.613%2C11%22%20transform%3D%22translate(-24.306%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C124.613%2C0%22%20transform%3D%22translate(-24.306)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C135.754%2C22%22%20transform%3D%22translate(-26.516%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C135.754%2C11%22%20transform%3D%22translate(-26.516%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C0A2.057%2C2.057%2C0%2C1%2C1%2C133.7%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C135.754%2C0%22%20transform%3D%22translate(-26.516)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C54.99%22%20transform%3D%22translate(-28.726%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C22%22%20transform%3D%22translate(-28.726%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C11%22%20transform%3D%22translate(-28.726%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C0%22%20transform%3D%22translate(-28.726)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C158.037%2C22%22%20transform%3D%22translate(-30.935%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C158.037%2C11%22%20transform%3D%22translate(-30.935%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C158.037%2C0%22%20transform%3D%22translate(-30.935)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C169.179%2C22%22%20transform%3D%22translate(-33.145%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C169.179%2C11%22%20transform%3D%22translate(-33.145%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C169.179%2C0%22%20transform%3D%22translate(-33.145)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C180.32%2C22%22%20transform%3D%22translate(-35.355%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C180.32%2C11%22%20transform%3D%22translate(-35.355%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C191.461%2C22%22%20transform%3D%22translate(-37.564%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C191.461%2C11%22%20transform%3D%22translate(-37.564%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C202.6%2C54.99%22%20transform%3D%22translate(-39.774%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C202.6%2C22%22%20transform%3D%22translate(-39.774%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C202.6%2C11%22%20transform%3D%22translate(-39.774%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C213.744%2C22%22%20transform%3D%22translate(-41.984%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  body.top::before {
    width: 64vw;
    background-size: contain;
  }
}
@media screen and (max-width: 959px) {
  body.top::before {
    content: none;
  }
}

.top-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 56.25vw;
  max-height: 100vh;
}
@media screen and (max-width: 959px) {
  .top-visual {
    height: 106.5vw;
  }
}
@media screen and (max-width: 959px) {
  .top-visual::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 58vw;
    height: 56.35vw;
    background-size: 100%;
    width: 64vw;
    height: 90.35vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22480%22%20height%3D%22630%22%20viewBox%3D%220%200%20480%20630%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22480%22%20height%3D%22630%22%20transform%3D%22translate(-22737%20-11997)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20width%3D%22750%22%20height%3D%22800%22%20transform%3D%22translate(-22942%20-11997)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22c%22%3E%3Crect%20width%3D%22233.451%22%20height%3D%22230.499%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22d%22%20y1%3D%220.45%22%20x2%3D%221.01%22%20y2%3D%220.426%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2340b3e9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d1e9f4%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22e%22%20x%3D%22-360%22%20y%3D%22-15%22%20width%3D%221546%22%20height%3D%22830%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dx%3D%2210%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22f%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22f%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(22737%2011997)%22%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(205)%22%20clip-path%3D%22url(%23b)%22%3E%3Cg%20transform%3D%22translate(-22963%20-11997)%22%20opacity%3D%220.455%22%3E%3Cg%20clip-path%3D%22url(%23c)%22%3E%3Cpath%20d%3D%22M2.112%2C164.969A2.112%2C2.112%2C0%2C1%2C1%2C0%2C167.081a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C153.971A2.112%2C2.112%2C0%2C1%2C1%2C0%2C156.083a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C142.973A2.112%2C2.112%2C0%2C1%2C1%2C0%2C145.085a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C131.975A2.112%2C2.112%2C0%2C1%2C1%2C0%2C134.087a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C120.978A2.112%2C2.112%2C0%2C1%2C1%2C0%2C123.09a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C11.142%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C57.819%2C22%22%20transform%3D%22translate(-9.862%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C68.961%2C22%22%20transform%3D%22translate(-11.834%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C109.98%22%20transform%3D%22translate(-13.806%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C98.982%22%20transform%3D%22translate(-13.806%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C90.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C87.984%22%20transform%3D%22translate(-13.806%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C79.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C76.986%22%20transform%3D%22translate(-13.806%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C68.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C65.988%22%20transform%3D%22translate(-13.806%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C57.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C54.99%22%20transform%3D%22translate(-13.806%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C46.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C43.992%22%20transform%3D%22translate(-13.806%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C32.994%22%20transform%3D%22translate(-13.806%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C22%22%20transform%3D%22translate(-13.806%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C11A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C11%22%20transform%3D%22translate(-13.806%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C22%22%20transform%3D%22translate(-15.779%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C11%22%20transform%3D%22translate(-15.779%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C22%22%20transform%3D%22translate(-17.751%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C11%22%20transform%3D%22translate(-17.751%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C22%22%20transform%3D%22translate(-19.723%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C11%22%20transform%3D%22translate(-19.723%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C0%22%20transform%3D%22translate(-19.723)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C22%22%20transform%3D%22translate(-21.696%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C11%22%20transform%3D%22translate(-21.696%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C0%22%20transform%3D%22translate(-21.696)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C22%22%20transform%3D%22translate(-23.668%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C11A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C11%22%20transform%3D%22translate(-23.668%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C0A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C0%22%20transform%3D%22translate(-23.668)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C22%22%20transform%3D%22translate(-25.64%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C11%22%20transform%3D%22translate(-25.64%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C0%22%20transform%3D%22translate(-25.64)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C22%22%20transform%3D%22translate(-27.613%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C11%22%20transform%3D%22translate(-27.613%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C0%22%20transform%3D%22translate(-27.613)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C22%22%20transform%3D%22translate(-29.585%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C11%22%20transform%3D%22translate(-29.585%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C0%22%20transform%3D%22translate(-29.585)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C22%22%20transform%3D%22translate(-31.557%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C11%22%20transform%3D%22translate(-31.557%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C22%22%20transform%3D%22translate(-33.53%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C11A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C11%22%20transform%3D%22translate(-33.53%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C22%22%20transform%3D%22translate(-35.502%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C11%22%20transform%3D%22translate(-35.502%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C54.99%22%20transform%3D%22translate(-37.474%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C22%22%20transform%3D%22translate(-37.474%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-22942%20-11997)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%200%2C%200)%22%20filter%3D%22url(%23e)%22%3E%3Cpath%20d%3D%22M1422.639%2C800H923.232l499.408-674h0l0%2C674h0ZM211.912%2C800H0V0H804.678L211.912%2C800ZM1422.639%2C126h0V0H1516l-93.361%2C126Z%22%20transform%3D%22translate(-355)%22%20fill%3D%22url(%23d)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(46%20169.501)%22%20opacity%3D%220.455%22%3E%3Cg%20clip-path%3D%22url(%23c)%22%3E%3Cpath%20d%3D%22M2.112%2C164.969A2.112%2C2.112%2C0%2C1%2C1%2C0%2C167.081a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C153.971A2.112%2C2.112%2C0%2C1%2C1%2C0%2C156.083a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C142.973A2.112%2C2.112%2C0%2C1%2C1%2C0%2C145.085a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C131.975A2.112%2C2.112%2C0%2C1%2C1%2C0%2C134.087a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C120.978A2.112%2C2.112%2C0%2C1%2C1%2C0%2C123.09a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C11.142%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C57.819%2C22%22%20transform%3D%22translate(-9.862%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C68.961%2C22%22%20transform%3D%22translate(-11.834%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C109.98%22%20transform%3D%22translate(-13.806%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C98.982%22%20transform%3D%22translate(-13.806%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C90.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C87.984%22%20transform%3D%22translate(-13.806%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C79.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C76.986%22%20transform%3D%22translate(-13.806%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C68.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C65.988%22%20transform%3D%22translate(-13.806%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C57.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C54.99%22%20transform%3D%22translate(-13.806%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C46.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C43.992%22%20transform%3D%22translate(-13.806%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C32.994%22%20transform%3D%22translate(-13.806%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C22%22%20transform%3D%22translate(-13.806%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C11A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C11%22%20transform%3D%22translate(-13.806%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C22%22%20transform%3D%22translate(-15.779%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C11%22%20transform%3D%22translate(-15.779%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C22%22%20transform%3D%22translate(-17.751%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C11%22%20transform%3D%22translate(-17.751%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C22%22%20transform%3D%22translate(-19.723%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C11%22%20transform%3D%22translate(-19.723%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C0%22%20transform%3D%22translate(-19.723)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C22%22%20transform%3D%22translate(-21.696%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C11%22%20transform%3D%22translate(-21.696%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C0%22%20transform%3D%22translate(-21.696)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C22%22%20transform%3D%22translate(-23.668%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C11A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C11%22%20transform%3D%22translate(-23.668%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C0A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C0%22%20transform%3D%22translate(-23.668)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C22%22%20transform%3D%22translate(-25.64%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C11%22%20transform%3D%22translate(-25.64%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C0%22%20transform%3D%22translate(-25.64)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C22%22%20transform%3D%22translate(-27.613%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C11%22%20transform%3D%22translate(-27.613%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C0%22%20transform%3D%22translate(-27.613)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C22%22%20transform%3D%22translate(-29.585%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C11%22%20transform%3D%22translate(-29.585%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C0%22%20transform%3D%22translate(-29.585)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C22%22%20transform%3D%22translate(-31.557%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C11%22%20transform%3D%22translate(-31.557%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C22%22%20transform%3D%22translate(-33.53%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C11A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C11%22%20transform%3D%22translate(-33.53%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C22%22%20transform%3D%22translate(-35.502%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C11%22%20transform%3D%22translate(-35.502%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C54.99%22%20transform%3D%22translate(-37.474%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C22%22%20transform%3D%22translate(-37.474%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.top-visual::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 678px;
  height: 567px;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22674%22%20height%3D%22910%22%20viewBox%3D%220%200%20674%20910%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22674%22%20height%3D%22910%22%20transform%3D%22translate(-23171%20-14426)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20width%3D%221920%22%20height%3D%221080%22%20transform%3D%22translate(-14014%20-19058)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22c%22%20y1%3D%220.45%22%20x2%3D%221.01%22%20y2%3D%220.426%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2340b3e9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d1e9f4%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22d%22%20x%3D%22-1250.998%22%20y%3D%22-184.999%22%20width%3D%222076%22%20height%3D%221110.001%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dx%3D%2210%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22e%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22e%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3CclipPath%20id%3D%22f%22%3E%3Crect%20width%3D%22227.408%22%20height%3D%22224.533%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22g%22%3E%3Cpath%20d%3D%22M-18746.975-23441l674-.172%2C0-909.605Z%22%20transform%3D%22translate(2270)%22%20fill%3D%22%239f3f3f%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22h%22%20y1%3D%220.035%22%20x2%3D%221%22%20y2%3D%220.691%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2320aae9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e5f1f7%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22i%22%20x%3D%22-1246.021%22%20y%3D%22-169.997%22%20width%3D%221938.998%22%20height%3D%221485.101%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dx%3D%2210%22%20dy%3D%2210%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22j%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22j%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22k%22%3E%3CfeOffset%20dx%3D%2210%22%20dy%3D%2210%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22l%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%20result%3D%22m%22%2F%3E%3CfeComposite%20operator%3D%22out%22%20in%3D%22SourceGraphic%22%20in2%3D%22l%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22m%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(23171%2014426)%22%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(-10403%204462)%22%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Cg%20transform%3D%22translate(-0.002)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-12768%2C%20-18888)%22%20filter%3D%22url(%23d)%22%3E%3Cpath%20d%3D%22M18816%2C9921h-674l674-909.9h0v0l0%2C909.9%2C0%2C0h0v0Zm-1634%2C0h-286l0-1080h1086l-800%2C1080Zm1634-909.9h0V8841h126l-126%2C170.1Z%22%20transform%3D%22translate(-18142%20-9011)%22%20fill%3D%22url(%23c)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-13870%20-18736.127)%22%20opacity%3D%220.455%22%3E%3Cg%20clip-path%3D%22url(%23f)%22%3E%3Cpath%20d%3D%22M2.057%2C164.969A2.057%2C2.057%2C0%2C1%2C1%2C0%2C167.026a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C153.971A2.057%2C2.057%2C0%2C1%2C1%2C0%2C156.028a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C142.973A2.057%2C2.057%2C0%2C1%2C1%2C0%2C145.03a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C131.975A2.057%2C2.057%2C0%2C1%2C1%2C0%2C134.032a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.057%2C120.978A2.057%2C2.057%2C0%2C1%2C1%2C0%2C123.035a2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(0%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-2.21%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C13.2%2C109.98%22%20transform%3D%22translate(-2.21%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C13.2%2C98.982%22%20transform%3D%22translate(-2.21%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.2%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C13.2%2C87.984%22%20transform%3D%22translate(-2.21%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.34%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-4.419%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.482%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.058%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.058-2.057%22%20transform%3D%22translate(-6.629%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.623%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-8.839%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-11.048%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.764%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C57.764%2C22%22%20transform%3D%22translate(-11.048%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-13.258%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.906%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C68.906%2C22%22%20transform%3D%22translate(-13.258%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-15.468%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C80.047%2C22%22%20transform%3D%22translate(-15.468%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.047%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C80.047%2C11%22%20transform%3D%22translate(-15.468%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-17.678%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C91.189%2C22%22%20transform%3D%22translate(-17.678%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.189%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C91.189%2C11%22%20transform%3D%22translate(-17.678%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-19.887%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C102.33%2C22%22%20transform%3D%22translate(-19.887%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.33%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C102.33%2C11%22%20transform%3D%22translate(-19.887%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.058%2C2.058%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-22.097%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.058%2C2.058%2C0%2C0%2C1%2C113.471%2C22%22%20transform%3D%22translate(-22.097%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.058%2C2.058%2C0%2C0%2C1%2C113.471%2C11%22%20transform%3D%22translate(-22.097%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.471%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.058%2C2.058%2C0%2C0%2C1%2C113.471%2C0%22%20transform%3D%22translate(-22.097)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-24.306%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C124.613%2C22%22%20transform%3D%22translate(-24.306%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C124.613%2C11%22%20transform%3D%22translate(-24.306%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.613%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C124.613%2C0%22%20transform%3D%22translate(-24.306)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-26.516%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C135.754%2C22%22%20transform%3D%22translate(-26.516%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C135.754%2C11%22%20transform%3D%22translate(-26.516%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.754%2C0A2.057%2C2.057%2C0%2C1%2C1%2C133.7%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C135.754%2C0%22%20transform%3D%22translate(-26.516)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C54.99%22%20transform%3D%22translate(-28.726%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-28.726%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C22%22%20transform%3D%22translate(-28.726%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C11%22%20transform%3D%22translate(-28.726%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.9%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C146.9%2C0%22%20transform%3D%22translate(-28.726)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-30.935%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C158.037%2C22%22%20transform%3D%22translate(-30.935%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C158.037%2C11%22%20transform%3D%22translate(-30.935%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.037%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C158.037%2C0%22%20transform%3D%22translate(-30.935)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C274.949a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-54.531)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-33.145%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C169.179%2C22%22%20transform%3D%22translate(-33.145%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C169.179%2C11%22%20transform%3D%22translate(-33.145%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.179%2C0a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C169.179%2C0%22%20transform%3D%22translate(-33.145)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-35.355%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C180.32%2C22%22%20transform%3D%22translate(-35.355%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.32%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C180.32%2C11%22%20transform%3D%22translate(-35.355%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-37.564%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C191.461%2C22%22%20transform%3D%22translate(-37.564%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.461%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C191.461%2C11%22%20transform%3D%22translate(-37.564%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C263.951a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-52.349)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C202.6%2C54.99%22%20transform%3D%22translate(-39.774%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-39.774%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C202.6%2C22%22%20transform%3D%22translate(-39.774%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.6%2C11a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C202.6%2C11%22%20transform%3D%22translate(-39.774%20-2.181)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C252.953a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-50.168)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-41.984%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.744%2C22a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057A2.057%2C2.057%2C0%2C0%2C1%2C213.744%2C22%22%20transform%3D%22translate(-41.984%20-4.362)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.886%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-44.194%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C241.955a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-47.987)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.027%2C32.994a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-46.403%20-6.544)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C230.957a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-45.806)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C219.959a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-43.624)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C54.99a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-10.906)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.169%2C43.992a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-48.613%20-8.725)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C208.961a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-41.443)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C76.986a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-15.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.31%2C65.988a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-50.823%20-13.087)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C197.963a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-39.262)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C186.965a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-37.081)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C175.967a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-34.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C109.98a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-21.812)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C98.982a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-19.631)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.451%2C87.984a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-53.032%20-17.45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C164.969a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-32.718)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C153.971a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-30.537)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C142.973a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-28.356)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C131.975a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-26.175)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.593%2C120.978a2.057%2C2.057%2C0%2C1%2C1-2.057%2C2.057%2C2.057%2C2.057%2C0%2C0%2C1%2C2.057-2.057%22%20transform%3D%22translate(-55.242%20-23.994)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(2539%203348.225)%22%3E%3Cg%20transform%3D%22translate(1404.975%202222.777)%22%3E%3Cg%20transform%3D%22translate(-235%20-108)%22%20clip-path%3D%22url(%23g)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-16476.97%2C%20-24351)%22%20filter%3D%22url(%23i)%22%3E%3Cpath%20d%3D%22M19532%2C9921V8841h1920V9921H19818l-286%2C386.1Z%22%20transform%3D%22translate(-20778.03%20-9011)%22%20fill%3D%22url(%23h)%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M540.355%2C0%2C459.592%2C109.031h80.763Z%22%20transform%3D%22translate(-16343.355%20-24350)%22%20fill%3D%22%238ebad9%22%2F%3E%3Cpath%20d%3D%22M540.855-1.515V109.531H458.6Zm-1%2C110.046V1.515L460.584%2C108.531Z%22%20transform%3D%22translate(-16343.355%20-24350)%22%20fill%3D%22rgba(0%2C0%2C0%2C0)%22%2F%3E%3Cpath%20d%3D%22M459.592%2C300l80.763%2C109.031V300Z%22%20transform%3D%22translate(-16343.355%20-24540.971)%22%20fill%3D%22%232a70ba%22%2F%3E%3Cg%20data-type%3D%22innerShadowGroup%22%3E%3Cpath%20d%3D%22M0%2C0H960L160%2C1080H-800Z%22%20transform%3D%22translate(-16637%20-24521)%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-16476.97%2C%20-24351)%22%20filter%3D%22url(%23k)%22%3E%3Cpath%20d%3D%22M0%2C0H960L160%2C1080H-800Z%22%20transform%3D%22translate(-160.03%20-170)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .top-visual::after {
    width: 34vw;
    height: 29.6vw;
  }
}
@media screen and (max-width: 959px) {
  .top-visual::after {
    width: 37vw;
    height: 32.6vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22182%22%20height%3D%22246%22%20viewBox%3D%220%200%20182%20246%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22182%22%20height%3D%22246%22%20transform%3D%22translate(-22169%20-10546)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20width%3D%22750%22%20height%3D%22800%22%20transform%3D%22translate(-22942%20-11997)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22c%22%3E%3Crect%20width%3D%22233.451%22%20height%3D%22230.499%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22d%22%20y1%3D%220.45%22%20x2%3D%221.01%22%20y2%3D%220.426%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2340b3e9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d1e9f4%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22e%22%20x%3D%22-928%22%20y%3D%22-569%22%20width%3D%221546%22%20height%3D%22830%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dx%3D%2210%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22f%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22f%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(22169%2010546)%22%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(205%20897)%22%20clip-path%3D%22url(%23b)%22%3E%3Cg%20transform%3D%22translate(-22963%20-11997)%22%20opacity%3D%220.455%22%3E%3Cg%20clip-path%3D%22url(%23c)%22%3E%3Cpath%20d%3D%22M2.112%2C164.969A2.112%2C2.112%2C0%2C1%2C1%2C0%2C167.081a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C153.971A2.112%2C2.112%2C0%2C1%2C1%2C0%2C156.083a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C142.973A2.112%2C2.112%2C0%2C1%2C1%2C0%2C145.085a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C131.975A2.112%2C2.112%2C0%2C1%2C1%2C0%2C134.087a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C120.978A2.112%2C2.112%2C0%2C1%2C1%2C0%2C123.09a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C11.142%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C57.819%2C22%22%20transform%3D%22translate(-9.862%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C68.961%2C22%22%20transform%3D%22translate(-11.834%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C109.98%22%20transform%3D%22translate(-13.806%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C98.982%22%20transform%3D%22translate(-13.806%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C90.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C87.984%22%20transform%3D%22translate(-13.806%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C79.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C76.986%22%20transform%3D%22translate(-13.806%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C68.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C65.988%22%20transform%3D%22translate(-13.806%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C57.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C54.99%22%20transform%3D%22translate(-13.806%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C46.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C43.992%22%20transform%3D%22translate(-13.806%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C32.994%22%20transform%3D%22translate(-13.806%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C22%22%20transform%3D%22translate(-13.806%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C11A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C11%22%20transform%3D%22translate(-13.806%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C22%22%20transform%3D%22translate(-15.779%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C11%22%20transform%3D%22translate(-15.779%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C22%22%20transform%3D%22translate(-17.751%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C11%22%20transform%3D%22translate(-17.751%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C22%22%20transform%3D%22translate(-19.723%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C11%22%20transform%3D%22translate(-19.723%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C0%22%20transform%3D%22translate(-19.723)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C22%22%20transform%3D%22translate(-21.696%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C11%22%20transform%3D%22translate(-21.696%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C0%22%20transform%3D%22translate(-21.696)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C22%22%20transform%3D%22translate(-23.668%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C11A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C11%22%20transform%3D%22translate(-23.668%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C0A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C0%22%20transform%3D%22translate(-23.668)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C22%22%20transform%3D%22translate(-25.64%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C11%22%20transform%3D%22translate(-25.64%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C0%22%20transform%3D%22translate(-25.64)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C22%22%20transform%3D%22translate(-27.613%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C11%22%20transform%3D%22translate(-27.613%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C0%22%20transform%3D%22translate(-27.613)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C22%22%20transform%3D%22translate(-29.585%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C11%22%20transform%3D%22translate(-29.585%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C0%22%20transform%3D%22translate(-29.585)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C22%22%20transform%3D%22translate(-31.557%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C11%22%20transform%3D%22translate(-31.557%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C22%22%20transform%3D%22translate(-33.53%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C11A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C11%22%20transform%3D%22translate(-33.53%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C22%22%20transform%3D%22translate(-35.502%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C11%22%20transform%3D%22translate(-35.502%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C54.99%22%20transform%3D%22translate(-37.474%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C22%22%20transform%3D%22translate(-37.474%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-22942%20-11997)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20568%2C%20554)%22%20filter%3D%22url(%23e)%22%3E%3Cpath%20d%3D%22M1422.639%2C800H923.232l499.408-674h0l0%2C674h0ZM211.912%2C800H0V0H804.678L211.912%2C800ZM1422.639%2C126h0V0H1516l-93.361%2C126Z%22%20transform%3D%22translate(-923%20-554)%22%20fill%3D%22url(%23d)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(46%20169.501)%22%20opacity%3D%220.455%22%3E%3Cg%20clip-path%3D%22url(%23c)%22%3E%3Cpath%20d%3D%22M2.112%2C164.969A2.112%2C2.112%2C0%2C1%2C1%2C0%2C167.081a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C153.971A2.112%2C2.112%2C0%2C1%2C1%2C0%2C156.083a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C142.973A2.112%2C2.112%2C0%2C1%2C1%2C0%2C145.085a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C131.975A2.112%2C2.112%2C0%2C1%2C1%2C0%2C134.087a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2.112%2C120.978A2.112%2C2.112%2C0%2C1%2C1%2C0%2C123.09a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(0%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.254%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C11.142%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-1.972%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.395%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C22.283%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-3.945%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.113%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.537%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C33.424%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.113-2.112%22%20transform%3D%22translate(-5.917%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C44.566%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M46.678%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-7.889%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C55.707%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-9.862%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M57.819%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C57.819%2C22%22%20transform%3D%22translate(-9.862%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C66.849%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-11.834%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M68.961%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C68.961%2C22%22%20transform%3D%22translate(-11.834%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-13.806%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C109.98%22%20transform%3D%22translate(-13.806%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C98.982%22%20transform%3D%22translate(-13.806%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C90.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C87.984%22%20transform%3D%22translate(-13.806%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C79.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C76.986%22%20transform%3D%22translate(-13.806%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C68.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C65.988%22%20transform%3D%22translate(-13.806%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C57.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C54.99%22%20transform%3D%22translate(-13.806%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C46.1%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C43.992%22%20transform%3D%22translate(-13.806%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C32.994%22%20transform%3D%22translate(-13.806%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C22%22%20transform%3D%22translate(-13.806%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.1%2C11A2.112%2C2.112%2C0%2C1%2C1%2C77.99%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C80.1%2C11%22%20transform%3D%22translate(-13.806%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C89.132%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-15.779%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C22%22%20transform%3D%22translate(-15.779%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M91.244%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C91.244%2C11%22%20transform%3D%22translate(-15.779%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-17.751%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C22%22%20transform%3D%22translate(-17.751%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M102.385%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C102.385%2C11%22%20transform%3D%22translate(-17.751%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.113%2C2.113%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-19.723%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C22%22%20transform%3D%22translate(-19.723%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C11%22%20transform%3D%22translate(-19.723%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M113.526%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.113%2C2.113%2C0%2C0%2C1%2C113.526%2C0%22%20transform%3D%22translate(-19.723)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-21.696%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C22%22%20transform%3D%22translate(-21.696%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C11%22%20transform%3D%22translate(-21.696%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M124.668%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C124.668%2C0%22%20transform%3D%22translate(-21.696)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-23.668%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C22%22%20transform%3D%22translate(-23.668%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C11A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C11%22%20transform%3D%22translate(-23.668%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M135.809%2C0A2.112%2C2.112%2C0%2C1%2C1%2C133.7%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C135.809%2C0%22%20transform%3D%22translate(-23.668)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-25.64%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C22%22%20transform%3D%22translate(-25.64%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C11%22%20transform%3D%22translate(-25.64%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M146.951%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C146.951%2C0%22%20transform%3D%22translate(-25.64)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C155.98%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-27.613%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C22%22%20transform%3D%22translate(-27.613%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C11%22%20transform%3D%22translate(-27.613%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M158.092%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C158.092%2C0%22%20transform%3D%22translate(-27.613)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C274.949a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-48.674)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-29.585%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C22%22%20transform%3D%22translate(-29.585%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C11%22%20transform%3D%22translate(-29.585%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M169.234%2C0a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C169.234%2C0%22%20transform%3D%22translate(-29.585)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-31.557%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C22%22%20transform%3D%22translate(-31.557%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M180.375%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C180.375%2C11%22%20transform%3D%22translate(-31.557%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-33.53%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C22%22%20transform%3D%22translate(-33.53%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.516%2C11A2.112%2C2.112%2C0%2C1%2C1%2C189.4%2C13.11%2C2.112%2C2.112%2C0%2C0%2C1%2C191.516%2C11%22%20transform%3D%22translate(-33.53%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C263.951a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-46.727)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-35.502%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C22%22%20transform%3D%22translate(-35.502%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M202.658%2C11a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C202.658%2C11%22%20transform%3D%22translate(-35.502%20-1.947)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C252.953a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-44.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C54.99%22%20transform%3D%22translate(-37.474%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-37.474%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.8%2C22a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112A2.112%2C2.112%2C0%2C0%2C1%2C213.8%2C22%22%20transform%3D%22translate(-37.474%20-3.894)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M224.941%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-39.447%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C241.955a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-42.833)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C87.984A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C90.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C76.986A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C79.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C65.988A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C68.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C54.99A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C57.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C43.992A2.112%2C2.112%2C0%2C1%2C1%2C233.97%2C46.1a2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M236.082%2C32.994a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-41.419%20-5.841)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C230.957a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-40.886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C219.959a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-38.939)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C54.99a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-9.735)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.224%2C43.992a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-43.392%20-7.788)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C208.961a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-36.992)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C76.986a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-13.629)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M258.365%2C65.988a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-45.364%20-11.682)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C197.963a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-35.045)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C186.965a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-33.098)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C175.967a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-31.151)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C109.98a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-19.469)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C98.982a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-17.523)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M269.506%2C87.984a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-47.336%20-15.576)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C164.969a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-29.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C153.971a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-27.257)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C142.973a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-25.31)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C131.975a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-23.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.648%2C120.978a2.112%2C2.112%2C0%2C1%2C1-2.112%2C2.112%2C2.112%2C2.112%2C0%2C0%2C1%2C2.112-2.112%22%20transform%3D%22translate(-49.308%20-21.416)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.top-visual .top-visual__inner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
}
.top-visual .top-visual__inner .slick-slide {
  overflow: hidden;
  height: 100vh;
}
.top-visual .top-visual__inner .slick-slide .cp-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-visual .top-visual__inner .slick-slide .cp-inner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 56.25vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom;";
}
@media screen and (max-width: 959px) {
  .top-visual .top-visual__inner .slick-slide .cp-inner img {
    height: auto;
    max-width: none;
    width: 189%;
    margin-left: -65%;
  }
}
.top-visual .top-visual__box {
  z-index: 3;
  position: absolute;
  bottom: 7.2vw;
  left: 14.6vw;
}
@media screen and (min-width: 1921px) and (max-width: 10000px) {
  .top-visual .top-visual__box {
    bottom: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1610px) {
  .top-visual .top-visual__box {
    bottom: 4.2vw;
    left: 20px;
  }
}
@media screen and (max-width: 959px) {
  .top-visual .top-visual__box {
    bottom: 14px;
    left: 9px;
  }
}
.top-visual .top-visual__box .top-visual__catchCopy {
  color: #333;
  line-height: 1.4;
  font-size: 8rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 80px;
}
@media screen and (min-width: 960px) and (max-width: 1380px) {
  .top-visual .top-visual__box .top-visual__catchCopy {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 959px) {
  .top-visual .top-visual__box .top-visual__catchCopy {
    font-size: 2rem;
    margin: 0;
  }
}
.top-visual .top-visual__box .top-visual__subText {
  margin: 6.8vw 20px 2.1vw 7px;
}
@media screen and (min-width: 960px) and (max-width: 1380px) {
  .top-visual .top-visual__box .top-visual__subText {
    margin: 4.8vw 20px 2.1vw 7px;
    width: 87vw;
  }
}
@media screen and (max-width: 959px) {
  .top-visual .top-visual__box .top-visual__subText {
    margin: 25.5vw 9px 0 2px;
  }
}
.top-visual + .top-visual__btn {
  display: none;
}
@media screen and (max-width: 959px) {
  .top-visual + .top-visual__btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 17px 10px 22px;
    background: rgb(64, 179, 233);
    background: linear-gradient(75deg, rgb(64, 179, 233) 0%, rgb(209, 233, 244) 100%);
  }
}

.top-visual__btn {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .top-visual__btn {
    display: none;
  }
}
.top-visual__btn .top-visual__btn-anchor {
  border-radius: 30px;
  border: 1px solid #707070;
  width: 210px;
}
@media screen and (min-width: 960px) and (max-width: 1380px) {
  .top-visual__btn .top-visual__btn-anchor {
    width: 14.9vw;
  }
}
@media screen and (max-width: 959px) {
  .top-visual__btn .top-visual__btn-anchor {
    width: auto;
    border-radius: 15px;
  }
}
.top-visual__btn .top-visual__btn-anchor.is-no1 {
  background: #8DB3E8;
}
.top-visual__btn .top-visual__btn-anchor.is-no1 a:hover {
  background: #8DB3E8;
}
.top-visual__btn .top-visual__btn-anchor.is-no2 {
  background: #AACD5A;
}
.top-visual__btn .top-visual__btn-anchor.is-no2 a:hover {
  background: #AACD5A;
}
.top-visual__btn .top-visual__btn-anchor.is-no3 {
  background: #F09696;
}
.top-visual__btn .top-visual__btn-anchor.is-no3 a:hover {
  background: #F09696;
}
.top-visual__btn .top-visual__btn-anchor.is-no4 {
  background: #4680BE;
}
.top-visual__btn .top-visual__btn-anchor.is-no4 a:hover {
  background: #4680BE;
}
.top-visual__btn .top-visual__btn-anchor.is-no5 {
  background: #9774AC;
}
.top-visual__btn .top-visual__btn-anchor.is-no5 a:hover {
  background: #9774AC;
}
.top-visual__btn .top-visual__btn-anchor.is-no6 {
  background: #FCDD45;
}
.top-visual__btn .top-visual__btn-anchor.is-no6 a:hover {
  background: #FCDD45;
}
.top-visual__btn .top-visual__btn-anchor a {
  min-height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #222222;
  background: #FFFFFF;
  margin: 19px;
  text-align: center;
  padding: 15px 5px 19px;
  letter-spacing: -0.04em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 0px) and (max-width: 1380px) {
  .top-visual__btn .top-visual__btn-anchor a {
    text-align: left;
    justify-content: unset;
  }
}
@media screen and (min-width: 960px) and (max-width: 1380px) {
  .top-visual__btn .top-visual__btn-anchor a {
    min-height: 10.5vw;
    font-size: 1.35vw;
    margin: 1.5vw;
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 959px) {
  .top-visual__btn .top-visual__btn-anchor a {
    min-height: 70px;
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 12px;
    padding: 7px;
    line-height: 1.2;
    letter-spacing: 0;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  }
}
.top-visual__btn .top-visual__btn-anchor a::before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.54%22%20height%3D%2227.231%22%20viewBox%3D%220%200%2010.54%2027.231%22%3E%3Cpath%20d%3D%22M0%2C0V27.231l10.54-10.54H2V0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}
@media screen and (min-width: 960px) and (max-width: 1380px) {
  .top-visual__btn .top-visual__btn-anchor a::before {
    bottom: 7px;
  }
}
@media screen and (max-width: 959px) {
  .top-visual__btn .top-visual__btn-anchor a::before {
    bottom: 0;
    left: inherit;
    top: 10px;
    margin: auto 0;
    right: 10px;
    width: 6px;
    height: 22px;
    background-size: contain;
  }
}
.top-visual__btn .top-visual__btn-anchor a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 2px solid #FFFFFF;
}
.top-visual__btn .top-visual__btn-anchor a:hover::before {
  animation: arrowVertical 0.5s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.54%22%20height%3D%2227.231%22%20viewBox%3D%220%200%2010.54%2027.231%22%3E%3Cpath%20d%3D%22M0%2C0V27.231l10.54-10.54H2V0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.top-visual__btn .top-visual__btn-anchor a br {
  display: none;
  /*
  @include mq2(960px,1380px) {
    display: block;
  }
  */
}
@media screen and (max-width: 959px) {
  .top-visual__btn .top-visual__btn-anchor a br {
    display: none;
  }
}
.top-visual__btn .top-visual__btn-anchor a br.no-br {
  display: block;
}
@media screen and (max-width: 959px) {
  .top-visual__btn .top-visual__btn-anchor a br.no-br {
    display: block;
  }
}

/*右から左に流れるスライド（動き→ゆっくりピタドメ→動き→ゆっくりピタドメ）*/
@keyframes slideAnimatePC {
  0% {
    transform: translateX(20%);
  }
  40% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
@keyframes slideAnimateTab {
  0% {
    transform: translateX(10%);
  }
  40% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10%);
  }
}
@keyframes slideAnimateSP {
  0% {
    transform: translateX(20%);
  }
  40% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
.is-addAnimation img {
  animation: slideAnimatePC 10s ease-in-out 0s normal both;
}
@media screen and (min-width: 960px) and (max-width: 1435px) {
  .is-addAnimation img {
    animation: slideAnimateTab 10s ease-in-out 0s normal both;
  }
}
@media screen and (max-width: 959px) {
  .is-addAnimation img {
    animation: slideAnimateSP 10s ease-in-out 0s normal both;
  }
}

/* ==========================================================================

トップページ　TOPICS

========================================================================== */
.ob-topics {
  position: relative;
  background: #BFE0E0;
}
.ob-topics::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 10.9vw;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22208.385%22%20viewBox%3D%220%200%201920%20208.385%22%3E%3Cpath%20d%3D%22M-784.246-133.45h-56.578V-172.1h156.849v38.652h-56.578V26.2h-43.694Zm111.755%2C60.5q0-23.807%2C7.982-43.133A94.6%2C94.6%2C0%2C0%2C1-642.242-149a98.1%2C98.1%2C0%2C0%2C1%2C33.891-20.867%2C122.168%2C122.168%2C0%2C0%2C1%2C42.853-7.282%2C122.168%2C122.168%2C0%2C0%2C1%2C42.853%2C7.282A98.1%2C98.1%2C0%2C0%2C1-488.754-149a94.6%2C94.6%2C0%2C0%2C1%2C22.267%2C32.91q7.982%2C19.326%2C7.982%2C43.133t-7.982%2C43.133a94.6%2C94.6%2C0%2C0%2C1-22.267%2C32.91%2C98.1%2C98.1%2C0%2C0%2C1-33.891%2C20.867A122.169%2C122.169%2C0%2C0%2C1-565.5%2C31.241a122.169%2C122.169%2C0%2C0%2C1-42.853-7.282A98.1%2C98.1%2C0%2C0%2C1-642.242%2C3.092a94.6%2C94.6%2C0%2C0%2C1-22.267-32.91Q-672.491-49.144-672.491-72.951Zm45.374%2C0a72.728%2C72.728%2C0%2C0%2C0%2C4.341%2C25.628%2C58.7%2C58.7%2C0%2C0%2C0%2C12.464%2C20.166%2C56.887%2C56.887%2C0%2C0%2C0%2C19.466%2C13.3A64.9%2C64.9%2C0%2C0%2C0-565.5-9.091a64.9%2C64.9%2C0%2C0%2C0%2C25.348-4.761%2C56.887%2C56.887%2C0%2C0%2C0%2C19.466-13.3A58.7%2C58.7%2C0%2C0%2C0-508.22-47.323a72.731%2C72.731%2C0%2C0%2C0%2C4.341-25.628%2C73.058%2C73.058%2C0%2C0%2C0-4.341-25.488%2C58.436%2C58.436%2C0%2C0%2C0-12.464-20.306%2C56.887%2C56.887%2C0%2C0%2C0-19.466-13.3%2C64.9%2C64.9%2C0%2C0%2C0-25.348-4.762%2C64.9%2C64.9%2C0%2C0%2C0-25.348%2C4.762%2C56.888%2C56.888%2C0%2C0%2C0-19.466%2C13.3%2C58.436%2C58.436%2C0%2C0%2C0-12.464%2C20.306A73.055%2C73.055%2C0%2C0%2C0-627.117-72.951Zm198.3-99.151h73.663a145.486%2C145.486%2C0%2C0%2C1%2C29.129%2C2.8%2C66.246%2C66.246%2C0%2C0%2C1%2C23.947%2C9.663%2C48.848%2C48.848%2C0%2C0%2C1%2C16.245%2C18.486q6.022%2C11.624%2C6.022%2C29.269%2C0%2C17.365-5.6%2C29.129a47.782%2C47.782%2C0%2C0%2C1-15.4%2C18.766%2C62.449%2C62.449%2C0%2C0%2C1-23.247%2C9.943A136.254%2C136.254%2C0%2C0%2C1-353.192-51.1h-31.93V26.2h-43.694Zm43.694%2C84.026h29.129a56.322%2C56.322%2C0%2C0%2C0%2C11.343-1.12%2C30.205%2C30.205%2C0%2C0%2C0%2C9.8-3.781%2C20.172%2C20.172%2C0%2C0%2C0%2C7-7.282%2C23.026%2C23.026%2C0%2C0%2C0%2C2.661-11.624q0-7.562-3.5-12.184a23.28%2C23.28%2C0%2C0%2C0-8.963-7.142%2C38.363%2C38.363%2C0%2C0%2C0-12.184-3.221%2C124.484%2C124.484%2C0%2C0%2C0-12.884-.7h-22.407Zm132.2-84.026h43.694V26.2H-252.92Zm213.147%2C51.536A42.849%2C42.849%2C0%2C0%2C0-55.6-132.61a52.657%2C52.657%2C0%2C0%2C0-21.707-4.2%2C54.633%2C54.633%2C0%2C0%2C0-22.827%2C4.762%2C54.616%2C54.616%2C0%2C0%2C0-18.206%2C13.3%2C62.006%2C62.006%2C0%2C0%2C0-12.044%2C20.306%2C73.058%2C73.058%2C0%2C0%2C0-4.341%2C25.488%2C72.731%2C72.731%2C0%2C0%2C0%2C4.341%2C25.628%2C63.691%2C63.691%2C0%2C0%2C0%2C11.9%2C20.166%2C53.949%2C53.949%2C0%2C0%2C0%2C17.786%2C13.3A51.432%2C51.432%2C0%2C0%2C0-78.706-9.091a49.277%2C49.277%2C0%2C0%2C0%2C23.807-5.6A47.383%2C47.383%2C0%2C0%2C0-37.813-30.378L-1.4-3.21a75.824%2C75.824%2C0%2C0%2C1-31.93%2C26.048%2C98.8%2C98.8%2C0%2C0%2C1-39.772%2C8.4%2C122.169%2C122.169%2C0%2C0%2C1-42.853-7.282A98.1%2C98.1%2C0%2C0%2C1-149.848%2C3.092a94.6%2C94.6%2C0%2C0%2C1-22.267-32.91Q-180.1-49.144-180.1-72.951t7.982-43.133A94.6%2C94.6%2C0%2C0%2C1-149.848-149a98.1%2C98.1%2C0%2C0%2C1%2C33.891-20.867A122.169%2C122.169%2C0%2C0%2C1-73.1-177.144%2C104.94%2C104.94%2C0%2C0%2C1-55.6-175.6a94.587%2C94.587%2C0%2C0%2C1%2C17.926%2C4.9%2C79.885%2C79.885%2C0%2C0%2C1%2C16.945%2C8.963A67.4%2C67.4%2C0%2C0%2C1-6.163-148.015Zm160.21-3.081a31.117%2C31.117%2C0%2C0%2C0-14.424-9.943%2C51.7%2C51.7%2C0%2C0%2C0-17.225-3.221%2C45.133%2C45.133%2C0%2C0%2C0-9.8%2C1.12%2C37.572%2C37.572%2C0%2C0%2C0-9.523%2C3.5%2C20.758%2C20.758%2C0%2C0%2C0-7.282%2C6.3%2C15.954%2C15.954%2C0%2C0%2C0-2.8%2C9.523q0%2C8.963%2C6.722%2C13.724a63.654%2C63.654%2C0%2C0%2C0%2C16.945%2C8.123q10.223%2C3.361%2C21.987%2C6.722a90.594%2C90.594%2C0%2C0%2C1%2C21.987%2C9.523%2C52.053%2C52.053%2C0%2C0%2C1%2C16.945%2C16.525q6.722%2C10.363%2C6.722%2C27.729%2C0%2C16.525-6.162%2C28.849a58.541%2C58.541%2C0%2C0%2C1-16.665%2C20.446A70.916%2C70.916%2C0%2C0%2C1%2C103.491%2C27.32a107.062%2C107.062%2C0%2C0%2C1-29.269%2C3.921%2C106.18%2C106.18%2C0%2C0%2C1-35.851-5.882A89.839%2C89.839%2C0%2C0%2C1%2C7.561%2C6.313l31.09-34.171A45.384%2C45.384%2C0%2C0%2C0%2C55.6-13.993a48.372%2C48.372%2C0%2C0%2C0%2C21.147%2C4.9%2C47.843%2C47.843%2C0%2C0%2C0%2C10.783-1.26%2C35.125%2C35.125%2C0%2C0%2C0%2C9.8-3.781%2C21.141%2C21.141%2C0%2C0%2C0%2C7-6.442%2C16.063%2C16.063%2C0%2C0%2C0%2C2.661-9.243%2C16.77%2C16.77%2C0%2C0%2C0-6.862-14.144A63.245%2C63.245%2C0%2C0%2C0%2C82.9-52.785Q72.541-56.426%2C60.5-60.067a100.624%2C100.624%2C0%2C0%2C1-22.407-9.8A54%2C54%2C0%2C0%2C1%2C20.865-86.116Q14-96.2%2C14-112.724q0-15.965%2C6.3-28.009A60.763%2C60.763%2C0%2C0%2C1%2C37.11-160.9a73.056%2C73.056%2C0%2C0%2C1%2C24.228-12.184%2C99.171%2C99.171%2C0%2C0%2C1%2C28.289-4.061%2C111.229%2C111.229%2C0%2C0%2C1%2C32.49%2C4.761%2C74.936%2C74.936%2C0%2C0%2C1%2C28.289%2C15.965ZM266.082-172.1H325.46L409.767-34.3h.56V-172.1h43.694V26.2H396.883L310.336-114.965h-.56V26.2H266.082Zm229.952%2C0H630.756v40.333H539.727V-94.8h85.987v40.333H539.727v40.333H635.8V26.2H496.034Zm154.048%2C0H697.7l31.65%2C127.16h.56L771.36-172.1h40.613L853.145-41.582h.56L887.036-172.1H931.29L873.312%2C26.2H834.38L790.686-111.043h-.56L746.432%2C26.2H708.9Zm398.845%2C48.455a31.117%2C31.117%2C0%2C0%2C0-14.425-9.943%2C51.7%2C51.7%2C0%2C0%2C0-17.225-3.221%2C45.132%2C45.132%2C0%2C0%2C0-9.8%2C1.12%2C37.573%2C37.573%2C0%2C0%2C0-9.523%2C3.5%2C20.758%2C20.758%2C0%2C0%2C0-7.282%2C6.3%2C15.954%2C15.954%2C0%2C0%2C0-2.8%2C9.523q0%2C8.963%2C6.722%2C13.724a63.654%2C63.654%2C0%2C0%2C0%2C16.945%2C8.123q10.223%2C3.361%2C21.987%2C6.722a90.594%2C90.594%2C0%2C0%2C1%2C21.987%2C9.523%2C52.056%2C52.056%2C0%2C0%2C1%2C16.945%2C16.525q6.722%2C10.363%2C6.722%2C27.729%2C0%2C16.525-6.162%2C28.849a58.541%2C58.541%2C0%2C0%2C1-16.665%2C20.446%2C70.917%2C70.917%2C0%2C0%2C1-24.368%2C12.044%2C107.061%2C107.061%2C0%2C0%2C1-29.269%2C3.921%2C106.179%2C106.179%2C0%2C0%2C1-35.851-5.882%2C89.838%2C89.838%2C0%2C0%2C1-30.81-19.046l31.09-34.171a45.384%2C45.384%2C0%2C0%2C0%2C16.945%2C13.864%2C48.372%2C48.372%2C0%2C0%2C0%2C21.147%2C4.9%2C47.844%2C47.844%2C0%2C0%2C0%2C10.783-1.26%2C35.124%2C35.124%2C0%2C0%2C0%2C9.8-3.781%2C21.14%2C21.14%2C0%2C0%2C0%2C7-6.442%2C16.061%2C16.061%2C0%2C0%2C0%2C2.661-9.243%2C16.77%2C16.77%2C0%2C0%2C0-6.862-14.144%2C63.246%2C63.246%2C0%2C0%2C0-17.226-8.823q-10.363-3.641-22.407-7.282a100.621%2C100.621%2C0%2C0%2C1-22.407-9.8%2C54%2C54%2C0%2C0%2C1-17.225-16.245q-6.862-10.083-6.862-26.608%2C0-15.965%2C6.3-28.009A60.764%2C60.764%2C0%2C0%2C1%2C965.6-160.9a73.058%2C73.058%2C0%2C0%2C1%2C24.228-12.184%2C99.171%2C99.171%2C0%2C0%2C1%2C28.289-4.061%2C111.228%2C111.228%2C0%2C0%2C1%2C32.49%2C4.761%2C74.938%2C74.938%2C0%2C0%2C1%2C28.289%2C15.965Z%22%20transform%3D%22translate(840.824%20177.144)%22%20fill%3D%22%23fff%22%20opacity%3D%220.204%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-topics::before {
    top: 37px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100vw;
    margin: 0 auto;
    height: 10.5vw;
    background-size: 100%;
  }
}
.ob-topics .ob-topics__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 175px 20px 113px;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__inner {
    padding: 53px 10px 36px;
  }
}
.ob-topics .ob-topics__head {
  position: relative;
  max-width: 480px;
  margin: 0 auto 44px auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__head {
    margin-bottom: 0;
    width: 100%;
    max-width: 106px;
  }
}
.ob-topics .ob-topics__boxes {
  opacity: 0;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .ob-topics .ob-topics__boxes {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes {
    margin: 0 -20px;
    max-height: inherit;
  }
}
.ob-topics .ob-topics__boxes.is-show {
  display: flex;
}
.ob-topics .ob-topics__boxes.slick-initialized {
  display: block;
}
.ob-topics .ob-topics__boxes.is-visible {
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .ob-topics .ob-topics__boxes.is-visible {
    margin: 65px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes.is-visible {
    margin: 36px -20px 0 -20px;
  }
}
.ob-topics .ob-topics__boxes.is-visible .ob-topics__boxes-link:last-child {
  margin-right: 0;
}
.ob-topics .ob-topics__boxes.is-show {
  transition: opacity 0.2s;
  opacity: 1;
}
.ob-topics .ob-topics__boxes .slick-dots,
.ob-topics .ob-topics__boxes .slick-prev,
.ob-topics .ob-topics__boxes .slick-next {
  display: none !important;
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link {
  position: relative;
  width: 400px;
  margin-right: 80px;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .ob-topics .ob-topics__boxes .ob-topics__boxes-link {
    width: auto;
  }
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes .ob-topics__boxes-link {
    width: 200px;
    margin-right: 10px;
  }
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link a[target=_blank]::after {
  content: none;
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link a:hover img {
  transform: scale(1.2);
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--image {
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--image {
    border-width: 1px;
    border-radius: 10px;
  }
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--image img {
  width: 100%;
  transition: transform 0.4s;
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--box {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  width: calc(100% - 40px);
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--box {
    bottom: 19px;
    left: 14px;
    width: calc(100% - 30px);
  }
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textTop {
  margin: 0 0 10px;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textTop {
    margin: 0 0 2px;
  }
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textTop .cp-inner {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 8px 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textTop .cp-inner {
    font-size: 1.5rem;
    padding: 5px 9px;
  }
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textTop .cp-inner::after {
  content: "";
  background: #111;
  background-blend-mode: multiply;
  opacity: 0.8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textBottom {
  width: 100%;
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textBottom .cp-inner {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 8px 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textBottom .cp-inner {
    font-size: 1.5rem;
    padding: 5px 9px;
  }
}
.ob-topics .ob-topics__boxes .ob-topics__boxes-link .ob-topics__boxes-link--textBottom .cp-inner::after {
  content: "";
  background: #111;
  background-blend-mode: multiply;
  opacity: 0.8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ob-topics .ob-topics__control {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin: 27px 0 0;
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__control {
    gap: 29px;
    margin: 21px 0 0;
  }
}
.ob-topics .ob-topics__control.is-show {
  opacity: 1;
}
.ob-topics .ob-topics__control.is-hide {
  opacity: 0 !important;
  display: none !important;
}
.ob-topics .ob-topics__control .ob-topics__control-prev {
  cursor: pointer;
  position: relative;
}
.ob-topics .ob-topics__control .ob-topics__control-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -8px;
  z-index: 2;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.902%22%20height%3D%2214.976%22%20viewBox%3D%220%200%208.902%2014.976%22%3E%3Cpath%20d%3D%22M-13210.188-6250.915l-7.488-7.488%2C7.488-7.488%2C1.414%2C1.414-6.074%2C6.074%2C6.074%2C6.074Z%22%20transform%3D%22translate(13217.677%206265.89)%22%20fill%3D%22%233d7185%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__control .ob-topics__control-prev::before {
    width: 10px;
    height: 17px;
  }
}
.ob-topics .ob-topics__control .ob-topics__control-next {
  cursor: pointer;
  position: relative;
}
.ob-topics .ob-topics__control .ob-topics__control-next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.902%22%20height%3D%2214.976%22%20viewBox%3D%220%200%208.902%2014.976%22%3E%3Cpath%20d%3D%22M-13215.556-6250.915l-1.414-1.414%2C6.074-6.074-6.074-6.074%2C1.414-1.414%2C7.488%2C7.488Z%22%20transform%3D%22translate(13216.97%206265.89)%22%20fill%3D%22%233d7185%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__control .ob-topics__control-next::before {
    width: 10px;
    height: 17px;
  }
}
.ob-topics .ob-topics__control .slick-dots.is-clone {
  display: flex !important;
  position: static;
  z-index: -1;
  margin-left: 0;
  bottom: -37px;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__control .slick-dots.is-clone {
    bottom: -34px;
  }
}
.ob-topics .ob-topics__control .slick-dots.is-clone li {
  margin: 0 3px;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__control .slick-dots.is-clone li {
    margin: 0 4px;
  }
}
.ob-topics .ob-topics__control .slick-dots.is-clone li::before {
  content: none;
}
.ob-topics .ob-topics__control .slick-dots.is-clone li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__control .slick-dots.is-clone li button {
    width: 12.5px;
    height: 12.5px;
  }
}
.ob-topics .ob-topics__control .slick-dots.is-clone li button:hover {
  background: #3D7185;
  border-color: #3D7185;
}
.ob-topics .ob-topics__control .slick-dots.is-clone li.slick-active button {
  background: #3D7185;
  border-color: #3D7185;
}
.ob-topics .ob-topics__info-head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #3D7185;
  border-radius: 20px;
  width: 100%;
  max-width: 425px;
  min-height: 160px;
  padding: 12px 0 0 162px;
  margin: 52px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info-head {
    border-radius: 10px;
    max-width: 213px;
    min-height: 80px;
    margin: 37px 0 0;
    padding: 25px 0 0 81px;
  }
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info-head .cp-inner {
    max-width: 101px;
  }
}
.ob-topics .ob-topics__info-head::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 127px;
  height: 135px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22128%22%20height%3D%22128%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22b%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22b%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3CclipPath%20id%3D%22c%22%3E%3Crect%20width%3D%2271.211%22%20height%3D%2249.777%22%20fill%3D%22none%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-293%20-1731)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20293%2C%201731)%22%20filter%3D%22url(%23a)%22%3E%3Crect%20width%3D%22110%22%20height%3D%22110%22%20rx%3D%2210%22%20transform%3D%22translate(9%206)%22%20fill%3D%22%23feeb29%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(324.063%201767.107)%22%3E%3Cg%20clip-path%3D%22url(%23c)%22%3E%3Cpath%20d%3D%22M51.8%2C10.667V3.907A3.9%2C3.9%2C0%2C0%2C0%2C46.279.351L23.6%2C10.636H9.78A5.374%2C5.374%2C0%2C0%2C0%2C4.412%2C16v.077H2.753A2.756%2C2.756%2C0%2C0%2C0%2C0%2C18.834v3.989a2.756%2C2.756%2C0%2C0%2C0%2C2.753%2C2.754H4.412v.077a5.374%2C5.374%2C0%2C0%2C0%2C3.316%2C4.959L10.9%2C45.049a5.894%2C5.894%2C0%2C0%2C0%2C11.672-1.166V31.022H23.6L46.279%2C41.308A3.9%2C3.9%2C0%2C0%2C0%2C51.8%2C37.751V30.992a10.193%2C10.193%2C0%2C0%2C0%2C0-20.325M4.412%2C22.925H2.753a.1.1%2C0%2C0%2C1-.1-.1V18.834a.1.1%2C0%2C0%2C1%2C.1-.1H4.412ZM19.92%2C43.883a3.243%2C3.243%2C0%2C0%2C1-6.422.635l-.005-.026-2.961-13.47H19.92ZM22.563%2C28.37H9.78a2.72%2C2.72%2C0%2C0%2C1-2.717-2.717V16A2.72%2C2.72%2C0%2C0%2C1%2C9.78%2C13.288H22.563ZM49.145%2C11.963V37.751a1.252%2C1.252%2C0%2C0%2C1-1.77%2C1.141L25.215%2C28.841V12.817L47.375%2C2.766a1.253%2C1.253%2C0%2C0%2C1%2C1.77%2C1.141ZM51.8%2C28.33v-15a7.541%2C7.541%2C0%2C0%2C1%2C0%2C15%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23231f20%22%2F%3E%3Cpath%20d%3D%22M77.738%2C21.91H72.81a1.326%2C1.326%2C0%2C1%2C0%2C0%2C2.652h4.928a1.326%2C1.326%2C0%2C1%2C0%2C0-2.652%22%20transform%3D%22translate(-7.853%20-2.407)%22%20fill%3D%22%23231f20%22%2F%3E%3Cpath%20d%3D%22M72.81%2C16.684a1.321%2C1.321%2C0%2C0%2C0%2C.937-.388l3.485-3.485a1.326%2C1.326%2C0%2C0%2C0-1.876-1.876L71.873%2C14.42a1.326%2C1.326%2C0%2C0%2C0%2C.937%2C2.264%22%20transform%3D%22translate(-7.854%20-1.159)%22%20fill%3D%22%23231f20%22%2F%3E%3Cpath%20d%3D%22M73.748%2C29.746a1.326%2C1.326%2C0%2C0%2C0-1.876%2C1.876l3.485%2C3.485a1.326%2C1.326%2C0%2C0%2C0%2C1.876-1.876Z%22%20transform%3D%22translate(-7.854%20-3.225)%22%20fill%3D%22%23231f20%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info-head::before {
    top: 12px;
    left: 7px;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    width: 64px;
    height: 75px;
  }
}
.ob-topics .ob-topics__info {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 20px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-top: -105px;
  box-sizing: border-box;
  padding: 23px 55px 24px 20px;
}
@media screen and (min-width: 960px) and (max-width: 1344px) {
  .ob-topics .ob-topics__info {
    display: block;
    padding: 103px 20px 60px 20px;
  }
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info {
    display: block;
    border-radius: 10px;
    margin-top: -40px;
    padding: 49px 15px 32px 15px;
    width: 100%;
  }
}
.ob-topics .ob-topics__info .ob-topics__info-btn {
  width: 100%;
  max-width: 226px;
  margin: 0 auto 27px 34px;
}
@media screen and (min-width: 960px) and (max-width: 1344px) {
  .ob-topics .ob-topics__info .ob-topics__info-btn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .ob-topics__info-btn {
    max-width: 250px;
    margin: 16px auto 0;
  }
}
.ob-topics .ob-topics__info .ob-topics__info-btn a {
  position: relative;
  padding: 6px 17px;
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  background: #333;
  border-radius: 40px;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .ob-topics__info-btn a {
    padding: 9px 19px;
    letter-spacing: 0.04em;
  }
}
.ob-topics .ob-topics__info .ob-topics__info-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 16px;
  margin: auto 0;
  z-index: 1;
  width: 12px;
  height: 10px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.707%2010.707%22%3E%3Cg%20transform%3D%22translate(0%200.354)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(4685.806%2012829.72)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(0%205)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .ob-topics__info-btn a::after {
    right: 19px;
  }
}
.ob-topics .ob-topics__info .ob-topics__info-btn a:hover {
  text-decoration: none;
}
.ob-topics .ob-topics__info .ob-topics__info-btn a:hover::after {
  animation: arrow 0.5s;
}
.ob-topics .ob-topics__info .news-all-wrap {
  max-width: 820px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1344px) {
  .ob-topics .ob-topics__info .news-all-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .news-all-wrap {
    max-width: 100%;
  }
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item {
  border-bottom: 1px solid #CCC;
  display: block;
  width: 100%;
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item:last-child {
  border-bottom: 0;
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__title {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  transition: 0.2s;
  margin: 3px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__title {
    font-size: 1.5rem;
  }
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__date {
  min-width: 212px;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__date {
    min-width: inherit;
  }
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__date time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  font-family: "Barlow", sans-serif;
  min-width: 80px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__date time {
    font-size: 1.5rem;
    min-width: 75px;
  }
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__category {
  margin: 0 12px 0 20px;
  padding: 0 5px;
  line-height: 22px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 20px;
  text-align: center;
  min-width: 100px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__category {
    min-width: 91px;
    margin: 0 0 0 16px;
    line-height: 20px;
  }
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__category.univ_news_nyushi {
  background: #004690;
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item .top-admission-info__category.univ_news_shingaku {
  background: #5BA8A2;
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item a {
  display: flex;
  padding: 23px 0 21px;
  color: #222222;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item a {
    display: block;
    padding: 9px 0 13px;
  }
}
.ob-topics .ob-topics__info .news-all-wrap .top-admission-info__items .top-admission-info__item a:hover .top-admission-info__title {
  text-decoration: none;
}

/* ==========================================================================

トップページ　OPEN CAMPUS 2023

========================================================================== */
.ob-openCampus .ob-openCampus__bg {
  overflow: hidden;
  position: relative;
  background: rgb(141, 179, 232);
  background: linear-gradient(90deg, rgb(141, 179, 232) 0%, rgb(209, 233, 244) 100%);
}
.ob-openCampus .ob-openCampus__bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 990px;
  height: 1080px;
  background-size: 100%;
  background-image: url('/admission/albums/css/basic1-blocks1/abm00020693.png');
}
@media screen and (min-width: 1139px) and (max-width: 1350px) {
  .ob-openCampus .ob-openCampus__bg::before {
    width: 1100px;
    height: 1200px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1139px) {
  .ob-openCampus .ob-openCampus__bg::before {
    width: 1142px;
    height: 100%;
    right: -60px;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__bg::before {
    width: 287px;
    height: 100%;
    margin-left: auto;
    background-image: url('/admission/albums/css/basic1-blocks1/abm00020694.png');
  }
}
.ob-openCampus .ob-openCampus__bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 9.7vw;
  z-index: 1;
  width: 1542px;
  height: 946px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221542.191%22%20height%3D%22946.928%22%20viewBox%3D%220%200%201542.191%20946.928%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-0.013%22%20y1%3D%220.339%22%20x2%3D%220.888%22%20y2%3D%220.335%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b9d0ed%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4fafd%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-20750.527-7315.777l-1542.191%2C303.816%2C1542.191%2C643.111Z%22%20transform%3D%22translate(22292.719%207315.777)%22%20opacity%3D%220.997%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 0px) and (max-width: 1610px) {
  .ob-openCampus .ob-openCampus__bg::after {
    left: 4.5vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__bg::after {
    content: none;
  }
}
.ob-openCampus .ob-openCampus__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 143px 20px 96px;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__inner {
    padding: 42px 10px 36px;
  }
}
.ob-openCampus .ob-openCampus__head {
  position: relative;
  min-height: 314px;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__head {
    min-height: inherit;
  }
}
.ob-openCampus .ob-openCampus__head .ob-openCampus__head-text {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) and (max-width: 1610px) {
  .ob-openCampus .ob-openCampus__head .ob-openCampus__head-text {
    top: -40px;
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__head .ob-openCampus__head-text {
    font-size: 1.8rem;
    padding: 0 0 0 15px;
  }
}
.ob-openCampus .ob-openCampus__head .ob-openCampus__head-image {
  width: 100%;
  top: -34px;
  position: absolute;
  left: -120px;
  z-index: 2;
  transition: 0.2s;
}
@media screen and (min-width: 960px) and (max-width: 1610px) {
  .ob-openCampus .ob-openCampus__head .ob-openCampus__head-image {
    left: -10px;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__head .ob-openCampus__head-image {
    position: static;
    margin: -5px 0 0 -6px;
    max-width: 351px;
  }
}
.ob-openCampus .ob-openCampus__read {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 0 0 350px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 960px) and (max-width: 1610px) {
  .ob-openCampus .ob-openCampus__read {
    padding: 0 0 0 36.5vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__read {
    position: static;
    font-size: 1.6rem;
    padding: 23px 0 0 15px;
    line-height: 1.6;
  }
}
.ob-openCampus .ob-openCampus__human {
  z-index: 1;
  position: absolute;
  top: 312px;
  right: 129px;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .ob-openCampus .ob-openCampus__human {
    top: 380px;
    right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__human {
    display: none;
  }
}
.ob-openCampus .ob-openCampus__boxes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 55px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes {
    flex-direction: column;
    gap: 10px;
    margin: 59px 0 0;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link {
  background: #FFFFFF;
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link {
    min-height: inherit;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link:last-child {
    border-radius: 0;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link a {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 86px 10px 20px;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 1325px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link a {
    min-height: inherit;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link a {
    display: block;
    padding: 21px 16px 29px;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link a[target=_blank]::after {
  content: none;
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link a:hover {
  text-decoration: none;
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link a:hover .ob-openCampus__boxes-link--contentsImage img {
  transform: scale(1.2);
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link.is-img {
  position: relative;
  background: #004690;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link.is-img {
    display: none;
    min-height: 220px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link.is-img .ob-openCampus__boxes-link--image img {
  min-width: 384px;
  position: absolute;
  top: 22px;
  right: -78px;
  z-index: 10;
}
@media screen and (min-width: 960px) and (max-width: 1325px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link.is-img .ob-openCampus__boxes-link--image img {
    min-width: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
  }
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link.is-img .ob-openCampus__boxes-link--image img {
    top: 12px;
    right: inherit;
    left: 9px;
    min-width: inherit;
    max-width: 219px;
    width: 100%;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link.is-img .ob-openCampus__boxes-link--human img {
  top: 27px;
  left: 206px;
  min-width: inherit;
  max-width: 124px;
  width: 100%;
  position: absolute;
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #FEEB29;
  font-size: 3.2rem;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2.5rem;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--title {
  position: relative;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 600;
  color: #222222;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #222222;
  margin: 0 auto;
  padding: 0 0 6px;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--title {
    font-size: 1.8rem;
    margin: 0 0 0 50px;
    padding: 0 0 13px;
    text-align: left;
    border: 0;
  }
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    z-index: 1;
    width: 108px;
    height: 1px;
    background: #222222;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contents {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contents {
    flex-direction: initial;
    margin: 26px 0 0;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contentsText {
  font-size: 1.5rem;
  text-align: center;
  padding: 23px 0 27px;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contentsText {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 10px 0 0;
    margin: -5px 0 0;
    line-height: 1.8;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contentsImage {
  margin: 0 auto;
  max-width: 220px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contentsImage {
    border-radius: 5px;
    margin: 0 0 0 auto;
    max-width: 154px;
    min-width: 154px;
  }
}
.ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contentsImage img {
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .ob-openCampus .ob-openCampus__boxes .ob-openCampus__boxes-link .ob-openCampus__boxes-link--contentsImage img {
    width: 100%;
    display: block;
  }
}

.cms .ob-openCampus__boxes-link.is-img {
  display: block;
}

/* ==========================================================================

トップページ　入試情報

========================================================================== */
.ob-admission {
  position: relative;
  background: #FFFEF7;
}
.ob-admission::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 187px;
  height: 250px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22187.914%22%20height%3D%22250%22%20viewBox%3D%220%200%20187.914%20250%22%3E%3Cpath%20d%3D%22M187.914%2C0V250L0%2C0Z%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fsvg%3E");
  /*
  @include mq2(960px,1139px) {
    width: 233px;
    height: 100%;
  }
  */
}
@media screen and (min-width: 1319px) and (max-width: 1350px) {
  .ob-admission::before {
    width: 297px;
    height: 100%;
  }
}
@media screen and (min-width: 1249px) and (max-width: 1319px) {
  .ob-admission::before {
    width: 281px;
    height: 100%;
  }
}
@media screen and (min-width: 1139px) and (max-width: 1248px) {
  .ob-admission::before {
    width: 260px;
    height: 100%;
  }
}
@media screen and (min-width: 1125px) and (max-width: 1138px) {
  .ob-admission::before {
    width: 223px;
    height: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1124px) {
  .ob-admission::before {
    width: 196px;
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .ob-admission::before {
    content: none;
  }
}
.ob-admission::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 201px;
  right: 85px;
  z-index: 1;
  width: 59px;
  height: 459px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2259.52%22%20height%3D%22460.801%22%20viewBox%3D%220%200%2059.52%20460.801%22%3E%3Cpath%20d%3D%22M-.08%2C0H13.68L18.4-12h22L45.28%2C0H59.36L34.72-56.64H24.4ZM36.16-22.56H22.32l6.88-17.6ZM65.04%2C0h20.4c16.88%2C0%2C31.84-9.84%2C31.84-28.16%2C0-20.72-15.28-28.48-33.52-28.48H65.04ZM77.52-45.12h7.36c10.56%2C0%2C19.44%2C5.2%2C19.44%2C16.32%2C0%2C12.88-8.72%2C17.28-20.32%2C17.28H77.52ZM125.76%2C0h12.48V-43.44h.16L152.72%2C0h9.52l14.88-43.44h.16V0h12.48V-56.64h-18.8L157.84-19.68h-.16L144.64-56.64H125.76Zm75.36%2C0H213.6V-56.64H201.12Zm60.4-52.16c-4.8-4.24-10.96-5.92-17.36-5.92-11.12%2C0-21.6%2C6.32-21.6%2C18.4%2C0%2C18.88%2C26.56%2C13.28%2C26.56%2C23.68%2C0%2C4-4.56%2C5.92-8.64%2C5.92a13.875%2C13.875%2C0%2C0%2C1-10.88-5.36l-8.88%2C9.76c5.36%2C4.96%2C11.76%2C7.12%2C19.04%2C7.12%2C11.68%2C0%2C21.84-6%2C21.84-18.64%2C0-19.84-26.08-13.2-26.08-23.52%2C0-4.24%2C4.88-5.84%2C8.4-5.84%2C3.04%2C0%2C7.04%2C1.2%2C9.04%2C3.76Zm45.92%2C0c-4.8-4.24-10.96-5.92-17.36-5.92-11.12%2C0-21.6%2C6.32-21.6%2C18.4%2C0%2C18.88%2C26.56%2C13.28%2C26.56%2C23.68%2C0%2C4-4.56%2C5.92-8.64%2C5.92a13.875%2C13.875%2C0%2C0%2C1-10.88-5.36l-8.88%2C9.76C272-.72%2C278.4%2C1.44%2C285.68%2C1.44c11.68%2C0%2C21.84-6%2C21.84-18.64%2C0-19.84-26.08-13.2-26.08-23.52%2C0-4.24%2C4.88-5.84%2C8.4-5.84%2C3.04%2C0%2C7.04%2C1.2%2C9.04%2C3.76ZM316.64%2C0h12.48V-56.64H316.64Zm20.8-28.32c0%2C18.16%2C12.88%2C29.76%2C30.56%2C29.76s30.56-11.6%2C30.56-29.76S385.68-58.08%2C368-58.08%2C337.44-46.48%2C337.44-28.32Zm12.96%2C0c0-10.56%2C6.96-18.24%2C17.6-18.24s17.6%2C7.68%2C17.6%2C18.24S378.64-10.08%2C368-10.08%2C350.4-17.76%2C350.4-28.32ZM407.04%2C0h12.48V-40.32h.16L444.4%2C0h16.32V-56.64H448.24v39.36h-.16L424-56.64H407.04Z%22%20transform%3D%22translate(1.439%200.08)%20rotate(90)%22%20fill%3D%22%2366aa69%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-admission::after {
    top: 38px;
    right: 5px;
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .ob-admission::after {
    top: 12px;
    right: -17px;
    height: 173px;
  }
}
.ob-admission .ob-admission__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 164px 20px 183px;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__inner {
    padding: 50px 10px 27px;
  }
}
.ob-admission .ob-admission__head {
  font-size: 5rem;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__head {
    position: static;
    font-size: 3.5rem;
    padding: 0 0 0 16px;
    line-height: 1;
  }
}
.ob-admission .ob-admission__text {
  font-size: 1.8rem;
  padding: 35px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__text {
    font-size: 1.6rem;
    line-height: 1.62;
    padding: 21px 38px 0 14px;
    min-height: 120px;
  }
}
.ob-admission .ob-admission__boxes {
  display: flex;
  gap: 40px;
  margin: 55px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes {
    flex-direction: column;
    gap: 4px;
    margin: 20px 0 0;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link {
    border-radius: 5px;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link:hover .ob-openCampus__boxes-link--image img {
  transform: scale(1.1);
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link.is-no1 {
  background: #AACD5A;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link.is-no2 {
  background: #93C15F;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link.is-no3 {
  background: #82B862;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link.is-no4 {
  background: #74B165;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link.is-no5 {
  background: #66AA69;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a {
  display: block;
  margin: 20px;
  color: #222222;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a {
    margin: 13px 15px 12px 13px;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a:hover {
  text-decoration: none;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a[target=_blank]::after {
  content: none;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--step {
    margin: 0 0 -1px;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--step img {
  display: block;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  border-top-left-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 28px 10px 10px;
  min-height: 211px;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents {
    min-height: 230px;
  }
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents {
    min-height: inherit;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-admission__boxes-link--text {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-admission__boxes-link--text {
    font-size: 1.8rem;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image {
  margin: 0 auto;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image img {
  transition: 0.2s;
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no1 {
  margin: 16px auto 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no1 {
    margin: 13px 32px 4px 19px;
    max-width: 40px;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no2 {
  margin: 34px auto 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no2 {
    margin: 18px 33px 19px 19px;
    max-width: 39px;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no3 {
  margin: 32px auto 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no3 {
    margin: 16px 32px 19px 19px;
    max-width: 40px;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no4 {
  margin: 32px auto 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no4 {
    margin: 17px 33px 18px 19px;
    max-width: 39px;
  }
}
.ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no5 {
  margin: 24px auto 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no5 {
    margin: 14px 39px 16px 27px;
    max-width: 25px;
  }
}
.ob-admission .ob-admission__otherLinks {
  display: flex;
  gap: 63px;
  margin: 60px 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
  .ob-admission .ob-admission__otherLinks {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__otherLinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 11px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__otherLinks .ob-admission__otherLinks-link {
    margin: 0 0 6px;
  }
}
.ob-admission .ob-admission__otherLinks .ob-admission__otherLinks-link a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #222222;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__otherLinks .ob-admission__otherLinks-link a {
    gap: 8px;
  }
}
.ob-admission .ob-admission__otherLinks .ob-admission__otherLinks-link a[target=_blank]::after {
  content: none;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__otherLinks .ob-admission__otherLinks-link a .ob-admission__otherLinks-link--image {
    width: 77px;
  }
}
.ob-admission .ob-admission__otherLinks .ob-admission__otherLinks-link a .ob-admission__otherLinks-link--text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 11px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-admission .ob-admission__otherLinks .ob-admission__otherLinks-link a .ob-admission__otherLinks-link--text {
    font-size: 1.5rem;
    padding: 0;
  }
}

/* ==========================================================================

トップページ　学部・大学院

========================================================================== */
.ob-faculty {
  position: relative;
  background: #F8C9C9;
  /* progressBar */
}
.ob-faculty::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 119px;
  right: 85px;
  z-index: 1;
  width: 59px;
  height: 436px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2259.52%22%20height%3D%22437.52%22%20viewBox%3D%220%200%2059.52%20437.52%22%3E%3Cpath%20d%3D%22M-.08%2C0H13.68L18.4-12h22L45.28%2C0H59.36L34.72-56.64H24.4ZM36.16-22.56H22.32l6.88-17.6Zm75.52-27.2c-4.8-6.16-12.8-8.32-19.12-8.32C74.88-58.08%2C62-46.48%2C62-28.32S74.88%2C1.44%2C92.56%2C1.44c7.76%2C0%2C15.76-3.12%2C20.48-9.84l-10.4-7.76a13.546%2C13.546%2C0%2C0%2C1-11.68%2C6.08c-9.04%2C0-16-7.68-16-18.24s6.96-18.24%2C16.4-18.24a13.364%2C13.364%2C0%2C0%2C1%2C10.72%2C4.64ZM114%2C0h13.76l4.72-12h22l4.88%2C12h14.08L148.8-56.64H138.48Zm36.24-22.56H136.4l6.88-17.6ZM179.12%2C0h20.4c16.88%2C0%2C31.84-9.84%2C31.84-28.16%2C0-20.72-15.28-28.48-33.52-28.48H179.12ZM191.6-45.12h7.36c10.56%2C0%2C19.44%2C5.2%2C19.44%2C16.32%2C0%2C12.88-8.72%2C17.28-20.32%2C17.28H191.6ZM240.32%2C0h39.92V-11.52H252.8V-23.04h24.56V-34.56H252.8V-45.12h26V-56.64H240.32Zm49.92%2C0h12.48V-43.44h.16L317.2%2C0h9.52L341.6-43.44h.16V0h12.48V-56.64h-18.8L322.32-19.68h-.16L309.12-56.64H290.24ZM365.6%2C0h12.48V-56.64H365.6Zm70.48-49.76c-4.8-6.16-12.8-8.32-19.12-8.32-17.68%2C0-30.56%2C11.6-30.56%2C29.76S399.28%2C1.44%2C416.96%2C1.44c7.76%2C0%2C15.76-3.12%2C20.48-9.84l-10.4-7.76a13.546%2C13.546%2C0%2C0%2C1-11.68%2C6.08c-9.04%2C0-16-7.68-16-18.24s6.96-18.24%2C16.4-18.24a13.364%2C13.364%2C0%2C0%2C1%2C10.72%2C4.64Z%22%20transform%3D%22translate(1.439%200.08)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-faculty::after {
    top: 38px;
    right: 5px;
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .ob-faculty::after {
    top: 12px;
    right: -17px;
    height: 165px;
  }
}
.ob-faculty .ob-faculty__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 106px 20px 1px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__inner {
    padding: 84px 10px 0;
  }
}
.ob-faculty .ob-faculty__head {
  font-size: 5rem;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__head {
    position: static;
    font-size: 3.5rem;
    padding: 0 0 0 16px;
    line-height: 1;
  }
}
.ob-faculty .ob-faculty__text {
  font-size: 1.8rem;
  padding: 35px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__text {
    font-size: 1.6rem;
    line-height: 1.62;
    padding: 20px 38px 0 14px;
    letter-spacing: 0.02em;
  }
}
.ob-faculty .ob-faculty__boxes {
  opacity: 0;
  width: 100%;
  min-height: 697px;
  margin: -54px 0 0;
  /*戻る、次へ矢印の位置*/
}
@media screen and (min-width: 0px) and (max-width: 1320px) {
  .ob-faculty .ob-faculty__boxes {
    margin: 28px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes {
    min-height: 395px;
  }
}
.ob-faculty .ob-faculty__boxes.is-show {
  transition: opacity 0.2s;
  opacity: 1;
}
.ob-faculty .ob-faculty__boxes img {
  height: auto;
  transition: 0.2s;
}
.ob-faculty .ob-faculty__boxes .slick-slide {
  transform: scale(0.6667); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  margin: 22px -144px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .slick-slide {
    height: auto;
    transform: scale(0.33334);
    transition: transform 0s;
    margin: -113px -305px 0 0;
  }
}
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center {
  z-index: 10;
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  width: 100%;
  max-width: 480px;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .slick-slide.slick-center {
    margin-top: 2px;
  }
}
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--image {
  margin-top: 4px;
  outline: #FFFFFF solid 4px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--image {
    outline: #FFFFFF solid 2px;
    width: 240px;
    margin: 0 auto;
    transition: 0.5s;
  }
}
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--enText,
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--facultyText,
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--tag {
  opacity: 1;
}
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--enText {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--enText {
    font-size: 1rem;
  }
}
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--facultyText {
  font-size: 5.6rem;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--facultyText {
    font-size: 2.8rem;
  }
}
.ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--tag {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .slick-slide.slick-center .ob-faculty__boxes-link--tag {
    font-size: 1.4rem;
  }
}
.ob-faculty .ob-faculty__boxes .slick-prev,
.ob-faculty .ob-faculty__boxes .slick-next {
  display: none;
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--image {
  overflow: hidden;
  border-radius: 40px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--image {
    border-radius: 20px;
  }
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--enText {
  transition: opacity 0.2s;
  opacity: 0;
  text-align: center;
  font-size: 0;
  padding: 17px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--enText {
    padding: 4px 0 0;
  }
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--facultyText {
  transition: opacity 0.2s;
  opacity: 0;
  text-align: center;
  font-size: 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.25;
  letter-spacing: -0.03em;
  padding: 2px 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--facultyText {
    padding: 1px 0 10px;
  }
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--tag {
  transition: opacity 0.2s;
  opacity: 0;
  font-size: 0;
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--tag .cp-inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--tag .cp-inner ul {
    gap: 10px;
  }
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--tag .cp-inner ul li {
  font-weight: 400;
  display: inline-block;
  border: 1px solid #222222;
  border-radius: 4px;
  padding: 3px 5px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--tag .cp-inner ul li {
    padding: 0 5px;
    white-space: nowrap;
    border-radius: 2px;
  }
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--tag .cp-inner ul li::before {
  content: none;
}
.ob-faculty .ob-faculty__boxes .ob-faculty__boxes-link--tag .cp-inner ul li a:hover {
  text-decoration: underline;
}
.ob-faculty .ob-faculty__boxes a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
}
.ob-faculty .ob-faculty__boxes a[target=_blank]::after {
  content: none;
}
.ob-faculty .ob-faculty__boxes a:hover {
  text-decoration: none;
}
.ob-faculty .ob-faculty__boxes a:hover img {
  transform: scale(1.2);
}
.ob-faculty .ob-faculty__progress {
  display: none;
  width: calc(100% - 160px);
  margin: 0 auto;
  height: 16px;
  padding: 1px 0;
  background: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__progress {
    width: calc(100% - 100px);
    height: 10px;
    margin-top: -13px;
  }
}
.ob-faculty .ob-faculty__progress .ob-faculty__progress-meter {
  width: 0%;
  height: 100%;
  background: #D06969;
}
.ob-faculty .ob-faculty__control {
  display: flex;
  justify-content: space-between;
}
.ob-faculty .ob-faculty__control-prev,
.ob-faculty .ob-faculty__control-next {
  position: relative;
  display: block;
  height: 80px;
  width: 80px;
  background: #D06969;
  border-radius: 10px;
  cursor: pointer;
  margin: -33px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__control-prev,
  .ob-faculty .ob-faculty__control-next {
    height: 50px;
    width: 50px;
    border-radius: 5px;
  }
}
.ob-faculty .ob-faculty__control-prev::before,
.ob-faculty .ob-faculty__control-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: block;
  width: 27px;
  height: 10px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__control-prev::before,
  .ob-faculty .ob-faculty__control-next::before {
    width: 19px;
    height: 8px;
  }
}
.ob-faculty .ob-faculty__control-prev::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C27.23V0L10.539%2C10.54H2V27.23Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-faculty .ob-faculty__control-next::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C0V27.23l10.539-10.54H2V0Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-faculty .ob-faculty__control-prev:hover::before {
  animation: arrowReverse 0.5s;
}
.ob-faculty .ob-faculty__control-next:hover::before {
  animation: arrow 0.5s;
}
.ob-faculty .ob-faculty__innerUnder {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px 75px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__innerUnder {
    padding: 0 23px 40px;
  }
}
.ob-faculty .ob-faculty__innerUnder .ob-faculty__btn {
  position: absolute;
  top: -160px;
  right: 20px;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__innerUnder .ob-faculty__btn {
    position: static;
    max-width: 327px;
    margin: 20px auto 0;
  }
}
.ob-faculty .ob-faculty__innerUnder .ob-faculty__btn a {
  display: block;
  width: 100%;
  background: #D06969;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  padding: 14px 10px;
}
@media screen and (max-width: 959px) {
  .ob-faculty .ob-faculty__innerUnder .ob-faculty__btn a {
    border-radius: 2px;
    padding: 10px;
    letter-spacing: 0;
  }
}
.ob-faculty .ob-faculty__innerUnder .ob-faculty__btn a[target=_blank]::after {
  content: none;
}
.ob-faculty .ob-faculty__innerUnder .ob-faculty__btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.cms .ob-faculty__boxes-link--tag strong {
  display: block;
}

/* ==========================================================================

トップページ　就職・資格

========================================================================== */
.ob-career {
  overflow: hidden;
  position: relative;
  background: #004690;
  z-index: 1;
  padding: 0 0 800px;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-career {
    padding: 0 0 350px;
  }
}
@media screen and (max-width: 959px) {
  .ob-career {
    background: #FFFFFF;
    padding: 0 0 0;
  }
}
.ob-career::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 154px;
  left: 5.25vw;
  z-index: 2;
  width: 59px;
  height: 311px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2259.52%22%20height%3D%22315.2%22%20viewBox%3D%220%200%2059.52%20315.2%22%3E%3Cpath%20d%3D%22M52.4-49.76c-4.8-6.16-12.8-8.32-19.12-8.32-17.68%2C0-30.56%2C11.6-30.56%2C29.76S15.6%2C1.44%2C33.28%2C1.44c7.76%2C0%2C15.76-3.12%2C20.48-9.84l-10.4-7.76a13.546%2C13.546%2C0%2C0%2C1-11.68%2C6.08c-9.04%2C0-16-7.68-16-18.24s6.96-18.24%2C16.4-18.24A13.364%2C13.364%2C0%2C0%2C1%2C42.8-41.92ZM54.72%2C0H68.48L73.2-12h22l4.88%2C12h14.08L89.52-56.64H79.2ZM90.96-22.56H77.12L84-40.16ZM119.84%2C0h12.48V-22.64h6.16L150.32%2C0h14.96l-14.4-23.92c8-1.44%2C12.24-7.6%2C12.24-15.52%2C0-13.2-9.76-17.2-21.36-17.2H119.84Zm12.48-46.08h8.16c4.56%2C0%2C9.68.88%2C9.68%2C6.56%2C0%2C6.16-5.92%2C6.32-10.48%2C6.32h-7.36ZM172.16%2C0h39.92V-11.52H184.64V-23.04H209.2V-34.56H184.64V-45.12h26V-56.64H172.16Zm50.4%2C0h39.92V-11.52H235.04V-23.04H259.6V-34.56H235.04V-45.12h26V-56.64H222.56Zm49.92%2C0h12.48V-22.64h6.16L302.96%2C0h14.96l-14.4-23.92c8-1.44%2C12.24-7.6%2C12.24-15.52%2C0-13.2-9.76-17.2-21.36-17.2H272.48Zm12.48-46.08h8.16c4.56%2C0%2C9.68.88%2C9.68%2C6.56%2C0%2C6.16-5.92%2C6.32-10.48%2C6.32h-7.36Z%22%20transform%3D%22translate(1.44%20-2.72)%20rotate(90)%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 1581px) and (max-width: 1720px) {
  .ob-career::before {
    top: 104px;
    left: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1580px) {
  .ob-career::before {
    top: 108px;
    left: inherit;
    right: 11.5vw;
    height: 220px;
  }
}
@media screen and (min-width: 426px) and (max-width: 960px) {
  .ob-career::before {
    top: 89px;
    right: 3px;
    left: inherit;
    height: 119px;
  }
}
@media screen and (min-width: 0px) and (max-width: 425px) {
  .ob-career::before {
    top: 59px;
    right: -17px;
    left: inherit;
    height: 119px;
  }
}
.ob-career::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 66px;
  left: 163px;
  z-index: 1;
  width: 90.2vw;
  height: 100vw;
  transform: skew(9.65deg, -2deg);
  background: #FFFFFF;
  background: #FFFFFF;
}
@media screen and (min-width: 1346px) and (max-width: 1720px) {
  .ob-career::after {
    left: 6.5vw;
    height: 110vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 1345px) {
  .ob-career::after {
    left: 13.5vw;
    height: 190vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-career::after {
    transform: skew(0deg, 0deg);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22750%22%20height%3D%22657%22%20viewBox%3D%220%200%20750%20657%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22750%22%20height%3D%22657%22%20transform%3D%22translate(-16028%20-11997)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(16028%2011997)%22%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%22750%22%20height%3D%22312%22%20transform%3D%22translate(-16028%20-11997)%22%20fill%3D%22%23004690%22%2F%3E%3Cpath%20d%3D%22M0-33.591%2C798.278-62.316%2C900.557%2C534.812H69.963Z%22%20transform%3D%22translate(-16108.254%20-11875)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    top: 30px;
    top: 0;
    left: inherit;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}
.ob-career .ob-career__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 136px 20px 0;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__inner {
    padding: 72px 25px 16px;
  }
}
.ob-career .ob-career__top {
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 1;
  min-width: 1549px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 1775px) {
  .ob-career .ob-career__top {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (min-width: 0px) and (max-width: 1580px) {
  .ob-career .ob-career__top {
    flex-direction: column;
    gap: 28px;
  }
}
.ob-career .ob-career__top .ob-career__top-left {
  width: 100%;
}
.ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-head {
  font-size: 5rem;
  font-weight: 700;
  padding: 135px 0 0;
}
@media screen and (min-width: 1511px) and (max-width: 1755px) {
  .ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-head {
    padding: 63px 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1510px) {
  .ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-head {
    padding: 3px 0 0;
  }
}
@media screen and (min-width: 426px) and (max-width: 960px) {
  .ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-head {
    position: static;
    font-size: 3.5rem;
    line-height: 1;
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 425px) {
  .ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-head {
    position: static;
    font-size: 3.5rem;
    line-height: 1;
    padding: 0;
  }
}
.ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-text {
  font-size: 1.8rem;
  padding: 43px 0 0;
}
@media screen and (min-width: 426px) and (max-width: 960px) {
  .ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-text {
    font-size: 1.6rem;
    line-height: 1.62;
    padding: 19px 60px 0 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 425px) {
  .ob-career .ob-career__top .ob-career__top-left .ob-career__top-left-text {
    font-size: 1.6rem;
    line-height: 1.62;
    padding: 19px 30px 0 0;
    letter-spacing: 0;
  }
}
.ob-career .ob-career__top .ob-career__top-right {
  transition: 0.4s;
}
@media screen and (min-width: 960px) and (max-width: 1580px) {
  .ob-career .ob-career__top .ob-career__top-right {
    display: flex;
  }
}
.ob-career .ob-career__top .ob-career__top-right .cp-external {
  margin: 0;
}
@media screen and (min-width: 960px) and (max-width: 1580px) {
  .ob-career .ob-career__top .ob-career__top-right .cp-external {
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__top .ob-career__top-right .cp-external .cp-inner {
    padding-top: 6.3%;
  }
}
.ob-career .ob-career__top .ob-career__top-right .cp-external::before {
  content: none;
}
.ob-career .ob-career__top .ob-career__top-right .cp-external iframe {
  margin: 0;
  display: block;
  border-radius: 40px;
  width: 760px;
  height: 480px;
}
@media screen and (min-width: 960px) and (max-width: 1580px) {
  .ob-career .ob-career__top .ob-career__top-right .cp-external iframe {
    width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__top .ob-career__top-right .cp-external iframe {
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }
}
.ob-career .ob-career__top-left-btn {
  max-width: 220px;
  width: 100%;
  margin: 34px 0 0;
  outline: 1px solid #FFFFFF;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__top-left-btn {
    display: none;
    max-width: 327px;
    margin: 10px auto 0;
  }
}
.ob-career .ob-career__top-left-btn a {
  display: block;
  width: 100%;
  background: #004690;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  padding: 15px 10px;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__top-left-btn a {
    border-radius: 2px;
    padding: 10px;
    letter-spacing: 0;
  }
}
.ob-career .ob-career__top-left-btn a[target=_blank]::after {
  content: none;
}
.ob-career .ob-career__top-left-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ob-career .ob-career__bottom {
  display: flex;
  gap: 20px;
  margin: 102px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 28px 0 0;
  }
}
.ob-career .ob-career__bottom .ob-career__bottom-bnr {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__bottom .ob-career__bottom-bnr {
    margin: 0 0 10px;
  }
}
.ob-career .ob-career__bottom .ob-career__bottom-bnr .ob-career__bottom-bnr-head {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 15px;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__bottom .ob-career__bottom-bnr .ob-career__bottom-bnr-head {
    letter-spacing: -0.025em;
    font-size: 1.5rem;
    margin: 0 0 5px;
  }
}
.ob-career .ob-career__bottom .ob-career__bottom-bnr .ob-career__bottom-bnr-image img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__bottom .ob-career__bottom-bnr .ob-career__bottom-bnr-image img {
    border-radius: 10px;
  }
}
.ob-career .ob-career__bottom + .ob-career__top-left-btn {
  display: none;
}
@media screen and (max-width: 959px) {
  .ob-career .ob-career__bottom + .ob-career__top-left-btn {
    display: block;
  }
}

/* ==========================================================================

トップページ　センパイ！

========================================================================== */
.ob-senpai {
  position: relative;
  z-index: 2;
  margin: -748px 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-senpai {
    margin: -290px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpai {
    margin: 0;
  }
}
.ob-senpai::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221920%22%20height%3D%223199%22%20viewBox%3D%220%200%201920%203199%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%221920%22%20height%3D%223199%22%20transform%3D%22translate(-17739%20-11997)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(17739%2011997)%22%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%221920%22%20height%3D%222819.859%22%20transform%3D%22translate(-17739%20-11618.162)%22%20fill%3D%22%23fffdeb%22%2F%3E%3Cpath%20d%3D%22M1432.848-100.835%2C0%2C123.084V379.4L717.8%2C1029.7%2C1920%2C598.829V194.1Z%22%20transform%3D%22translate(-17739%20-11896.164)%22%20fill%3D%22%239774ac%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-senpai::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22750%22%20height%3D%221154%22%20viewBox%3D%220%200%20750%201154%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22750%22%20height%3D%221154%22%20transform%3D%22translate(-16316%20-8510)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(16316%208510)%22%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%22750%22%20height%3D%22312%22%20transform%3D%22translate(-16316%20-7753)%22%20fill%3D%22%23fffdeb%22%2F%3E%3Cpath%20d%3D%22M1432.848-100.835%2C0%2C123.084V449.4L717.8%2C1099.7%2C1920%2C668.829V194.1Z%22%20transform%3D%22translate(-16701.703%20-8455.205)%22%20fill%3D%22%239774ac%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    right: 0;
    top: 0;
    left: inherit;
    width: 100%;
    height: 100%;
  }
}
.ob-senpai .ob-senpai_bg {
  position: relative;
}
.ob-senpai .ob-senpai__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px 1px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__inner {
    padding: 0 10px;
  }
}
.ob-senpai .ob-senpai__text {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 166px 0 16px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__text {
    font-size: 1.2rem;
    line-height: 1;
    padding: 83px 0 9px;
  }
}
.ob-senpai .ob-senpai__head img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__head img {
    max-width: 258px;
  }
}
.ob-senpai .ob-senpai__boxes {
  opacity: 0;
  width: 100%;
  min-height: 617px;
  margin: 46px 0 0;
  /*戻る、次へ矢印の位置*/
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes {
    margin: 25px 0 0;
    min-height: 419px;
  }
}
.ob-senpai .ob-senpai__boxes.is-show {
  transition: opacity 0.2s;
  opacity: 1;
}
.ob-senpai .ob-senpai__boxes img {
  height: auto;
  transition: 0.2s;
}
.ob-senpai .ob-senpai__boxes .slick-track {
  left: -201px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .slick-track {
    left: 250px;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .slick-slide {
    transition: transform 0s;
    margin: 0 -300px 0 0;
  }
}
.ob-senpai .ob-senpai__boxes .slick-prev,
.ob-senpai .ob-senpai__boxes .slick-next {
  display: none;
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link {
  width: 360px;
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link {
    width: 240px;
    margin-right: 10px;
  }
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--image {
    border-radius: 10px;
  }
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--image .ob-senpai__boxes-link--image---box {
  position: absolute;
  bottom: 18px;
  left: 10px;
  z-index: 2;
  width: 100%;
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--image .ob-senpai__boxes-link--image---tag {
  display: inline-block;
  line-height: 50px;
  border-radius: 25px;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
  color: #FFFFFF;
  background: #222222;
  border-radius: 25px;
  margin: 0 0 8px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--image .ob-senpai__boxes-link--image---tag {
    font-size: 1rem;
    min-width: 53px;
    line-height: 33px;
    border-radius: 16px;
    margin-left: -4px;
  }
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--image .ob-senpai__boxes-link--image---tag.is-no1 {
  background: #9774AC;
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--image .ob-senpai__boxes-link--image---tag.is-no2 {
  background: #004690;
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--textTop {
  margin: 20px 0 5px;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--textTop {
    font-size: 1.35rem;
    margin: 16px 0 0;
  }
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--textBottom {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--textBottom {
    font-size: 1.35rem;
  }
}
.ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--underText {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 18px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes .ob-senpai__boxes-link--underText {
    font-size: 1rem;
    line-height: 1.7;
    padding: 9px 0 0;
  }
}
.ob-senpai .ob-senpai__boxes a {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #222222;
}
.ob-senpai .ob-senpai__boxes a:hover {
  text-decoration: none;
}
.ob-senpai .ob-senpai__boxes a:hover img {
  transform: scale(1.2);
}
.ob-senpai .ob-senpai__boxes + .ob-senpai__inner {
  padding: 50px 20px 319px;
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-senpai .ob-senpai__boxes + .ob-senpai__inner {
    padding: 50px 20px 230px;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__boxes + .ob-senpai__inner {
    padding: 30px 24px 83px;
  }
}
.ob-senpai .ob-senpai__control {
  display: flex;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__control {
    flex-direction: column-reverse;
  }
}
.ob-senpai .ob-senpai__control .ob-senpai__control-btn {
  max-width: 220px;
  width: 100%;
  margin-top: -7px;
  outline: 1px solid #FFFDEB;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__control .ob-senpai__control-btn {
    outline: 1px solid #FFFFFF;
    max-width: 327px;
    margin: 20px auto 0;
  }
}
.ob-senpai .ob-senpai__control .ob-senpai__control-btn a {
  display: block;
  width: 100%;
  background: #9774AC;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  padding: 15px 10px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__control .ob-senpai__control-btn a {
    border-radius: 2px;
    padding: 10px;
    letter-spacing: 0;
  }
}
.ob-senpai .ob-senpai__control .ob-senpai__control-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ob-senpai .ob-senpai__control .ob-senpai__controlBox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__control .ob-senpai__controlBox {
    margin-left: 0;
  }
}
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-prev::before,
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-next::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: block;
  width: 27px;
  height: 10px;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-prev::before,
  .ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-next::before {
    top: 0;
    width: 19px;
    height: 8px;
  }
}
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-prev::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C27.23V0L10.539%2C10.54H2V27.23Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-next::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C0V27.23l10.539-10.54H2V0Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-prev:hover::before {
  animation: arrowReverse 0.5s;
}
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-next:hover::before {
  animation: arrow 0.5s;
}
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-prev,
.ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-next {
  position: relative;
  display: block;
  height: 80px;
  width: 80px;
  background: #9774AD;
  border-radius: 10px;
  cursor: pointer;
  margin: -33px 0 0;
  outline: 1px solid #FFFDEB;
}
@media screen and (max-width: 959px) {
  .ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-prev,
  .ob-senpai .ob-senpai__control .ob-senpai__controlBox .ob-senpai__control-next {
    outline: 1px solid #FFFFFF;
    height: 50px;
    width: 50px;
    border-radius: 5px;
  }
}

/* ==========================================================================

トップページ　キャンパス紹介

========================================================================== */
.cms .ob-campusTop::before, .cms .ob-campusTop::after {
  content: none;
}

.ob-campusTop {
  position: relative;
  background: #FCDD45;
}
.ob-campusTop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -302px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 303px 100vw;
  border-color: transparent transparent #fcde45 transparent;
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-campusTop::before {
    top: -200px;
    border-width: 0 0 200px 100vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop::before {
    top: -60px;
    border-width: 0 0 60px 100vw;
  }
}
.ob-campusTop::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -120px;
  right: 85px;
  z-index: 2;
  width: 59px;
  height: 436px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2259.52%22%20height%3D%22338.96%22%20viewBox%3D%220%200%2059.52%20338.96%22%3E%3Cpath%20d%3D%22M52.4-49.76c-4.8-6.16-12.8-8.32-19.12-8.32-17.68%2C0-30.56%2C11.6-30.56%2C29.76S15.6%2C1.44%2C33.28%2C1.44c7.76%2C0%2C15.76-3.12%2C20.48-9.84l-10.4-7.76a13.546%2C13.546%2C0%2C0%2C1-11.68%2C6.08c-9.04%2C0-16-7.68-16-18.24s6.96-18.24%2C16.4-18.24A13.364%2C13.364%2C0%2C0%2C1%2C42.8-41.92ZM54.72%2C0H68.48L73.2-12h22l4.88%2C12h14.08L89.52-56.64H79.2ZM90.96-22.56H77.12L84-40.16ZM119.84%2C0h12.48V-43.44h.16L146.8%2C0h9.52L171.2-43.44h.16V0h12.48V-56.64h-18.8L151.92-19.68h-.16L138.72-56.64H119.84Zm75.52%2C0h12.48V-22.08h9.12c11.92%2C0%2C20.96-4.08%2C20.96-17.36%2C0-13.44-9.76-17.2-21.52-17.2H195.36Zm12.48-46.08h6.4c4.8%2C0%2C10.72.8%2C10.72%2C6.64%2C0%2C5.28-4.4%2C6.8-8.8%2C6.8h-8.32Zm85.68-10.56H281.04v34.32c0%2C6.96-4.8%2C12.24-11.36%2C12.24-6.64%2C0-11.44-5.28-11.44-12.24V-56.64H245.76v34.8c0%2C13.36%2C8.16%2C23.28%2C23.92%2C23.28%2C15.68%2C0%2C23.84-9.92%2C23.84-23.28Zm48.08%2C4.48c-4.8-4.24-10.96-5.92-17.36-5.92-11.12%2C0-21.6%2C6.32-21.6%2C18.4C302.64-20.8%2C329.2-26.4%2C329.2-16c0%2C4-4.56%2C5.92-8.64%2C5.92a13.875%2C13.875%2C0%2C0%2C1-10.88-5.36L300.8-5.68c5.36%2C4.96%2C11.76%2C7.12%2C19.04%2C7.12%2C11.68%2C0%2C21.84-6%2C21.84-18.64%2C0-19.84-26.08-13.2-26.08-23.52%2C0-4.24%2C4.88-5.84%2C8.4-5.84%2C3.04%2C0%2C7.04%2C1.2%2C9.04%2C3.76Z%22%20transform%3D%22translate(1.44%20-2.72)%20rotate(90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-campusTop::after {
    top: 38px;
    right: 5px;
    height: 230px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop::after {
    top: 0;
    right: -17px;
    height: 130px;
  }
}
.ob-campusTop .ob-campusTop__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  top: -300px;
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-campusTop .ob-campusTop__inner {
    top: -200px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__inner {
    top: -100px;
    padding: 45px 10px 0;
  }
}
.ob-campusTop .ob-campusTop__head {
  font-size: 5rem;
  font-weight: 700;
  padding: 336px 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-campusTop .ob-campusTop__head {
    padding: 246px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__head {
    position: static;
    font-size: 3.5rem;
    padding: 100px 0 0 16px;
    line-height: 1;
  }
}
.ob-campusTop .ob-campusTop__text {
  font-size: 1.8rem;
  padding: 20px 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__text {
    font-size: 1.6rem;
    line-height: 1.62;
    padding: 20px 38px 0 14px;
    letter-spacing: 0.02em;
  }
}
.ob-campusTop .ob-campusTop__boxes {
  display: flex;
  width: 100%;
  margin: -237px 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1650px) {
  .ob-campusTop .ob-campusTop__boxes {
    margin: -90px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 1140px) {
  .ob-campusTop .ob-campusTop__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes {
    margin: -61px 0 0;
  }
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link {
  width: 25%;
}
@media screen and (min-width: 0px) and (max-width: 1600px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link {
    width: 100%;
  }
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:hover {
  text-decoration: none;
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:hover .ob-campusTop__boxes-link--image > .cp-inner > a > img {
  transform: scale(1.2);
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:hover .ob-campusTop__boxes-link--image---text::after {
  animation: arrow 0.5s;
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image {
  position: relative;
  overflow: hidden;
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image > .cp-inner {
  position: relative;
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image > .cp-inner > a > img {
  transition: 0.2s;
  width: 100%;
  display: block;
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text {
  position: absolute;
  bottom: 48px;
  left: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 960px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text {
    bottom: 19px;
    left: 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text {
    bottom: 19px;
    left: 3px;
  }
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text > .cp-inner > img {
  transition: 0.2s;
  width: 100%;
  display: block;
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 10px;
  right: -83px;
  bottom: 0;
  margin: auto 0;
  width: 60px;
  height: 60px;
  background: #FCDD45;
  border-radius: 10px;
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text::before {
    top: 14px;
    right: -52px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text::before {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    top: 4px;
    right: -35px;
  }
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -62px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 18px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.05%22%20height%3D%227.373%22%20viewBox%3D%220%200%2019.05%207.373%22%3E%3Cpath%20d%3D%22M0%2C0V19.05l7.373-7.374H1.4V0Z%22%20transform%3D%22translate(0%207.373)%20rotate(-90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text::after {
    top: 12px;
    right: -41px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link .ob-campusTop__boxes-link--image .ob-campusTop__boxes-link--image---text::after {
    top: 2px;
    right: -28px;
    width: 10px;
    height: 4px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(1) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(1) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 24px;
    width: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(2) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(2) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 24px;
    width: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(3) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(3) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 24px;
    width: 80px;
  }
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text {
  bottom: 31px !important;
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text {
    bottom: 19px !important;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text {
    bottom: 11px !important;
  }
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text::before {
  top: -6px !important;
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text::before {
    top: 0 !important;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text::before {
    top: 0 !important;
  }
}
.ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text::after {
  top: -7px !important;
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text::after {
    top: 0 !important;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text::after {
    top: 0 !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1700px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 50px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusTop .ob-campusTop__boxes .ob-campusTop__boxes-link:nth-child(4) .ob-campusTop__boxes-link--image---text > .cp-inner > img {
    height: 31px;
    width: 80px;
  }
}

.cms .ob-campusTop__inner {
  position: static;
}
.cms .ob-campusTop__head {
  padding-top: 0;
}
.cms .ob-campusTop__boxes {
  margin: 0;
}
.cms .ob-campusTop__boxes-link--image---text {
  left: 0;
  width: 190px;
}

/* ==========================================================================

オススメ情報！

========================================================================== */
.ob-recommend {
  position: relative;
  background: #F1F1F1;
}
.ob-recommend .ob-recommend__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 90px 20px 141px;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__inner {
    padding: 64px 10px 52px;
  }
}
.ob-recommend .ob-recommend__head {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__head {
    font-size: 2.5rem;
    padding: 0 0 0 15px;
  }
}
.ob-recommend .ob-recommend__boxes {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 65px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .ob-recommend .ob-recommend__boxes {
    margin: 65px -20px 0 -20px;
  }
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__boxes {
    margin: 36px -20px 0 -20px;
  }
}
.ob-recommend .ob-recommend__boxes.is-show {
  transition: opacity 0.2s;
  opacity: 1;
}
.ob-recommend .ob-recommend__boxes.is-visible {
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .ob-recommend .ob-recommend__boxes.is-visible {
    margin: 65px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__boxes.is-visible {
    margin: 36px -20px 0 -20px;
  }
}
.ob-recommend .ob-recommend__boxes.is-visible .ob-recommend__boxes-link:last-child {
  margin-right: 0;
}
.ob-recommend .ob-recommend__boxes .slick-dots,
.ob-recommend .ob-recommend__boxes .slick-prev,
.ob-recommend .ob-recommend__boxes .slick-next {
  display: none !important;
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link {
  position: relative;
  width: 325px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 18px;
  margin-right: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link {
    width: auto;
  }
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link {
    border-radius: 9px;
    width: 240px;
    margin-right: 10px;
  }
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
  padding: 29px 52px 30px;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link a {
    padding: 20px 38px 23px;
  }
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link a[target=_blank]::after {
  content: none;
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link a:hover {
  text-decoration: none;
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link a:hover img {
  transform: scale(1.2);
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link .ob-recommend__boxes-link--text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link .ob-recommend__boxes-link--text {
    font-size: 1.6rem;
  }
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link .ob-recommend__boxes-link--image {
  overflow: hidden;
  border-radius: 10px;
  margin: 17px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link .ob-recommend__boxes-link--image {
    border-radius: 5px;
    margin: 10px 0 0;
  }
}
.ob-recommend .ob-recommend__boxes .ob-recommend__boxes-link .ob-recommend__boxes-link--image img {
  width: 100%;
  transition: transform 0.4s;
}
.ob-recommend .ob-recommend__control {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin: 35px 0 0;
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__control {
    gap: 29px;
    margin: 27px 0 0;
  }
}
.ob-recommend .ob-recommend__control.is-show {
  opacity: 1;
}
.ob-recommend .ob-recommend__control.is-hide {
  opacity: 0 !important;
  display: none !important;
}
.ob-recommend .ob-recommend__control .ob-recommend__control-prev {
  cursor: pointer;
  position: relative;
}
.ob-recommend .ob-recommend__control .ob-recommend__control-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -8px;
  z-index: 2;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.902%22%20height%3D%2214.977%22%20viewBox%3D%220%200%208.902%2014.977%22%3E%3Cpath%20d%3D%22M-13210.188-6250.915l-7.488-7.488%2C7.488-7.488%2C1.414%2C1.414-6.074%2C6.074%2C6.074%2C6.074Z%22%20transform%3D%22translate(13217.677%206265.891)%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__control .ob-recommend__control-prev::before {
    width: 10px;
    height: 17px;
  }
}
.ob-recommend .ob-recommend__control .ob-recommend__control-next {
  cursor: pointer;
  position: relative;
}
.ob-recommend .ob-recommend__control .ob-recommend__control-next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.902%22%20height%3D%2214.977%22%20viewBox%3D%220%200%208.902%2014.977%22%3E%3Cpath%20d%3D%22M-13215.556-6250.915l-1.414-1.414%2C6.074-6.074-6.074-6.074%2C1.414-1.414%2C7.488%2C7.488Z%22%20transform%3D%22translate(13216.97%206265.891)%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__control .ob-recommend__control-next::before {
    width: 10px;
    height: 17px;
  }
}
.ob-recommend .ob-recommend__control .slick-dots.is-clone {
  display: flex !important;
  position: static;
  z-index: -1;
  margin-left: 0;
  bottom: -37px;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__control .slick-dots.is-clone {
    bottom: -34px;
  }
}
.ob-recommend .ob-recommend__control .slick-dots.is-clone li {
  margin: 0 3px;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__control .slick-dots.is-clone li {
    margin: 0 4px;
  }
}
.ob-recommend .ob-recommend__control .slick-dots.is-clone li::before {
  content: none;
}
.ob-recommend .ob-recommend__control .slick-dots.is-clone li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .ob-recommend .ob-recommend__control .slick-dots.is-clone li button {
    width: 12.5px;
    height: 12.5px;
  }
}
.ob-recommend .ob-recommend__control .slick-dots.is-clone li button:hover {
  background: #004690;
  border-color: #004690;
}
.ob-recommend .ob-recommend__control .slick-dots.is-clone li.slick-active button {
  background: #004690;
  border-color: #004690;
}

/* ==========================================================================

トップページ　shukutokuMovies

========================================================================== */
.ob-shukutokuMovies {
  position: relative;
  background: #FFFFFF;
}
.ob-shukutokuMovies .ob-shukutokuMovies__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 109px 20px 153px;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__inner {
    padding: 32px 25px 48px;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__head {
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 2px 0 0 84px;
  font-family: "Avenir Next", sans-serif;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__head {
    font-size: 2.1rem;
    padding: 4px 0 0 63px;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 67px;
  height: 48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267.143%22%20height%3D%2248.002%22%20viewBox%3D%220%200%2067.143%2048.002%22%3E%3Cg%20transform%3D%22translate(19084%20-11864.499)%22%3E%3Cpath%20d%3D%22M18618.381%2C8889c-1.078%2C0-2.209-.008-3.461-.023-.434-.008-.877-.013-1.307-.018l-.3%2C0h-.008l-.7-.007h-.047c-2.428-.023-4.937-.048-7.416-.211h-.008c-2.756-.177-6.529-.42-9.629-1.68-5.885-2.394-6.168-9.294-6.375-14.333l0-.022c-.146-3.674-.141-7.243-.121-11.527%2C0-.464%2C0-.923%2C0-1.409v-.01c0-3.988-.008-8.509%2C1.719-12.216%2C2.223-4.757%2C7.016-5.524%2C11.734-5.9%2C3.656-.287%2C7.332-.37%2C10.885-.45%2C4.164-.093%2C8.471-.188%2C12.789-.188%2C3.061%2C0%2C5.8.048%2C8.379.146%2C3.787.146%2C7.209.4%2C10.465.764%2C2.793.318%2C5.945.867%2C8.006%2C3.361%2C2.238%2C2.7%2C2.682%2C6.335%2C2.973%2C10.132.066.886.107%2C1.636.127%2C2.36.063%2C1.723.055%2C3.462.047%2C5.145l0%2C.464c-.012%2C1-.016%2C1.816-.016%2C2.562%2C0%2C.463%2C0%2C.948.008%2C1.339l0%2C.445v.022a62.01%2C62.01%2C0%2C0%2C1-.4%2C9.332c-.586%2C4.081-1.756%2C8.449-6.008%2C9.9-4.512%2C1.539-9.3%2C1.635-13.934%2C1.728h-.023l-.393%2C0-2.344.053-1.17.026-1.117.024-.187%2C0C18626.781%2C8888.9%2C18622.512%2C8889%2C18618.381%2C8889Zm-1.266-34.9a.829.829%2C0%2C0%2C0-.828.828v20.143a.827.827%2C0%2C0%2C0%2C1.24.716l8.719-5.037%2C8.723-5.033a.827.827%2C0%2C0%2C0%2C0-1.434l-8.723-5.033-8.719-5.037A.817.817%2C0%2C0%2C0%2C18617.115%2C8854.1Z%22%20transform%3D%22translate(-37673%203023.5)%22%20fill%3D%22red%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__head::before {
    width: 51px;
    height: 37px;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos {
  opacity: 0;
  margin: 48px 0 0;
  /*戻る、次へ矢印の位置*/
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos {
    margin: 16px auto 57px;
    max-width: 335px;
    width: 100%;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos.is-show {
  transition: opacity 0.2s;
  opacity: 1;
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos img {
  height: auto;
  transition: 0.2s;
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .slick-prev,
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .slick-next {
  display: none;
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .cp-videos-item {
  overflow: hidden;
  margin-right: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .cp-videos-item {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .cp-videos-item:last-child {
  margin-right: 0;
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .cp-videos-item > .cp-inner {
  display: none;
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .cp-videos-item a {
  display: block;
}
.ob-shukutokuMovies .ob-shukutokuMovies__boxes .cp-videos .cp-videos-item a .cp-videos-thumb {
  transition: 0.2s;
  border-radius: 0;
}
.ob-shukutokuMovies .ob-shukutokuMovies__control {
  display: none;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__control {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 335px;
    margin: 0 auto;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-prev::before,
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-next::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: block;
  width: 27px;
  height: 10px;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-prev::before,
  .ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-next::before {
    top: 0;
    width: 19px;
    height: 8px;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-prev::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C27.23V0L10.539%2C10.54H2V27.23Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-next::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C0V27.23l10.539-10.54H2V0Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-prev:hover::before {
  animation: arrowReverse 0.5s;
}
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-next:hover::before {
  animation: arrow 0.5s;
}
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-prev,
.ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-next {
  position: relative;
  display: block;
  height: 80px;
  width: 80px;
  background: #333;
  border-radius: 10px;
  cursor: pointer;
  margin: -33px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-prev,
  .ob-shukutokuMovies .ob-shukutokuMovies__control .ob-shukutokuMovies__control-next {
    height: 50px;
    width: 50px;
    border-radius: 5px;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__btn {
  position: absolute;
  top: 110px;
  right: 20px;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__btn {
    position: static;
    max-width: 335px;
    margin: 20px auto 0;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__btn a {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  color: #222222;
  outline: 1px solid #222222;
  padding: 14px 10px;
}
@media screen and (max-width: 959px) {
  .ob-shukutokuMovies .ob-shukutokuMovies__btn a {
    border-radius: 2px;
    padding: 10px;
    color: #FFFFFF;
    border-color: #333;
    background: #333;
  }
}
.ob-shukutokuMovies .ob-shukutokuMovies__btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ob-shukutokuMovies .ob-shukutokuMovies__btn a[target=_blank]::after {
  content: none;
}

/* ==========================================================================

オープンキャンパスINDEX

========================================================================== */
body.is-openCampus [data-area=content] {
  padding: 0;
}
body.is-openCampus #data-chiba,
body.is-openCampus #data-chiba2,
body.is-openCampus #data-saitama,
body.is-openCampus #data-tokyo {
  display: none;
}

.ob-openVisual {
  position: relative;
  transition: opacity 0.2s;
  opacity: 0;
  height: 100vh;
}
@media screen and (max-width: 959px) {
  .ob-openVisual {
    height: auto;
  }
}
.ob-openVisual.is-show {
  opacity: 1;
}
.ob-openVisual .ob-openVisual__inner {
  position: relative;
}
.ob-openVisual .ob-openVisual__inner .ob-openvisual__item-inner--image img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .ob-openVisual .ob-openVisual__inner .ob-openvisual__item-inner--image img {
    width: 110%;
    height: 100%;
    max-width: none;
    margin-left: -3vw;
  }
}
.ob-openVisual .ob-openvisual__link {
  position: absolute;
  bottom: 52px;
  right: 85px;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .ob-openVisual .ob-openvisual__link {
    position: static;
    margin: 25px 25px 0;
  }
}
.ob-openVisual .ob-openvisual__link a {
  position: relative;
  color: #333;
  background: #FFFFFF;
  border: 8px solid #F5D743;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .ob-openVisual .ob-openvisual__link a {
    width: 100%;
    height: 60px;
    border-width: 4px;
    border-radius: 0;
    font-size: 1.6rem;
  }
}
.ob-openVisual .ob-openvisual__link a::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: block;
  width: 27px;
  height: 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.231%22%20height%3D%2210.54%22%20viewBox%3D%220%200%2027.231%2010.54%22%3E%3Cpath%20d%3D%22M0%2C0V27.231l10.54-10.54H2V0Z%22%20transform%3D%22translate(0%2010.54)%20rotate(-90)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-openVisual .ob-openvisual__link a::after {
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: inherit;
    right: 10px;
    width: 19px;
    height: 8px;
  }
}
.ob-openVisual .ob-openvisual__link a:hover {
  text-decoration: none;
}
.ob-openVisual .ob-openvisual__link a:hover::after {
  animation: arrow 0.5s;
}
@media screen and (max-width: 959px) {
  .ob-openVisual .ob-openvisual__link a br {
    display: none;
  }
}
.ob-openVisual .ob-openvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ob-openVisual .ob-openvisual__bg img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:1921px) {
  .ob-openVisual .ob-openvisual__bg img {
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .ob-openVisual .ob-openvisual__bg img {
    width: 100%;
    height: 100%;
  }
}

.ob-openIndex {
  position: relative;
  background: #FFFEF7;
}
.ob-openIndex .ob-openIndex__inner {
  max-width: 1362px;
  margin: 0 auto;
  position: relative;
  padding: 88px 20px 150px;
}
@media screen and (max-width: 959px) {
  .ob-openIndex .ob-openIndex__inner {
    padding: 6px 25px 75px;
  }
}
.ob-openIndex .ob-openIndex__inner .lead2 {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .ob-openIndex .ob-openIndex__inner .lead2 {
    padding: 32px 0 35px;
  }
}
.ob-openIndex .ob-openIndex__inner .cp-img-change {
  position: absolute;
  left: -191px;
  top: 253px;
  z-index: 1;
  max-width: 411px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1750px) {
  .ob-openIndex .ob-openIndex__inner .cp-img-change {
    left: 20px;
    top: 13px;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex .ob-openIndex__inner .cp-img-change {
    position: static;
    width: 100%;
    max-width: 450px;
    position: static;
    margin: 33px auto 0;
  }
}

.ob-openIndex__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 171px 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1362px) {
  .ob-openIndex__boxes {
    gap: 30px;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes {
    gap: 20px;
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 677px) {
  .ob-openIndex__boxes {
    grid-template-columns: 1fr;
  }
}
.cms .ob-openIndex__boxes{
  grid-template-columns: 1fr;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 960px) and (max-width: 1362px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item {
    gap: 16px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left {
  min-width: 240px;
  color: #FFFFFF;
  padding: 20px 20px 67px;
  border-radius: 10px;
}
@media screen and (min-width: 960px) and (max-width: 1362px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left {
    min-width: 17.6212vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left {
    min-width: inherit;
    width: 120px;
    border-radius: 5px;
    padding: 10px 10px 17px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftImage img {
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftImage img {
    border-radius: 5px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftText {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 36px 0 7px;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftText {
    font-size: 1.2rem;
    padding: 25px 0 5px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 7.1rem;
  padding: 30px 0 0;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 960px) and (max-width: 1230px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate {
    font-size: 4.4rem;
    padding: 8px 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1230px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate .ob-openIndex__boxes-item--leftDateM {
    margin-right: 5px;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate .ob-openIndex__boxes-item--leftDateM {
    margin-right: 6px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate .ob-openIndex__boxes-item--leftDateC {
  margin: 26px 3px -25px;
}
@media screen and (min-width: 960px) and (max-width: 1230px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate .ob-openIndex__boxes-item--leftDateC {
    margin: 0;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    top: 57px;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate .ob-openIndex__boxes-item--leftDateC {
    margin: 0;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    top: 23px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1230px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate .ob-openIndex__boxes-item--leftDateC img {
    width: 6px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftWeek {
  display: flex;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftWeek {
    font-size: 1.2rem;
    padding: 4px 0 0;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item.is-chiba .ob-openIndex__boxes-item--left {
  background: #86B0AB;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item.is-chiba2 .ob-openIndex__boxes-item--left {
  background: #BA7F7E;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item.is-saitama .ob-openIndex__boxes-item--left {
  background: #7892B6;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item.is-tokyo .ob-openIndex__boxes-item--left {
  background: #C0995F;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right {
  width: 100%;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightTitle {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 21px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightTitle {
    font-size: 2rem;
    padding: 9px 0 0;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightText {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 29px 0 46px;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 1362px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightText {
    white-space: inherit;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightText {
    font-size: 1.3rem;
    padding: 9px 0 14px;
    line-height: 1.4;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty {
  max-width: 200px;
  min-height: 89px;
}
@media screen and (min-width: 426px) and (max-width: 960px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty {
    min-height: 65px;
  }
}
@media screen and (min-width: 0px) and (max-width: 425px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty {
    gap: 6.5vw;
    min-height: inherit;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText {
  width: 100%;
  font-size: 1.6rem;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 5px;
  margin-bottom: 9px;
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText {
    font-size: 1.3rem;
    padding: 2px 5px;
    margin-bottom: 5px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText.is-no1 {
  background: #87B1AA;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText.is-no2 {
  background: #94BB6C;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText.is-no3 {
  background: #CC4972;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText.is-no4 {
  background: #4499CE;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText.is-no5 {
  background: #4460A8;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText.is-no6 {
  background: #A45477;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightFaculty .ob-openIndex__boxes-item--rightFacultyText.is-no7 {
  background: #DC9162;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks {
  display: flex;
  gap: 10px;
  margin: 36px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks {
    margin: 8px 0 0;
  }
}
@media screen and (min-width: 363px) and (max-width: 425px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks {
    gap: 6.5vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 362px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks {
    gap: 10px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a {
  position: relative;
  color: #333;
  background: #F5D743;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 161px;
  height: 161px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 960px) and (max-width: 1362px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a {
    width: 11.821vw;
    height: 11.821vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a {
    width: 80px;
    height: 80px;
    border-radius: 0;
    border-radius: 50%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 362px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a {
    width: 60px !important;
    height: 60px !important;
    line-height: 1.4;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a::after {
  content: "";
  position: absolute;
  top: 59px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: block;
  width: 22px !important;
  height: 9px !important;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.231%22%20height%3D%2210.54%22%20viewBox%3D%220%200%2027.231%2010.54%22%3E%3Cpath%20d%3D%22M0%2C0V27.231l10.54-10.54H2V0Z%22%20transform%3D%22translate(0%2010.54)%20rotate(-90)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") !important;
}
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a::after {
    bottom: 20px;
    left: 0;
    right: 0;
    height: 5px !important;
    width: 14px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 362px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a::after {
    margin-top: -12px;
  }
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a:hover {
  text-decoration: none;
}
.ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a:hover::after {
  animation: arrow 0.5s;
}

/* ==========================================================================

オープンキャンパス一覧

========================================================================== */
body.is-openCampusLists {
  background: #FFFEF7;
}
body.is-openCampusLists [data-area=content] {
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists [data-area=content] {
    padding: 0 25px;
  }
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists .ob-campusLists__inner > *:first-child {
    margin-top: 0;
  }
}
body.is-openCampusLists.tops .small-btn ul li {
  margin-bottom: -30px;
}
body.is-openCampusLists .cp-h3-text {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 100px 0 0;
  padding: 0 0 32px;
  border: none;
  border-bottom: 1px solid #004690;
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists .cp-h3-text {
    font-size: 2.5rem;
    margin: 50px 0 0;
    padding: 0 0 26px;
  }
}
body.is-openCampusLists .cp-h3-text::before {
  height: 1px;
  min-width: 100%;
  bottom: 2px;
}
body.is-openCampusLists .cp-accordion-title--small {
  background: #FFFFFF;
}
body.is-openCampusLists .cp-horizontal-text .cp-h3-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists .cp-horizontal-text .cp-h3-text {
    margin-bottom: 15px;
  }
}
body.is-openCampusLists .cp-accordion-content .cp-text .cp-text-item.cp-text-l {
  width: 40%;
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists .cp-accordion-content .cp-text .cp-text-item.cp-text-l {
    width: 100%;
  }
}
body.is-openCampusLists .cp-accordion-content .cp-text .cp-text-item.cp-text-r {
  width: 60%;
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists .cp-accordion-content .cp-text .cp-text-item.cp-text-r {
    width: 100%;
  }
}
body.is-openCampusLists.id-5723 .ob-campusLists__tops-leftImage {
  background: #86B0AB;
}
body.is-openCampusLists.id-5723 .ob-campusLists__tabs {
  border-color: #86B0AB;
}
body.is-openCampusLists.id-5723 .ob-campusLists__tabs-links-link a {
  background: #86B0AB;
}
body.is-openCampusLists.id-5723 .cp-h3-text {
  border-color: #86B0AB;
}
body.is-openCampusLists.id-5723 .ob-campusLists__schedule {
  border-color: #86B0AB;
}
body.is-openCampusLists.id-5723 .ob-campusLists__schedule .ob-campusLists__schedule-leftDate {
  background: #86B0AB;
}
body.is-openCampusLists.id-5723 .ob-campusLists__textMovie {
  background: #86B0AB;
}
body.is-openCampusLists.id-5724 .ob-campusLists__tops-leftImage {
  background: #BA7F7E;
}
body.is-openCampusLists.id-5724 .ob-campusLists__tabs {
  border-color: #BA7F7E;
}
body.is-openCampusLists.id-5724 .ob-campusLists__tabs-links-link a {
  background: #BA7F7E;
}
body.is-openCampusLists.id-5724 .cp-h3-text {
  border-color: #BA7F7E;
}
body.is-openCampusLists.id-5724 .ob-campusLists__schedule {
  border-color: #BA7F7E;
}
body.is-openCampusLists.id-5724 .ob-campusLists__schedule .ob-campusLists__schedule-leftDate {
  background: #BA7F7E;
}
body.is-openCampusLists.id-5724 .ob-campusLists__textMovie {
  background: #BA7F7E;
}
body.is-openCampusLists.id-5725 .ob-campusLists__tops-leftImage {
  background: #7892B6;
}
body.is-openCampusLists.id-5725 .ob-campusLists__tabs {
  border-color: #7892B6;
}
body.is-openCampusLists.id-5725 .ob-campusLists__tabs-links-link a {
  background: #7892B6;
}
body.is-openCampusLists.id-5725 .cp-h3-text {
  border-color: #7892B6;
}
body.is-openCampusLists.id-5725 .ob-campusLists__schedule {
  border-color: #7892B6;
}
body.is-openCampusLists.id-5725 .ob-campusLists__schedule .ob-campusLists__schedule-leftDate {
  background: #7892B6;
}
body.is-openCampusLists.id-5725 .ob-campusLists__textMovie {
  background: #7892B6;
}
body.is-openCampusLists.id-5727 .ob-campusLists__tops-leftImage {
  background: #C0995F;
}
body.is-openCampusLists.id-5727 .ob-campusLists__tabs {
  border-color: #C0995F;
}
body.is-openCampusLists.id-5727 .ob-campusLists__tabs-links-link a {
  background: #C0995F;
}
body.is-openCampusLists.id-5727 .cp-h3-text {
  border-color: #C0995F;
}
body.is-openCampusLists.id-5727 .ob-campusLists__schedule {
  border-color: #C0995F;
}
body.is-openCampusLists.id-5727 .ob-campusLists__schedule .ob-campusLists__schedule-leftDate {
  background: #C0995F;
}
body.is-openCampusLists.id-5727 .ob-campusLists__textMovie {
  background: #C0995F;
}
body.is-openCampusLists .ob-campusLists__backLink {
  position: absolute;
  top: 163px;
  right: 20px;
  z-index: 2;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists .ob-campusLists__backLink {
    position: static;
    max-width: 150px;
    margin: 0 0 20px auto;
  }
}
body.is-openCampusLists .ob-campusLists__backLink .cp-inner a {
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 500;
  border-radius: 20px;
  background: #333;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  padding: 4px 5px;
}
@media screen and (max-width: 959px) {
  body.is-openCampusLists .ob-campusLists__backLink .cp-inner a {
    padding: 3px 5px;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}
body.is-openCampusLists .ob-campusLists__backLink .cp-inner a:hover {
  opacity: 0.8;
}

.lo-openCampusLists .lo-openCampusLists__inner img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom;";
}
@media screen and (max-width: 959px) {
  .lo-openCampusLists .lo-openCampusLists__inner img {
    height: auto;
  }
}

.cms .ob-campusLists__schedule-leftDate {
  width: 240px;
}

.ob-campusLists {
  position: relative;
  background: #FFFEF7;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -180px !important;
  max-width: 1720px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ob-campusLists {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -35px !important;
  }
}
.ob-campusLists .ob-campusLists__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px 150px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists .ob-campusLists__inner {
    padding: 55px 0 0;
  }
}

.ob-campusLists__tops {
  display: flex;
  gap: 43px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops {
    gap: 10px;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-leftImage {
  background: #063F83;
  border-radius: 10px;
  min-width: 240px;
  padding: 20px 20px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-leftImage {
    min-width: inherit;
    border-radius: 5px;
    width: 120px;
    padding: 10px 10px;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-leftImage img {
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-leftImage img {
    border-radius: 5px;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-right {
  width: 100%;
}
.ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightTitle {
  display: flex;
  font-weight: 700;
  line-height: 1.2;
  margin: 37px 0 33px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightTitle {
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightTitle {
    gap: 2px;
    margin: -2px 0 7px 5px;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightTitle .ob-campusLists__tops-rightTitle--first {
  font-size: 4.8rem;
  padding: 0 22px 0 5px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightTitle .ob-campusLists__tops-rightTitle--first {
    font-size: 2rem;
    padding: 0;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightTitle .ob-campusLists__tops-rightTitle--last {
  font-size: 5.4rem;
  font-family: "Avenir", sans-serif;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightTitle .ob-campusLists__tops-rightTitle--last {
    font-size: 2rem;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightFaculty ul {
  display: flex;
  margin: 0 0 0 5px;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightFaculty ul {
    gap: 5px;
    flex-direction: column;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightFaculty ul li {
  width: 100%;
  max-width: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightFaculty ul li {
    font-size: 1.3rem;
  }
}
.ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightFaculty ul li::before {
  content: none;
}
.ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightFaculty ul li span {
  display: block;
  width: 200px;
  padding: 4px 5px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tops .ob-campusLists__tops-right .ob-campusLists__tops-rightFaculty ul li span {
    width: 100%;
    padding: 2px 5px;
  }
}

.ob-campusLists__tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #063F83;
  margin: 60px 0 46px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tabs {
    flex-direction: column;
    border: 0;
    margin: 35px 0 17px;
  }
}
.ob-campusLists__tabs .ob-campusLists__tabs-links {
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tabs .ob-campusLists__tabs-links {
    gap: 6px;
    justify-content: space-between;
    width: 100%;
  }
}
.ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link {
  width: 240px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link {
    width: 100%;
  }
}
.ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 10px 13px;
  color: #FFFFFF;
  background: #063F83;
  text-align: center;
  font-weight: 500;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link a {
    padding: 8px 5px;
    font-size: 1.2rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  display: block;
  width: 11px;
  height: 6px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.707%22%20height%3D%226.059%22%20viewBox%3D%220%200%2010.707%206.059%22%3E%3Cpath%20d%3D%22M-7454.728-22179.262l-5.354-5.352.707-.707%2C4.646%2C4.645%2C4.646-4.645.707.707Z%22%20transform%3D%22translate(7460.082%2022185.32)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link a::after {
    bottom: 4px;
    height: 6px;
    width: 9px;
  }
}
.ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link a:hover {
  text-decoration: none;
}
.ob-campusLists__tabs .ob-campusLists__tabs-links .ob-campusLists__tabs-links-link a:hover::after {
  animation: arrowVertical 0.5s;
}
.ob-campusLists__tabs .ob-campusLists__tabs-btn {
  max-width: 200px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tabs .ob-campusLists__tabs-btn {
    max-width: 149px;
    margin: 18px 0 0 auto;
  }
}
.ob-campusLists__tabs .ob-campusLists__tabs-btn a {
  display: block;
  width: 100%;
  background: #333;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  border-radius: 20px;
  padding: 4px 10px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__tabs .ob-campusLists__tabs-btn a {
    border-radius: 15px;
    padding: 3px 5px 4px 5px;
    letter-spacing: -0.02em;
    font-size: 1.15rem;
    font-weight: 400;
  }
}
.ob-campusLists__tabs .ob-campusLists__tabs-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.ob-campusLists__schedule {
  display: flex;
  border-bottom: 1px solid #999;
  padding: 29px 0 30px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule {
    padding: 20px 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule {
    display: block;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left {
  display: flex;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left {
    flex-direction: column;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate {
  position: relative;
  transition: 0.2s;
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #063F83;
  max-width: 240px;
  width: 100%;
  min-height: 160px;
  padding: 8px 0 0;
  margin: 0 74px 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1460px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate {
    max-width: 200px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate {
    flex-direction: initial;
    justify-content: flex-start;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    min-height: 60px;
    padding: 17px 15px 12px;
    margin: 0;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateAD {
  position: absolute;
  top: 22px;
  left: 5px;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 960px) and (max-width: 1460px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateAD {
    top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateAD {
    position: static;
    font-size: 1.5rem;
    margin: 0 10px 0 0;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateAD.is-hide {
  display: none;
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateTop {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 6.1rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateTop {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateTop .ob-campusLists__schedule-leftDateTopM {
    margin-right: 6px;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateTop .ob-campusLists__schedule-leftDateTopC {
  margin: 25px 3px -22px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateTop .ob-campusLists__schedule-leftDateTopC {
    margin: 0 0 0 1px;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    top: 12px;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateTop .ob-campusLists__schedule-leftDateTopC img {
  width: 8px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateTop .ob-campusLists__schedule-leftDateTopC img {
    width: 4px;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateBottom {
  display: flex;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftDate .ob-campusLists__schedule-leftDateBottom {
    font-size: 1.2rem;
    padding: 6px 0 0;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation {
  width: 100%;
  margin: 15px 10px 0 0;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation {
    margin: 10px 0 0;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table {
  margin: 0;
  padding: 0;
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td {
  border: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td {
    font-size: 1.5rem;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td:first-child {
  width: 53px;
}
@media screen and (min-width: 960px) and (max-width: 1460px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td:first-child {
    min-width: 53px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td:first-child {
    width: 44px;
    min-width: 44px;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td:last-child {
  width: 569px;
}
@media screen and (min-width: 960px) and (max-width: 1460px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td:last-child {
    width: 659px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-left .ob-campusLists__schedule-leftExplanation table tr td:last-child {
    width: auto;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-right {
  margin: 0;
  max-width: 500px;
}
@media screen and (min-width: 0px) and (max-width: 1460px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-right {
    margin: 10px 0 0;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-right ul {
  display: grid;
  gap: 10px;
  margin: 0;
  grid-template-columns: 10em 10em 10em;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-right ul {
    gap: 5px;
    grid-template-columns: 1fr 1fr;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-right ul li {
  width: 160px;
  height: 160px;
  background: #999999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
.ob-campusLists__schedule .ob-campusLists__schedule-right ul li::before {
  content: none;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-right ul li {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-size: 1.35rem;
    line-height: 1.4;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-right ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  background: #999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 8px solid #F5D743;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-right ul li a {
    border-width: 4px;
    border-radius: 4px;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-right ul li a::after {
  content: "";
  position: absolute;
  top: 59px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: block;
  width: 22px !important;
  height: 9px !important;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.921%22%20height%3D%228.485%22%20viewBox%3D%220%200%2021.921%208.485%22%3E%3Cpath%20d%3D%22M0%2C0V21.921l8.485-8.485H1.61V0Z%22%20transform%3D%22translate(0%208.485)%20rotate(-90)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") !important;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__schedule .ob-campusLists__schedule-right ul li a::after {
    top: 0;
    right: 10px;
    left: inherit;
    width: 14px !important;
    height: 5px !important;
  }
}
.ob-campusLists__schedule .ob-campusLists__schedule-right ul li a:hover {
  text-decoration: none;
}
.ob-campusLists__schedule .ob-campusLists__schedule-right ul li a:hover::after {
  animation: arrow 0.5s;
}

.cms .ob-campusLists__schedule-leftDateAD.is-hide {
  display: flex !important;
}
.cms .ob-campusLists__schedule-leftDate {
  margin-right: 20px !important;
}
.cms .ob-campusLists__schedule-leftExplanation table td {
  border: 1px solid #ccc !important;
  padding: 15px !important;
}
.cms .ob-campusLists__schedule-leftExplanation table td:first-child {
  width: 80px !important;
}

.ob-campusLists__program {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  margin: 80px 0 98px;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-campusLists__program {
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__program {
    gap: 28px;
    grid-template-columns: 1fr;
    margin: 45px 0 98px;
  }
}
.ob-campusLists__program .ob-campusLists__program-item {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__program .ob-campusLists__program-item {
    max-width: 450px;
    margin: 0 auto;
  }
}
.ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImage {
  position: relative;
}
.ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImage img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImage img {
    border-radius: 10px;
  }
}
.ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImage .ob-campusLists__program-itemImageTtl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  background: #FFFEF7;
  border-top-right-radius: 10px;
  padding: 30px 10px 7px 0;
  max-width: 345px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImage .ob-campusLists__program-itemImageTtl {
    max-width: 25vw;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImage .ob-campusLists__program-itemImageTtl {
    border-top-right-radius: 5px;
    font-size: 1.6rem;
    max-width: 281px;
    height: 58px;
    padding: 18px 10px 7px 0;
    line-height: 1.2;
  }
}
.ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImageText {
  margin: 16px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__program .ob-campusLists__program-item .ob-campusLists__program-itemImageText {
    margin: 9px 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.ob-campusLists__textMovie {
  background: #063F83;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 50px 50px 44px 57px;
  display: flex;
  gap: 53px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__textMovie {
    gap: 21px;
    border-radius: 0;
    margin: 0 -25px;
    padding: 20px 25px 28px;
    flex-direction: column;
  }
}
.ob-campusLists__textMovie .ob-campusLists__textMovie-left {
  max-width: 400px;
  width: 100%;
}
.ob-campusLists__textMovie .ob-campusLists__textMovie-left .ob-campusLists__textMovie-leftHead {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.75;
  padding: 22px 0 28px;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__textMovie .ob-campusLists__textMovie-left .ob-campusLists__textMovie-leftHead {
    font-size: 2.3rem;
    line-height: 1.5;
    padding: 17px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-campusLists__textMovie .ob-campusLists__textMovie-left .ob-campusLists__textMovie-lefText {
    padding: 21px 0 0;
    line-height: 1.8;
  }
}
.ob-campusLists__textMovie .ob-campusLists__textMovie-right {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-campusLists__textMovie .ob-campusLists__textMovie-right {
    max-width: 450px;
    margin: 0 auto;
  }
}
.ob-campusLists__textMovie .ob-campusLists__textMovie-right .cp-external {
  margin: 0;
  position: relative;
}
.ob-campusLists__textMovie .ob-campusLists__textMovie-right .cp-external::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ob-campusLists__textMovie .ob-campusLists__textMovie-right .cp-external iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* ==========================================================================

センパイ！INDEX

========================================================================== */
body.is-senpai [data-area=content] {
  padding: 0;
}

.ob-senpaiIndex {
  overflow: hidden;
  position: relative;
  background: #EDE7F1;
}
.ob-senpaiIndex + .ob-senpaiIndex__item-boxes {
  display: none;
}
.ob-senpaiIndex::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 1000vw;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221920%22%20height%3D%222569%22%20viewBox%3D%220%200%201920%202569%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%222569%22%20height%3D%221920%22%20transform%3D%22translate(5267%20-22230)%20rotate(90)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-3347%2022230)%22%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%222569%22%20height%3D%221920%22%20transform%3D%22translate(5267%20-22230)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M0%2C2702.035l1920%2C.018V1634.238L0-100.835Z%22%20transform%3D%22translate(3347%20-21295.32)%22%20fill%3D%22%23ede7f1%22%2F%3E%3Cpath%20d%3D%22M1432.848-100.835%2C0%2C123.084V379.4L1920%2C2114.475V194.1Z%22%20transform%3D%22translate(3347%20-22160.857)%22%20fill%3D%22%239774ac%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-senpaiIndex::before {
    width: 180%;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22750%22%20height%3D%221425%22%20viewBox%3D%220%200%20750%201425%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%221425%22%20height%3D%22750%22%20transform%3D%22translate(5233%20-18290)%20rotate(90)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-4483%2018290)%22%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%221382%22%20height%3D%22750%22%20transform%3D%22translate(5233%20-18290)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M614.827%2C0%2C0%2C95.48v578.3l750%2C670.613V91.3Z%22%20transform%3D%22translate(4483%20-18323)%22%20fill%3D%22%239e72b0%22%2F%3E%3Cpath%20d%3D%22M0%2C4374.035l750%2C.007V568.927L0-100.835Z%22%20transform%3D%22translate(4483%20-17434.164)%22%20fill%3D%22%23ede7f1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.ob-senpaiIndex .ob-senpaiIndex__inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 220px 20px 96px;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-senpaiIndex .ob-senpaiIndex__inner {
    padding-top: 170px;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__inner {
    padding: 110px 25px 75px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top {
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left {
  color: #FFFFFF;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftHead {
  line-height: 1;
  font-size: 10rem;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftHead {
    font-size: 5rem;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftHead img {
  display: block;
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftHead img {
    max-width: 156px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftHead .cp-inner:last-child {
  padding: 56px 0 0;
  letter-spacing: 0.031em;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftHead .cp-inner:last-child {
    padding: 22px 0 0;
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftHead .cp-inner:last-child {
    padding: 14px 0 0;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftText {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 13px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--left .ob-senpaiIndex__top--leftText {
    font-size: 1.5rem;
    padding: 3px 0 23px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right {
  display: flex;
  margin: 135px 0 0 auto;
  max-width: 678px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right {
    max-width: 100%;
    margin: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right {
    max-width: 100%;
    margin: 0;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightControl {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightControl {
    justify-content: end;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightControl {
    gap: 3px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightControl > div {
  transition: 0.2s;
  cursor: pointer;
  color: #555;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightControl > div {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightControl > div:hover, .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightControl > div.is-active {
  color: #FFFFFF;
  background: #784D91;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown {
  position: relative;
  margin-left: auto;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected {
  transition: 0.2s;
  padding: 24px 51px 0 33px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 380px;
  height: 80px;
  background: #fff;
  display: block;
  border-radius: 40px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected {
    height: 50px;
    border-radius: 25px;
    font-size: 1.3rem;
    padding: 13px 30px 0 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 960px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected {
    width: 164px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected {
    width: 107px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 4px;
  right: 30px;
  margin: auto 0;
  z-index: 1;
  width: 12px;
  height: 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%227.061%22%20viewBox%3D%220%200%2012.707%207.061%22%3E%3Cpath%20d%3D%22M-2630.7-15208.293l-6.354-6.354.707-.707%2C5.647%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(2637.052%2015215.354)%22%20fill%3D%22%239774ac%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected::after {
    top: 3px;
    right: 12px;
    width: 9px;
    height: 4px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown .ob-senpaiIndex__top--rightPulldownSelected:hover::after {
  animation: arrowVertical 0.5s;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown ul {
  display: none;
  position: absolute;
  width: 0;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 20px;
  width: 380px;
  list-style: none;
  background: #FFFFFF;
  border-radius: 40px;
  border: 1px solid #9774AC;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown ul li {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
  color: #555;
  padding: 7px 0;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown ul li:hover {
  text-decoration: underline;
}
.ob-senpaiIndex .ob-senpaiIndex__top .ob-senpaiIndex__top--right .ob-senpaiIndex__top--rightPulldown ul li::before {
  content: none;
}
.ob-senpaiIndex .ob-senpaiIndex__top + ul {
  display: none;
  width: 0;
  z-index: 999;
  margin: 0;
  padding: 22px 14px 28px;
  width: 100%;
  list-style: none;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #9774AC;
}
.ob-senpaiIndex .ob-senpaiIndex__top + ul li {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
  color: #555;
  padding: 8px 0;
}
.ob-senpaiIndex .ob-senpaiIndex__top + ul li::before {
  content: none;
}
.ob-senpaiIndex .ob-senpaiIndex__top + ul li:hover {
  text-decoration: underline;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin: 32px 0 300px;
  min-height: 500px;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    min-height: 300px;
    margin: 47px 0 0;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes::before {
  transition: opacity 0.3s;
  opacity: 0;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes.is-empty {
  display: block;
  padding: 170px 0 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes.is-empty {
    padding: 40px 0 0;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes.is-empty::before {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  content: "センパイ！がいませんでした。";
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem.is-show {
  transition: opacity 0.3s;
  opacity: 1;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(101), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(97), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(93), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(89), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(85), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(81), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(77), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(73), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(69), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(65), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(61), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(57), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(53), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(49), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(45), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(41), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(37), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(33), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(29), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(25), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(21), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(17), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(13), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(9), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(5), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(1) {
  transform: translateY(240px);
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(101), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(97), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(93), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(89), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(85), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(81), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(77), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(73), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(69), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(65), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(61), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(57), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(53), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(49), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(45), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(41), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(37), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(33), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(29), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(25), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(21), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(17), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(13), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(9), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(5), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(1) {
    transform: translateY(0);
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(102), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(98), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(94), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(90), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(86), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(82), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(78), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(74), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(70), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(66), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(62), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(58), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(54), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(50), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(46), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(42), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(38), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(34), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(30), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(26), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(22), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(18), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(14), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(10), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(6), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(2) {
  transform: translateY(160px);
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(102), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(98), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(94), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(90), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(86), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(82), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(78), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(74), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(70), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(66), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(62), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(58), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(54), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(50), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(46), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(42), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(38), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(34), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(30), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(26), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(22), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(18), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(14), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(10), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(6), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(2) {
    transform: translateY(0);
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(103), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(99), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(95), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(91), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(87), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(83), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(79), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(75), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(71), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(67), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(63), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(59), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(55), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(51), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(47), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(43), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(39), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(35), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(31), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(27), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(23), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(19), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(15), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(11), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(7), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(3) {
  transform: translateY(80px);
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(103), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(99), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(95), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(91), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(87), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(83), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(79), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(75), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(71), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(67), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(63), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(59), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(55), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(51), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(47), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(43), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(39), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(35), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(31), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(27), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(23), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(19), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(15), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(11), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(7), .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem:nth-of-type(3) {
    transform: translateY(0);
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a {
  color: #333;
  display: block;
  width: 100%;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a:hover {
  text-decoration: none;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a:hover img {
  transform: scale(1.2);
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemImage {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemImage {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemImage img {
  transition: 0.2s;
  width: 100%;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemImage .ob-senpaiIndex__item-boxesItemImageTag {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemImage .ob-senpaiIndex__item-boxesItemImageTag.is-no1 {
  background: #9774AC;
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemImage .ob-senpaiIndex__item-boxesItemImageTag.is-no2 {
  background: #004690;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemImage .ob-senpaiIndex__item-boxesItemImageTag {
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemContents {
  padding: 24px 19px 35px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemContents {
    padding: 11px 10px 25px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemTextTop {
  margin: 0 0 3px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemTextTop {
    margin: 0 0 -2px;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemTextTop,
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemTextBottom {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1A1A1A;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemTextTop,
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemTextBottom {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemUnderText {
  line-height: 1.6;
  padding: 16px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-senpaiIndex .ob-senpaiIndex__item-boxes .ob-senpaiIndex__item-boxesItem a .ob-senpaiIndex__item-boxesItemUnderText {
    font-size: 1rem;
    padding: 10px 0 0;
  }
}

/* ==========================================================================

センパイ！個別ページ

========================================================================== */
body.is-senpaiDetail [data-area=content] {
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.is-senpaiDetail [data-area=content]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 1000vw;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221920%22%20height%3D%222189%22%20viewBox%3D%220%200%201920%202189%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%221920%22%20height%3D%222189%22%20transform%3D%22translate(8917%20-22866)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-8917%2022866)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M1432.848-100.835%2C0%2C123.084V379.4L1920%2C2114.475V194.1Z%22%20transform%3D%22translate(8917%20-22797.164)%22%20fill%3D%22%23ede7f1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  body.is-senpaiDetail [data-area=content]::before {
    width: 180%;
  }
}
@media screen and (max-width: 959px) {
  body.is-senpaiDetail [data-area=content]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22750%22%20height%3D%221311%22%20viewBox%3D%220%200%20750%201311%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22750%22%20height%3D%221311%22%20transform%3D%22translate(5833%20-18308)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-5833%2018308)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M614.827%2C0%2C0%2C95.48v578.3l750%2C670.613V91.3Z%22%20transform%3D%22translate(5833%20-18341)%22%20fill%3D%22%23ede7f1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.ob-senpaiDetailTop .ob-senpaiDetailTop__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 210px 20px 66px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailTop .ob-senpaiDetailTop__inner {
    padding: 87px 25px 24px;
  }
}
.ob-senpaiDetailTop .ob-senpaiDetailTop__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailTop .ob-senpaiDetailTop__head {
    align-items: baseline;
    flex-direction: column;
  }
}
.ob-senpaiDetailTop .ob-senpaiDetailTop__head .ob-senpaiDetailTop__head--image img {
  max-width: 166px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailTop .ob-senpaiDetailTop__head .ob-senpaiDetailTop__head--image img {
    max-width: 115px;
  }
}
.ob-senpaiDetailTop .ob-senpaiDetailTop__head .ob-senpaiDetailTop__head--text {
  color: #74498E;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 95px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailTop .ob-senpaiDetailTop__head .ob-senpaiDetailTop__head--text {
    font-size: 1.3rem;
    padding: 0px 0 0 47px;
    margin: -8px 0 0;
    line-height: 1.5;
  }
}
.ob-senpaiDetailTop .ob-senpaiDetailTop__head .ob-senpaiDetailTop__head--text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 1px;
  min-width: 80px;
  display: block;
  z-index: 1;
  background: #74498E;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailTop .ob-senpaiDetailTop__head .ob-senpaiDetailTop__head--text::before {
    min-width: 40px;
    top: 11px;
    bottom: inherit;
  }
}
.ob-senpaiDetailTop .ob-senpaiDetailTop__title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 106px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailTop .ob-senpaiDetailTop__title {
    font-size: 2.5rem;
    line-height: 1.45;
    padding: 40px 0 0;
  }
}
.ob-senpaiDetailTop .ob-senpaiDetailTop__text {
  padding: 32px 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailTop .ob-senpaiDetailTop__text {
    font-size: 1.5rem;
    padding: 8px 0 0;
    line-height: 1.8;
    letter-spacing: -0.02em;
  }
}

.ob-senpaiDetailBottom .ob-senpaiDetailBottom__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px 150px;
  line-height: 2.2;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__inner {
    line-height: 1.8;
    font-size: 1.5rem;
    padding: 0 25px 75px;
  }
}
.ob-senpaiDetailBottom .cp-h2-text {
  font-size: 2.8rem;
  font-weight: 700;
  color: #74498E;
  border: 0;
  padding: 0;
  margin: 80px 0 74px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .cp-h2-text {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1.8;
    margin: 40px 0 21px;
  }
}
.ob-senpaiDetailBottom .cp-h2-text::before {
  content: none;
}
.ob-senpaiDetailBottom .cp-h3-text {
  border-color: #EDE7F1;
}
.ob-senpaiDetailBottom .cp-h4-text {
  background: #EDE7F1;
}
.ob-senpaiDetailBottom .button1 a {
  border-color: #74498E;
  color: #74498E;
}
.ob-senpaiDetailBottom .button1 a span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.708%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.708%2010.707%22%3E%3Cg%20transform%3D%22translate(-6562%2019139.854)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(11247.807%20-6309.78)%22%20fill%3D%22%2374498e%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(6562%20-19134.5)%22%20fill%3D%22%2374498e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-senpaiDetailBottom .cp-img-col1 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 110px;
  margin-bottom: 81px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .ob-senpaiDetailBottom .cp-img-col1 {
    margin-left: calc(53% - 50vw);
    margin-right: calc(53% - 50vw);
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .cp-img-col1 {
    margin: 50px 0 36px;
  }
}
.ob-senpaiDetailBottom .cp-img-col1 img {
  border-radius: 60px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .cp-img-col1 img {
    border-radius: 30px;
    width: 100%;
    max-width: none;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.6rem;
  margin: 212px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav {
    margin: 31px 0 0;
    font-size: 1.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9px;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center {
    max-width: 100%;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a {
  position: relative;
  line-height: 1.5;
  border-radius: 40px;
  display: block;
  width: 100%;
  background: #74498E;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  padding: 28px 43px 28px 20px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a {
    padding: 10px 20px 6px 20px;
    height: 50px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a {
    padding: 10px 10px 6px 10px;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 43px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 12px;
  height: 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.708%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.708%2010.707%22%3E%3Cg%20transform%3D%22translate(-1014.5%20-4007.646)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(5700.307%2016837.719)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(1014.5%204013)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a::after {
    content: none;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a br {
  display: none;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a br {
    display: block;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a:hover {
  text-decoration: none;
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-center a:hover::after {
  animation: arrow 0.5s;
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev,
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next {
  width: 100%;
  max-width: 179px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev,
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next {
    width: auto;
    max-width: inherit;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a,
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a {
  position: relative;
  color: #74498E;
  display: block;
  font-weight: 500;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a,
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a {
    height: 50px;
    line-height: 50px;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::before,
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 60px;
  height: 60px;
  border: 1px solid #74498E;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::before,
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::before,
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::before {
    width: 30px;
    height: 30px;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::after,
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 12px;
  height: 10px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.708%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.708%2010.707%22%3E%3Cg%20transform%3D%22translate(-1212.5%20-4007.646)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(5898.307%2016837.719)%22%20fill%3D%22%2374498e%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(1212.5%204013)%22%20fill%3D%22%2374498e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev {
    padding: 0;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a {
  padding: 0 0 0 75px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a {
    padding: 0 0 0 55px;
    text-align: left;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a {
    padding: 0 0 0 34px;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::before {
  left: 0;
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::after {
  left: 24px;
  right: inherit;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.707%2010.707%22%3E%3Cg%20transform%3D%22translate(0.707%200.354)%22%3E%3Cpath%20d%3D%22M-4674.16-12819.366l-5.354-5.354%2C5.354-5.354.707.707-4.646%2C4.646%2C4.646%2C4.646Z%22%20transform%3D%22translate(4678.806%2012829.72)%22%20fill%3D%22%2374498e%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(0%205)%22%20fill%3D%22%2374498e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::after {
    left: 19px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a::after {
    left: 9px;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a:hover {
  text-decoration: none;
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-prev a:hover::after {
  animation: arrowReverse 0.5s;
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next {
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a {
    text-align: right;
    padding: 0 55px 0 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 0px) and (max-width: 374px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a {
    padding: 0 34px 0 0;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::before {
  right: 0;
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::after {
  right: 24px;
  left: inherit;
}
@media screen and (max-width: 959px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::after {
    right: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a::after {
    right: 10px;
  }
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a:hover {
  text-decoration: none;
}
.ob-senpaiDetailBottom .ob-senpaiDetailBottom__pageNav .ob-senpaiDetailBottom__pageNav-next a:hover::after {
  animation: arrow 0.5s;
}

/* ==========================================================================

画像ワイド100％

========================================================================== */
.full-img {
  z-index: 2;
  position: relative;
}
.full-img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .full-img img {
    width: 190%;
    max-width: none;
    margin-left: -45%;
  }
}

/* ==========================================================================

クラブ・サークル

========================================================================== */
body.page-club {
  background: #F1F5F9;
}
body.page-club [data-area=content] {
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.page-club [data-area=content]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1000vw;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221920%22%20height%3D%222184%22%20viewBox%3D%220%200%201920%202184%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%221920%22%20height%3D%222184%22%20transform%3D%22translate(-8783%20-22866)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(8783%2022866)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M1432.848-100.835%2C0%2C123.084V379.4L1920%2C2114.475V194.1Z%22%20transform%3D%22translate(-8783%20-22796.857)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  body.page-club [data-area=content]::before {
    width: 180%;
  }
}
@media screen and (max-width: 959px) {
  body.page-club [data-area=content]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22750%22%20height%3D%221311%22%20viewBox%3D%220%200%20750%201311%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22750%22%20height%3D%221311%22%20transform%3D%22translate(-7499%20-16589)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(7499%2016589)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M614.827%2C0%2C0%2C95.48v578.3l750%2C670.613V91.3Z%22%20transform%3D%22translate(-7499%20-16622)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.ob-clubCircle {
  position: relative;
}
.ob-clubCircle::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 14.6vw;
  width: 280px;
  height: 212px;
  z-index: 2;
  background-size: contain;
  background-image: url('/admission/albums/css/basic1-blocks1/abm00020805.png');
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .ob-clubCircle::before {
    top: 50px;
    left: 80px;
    width: 230px;
    height: 175px;
  }
}
@media screen and (max-width: 959px) {
  .ob-clubCircle::before {
    content: none;
  }
}
.ob-clubCircle .ob-clubCircle__boxes {
  opacity: 0;
  width: 100%;
  margin: 121px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__boxes {
    margin: 60px 0 0;
  }
}
.ob-clubCircle .ob-clubCircle__boxes.is-show {
  transition: opacity 0.2s;
  opacity: 1;
}
.ob-clubCircle .ob-clubCircle__boxes img {
  height: auto;
  transition: 0.2s;
}
.ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item {
  transition: 0.3s;
  position: relative;
  width: 930px;
  height: 930px;
  margin-right: 50px;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item {
    width: 500px;
    height: 500px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item {
    width: 295px;
    height: 295px;
    margin-right: 10px;
  }
}
.ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo {
  position: absolute;
  bottom: 67px;
  left: 0;
  z-index: 15;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo.is-chiba {
    max-width: 250px;
  }
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo.is-saitama {
    max-width: 313px;
  }
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo.is-tokyo {
    max-width: 250px;
  }
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo {
    bottom: 20px;
    left: 0;
  }
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo.is-chiba {
    max-width: 190px;
  }
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo.is-saitama {
    max-width: 231px;
  }
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemLogo.is-tokyo {
    max-width: 186px;
  }
}
.ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemMovie {
  overflow: hidden;
  position: relative;
  max-width: 880px;
  height: 100%;
  margin-left: auto;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemMovie {
    max-width: 450px;
  }
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemMovie {
    max-width: 280px;
  }
}
.ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemMovie::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(85, 85, 85, 0.3);
  mix-blend-mode: multiply;
}
.ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemMovie video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.ob-clubCircle .ob-clubCircle__boxes .ob-clubCircle__boxes-item .ob-clubCircle__boxes-itemImage {
  display: none;
}
.ob-clubCircle .ob-clubCircle__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 154px 20px 66px;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__inner {
    padding: 35px 25px 50px;
  }
}
.ob-clubCircle .ob-clubCircle__contents {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents {
    gap: 20px;
    flex-direction: column;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left {
    max-width: 250px;
    margin: 0 auto;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--image {
  padding: 0 0 44px;
  border-bottom: 4px solid #222222;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--image {
    padding: 0 0 37px;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--image img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--image img {
    max-width: 130px;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--title {
  font-size: 2rem;
  line-height: 1.7;
  padding: 47px 0 39px;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--title {
    font-size: 1.7rem;
    padding: 20px 0 21px;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--text {
  color: #333;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-left .ob-clubCircle__contents-left--text {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.8;
    margin: 2px 0 0;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right {
    margin: 12px 0 0;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos {
    margin-bottom: 0;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos .cp-videos-item {
  display: flex;
  flex-direction: column-reverse;
  margin-right: 50px;
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos .cp-videos-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos .cp-videos-item {
    margin-right: 25px;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos .cp-videos-item > .cp-inner {
  font-size: 2rem;
  margin: 5px 0 13px;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos .cp-videos-item > .cp-inner {
    font-size: 1.6rem;
    margin: 5px 0 7px;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos .cp-videos-item .cp-videos-thumb::after {
  width: 68px;
  height: 48px;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .cp-videos .cp-videos-item .cp-videos-thumb::after {
    width: 55px;
    height: 38px;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .small-btn {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .small-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .small-btn ul {
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .ob-clubCircle .ob-clubCircle__contents .ob-clubCircle__contents-right .small-btn ul {
    gap: 40px;
  }
}

.cms .ob-clubCircle__boxes-itemImage {
  display: block;
}

/* ==========================================================================

学部・大学院INDEX

========================================================================== */
body.page-department {
  background: #F7F8F5;
}
body.page-department [data-area=content] {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.ob-departmentIndex {
  width: 100%;
  position: relative;
}
.ob-departmentIndex .ob-departmentIndex__boxes {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
  background: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes {
    padding: 60px 0 0;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes::before {
  content: "";
  position: absolute;
  top: 143px;
  right: 27.6vw;
  width: 104px;
  height: 765px;
  z-index: 2;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22104.16%22%20height%3D%22765.66%22%20viewBox%3D%220%200%20104.16%20765.66%22%3E%3Cpath%20d%3D%22M-.14%2C0H23.94L32.2-21H70.7L79.24%2C0h24.64L60.76-99.12H42.7ZM63.28-39.48H39.06L51.1-70.28Zm132.16-47.6c-8.4-10.78-22.4-14.56-33.46-14.56-30.94%2C0-53.48%2C20.3-53.48%2C52.08S131.04%2C2.52%2C161.98%2C2.52c13.58%2C0%2C27.58-5.46%2C35.84-17.22l-18.2-13.58c-4.48%2C6.72-11.62%2C10.64-20.44%2C10.64-15.82%2C0-28-13.44-28-31.92s12.18-31.92%2C28.7-31.92c8.12%2C0%2C14.42%2C2.94%2C18.76%2C8.12ZM199.5%2C0h24.08l8.26-21h38.5l8.54%2C21h24.64L260.4-99.12H242.34Zm63.42-39.48H238.7l12.04-30.8ZM313.46%2C0h35.7c29.54%2C0%2C55.72-17.22%2C55.72-49.28%2C0-36.26-26.74-49.84-58.66-49.84H313.46ZM335.3-78.96h12.88c18.48%2C0%2C34.02%2C9.1%2C34.02%2C28.56%2C0%2C22.54-15.26%2C30.24-35.56%2C30.24H335.3ZM420.56%2C0h69.86V-20.16H442.4V-40.32h42.98V-60.48H442.4V-78.96h45.5V-99.12H420.56Zm87.36%2C0h21.84V-76.02h.28L555.1%2C0h16.66L597.8-76.02h.28V0h21.84V-99.12h-32.9L564.06-34.44h-.28L540.96-99.12H507.92ZM639.8%2C0h21.84V-99.12H639.8ZM763.14-87.08c-8.4-10.78-22.4-14.56-33.46-14.56-30.94%2C0-53.48%2C20.3-53.48%2C52.08S698.74%2C2.52%2C729.68%2C2.52c13.58%2C0%2C27.58-5.46%2C35.84-17.22l-18.2-13.58c-4.48%2C6.72-11.62%2C10.64-20.44%2C10.64-15.82%2C0-28-13.44-28-31.92s12.18-31.92%2C28.7-31.92c8.12%2C0%2C14.42%2C2.94%2C18.76%2C8.12Z%22%20transform%3D%22translate(2.52%200.14)%20rotate(90)%22%20fill%3D%22%23fff%22%20opacity%3D%220.396%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 1441px) and (max-width: 1919px) {
  .ob-departmentIndex .ob-departmentIndex__boxes::before {
    top: 150px;
    right: 24.5vw;
    width: 68px;
    height: 500px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  .ob-departmentIndex .ob-departmentIndex__boxes::before {
    top: 150px;
    right: 40px;
    width: 52px;
    height: 380px;
  }
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes::before {
    top: 70px;
    right: -8px;
    width: 53px;
    height: 291px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .ob-departmentIndex .ob-departmentIndex__boxes::before {
    height: 251px;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes--inner .ob-departmentIndex__boxes-item .cp-inner {
  position: relative;
  display: flex;
  width: 525.5vw;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes--inner .ob-departmentIndex__boxes-item .cp-inner {
    width: 1033.5vw;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes--inner .ob-departmentIndex__boxes-item .cp-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.55);
  mix-blend-mode: multiply;
  z-index: 1;
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes--inner .ob-departmentIndex__boxes-item .cp-inner img {
  min-width: 100vw;
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes--inner .ob-departmentIndex__boxes-item .cp-inner img:first-child {
  animation: loop 160s -80s linear infinite;
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes--inner .ob-departmentIndex__boxes-item .cp-inner img:last-child {
  animation: loop2 160s linear infinite;
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box {
  position: absolute;
  top: 438px;
  left: 14.6vw;
  z-index: 5;
  color: #FFFFFF;
}
@media screen and (min-width: 1441px) and (max-width: 1919px) {
  .ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box {
    top: 22.9vw;
    left: 14.6vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  .ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box {
    top: 21vw;
    left: 5.6vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box {
    top: 126px;
    left: 25px;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box .ob-departmentIndex__boxes-boxTtile {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box .ob-departmentIndex__boxes-boxTtile {
    font-size: 2.5rem;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box .ob-departmentIndex__boxes-boxRead {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 28px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box .ob-departmentIndex__boxes-boxRead {
    display: none;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box .ob-departmentIndex__boxes-boxText {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 22px 0 0;
  line-height: 2.2;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes .ob-departmentIndex__boxes-box .ob-departmentIndex__boxes-boxText {
    display: none;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes + .sp-boxOnly {
  display: none;
  padding: 37px 25px 0;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__boxes + .sp-boxOnly {
    display: block;
  }
}
.ob-departmentIndex .ob-departmentIndex__boxes + .sp-boxOnly .sp-boxOnly__read {
  font-size: 1.8rem;
  font-weight: 700;
}
.ob-departmentIndex .ob-departmentIndex__boxes + .sp-boxOnly .sp-boxOnly__text {
  font-size: 1.3rem;
  line-height: 1.9;
  padding: 20px 0 0;
}
.ob-departmentIndex .ob-departmentIndex__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 170px 20px 150px;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner {
    padding: 44px 25px 75px;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin {
    gap: 20px;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item {
  width: 100%;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item a,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item a {
  display: block;
  width: 100%;
  color: #333;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item a[target=_blank]::after,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item a[target=_blank]::after {
  content: none;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item a:hover,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item a:hover {
  text-decoration: none;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item a:hover .ob-departmentIndex__inner-item--textareaText::after,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item a:hover .ob-departmentIndex__inner-item--textareaText::after {
  animation: arrow 0.5s;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item a:hover img,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item a:hover img {
  transform: scale(1.2);
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--image,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--image {
  overflow: hidden;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--image img,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--image img {
  width: 100%;
  transition: 0.2s;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  max-width: 500px;
  margin: -149px auto 0;
  border-radius: 10px;
  text-align: center;
  padding: 0 10px 33px;
}
@media screen and (min-width: 960px) and (max-width: 1160px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea {
    max-width: 400px;
  }
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea {
    border-radius: 5px;
    margin: -75px 10px 0;
    max-width: 100%;
    padding: 0 10px 25px;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaTitle,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaTitle {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #222222;
  line-height: 1.2;
  padding: 52px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaTitle,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaTitle {
    font-size: 2.2rem;
    font-weight: 500;
    padding: 17px 0 0;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText {
  position: relative;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 20px 0 73px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText {
    font-size: 1.2rem;
    padding: 12px 0 41px;
    line-height: 1.75;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText::after,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText::after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 36px;
  margin: 0 auto;
  z-index: 1;
  width: 75px;
  height: 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2277.231%22%20height%3D%2210.54%22%20viewBox%3D%220%200%2077.231%2010.54%22%3E%3Cpath%20d%3D%22M0-50V27.231l10.54-10.54H2V-50Z%22%20transform%3D%22translate(50%2010.54)%20rotate(-90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText::after,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareaText::after {
    width: 40px;
    height: 6px;
    bottom: 22px;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul {
    gap: 4px;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li {
  min-width: 140px;
  padding: 0;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li::before,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li::before {
  content: none;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li {
    min-width: 92px;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li a,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li a {
  color: #FFFFFF !important;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li a:hover,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li a:hover {
  text-decoration: underline !important;
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li span,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 20px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li span,
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--textarea .ob-departmentIndex__inner-item--textareatag ul li span {
    font-size: 1.1rem;
    padding: 2px 10px;
    border-radius: 2px;
  }
}
.ob-departmentIndex .ob-departmentIndex__inner-gakubu .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--hidden,
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin .ob-departmentIndex__inner-item .ob-departmentIndex__inner-item--hidden {
  display: none;
}
.ob-departmentIndex .ob-departmentIndex__inner-daigakuin {
  margin: 78px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-departmentIndex .ob-departmentIndex__inner-daigakuin {
    margin: 20px 0 0;
  }
}

.cms .ob-departmentIndex__inner-item--hidden {
  display: block;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.cms .ob-departmentIndex__inner-item--textareatag ul li span {
  color: #FFFFFF;
}

/* ==========================================================================

入試情報

========================================================================== */
body.is-admissionInfo {
  background: #F2F4EF;
}
body.is-admissionInfo .lo-container {
  background: #F2F4EF;
  padding: 20px 20px 200px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .lo-container {
    background: #FFFFFF;
    padding: 0 25px;
  }
}
body.is-admissionInfo .lo-container .lo-container__inner {
  border-radius: 80px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .lo-container .lo-container__inner {
    border-radius: 40px;
  }
}
body.is-admissionInfo .lo-container .lo-container__inner [data-area=content] {
  padding: 102px 20px 100px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .lo-container .lo-container__inner [data-area=content] {
    padding: 51px 0 50px;
  }
}
body.is-admissionInfo .ob-admission__boxes {
  display: flex;
  gap: 40px;
  margin: 55px 0 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes {
    flex-direction: column;
    gap: 4px;
    margin: 20px 0 -8px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link {
    border-radius: 5px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link:hover .ob-openCampus__boxes-link--image img {
  transform: scale(1.1);
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link.is-no1, body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link.is-no6 {
  background: #AACD5A;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link.is-no2, body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link.is-no7 {
  background: #93C15F;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link.is-no3 {
  background: #82B862;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link.is-no4 {
  background: #74B165;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a {
  display: block;
  margin: 20px;
  color: #222222;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a {
    margin: 13px 15px 12px 13px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a[target=_blank]::after {
  content: none;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--step {
    margin: 0 0 -1px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--step img {
  display: block;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  border-top-left-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 28px 10px 10px;
  min-height: 211px;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents {
    min-height: 230px;
  }
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents {
    min-height: inherit;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-admission__boxes-link--text {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-admission__boxes-link--text {
    font-size: 1.8rem;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image {
  margin: 0 auto;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image img {
  transition: 0.2s;
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no1 {
  margin: 16px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no1 {
    margin: 13px 32px 4px 19px;
    max-width: 40px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no2 {
  margin: 34px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no2 {
    margin: 18px 33px 19px 19px;
    max-width: 39px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no3 {
  margin: 32px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no3 {
    margin: 16px 32px 19px 19px;
    max-width: 40px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no4 {
  margin: 32px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no4 {
    margin: 17px 33px 18px 19px;
    max-width: 39px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no5 {
  margin: 24px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no5 {
    margin: 14px 39px 16px 27px;
    max-width: 25px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no6 {
  margin: 22px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no6 {
    margin: 18px 25px 18px 12px;
    max-width: 54px;
  }
}
body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no7 {
  margin: 22px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__boxes .ob-admission__boxes-link a .ob-admission__boxes-link--contents .ob-openCampus__boxes-link--image.is-no7 {
    margin: 15px 29px 14px 14px;
    max-width: 48px;
  }
}
body.is-admissionInfo .ob-admission__backLink {
  position: absolute;
  top: 115px;
  right: 20px;
  z-index: 2;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__backLink {
    position: static;
    max-width: 150px;
    margin: 0 0 20px auto;
  }
}
body.is-admissionInfo .ob-admission__backLink .cp-inner a {
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 500;
  border-radius: 20px;
  background: #333;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  padding: 4px 5px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__backLink .cp-inner a {
    padding: 3px 5px;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}
body.is-admissionInfo .ob-admission__backLink .cp-inner a:hover {
  opacity: 0.8;
}
body.is-admissionInfo .ob-admission__h2 {
  position: relative;
  background: #F0F7E2;
  border-radius: 10px;
  color: #222222;
  font-size: 3.6rem;
  line-height: 1.4;
  padding: 25px 10px 25px 119px;
  margin: 120px 0 60px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__h2 {
    font-size: 2rem;
    border-radius: 5px;
    padding: 16px 10px 16px 61px;
    margin: 30px 0 20px;
  }
}
body.is-admissionInfo .ob-admission__h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
}
body.is-admissionInfo .ob-admission__h2.is-step01::before {
  top: 4px;
  left: -3px;
  width: 95px;
  height: 105px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20viewBox%3D%220%200%2095.747%20106.115%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22b%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22b%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-277%20-797.77)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20277%2C%20797.77)%22%20filter%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C94.591a3.529%2C3.529%2C0%2C0%2C0%2C3.534%2C3.525H74.213a3.529%2C3.529%2C0%2C0%2C0%2C3.534-3.525V27.623A3.529%2C3.529%2C0%2C0%2C0%2C74.213%2C24.1h-22.5a4.311%2C4.311%2C0%2C0%2C1-3.446-1.718L40.246%2C11.718A4.311%2C4.311%2C0%2C0%2C0%2C36.8%2C10H4.383A4.3%2C4.3%2C0%2C0%2C0%2C.076%2C14.292Z%22%20transform%3D%22translate(9%20-4)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(309.808%20842)%22%3E%3Cpath%20d%3D%22M29.67%2C14.836A14.835%2C14.835%2C0%2C1%2C0%2C13.375%2C29.6v1.19A2.422%2C2.422%2C0%2C0%2C0%2C12.1%2C32.921v7.01a2.423%2C2.423%2C0%2C0%2C0%2C2.421%2C2.421h.634a2.423%2C2.423%2C0%2C0%2C0%2C2.421-2.421V38.545H15.747v1.386a.6.6%2C0%2C0%2C1-.6.6h-.634a.6.6%2C0%2C0%2C1-.6-.6v-7.01a.6.6%2C0%2C0%2C1%2C.6-.6h.634a.6.6%2C0%2C0%2C1%2C.6.6v3.931h1.825V32.921a2.422%2C2.422%2C0%2C0%2C0-1.278-2.133V29.6A14.855%2C14.855%2C0%2C0%2C0%2C29.67%2C14.836M14.835%2C27.846a13.01%2C13.01%2C0%2C1%2C1%2C13.01-13.01%2C13.024%2C13.024%2C0%2C0%2C1-13.01%2C13.01%22%20transform%3D%22translate(0%20-0.001)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M19.889%2C7.961A11.929%2C11.929%2C0%2C1%2C0%2C31.818%2C19.89%2C11.943%2C11.943%2C0%2C0%2C0%2C19.889%2C7.961m0%2C22.033a10.1%2C10.1%2C0%2C1%2C1%2C10.1-10.1%2C10.115%2C10.115%2C0%2C0%2C1-10.1%2C10.1%22%20transform%3D%22translate(-5.04%20-5.055)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M-13.428-7.824a3.841%2C3.841%2C0%2C0%2C0-2.6-.888c-1.668%2C0-3.24.948-3.24%2C2.76%2C0%2C2.832%2C3.984%2C1.992%2C3.984%2C3.552%2C0%2C.6-.684.888-1.3.888a2.081%2C2.081%2C0%2C0%2C1-1.632-.8L-19.548-.852A4.034%2C4.034%2C0%2C0%2C0-16.692.216c1.752%2C0%2C3.276-.9%2C3.276-2.8%2C0-2.976-3.912-1.98-3.912-3.528%2C0-.636.732-.876%2C1.26-.876a1.812%2C1.812%2C0%2C0%2C1%2C1.356.564ZM-10.38%2C0h1.872V-6.84h2.424V-8.5H-12.8V-6.84h2.424Zm5.316%2C0H.924V-1.728H-3.192V-3.456H.492V-5.184H-3.192V-6.768h3.9V-8.5H-5.064ZM2.424%2C0H4.3V-3.312H5.664c1.788%2C0%2C3.144-.612%2C3.144-2.6%2C0-2.016-1.464-2.58-3.228-2.58H2.424ZM4.3-6.912h.96c.72%2C0%2C1.608.12%2C1.608%2C1%2C0%2C.792-.66%2C1.02-1.32%2C1.02H4.3ZM16.128%2C0h1.728V-8.5h-1.68L13.4-6.156l1.02%2C1.176%2C1.7-1.5Z%22%20transform%3D%22translate(325%20835)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__h2.is-step01::before {
    top: 3px;
    left: -1px;
    width: 58px;
    height: 63px;
  }
}
body.is-admissionInfo .ob-admission__h2.is-step02::before {
  top: 4px;
  left: -3px;
  width: 95px;
  height: 105px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20viewBox%3D%220%200%2095.747%20106.115%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22b%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22b%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-277%20-1606.77)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20277%2C%201606.77)%22%20filter%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C94.591a3.529%2C3.529%2C0%2C0%2C0%2C3.534%2C3.525H74.213a3.529%2C3.529%2C0%2C0%2C0%2C3.534-3.525V27.623A3.529%2C3.529%2C0%2C0%2C0%2C74.213%2C24.1h-22.5a4.311%2C4.311%2C0%2C0%2C1-3.446-1.718L40.246%2C11.718A4.311%2C4.311%2C0%2C0%2C0%2C36.8%2C10H4.383A4.3%2C4.3%2C0%2C0%2C0%2C.076%2C14.292Z%22%20transform%3D%22translate(9%20-4)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M-13.428-7.824a3.841%2C3.841%2C0%2C0%2C0-2.6-.888c-1.668%2C0-3.24.948-3.24%2C2.76%2C0%2C2.832%2C3.984%2C1.992%2C3.984%2C3.552%2C0%2C.6-.684.888-1.3.888a2.081%2C2.081%2C0%2C0%2C1-1.632-.8L-19.548-.852A4.034%2C4.034%2C0%2C0%2C0-16.692.216c1.752%2C0%2C3.276-.9%2C3.276-2.8%2C0-2.976-3.912-1.98-3.912-3.528%2C0-.636.732-.876%2C1.26-.876a1.812%2C1.812%2C0%2C0%2C1%2C1.356.564ZM-10.38%2C0h1.872V-6.84h2.424V-8.5H-12.8V-6.84h2.424Zm5.316%2C0H.924V-1.728H-3.192V-3.456H.492V-5.184H-3.192V-6.768h3.9V-8.5H-5.064ZM2.424%2C0H4.3V-3.312H5.664c1.788%2C0%2C3.144-.612%2C3.144-2.6%2C0-2.016-1.464-2.58-3.228-2.58H2.424ZM4.3-6.912h.96c.72%2C0%2C1.608.12%2C1.608%2C1%2C0%2C.792-.66%2C1.02-1.32%2C1.02H4.3ZM13.26%2C0h5.928V-1.584H15.42L18-3.8a2.784%2C2.784%2C0%2C0%2C0%2C1.116-2.28A2.471%2C2.471%2C0%2C0%2C0%2C16.368-8.64a2.682%2C2.682%2C0%2C0%2C0-3%2C2.6l1.8.132a1.081%2C1.081%2C0%2C0%2C1%2C1.1-1.08.962.962%2C0%2C0%2C1%2C1.044.924%2C1.756%2C1.756%2C0%2C0%2C1-.756%2C1.188l-3.3%2C2.964Z%22%20transform%3D%22translate(325%201644)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M17.3%2C2.4a17.3%2C17.3%2C0%2C1%2C0%2C17.3%2C17.3%2C1.578%2C1.578%2C0%2C1%2C0-3.157%2C0%2C14.178%2C14.178%2C0%2C1%2C1-3.732-9.555l.123.134-.109.146L17.594%2C23.919l-7.141-8.944a1.579%2C1.579%2C0%2C1%2C0-2.467%2C1.97L16.4%2C27.481a1.571%2C1.571%2C0%2C0%2C0%2C1.233.594%2C1.6%2C1.6%2C0%2C0%2C0%2C1.262-.63L37.618%2C2.526A1.578%2C1.578%2C0%2C1%2C0%2C35.1.63l-5.337%2C7.1-.178-.18A17.177%2C17.177%2C0%2C0%2C0%2C17.3%2C2.4%22%20transform%3D%22translate(306%201651.959)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__h2.is-step02::before {
    top: 3px;
    left: -1px;
    width: 58px;
    height: 63px;
  }
}
body.is-admissionInfo .ob-admission__h2.is-step03::before {
  top: 4px;
  left: -3px;
  width: 95px;
  height: 105px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20viewBox%3D%220%200%2095.747%20106.115%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22b%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22b%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-11479%20-13799.77)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%2011479%2C%2013799.77)%22%20filter%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C94.591a3.529%2C3.529%2C0%2C0%2C0%2C3.534%2C3.525H74.213a3.529%2C3.529%2C0%2C0%2C0%2C3.534-3.525V27.623A3.529%2C3.529%2C0%2C0%2C0%2C74.213%2C24.1h-22.5a4.311%2C4.311%2C0%2C0%2C1-3.446-1.718L40.246%2C11.718A4.311%2C4.311%2C0%2C0%2C0%2C36.8%2C10H4.383A4.3%2C4.3%2C0%2C0%2C0%2C.076%2C14.292Z%22%20transform%3D%22translate(9%20-4)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M35.06%2C1.941h0A6.586%2C6.586%2C0%2C0%2C0%2C30.369%2C0h0a6.592%2C6.592%2C0%2C0%2C0-4.692%2C1.94L3.26%2C24.358a1.067%2C1.067%2C0%2C0%2C0-.243.383L.04%2C35.592A1.116%2C1.116%2C0%2C0%2C0%2C1.116%2C37a1.14%2C1.14%2C0%2C0%2C0%2C.294-.039l10.737-2.933.1-.03.021-.016a1.052%2C1.052%2C0%2C0%2C0%2C.379-.241L35.06%2C11.324a6.643%2C6.643%2C0%2C0%2C0%2C0-9.383M3.866%2C33.979l-1.16.317.317-1.16ZM29.533%2C13.7%2C11.854%2C31.376%2C9.529%2C29.05%2C27.207%2C11.371ZM5.625%2C25.147%2C23.3%2C7.467%2C25.63%2C9.794%2C7.952%2C27.473Zm4.082%2C7.236L6.343%2C33.3%2C3.7%2C30.658l.919-3.365ZM33.483%2C9.747%2C31.11%2C12.12%2C24.881%2C5.891l2.373-2.373a4.4%2C4.4%2C0%2C1%2C1%2C6.229%2C6.229%22%20transform%3D%22translate(11508%2013843.998)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M-13.428-7.824a3.841%2C3.841%2C0%2C0%2C0-2.6-.888c-1.668%2C0-3.24.948-3.24%2C2.76%2C0%2C2.832%2C3.984%2C1.992%2C3.984%2C3.552%2C0%2C.6-.684.888-1.3.888a2.081%2C2.081%2C0%2C0%2C1-1.632-.8L-19.548-.852A4.034%2C4.034%2C0%2C0%2C0-16.692.216c1.752%2C0%2C3.276-.9%2C3.276-2.8%2C0-2.976-3.912-1.98-3.912-3.528%2C0-.636.732-.876%2C1.26-.876a1.812%2C1.812%2C0%2C0%2C1%2C1.356.564ZM-10.38%2C0h1.872V-6.84h2.424V-8.5H-12.8V-6.84h2.424Zm5.316%2C0H.924V-1.728H-3.192V-3.456H.492V-5.184H-3.192V-6.768h3.9V-8.5H-5.064ZM2.424%2C0H4.3V-3.312H5.664c1.788%2C0%2C3.144-.612%2C3.144-2.6%2C0-2.016-1.464-2.58-3.228-2.58H2.424ZM4.3-6.912h.96c.72%2C0%2C1.608.12%2C1.608%2C1%2C0%2C.792-.66%2C1.02-1.32%2C1.02H4.3ZM15.264-3.588h.42c.8%2C0%2C1.68.024%2C1.68.984a1.027%2C1.027%2C0%2C0%2C1-1.152%2C1.092%2C1.138%2C1.138%2C0%2C0%2C1-1.26-.984l-1.9.444A2.813%2C2.813%2C0%2C0%2C0%2C16.1.144c1.668%2C0%2C3.06-.84%2C3.06-2.544a1.871%2C1.871%2C0%2C0%2C0-1.6-1.98v-.036a1.776%2C1.776%2C0%2C0%2C0%2C1.452-1.86c0-1.632-1.356-2.364-2.868-2.364A2.777%2C2.777%2C0%2C0%2C0%2C13.128-6.6l1.98.408a1.039%2C1.039%2C0%2C0%2C1%2C1.056-.792A.963.963%2C0%2C0%2C1%2C17.22-6.1c0%2C.8-.708.948-1.368.948h-.588Z%22%20transform%3D%22translate(11526.548%2013837)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__h2.is-step03::before {
    top: 3px;
    left: -1px;
    width: 58px;
    height: 63px;
  }
}
body.is-admissionInfo .ob-admission__h2.is-step04::before {
  top: 4px;
  left: -3px;
  width: 95px;
  height: 105px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20viewBox%3D%220%200%2095.747%20106.115%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22b%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22b%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-11479%20-13976.77)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%2011479%2C%2013976.77)%22%20filter%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C94.591a3.529%2C3.529%2C0%2C0%2C0%2C3.534%2C3.525H74.213a3.529%2C3.529%2C0%2C0%2C0%2C3.534-3.525V27.623A3.529%2C3.529%2C0%2C0%2C0%2C74.213%2C24.1h-22.5a4.311%2C4.311%2C0%2C0%2C1-3.446-1.718L40.246%2C11.718A4.311%2C4.311%2C0%2C0%2C0%2C36.8%2C10H4.383A4.3%2C4.3%2C0%2C0%2C0%2C.076%2C14.292Z%22%20transform%3D%22translate(9%20-4)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(9946%209967)%22%3E%3Cpath%20d%3D%22M21.374%2C3.677A3.682%2C3.682%2C0%2C0%2C0%2C17.7%2C0H3.678A3.682%2C3.682%2C0%2C0%2C0%2C0%2C3.677v31.2a3.544%2C3.544%2C0%2C0%2C0%2C3.54%2C3.54H17.834a3.544%2C3.544%2C0%2C0%2C0%2C3.54-3.54V29.893l0-.086c0-.027%2C0-.055%2C0-.083ZM3.678%2C2.16H17.7a1.519%2C1.519%2C0%2C0%2C1%2C1.517%2C1.517V29.37H2.161V3.677A1.519%2C1.519%2C0%2C0%2C1%2C3.678%2C2.16m14.156%2C34.1H3.54a1.382%2C1.382%2C0%2C0%2C1-1.38-1.38v-3.2H19.214v3.2a1.382%2C1.382%2C0%2C0%2C1-1.38%2C1.38%22%20transform%3D%22translate(1570%204054)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M25.627%2C86.594H23.153a1.08%2C1.08%2C0%2C1%2C0%2C0%2C2.16h2.474a1.08%2C1.08%2C0%2C1%2C0%2C0-2.16%22%20transform%3D%22translate(1556.297%204000.241)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M-13.428-7.824a3.841%2C3.841%2C0%2C0%2C0-2.6-.888c-1.668%2C0-3.24.948-3.24%2C2.76%2C0%2C2.832%2C3.984%2C1.992%2C3.984%2C3.552%2C0%2C.6-.684.888-1.3.888a2.081%2C2.081%2C0%2C0%2C1-1.632-.8L-19.548-.852A4.034%2C4.034%2C0%2C0%2C0-16.692.216c1.752%2C0%2C3.276-.9%2C3.276-2.8%2C0-2.976-3.912-1.98-3.912-3.528%2C0-.636.732-.876%2C1.26-.876a1.812%2C1.812%2C0%2C0%2C1%2C1.356.564ZM-10.38%2C0h1.872V-6.84h2.424V-8.5H-12.8V-6.84h2.424Zm5.316%2C0H.924V-1.728H-3.192V-3.456H.492V-5.184H-3.192V-6.768h3.9V-8.5H-5.064ZM2.424%2C0H4.3V-3.312H5.664c1.788%2C0%2C3.144-.612%2C3.144-2.6%2C0-2.016-1.464-2.58-3.228-2.58H2.424ZM4.3-6.912h.96c.72%2C0%2C1.608.12%2C1.608%2C1%2C0%2C.792-.66%2C1.02-1.32%2C1.02H4.3ZM16.668%2C0H18.4V-1.7h1.092V-3.216H18.4V-8.5H16.428L12.96-3.216V-1.7h3.708Zm0-3.216H14.76l1.884-2.928h.024v2.928Z%22%20transform%3D%22translate(11526.548%2014013.712)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__h2.is-step04::before {
    top: 3px;
    left: -1px;
    width: 58px;
    height: 63px;
  }
}
body.is-admissionInfo .ob-admission__h2.is-webApplication::before {
  top: 4px;
  left: -3px;
  width: 95px;
  height: 105px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20viewBox%3D%220%200%2095.747%20106.115%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22b%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22b%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-277%20-797.77)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20277%2C%20797.77)%22%20filter%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C94.591a3.529%2C3.529%2C0%2C0%2C0%2C3.534%2C3.525H74.213a3.529%2C3.529%2C0%2C0%2C0%2C3.534-3.525V27.623A3.529%2C3.529%2C0%2C0%2C0%2C74.213%2C24.1h-22.5a4.311%2C4.311%2C0%2C0%2C1-3.446-1.718L40.246%2C11.718A4.311%2C4.311%2C0%2C0%2C0%2C36.8%2C10H4.383A4.3%2C4.3%2C0%2C0%2C0%2C.076%2C14.292Z%22%20transform%3D%22translate(9%20-4)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-33%20-283.906)%22%3E%3Cpath%20d%3D%22M.435%2C68.151l.671.537a1.754%2C1.754%2C0%2C0%2C0%2C.94.33H53.4a1.753%2C1.753%2C0%2C0%2C0%2C.94-.33l.671-.537a1.261%2C1.261%2C0%2C0%2C0%2C.384-.642H.052a1.252%2C1.252%2C0%2C0%2C0%2C.383.642%22%20transform%3D%22translate(329.977%201088.889)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M52.412%2C0h-42.2A2.111%2C2.111%2C0%2C0%2C0%2C8.1%2C2.111V29.439a2.111%2C2.111%2C0%2C0%2C0%2C2.111%2C2.111h42.2a2.111%2C2.111%2C0%2C0%2C0%2C2.111-2.111V2.111A2.111%2C2.111%2C0%2C0%2C0%2C52.412%2C0m.279%2C28.251H9.929V2.92H52.692Z%22%20transform%3D%22translate(326.389%201119)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M55.073%2C60.862l-3.837-4.924a1.219%2C1.219%2C0%2C0%2C0-.852-.416H5.013a1.22%2C1.22%2C0%2C0%2C0-.853.416L.324%2C60.862A1.8%2C1.8%2C0%2C0%2C0%2C0%2C61.793H55.4a1.792%2C1.792%2C0%2C0%2C0-.324-.931m-7.236-2.585H7.56c-.29%2C0-.4-.2-.237-.439l.911-1.269a1.083%2C1.083%2C0%2C0%2C1%2C.813-.439h37.3a1.083%2C1.083%2C0%2C0%2C1%2C.813.439l.911%2C1.269c.159.243.053.439-.237.439%22%20transform%3D%22translate(330%201094.236)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M49.957%2C22.632l-9.143-3.748c-.282-.116-.417.019-.3.3l3.748%2C9.142c.115.282.319.289.455.017l1.35-2.717%2C3.347%2C3.347a.552.552%2C0%2C0%2C0%2C.781%2C0l.41-.41a.552.552%2C0%2C0%2C0%2C0-.781l-3.347-3.347%2C2.717-1.35c.273-.136.265-.339-.017-.455%22%20transform%3D%22translate(313.056%201111.703)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__h2.is-webApplication::before {
    top: 3px;
    left: -1px;
    width: 58px;
    height: 63px;
  }
}
body.is-admissionInfo .ob-admission__h2.is-qanda::before {
  top: 4px;
  left: -3px;
  width: 95px;
  height: 105px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20viewBox%3D%220%200%2095.747%20106.115%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2295.747%22%20height%3D%22106.115%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22b%22%2F%3E%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22b%22%2F%3E%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-277%20-1724.77)%22%3E%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20277%2C%201724.77)%22%20filter%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C94.591a3.529%2C3.529%2C0%2C0%2C0%2C3.534%2C3.525H74.213a3.529%2C3.529%2C0%2C0%2C0%2C3.534-3.525V27.623A3.529%2C3.529%2C0%2C0%2C0%2C74.213%2C24.1h-22.5a4.311%2C4.311%2C0%2C0%2C1-3.446-1.718L40.246%2C11.718A4.311%2C4.311%2C0%2C0%2C0%2C36.8%2C10H4.383A4.3%2C4.3%2C0%2C0%2C0%2C.076%2C14.292Z%22%20transform%3D%22translate(9%20-4)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-197%20977)%22%3E%3Cpath%20d%3D%22M24%2C45.992a7.667%2C7.667%2C0%2C0%2C1-2.013.233%2C5.754%2C5.754%2C0%2C0%2C1-2.733-.551A3.715%2C3.715%2C0%2C0%2C1%2C17.7%2C44.086a7.012%2C7.012%2C0%2C0%2C1-.7-2.479%2C31.808%2C31.808%2C0%2C0%2C1%2C0-6.344%2C7.029%2C7.029%2C0%2C0%2C1%2C.7-2.489%2C3.915%2C3.915%2C0%2C0%2C1%2C1.557-1.621%2C5.49%2C5.49%2C0%2C0%2C1%2C2.733-.583%2C5.49%2C5.49%2C0%2C0%2C1%2C2.733.583%2C3.915%2C3.915%2C0%2C0%2C1%2C1.557%2C1.621%2C7.029%2C7.029%2C0%2C0%2C1%2C.7%2C2.489%2C29.263%2C29.263%2C0%2C0%2C1%2C.159%2C3.167%2C26.3%2C26.3%2C0%2C0%2C1-.212%2C3.5%2C6.042%2C6.042%2C0%2C0%2C1-.954%2C2.648L27.6%2C46.162l-1.8%2C1.631Zm-4.036-4.968a7.214%2C7.214%2C0%2C0%2C0%2C.3%2C1.737%2C1.932%2C1.932%2C0%2C0%2C0%2C.636.974%2C2.092%2C2.092%2C0%2C0%2C0%2C2.182%2C0%2C1.928%2C1.928%2C0%2C0%2C0%2C.635-.974%2C7.211%2C7.211%2C0%2C0%2C0%2C.3-1.737q.074-1.07.074-2.595t-.074-2.585a7.35%2C7.35%2C0%2C0%2C0-.3-1.737%2C1.933%2C1.933%2C0%2C0%2C0-.635-.985%2C2.092%2C2.092%2C0%2C0%2C0-2.182%2C0%2C1.937%2C1.937%2C0%2C0%2C0-.636.985%2C7.352%2C7.352%2C0%2C0%2C0-.3%2C1.737q-.075%2C1.06-.074%2C2.585t.074%2C2.595%22%20transform%3D%22translate(490.579%20766.896)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M65.061%2C15.615l4%2C15.126H65.887l-.7-3.2H61.163l-.7%2C3.2H57.286l4-15.126Zm-.4%2C9.427-1.462-6.8h-.042l-1.462%2C6.8Z%22%20transform%3D%22translate(467.948%20775.263)%22%20fill%3D%22%238fb142%22%2F%3E%3Cpath%20d%3D%22M39.811%2C0H22.764a4.242%2C4.242%2C0%2C0%2C0-4.237%2C4.237V6.883H4.237A4.242%2C4.242%2C0%2C0%2C0%2C0%2C11.12V32.066A4.242%2C4.242%2C0%2C0%2C0%2C4.237%2C36.3h.24v5.2l.006.085a.877.877%2C0%2C0%2C0%2C.856.773%2C1.237%2C1.237%2C0%2C0%2C0%2C.718-.266L12.694%2C36.3h8.591a4.241%2C4.241%2C0%2C0%2C0%2C4.237-4.237V29.419h5.833l6.591%2C5.753.045.036a1.235%2C1.235%2C0%2C0%2C0%2C.719.267.878.878%2C0%2C0%2C0%2C.856-.773l.006-.042v-5.24h.24a4.242%2C4.242%2C0%2C0%2C0%2C4.237-4.237V4.237A4.242%2C4.242%2C0%2C0%2C0%2C39.811%2C0M24.346%2C32.066a3.065%2C3.065%2C0%2C0%2C1-3.061%2C3.061H12.253l-6.6%2C5.762V35.127H4.237a3.065%2C3.065%2C0%2C0%2C1-3.061-3.061V11.12A3.064%2C3.064%2C0%2C0%2C1%2C4.237%2C8.059h14.29V25.182a4.242%2C4.242%2C0%2C0%2C0%2C4.237%2C4.237h1.582Zm18.527-6.884a3.065%2C3.065%2C0%2C0%2C1-3.061%2C3.061H38.4V34l-6.6-5.762H22.764A3.065%2C3.065%2C0%2C0%2C1%2C19.7%2C25.182V4.237a3.065%2C3.065%2C0%2C0%2C1%2C3.061-3.061H39.811a3.065%2C3.065%2C0%2C0%2C1%2C3.061%2C3.061Z%22%20transform%3D%22translate(500%20784)%22%20fill%3D%22%238fb142%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__h2.is-qanda::before {
    top: 3px;
    left: -1px;
    width: 58px;
    height: 63px;
  }
}
body.is-admissionInfo .ob-admission__flows {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: -4px 0 0;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner {
  width: 100%;
  background: #F7F8F5;
  border-radius: 10px;
  min-height: 210px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner {
    min-height: inherit;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner a {
  display: block;
  width: 100%;
  color: #222222;
  padding: 35px 10px 10px 10px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 19px;
    padding: 13px 10px 15px 0;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--text br {
    display: none;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image img {
  margin: 0 auto;
  display: block;
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no1 img {
  margin: 15px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no1 img {
    max-width: 28px;
    margin: 1px 0 0 14px;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no2 img {
  margin: 37px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no2 img {
    max-width: 27px;
    margin: -5px 1px 0 14px;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no3 img {
  margin: 8px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no3 img {
    max-width: 28px;
    margin: -5px 1px 0 13px;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no4 img {
  margin: 37px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no4 img {
    max-width: 22px;
    margin: -3px 0 0 16px;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no5 img {
  margin: 9px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no5 img {
    max-width: 27px;
    margin: -4px 0 0 13px;
  }
}
body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no6 img {
  margin: 40px auto 0;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .ob-admission__flows .ob-admission__flows-inner .ob-admission__flows-inner--image.is-no6 img {
    max-width: 27px;
    margin: -4px 0 0 14px;
  }
}
body.is-admissionInfo .cp-h2-text::before {
  background-color: #82AC1E;
}
body.is-admissionInfo .cp-h3-text {
  border-color: #82AC1E;
}
body.is-admissionInfo .cp-wp {
  border-color: #82AC1E;
}
body.is-admissionInfo [data-area=content] .button1 a, body.is-admissionInfo [data-area=content] .button2 a, body.is-admissionInfo [data-area=content] .button3 a {
  border: 1px solid #82AC1E;
  color: #82AC1E;
}
body.is-admissionInfo [data-area=content] .button1 a span::after, body.is-admissionInfo [data-area=content] .button2 a span::after, body.is-admissionInfo [data-area=content] .button3 a span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.707%2010.707%22%3E%3Cg%20transform%3D%22translate(-1103.5%20-3178.146)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(5789.306%2016008.22)%22%20fill%3D%22%2382ac1e%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(1103.5%203183.5)%22%20fill%3D%22%2382ac1e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.is-admissionInfo .small-btn ul li a {
  background: #F7F8F5;
  border-color: #82AC1E;
  border-width: 2px;
}
@media screen and (max-width: 959px) {
  body.is-admissionInfo .small-btn ul li a {
    border-width: 1px;
  }
}

/* ==========================================================================

就職・資格

========================================================================== */
body.is-findWork [data-area=content] {
  padding: 0;
}
body.is-findWork .ob-findWorkIndex {
  overflow: hidden;
  position: relative;
  top: 120px;
}
body.is-findWork .ob-findWorkIndex.is-no1::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221920%22%20height%3D%221330%22%20viewBox%3D%220%200%201920%201330%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%221920%22%20height%3D%221330%22%20transform%3D%22translate(2240%20-22746)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-2240%2022746)%22%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%221920%22%20height%3D%221330%22%20transform%3D%22translate(2240%20-22746)%22%20fill%3D%22%23004690%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2C1731.793-62.316%2C1953.678%2C1233.1H151.779Z%22%20transform%3D%22translate(2240%20-22649)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  body.is-findWork .ob-findWorkIndex.is-no1::before {
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex.is-no1::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22750%22%20height%3D%22597%22%20viewBox%3D%220%200%20750%20597%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22750%22%20height%3D%22597%22%20transform%3D%22translate(3548%20-17814)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-3548%2017814)%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%22750%22%20height%3D%22312%22%20transform%3D%22translate(3548%20-17814)%22%20fill%3D%22%23004690%22%2F%3E%3Cpath%20d%3D%22M0-33.591%2C798.278-62.316%2C900.557%2C534.812H69.963Z%22%20transform%3D%22translate(3467.746%20-17751.684)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
body.is-findWork .ob-findWorkIndex.is-no1::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 154px;
  left: 5.25vw;
  z-index: 2;
  width: 59px;
  height: 311px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2259.52%22%20height%3D%22315.2%22%20viewBox%3D%220%200%2059.52%20315.2%22%3E%3Cpath%20d%3D%22M52.4-49.76c-4.8-6.16-12.8-8.32-19.12-8.32-17.68%2C0-30.56%2C11.6-30.56%2C29.76S15.6%2C1.44%2C33.28%2C1.44c7.76%2C0%2C15.76-3.12%2C20.48-9.84l-10.4-7.76a13.546%2C13.546%2C0%2C0%2C1-11.68%2C6.08c-9.04%2C0-16-7.68-16-18.24s6.96-18.24%2C16.4-18.24A13.364%2C13.364%2C0%2C0%2C1%2C42.8-41.92ZM54.72%2C0H68.48L73.2-12h22l4.88%2C12h14.08L89.52-56.64H79.2ZM90.96-22.56H77.12L84-40.16ZM119.84%2C0h12.48V-22.64h6.16L150.32%2C0h14.96l-14.4-23.92c8-1.44%2C12.24-7.6%2C12.24-15.52%2C0-13.2-9.76-17.2-21.36-17.2H119.84Zm12.48-46.08h8.16c4.56%2C0%2C9.68.88%2C9.68%2C6.56%2C0%2C6.16-5.92%2C6.32-10.48%2C6.32h-7.36ZM172.16%2C0h39.92V-11.52H184.64V-23.04H209.2V-34.56H184.64V-45.12h26V-56.64H172.16Zm50.4%2C0h39.92V-11.52H235.04V-23.04H259.6V-34.56H235.04V-45.12h26V-56.64H222.56Zm49.92%2C0h12.48V-22.64h6.16L302.96%2C0h14.96l-14.4-23.92c8-1.44%2C12.24-7.6%2C12.24-15.52%2C0-13.2-9.76-17.2-21.36-17.2H272.48Zm12.48-46.08h8.16c4.56%2C0%2C9.68.88%2C9.68%2C6.56%2C0%2C6.16-5.92%2C6.32-10.48%2C6.32h-7.36Z%22%20transform%3D%22translate(1.44%20-2.72)%20rotate(90)%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 960px) and (max-width: 1720px) {
  body.is-findWork .ob-findWorkIndex.is-no1::after {
    top: 108px;
    left: inherit;
    right: 3.5vw;
  }
}
@media screen and (min-width: 426px) and (max-width: 960px) {
  body.is-findWork .ob-findWorkIndex.is-no1::after {
    top: 89px;
    right: 3px;
    left: inherit;
    height: 119px;
  }
}
@media screen and (min-width: 0px) and (max-width: 425px) {
  body.is-findWork .ob-findWorkIndex.is-no1::after {
    top: 59px;
    right: -17px;
    left: inherit;
    height: 119px;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex.is-no1 {
    top: 60px;
  }
}
body.is-findWork .ob-findWorkIndex.is-no2 {
  top: 0;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex.is-no2 {
    margin: 90px 0 0;
  }
}
body.is-findWork .ob-findWorkIndex.is-no3 {
  top: 0;
  margin-top: -23px;
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no1 {
  padding: 158px 20px 193px;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no1 {
    padding-top: 170px;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no1 {
    padding: 50px 25px 0;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no2 {
  max-width: 1420px;
  padding: 0 20px 18px;
  left: 10px;
  margin-top: 6px;
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no2 {
    padding: 160px 20px 18px;
    left: 0;
    max-width: 1400px;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no2 {
    padding: 0 25px;
    margin-top: 10px;
    left: 0;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no3 {
  padding: 0 20px 150px;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner.is-no3 {
    padding: 0 25px 75px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-sub {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-sub {
    font-size: 1.4rem;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-title {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  margin: 26px 0 0;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-title {
    font-size: 3rem;
    margin: 8px 0 0;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 162px 0 41px;
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box {
    flex-direction: column;
    gap: 40px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box {
    flex-direction: column;
    gap: 21px;
    margin: 0;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-left {
  width: 100%;
  padding: 0 80px 0 0;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-left {
    padding: 0 0 0;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-left .ob-findWorkIndex__inner-box-left--title .cp-h2-text {
  margin-top: 111px;
  margin-bottom: 73px;
  padding-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #004690;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-left .ob-findWorkIndex__inner-box-left--title .cp-h2-text {
    margin-top: 64px;
    margin-bottom: 38px;
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-left .ob-findWorkIndex__inner-box-left--text {
  max-width: 540px;
  width: 100%;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-left .ob-findWorkIndex__inner-box-left--text {
    max-width: 100%;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-right: calc(50% - 50vw);
  transition: 0.2s;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  min-width: 910px;
}
@media screen and (min-width: 960px) and (max-width: 1580px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right {
    max-width: 910px;
    margin-left: auto;
    right: -20px;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: auto;
    right: 0;
    min-width: 350px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right .ob-findWorkIndex__inner-box-right--enText {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #FFFFFF;
  line-height: 1;
  font-size: 4.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  padding: 0 20px 0 50px;
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right .ob-findWorkIndex__inner-box-right--enText {
    height: 92px;
    font-size: 1.7rem;
    padding: 0 20px 0 19px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right .ob-findWorkIndex__inner-box-right--enText::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(31, 88, 148, 0.6);
  mix-blend-mode: multiply;
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right .ob-findWorkIndex__inner-box-right--enText .cp-inner {
  position: relative;
  top: 14px;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right .ob-findWorkIndex__inner-box-right--enText .cp-inner {
    top: 6px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-box .ob-findWorkIndex__inner-box-right img {
  width: 100%;
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .cp-h3-text {
  margin-top: 0;
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin: 60px 0 62px;
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks {
    gap: 30px;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 30px auto;
    max-width: 450px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item {
  width: 100%;
  margin-bottom: 41px;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item {
    margin-bottom: 0;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemFukidashi {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  position: relative;
  color: #333;
  width: 100%;
  text-align: center;
  height: 80px;
  background: #F1F5F9;
  border: 1px solid #004690;
  margin-bottom: 45px;
  font-weight: 500;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemFukidashi {
    height: 62px;
    margin-bottom: 34px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemFukidashi::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2245.514%22%20height%3D%2227.024%22%20viewBox%3D%220%200%2045.514%2027.024%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22M0%2C0H45.514V27.024H0Z%22%20transform%3D%22translate(18572.686%207852)%22%20fill%3D%22red%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-18572.686%20-7852)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M15720.236-14456.036l-18.529%2C31.131%2C51.38-31.131Z%22%20transform%3D%22translate(2871.5%2022302.5)%22%20fill%3D%22%23f1f5f9%22%2F%3E%3Cpath%20d%3D%22M15719.952-14456.536h34.925l-52.911%2C32.059-.688-.684Zm31.345%2C1h-30.776l-17.359%2C29.165Z%22%20transform%3D%22translate(2871.5%2022302.5)%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  bottom: -27px;
  left: 77px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemFukidashi::before {
    width: 52px;
    height: 21px;
    bottom: -21px;
    left: 59px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage {
    border-radius: 10px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage > .cp-inner {
  position: relative;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage > .cp-inner {
    overflow: hidden;
    padding-top: 64.62%;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage > .cp-inner img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage > .cp-inner img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage .ob-findWorkIndex__inner-picks--itemImageTitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #FFFFFF;
  background: #004690;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom-right-radius: 10px;
  padding: 16px 10px 14px 25px;
  max-width: 345px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage .ob-findWorkIndex__inner-picks--itemImageTitle {
    max-width: 260px;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage .ob-findWorkIndex__inner-picks--itemImageTitle {
    font-size: 1.6rem;
    padding: 9px 13px;
    max-width: 74.67vw;
    border-bottom-right-radius: 5px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemImage .ob-findWorkIndex__inner-picks--itemImageTitle > .cp-inner {
  padding: 0 !important;
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemText {
  padding: 25px 0 0;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .ob-findWorkIndex__inner-picks .ob-findWorkIndex__inner-picks--item .ob-findWorkIndex__inner-picks--itemText {
    padding: 10px 0 0;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 {
    margin-top: 28px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 ul {
  gap: 33px;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 ul {
    gap: 40px;
    margin: 0 0 30px;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 ul li a {
  background: #FFFFFF;
  border-width: 1px;
  padding: 26px 10px 25px;
  color: #004690;
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 ul li a {
    padding: 14px 10px 14px;
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 ul li a::after {
    content: none;
  }
}
body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 ul li a span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.707%2010.707%22%3E%3Cg%20transform%3D%22translate(-1103.5%20-3178.146)%22%3E%3Cpath%20d%3D%22M-4678.453-12819.366l-.707-.707%2C4.646-4.646-4.646-4.646.707-.707%2C5.354%2C5.354Z%22%20transform%3D%22translate(5789.306%2016008.22)%22%20fill%3D%22%23004690%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(1103.5%203183.5)%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  body.is-findWork .ob-findWorkIndex .ob-findWorkIndex__inner .small-btn.small-btn-04 ul li a span::after {
    content: "" !important;
  }
}

/* ==========================================================================

数字で見る淑徳大学

========================================================================== */
body.page-numbers [data-area=content] {
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.page-numbers [data-area=content]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22346.063%22%20viewBox%3D%220%200%201920%20346.063%22%3E%3Cg%20transform%3D%22translate(0%200)%22%3E%3Cpath%20d%3D%22M0%2C243.686%2C477%2C95.46%2C0%2C44.385Z%22%20transform%3D%22translate(0%2044.52)%22%20fill%3D%22%23004690%22%2F%3E%3Cpath%20d%3D%22M491.5%2C111.512l1432%2C207.082V27.385Z%22%20transform%3D%22translate(-4%2027.469)%22%20fill%3D%22%23004690%22%2F%3E%3Cpath%20d%3D%22M1402.238%2C0%2C201%2C110.937%2C1923.5%2C291.209V0Z%22%20transform%3D%22translate(-3.5)%22%20fill%3D%22%23ffe255%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  body.page-numbers [data-area=content]::before {
    top: 60px;
  }
}

.ob-numbers {
  position: relative;
}
.ob-numbers.is-no1 .ob-numbers__inner {
  padding-top: 282px;
  padding-bottom: 114px;
}
@media screen and (max-width: 959px) {
  .ob-numbers.is-no1 .ob-numbers__inner {
    padding-top: 134px;
    padding-bottom: 42px;
  }
}
.ob-numbers.is-no1 .ob-numbers__boxes-itemNum,
.ob-numbers.is-no1 .ob-numbers__inner-title2--en {
  color: #004690;
}
.ob-numbers.is-no2 .ob-numbers__inner {
  padding-top: 196px;
  padding-bottom: 67px;
}
@media screen and (max-width: 959px) {
  .ob-numbers.is-no2 .ob-numbers__inner {
    padding-top: 38px;
    padding-bottom: 41px;
  }
}
.ob-numbers.is-no2 .ob-numbers__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 86px;
  bottom: 130px;
  z-index: 1;
  width: 478px;
  height: 235px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22478.704%22%20height%3D%22235%22%20viewBox%3D%220%200%20478.704%20235%22%3E%3Cg%20transform%3D%22translate(4420.355%206891.522)%22%3E%3Cpath%20d%3D%22M672.108%2C1529.556h11.314v11.315a2.611%2C2.611%2C0%2C0%2C0%2C2.611%2C2.611h13.926a2.612%2C2.612%2C0%2C0%2C0%2C2.612-2.611v-11.315h11.315a2.611%2C2.611%2C0%2C0%2C0%2C2.61-2.611v-13.926a2.611%2C2.611%2C0%2C0%2C0-2.61-2.611H702.571v-11.315a2.611%2C2.611%2C0%2C0%2C0-2.612-2.611H686.033a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.609v11.317H672.108a2.61%2C2.61%2C0%2C0%2C0-2.612%2C2.609v13.928a2.611%2C2.611%2C0%2C0%2C0%2C2.612%2C2.611m2.61-13.926h11.315a2.611%2C2.611%2C0%2C0%2C0%2C2.612-2.611V1501.7h8.7v11.315a2.611%2C2.611%2C0%2C0%2C0%2C2.61%2C2.611h11.316v8.7H699.959a2.611%2C2.611%2C0%2C0%2C0-2.61%2C2.611v11.319h-8.7v-11.315a2.611%2C2.611%2C0%2C0%2C0-2.61-2.611H674.718Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M839.218%2C1573.075h-55.7a2.611%2C2.611%2C0%2C0%2C0-2.616%2C2.607v13.93a2.612%2C2.612%2C0%2C0%2C0%2C2.612%2C2.611h55.7a2.612%2C2.612%2C0%2C0%2C0%2C2.611-2.611v-13.926a2.611%2C2.611%2C0%2C0%2C0-2.607-2.611M808.751%2C1587h-22.63v-8.7h22.63Zm27.853%2C0h-22.63v-8.7H836.6Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M839.218%2C1600.926h-55.7a2.611%2C2.611%2C0%2C0%2C0-2.616%2C2.607v13.93a2.612%2C2.612%2C0%2C0%2C0%2C2.612%2C2.611h55.7a2.612%2C2.612%2C0%2C0%2C0%2C2.611-2.611v-13.926a2.61%2C2.61%2C0%2C0%2C0-2.607-2.611m-30.467%2C13.926h-22.63v-8.7h22.63Zm27.853%2C0h-22.63v-8.7H836.6Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M839.218%2C1628.778h-55.7a2.611%2C2.611%2C0%2C0%2C0-2.616%2C2.607v13.93a2.611%2C2.611%2C0%2C0%2C0%2C2.612%2C2.611h55.7a2.611%2C2.611%2C0%2C0%2C0%2C2.611-2.611v-13.926a2.61%2C2.61%2C0%2C0%2C0-2.607-2.611M808.751%2C1642.7h-22.63V1634h22.63Zm27.853%2C0h-22.63V1634H836.6Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M839.217%2C1656.63h-55.7a2.61%2C2.61%2C0%2C0%2C0-2.614%2C2.607v13.93a2.61%2C2.61%2C0%2C0%2C0%2C2.61%2C2.611h55.7a2.612%2C2.612%2C0%2C0%2C0%2C2.612-2.611v-13.926a2.613%2C2.613%2C0%2C0%2C0-2.609-2.611m-30.463%2C13.926h-22.63v-8.7h22.63Zm5.223%2C0v-8.7H836.6l0%2C8.7Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M546.775%2C1592.223h55.7a2.611%2C2.611%2C0%2C0%2C0%2C2.61-2.611v-13.926a2.609%2C2.609%2C0%2C0%2C0-2.606-2.611h-55.7a2.611%2C2.611%2C0%2C0%2C0-2.616%2C2.605v13.932a2.611%2C2.611%2C0%2C0%2C0%2C2.612%2C2.611m30.463-13.922h22.626v8.7H577.238Zm-5.225%2C0v8.7H549.386l0-8.7Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M546.775%2C1620.074h55.7a2.611%2C2.611%2C0%2C0%2C0%2C2.61-2.611v-13.926a2.609%2C2.609%2C0%2C0%2C0-2.606-2.611h-55.7a2.611%2C2.611%2C0%2C0%2C0-2.616%2C2.6v13.932a2.611%2C2.611%2C0%2C0%2C0%2C2.612%2C2.611m30.463-13.922h22.626v8.7H577.238Zm-5.225%2C0v8.7H549.386l0-8.7Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M546.775%2C1647.926h55.7a2.611%2C2.611%2C0%2C0%2C0%2C2.61-2.611v-13.926a2.609%2C2.609%2C0%2C0%2C0-2.606-2.611h-55.7a2.611%2C2.611%2C0%2C0%2C0-2.616%2C2.605v13.932a2.611%2C2.611%2C0%2C0%2C0%2C2.612%2C2.611M577.238%2C1634h22.626v8.7H577.238Zm-5.225%2C0v8.7H549.386l0-8.7Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M546.775%2C1675.778h55.7a2.611%2C2.611%2C0%2C0%2C0%2C2.61-2.611v-13.926a2.609%2C2.609%2C0%2C0%2C0-2.606-2.611h-55.7a2.611%2C2.611%2C0%2C0%2C0-2.616%2C2.6v13.932a2.611%2C2.611%2C0%2C0%2C0%2C2.612%2C2.611m30.463-13.922h22.626l0%2C8.7H577.238Zm-27.851%2C0h22.63v8.7H549.386Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M929.738%2C1726.26H890.571v-15.667h18.274a2.611%2C2.611%2C0%2C0%2C0%2C2.61-2.611v-13.926a2.611%2C2.611%2C0%2C0%2C0-2.61-2.611H890.571V1537.39a2.611%2C2.611%2C0%2C0%2C0-2.612-2.611H860.108a2.611%2C2.611%2C0%2C0%2C0-2.612%2C2.611v14.8H765.238v-32.2a2.613%2C2.613%2C0%2C0%2C0-2.6-2.619H727.812a2.611%2C2.611%2C0%2C1%2C0%2C0%2C5.222h32.2v29.593H625.978v-29.593h32.2a2.611%2C2.611%2C0%2C1%2C0%2C0-5.222H623.366a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.609v32.2H528.5v-14.8a2.61%2C2.61%2C0%2C0%2C0-2.608-2.611H498.033a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.609v154.065H477.145a2.612%2C2.612%2C0%2C0%2C0-2.612%2C2.609v13.928a2.611%2C2.611%2C0%2C0%2C0%2C2.612%2C2.611h18.277v15.667H456.255a2.611%2C2.611%2C0%2C0%2C0%2C0%2C5.222H929.738a2.611%2C2.611%2C0%2C1%2C0%2C0-5.222M500.645%2C1540h22.63v151.444h-22.63Zm5.221%2C186.259h-5.222v-15.667h5.222Zm36.556%2C0H511.085v-15.667h31.337Zm10.444%2C0h-5.222v-15.667h5.222Zm36.555%2C0H558.088v-15.667h31.333Zm10.445%2C0h-5.222v-15.667h5.222Zm20.889%2C0H605.088v-15.667h15.667Zm0-20.889h-141v-8.7h141Zm0-13.926H528.5V1557.408h92.259Zm88.778-134.037h22.63v20.309h-22.63Zm0%2C25.531h22.63v20.31h-22.63Zm0%2C25.532h22.63v20.307h-22.63Zm-27.851-51.063h22.63v20.309h-22.63Zm0%2C25.531h22.63v20.31h-22.63Zm0%2C25.532h22.63v20.307h-22.63Zm-27.853-51.063h22.63v20.309h-22.63Zm0%2C25.531h22.63v20.31h-22.63Zm0%2C25.532h22.63v20.307h-22.63Zm-27.851-51.063h22.63v20.309h-22.63Zm0%2C25.531h22.63v20.31h-22.63Zm0%2C25.532h22.63v20.307h-22.63Zm64.408%2C93.418h-4.353a2.611%2C2.611%2C0%2C1%2C0%2C0%2C5.222h4.353v19.148H660.792v-43.518h29.594ZM725.2%2C1726.26H695.608v-19.148h4.351a2.611%2C2.611%2C0%2C1%2C0%2C0-5.222h-4.351v-19.149H725.2Zm34.815-73.111H729.552a2.611%2C2.611%2C0%2C1%2C0%2C0%2C5.222h30.463v67.889H730.422v-46.13a2.611%2C2.611%2C0%2C0%2C0-2.61-2.611h-69.63a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.609v46.132H625.978v-67.889h30.467a2.611%2C2.611%2C0%2C1%2C0%2C0-5.222H625.978V1634H760.015Zm0-24.371h-22.63v-20.307h22.63Zm0-25.529h-22.63v-20.31h22.63Zm0-25.532h-22.63v-20.309h22.63ZM862.718%2C1540h22.627v151.444H862.714Zm-97.48%2C17.407H857.5v134.037H765.238Zm0%2C139.263h141v8.7h-141Zm15.667%2C29.589H765.238v-15.667h15.667Zm10.44%2C0h-5.223l0-15.667h5.219Zm36.559%2C0H796.571v-15.667H827.9Zm10.441%2C0h-5.223l0-15.667h5.219Zm36.559%2C0H843.571v-15.667H874.9Zm10.441%2C0h-5.223l0-15.667h5.219Z%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M511.961%2C1553.056h0a2.609%2C2.609%2C0%2C0%2C0-2.61%2C2.609v5.224a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-5.222a2.61%2C2.61%2C0%2C0%2C0-2.609-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M511.961%2C1572.2h0a2.61%2C2.61%2C0%2C0%2C0-2.61%2C2.609v5.224a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-5.222a2.611%2C2.611%2C0%2C0%2C0-2.609-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M511.961%2C1591.352h0a2.608%2C2.608%2C0%2C0%2C0-2.61%2C2.609v5.224a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-5.222a2.609%2C2.609%2C0%2C0%2C0-2.609-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M511.96%2C1610.5h0a2.609%2C2.609%2C0%2C0%2C0-2.61%2C2.609h0v5.224a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-5.224a2.61%2C2.61%2C0%2C0%2C0-2.61-2.61%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M511.961%2C1629.649h0a2.609%2C2.609%2C0%2C0%2C0-2.61%2C2.609v5.224a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-5.222a2.609%2C2.609%2C0%2C0%2C0-2.609-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M511.961%2C1648.8h0a2.609%2C2.609%2C0%2C0%2C0-2.61%2C2.609v5.224a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-5.222a2.609%2C2.609%2C0%2C0%2C0-2.609-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M511.961%2C1667.945h0a2.609%2C2.609%2C0%2C0%2C0-2.61%2C2.609v5.224a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-5.222a2.609%2C2.609%2C0%2C0%2C0-2.609-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M874.033%2C1553.056a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.611v5.222a2.611%2C2.611%2C0%2C0%2C0%2C5.222%2C0v-5.222a2.611%2C2.611%2C0%2C0%2C0-2.611-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M874.033%2C1572.2a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.611v5.222a2.611%2C2.611%2C0%2C0%2C0%2C5.222%2C0v-5.222a2.611%2C2.611%2C0%2C0%2C0-2.611-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M874.033%2C1591.352a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.611v5.222a2.611%2C2.611%2C0%2C0%2C0%2C5.222%2C0v-5.222a2.611%2C2.611%2C0%2C0%2C0-2.611-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M874.033%2C1610.5a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.611v5.224a2.611%2C2.611%2C0%2C0%2C0%2C5.222%2C0v-5.224a2.611%2C2.611%2C0%2C0%2C0-2.611-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M874.033%2C1629.649a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.611v5.222a2.611%2C2.611%2C0%2C0%2C0%2C5.222%2C0v-5.222a2.611%2C2.611%2C0%2C0%2C0-2.611-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M874.033%2C1648.8a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.611v5.222a2.611%2C2.611%2C0%2C0%2C0%2C5.222%2C0v-5.222a2.611%2C2.611%2C0%2C0%2C0-2.611-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M874.033%2C1667.945a2.611%2C2.611%2C0%2C0%2C0-2.611%2C2.611v5.222a2.611%2C2.611%2C0%2C1%2C0%2C5.222%2C0v-5.222a2.611%2C2.611%2C0%2C0%2C0-2.611-2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M686.033%2C1668.815a2.611%2C2.611%2C0%2C0%2C0%2C2.611-2.611v-7.833h8.7v7.833a2.611%2C2.611%2C0%2C1%2C0%2C5.221%2C0v-20.889a2.611%2C2.611%2C0%2C1%2C0-5.221%2C0v7.833h-8.7v-7.833a2.611%2C2.611%2C0%2C0%2C0-5.222%2C0V1666.2a2.611%2C2.611%2C0%2C0%2C0%2C2.611%2C2.611%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M713.886%2C1658.371h5.222a2.611%2C2.611%2C0%2C0%2C0%2C0-5.222h-5.222a2.611%2C2.611%2C0%2C1%2C0%2C0%2C5.222%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3Cpath%20d%3D%22M666.886%2C1658.371h5.222a2.611%2C2.611%2C0%2C0%2C0%2C0-5.222h-5.222a2.611%2C2.611%2C0%2C1%2C0%2C0%2C5.222%22%20transform%3D%22translate(-4874%20-8388.004)%22%20fill%3D%22%2307aaaa%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .ob-numbers.is-no2 .ob-numbers__inner::after {
    content: none;
  }
}
.ob-numbers.is-no2 .ob-numbers__boxes-itemNum,
.ob-numbers.is-no2 .ob-numbers__inner-title2--en {
  color: #07AAAA;
}
.ob-numbers.is-no2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22136.151%22%20viewBox%3D%220%200%201920%20136.151%22%3E%3Cg%20transform%3D%22translate(0%20-2928.438)%22%3E%3Cpath%20d%3D%22M768.121%2C0%2C0%2C49.31l768.121%2C40.5Z%22%20transform%3D%22translate(1151.879%202928.438)%22%20fill%3D%22%23ffe255%22%2F%3E%3Cpath%20d%3D%22M0%2C138.6l1154.014-69.01L0%2C156.378Z%22%20transform%3D%22translate(0%202908.211)%22%20fill%3D%22%23ffe255%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2C1346.119%2C32.792%2C0%2C118.715Z%22%20transform%3D%22translate(0%202933.025)%22%20fill%3D%22%2307aaaa%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-numbers.is-no3 .ob-numbers__inner {
  padding-top: 156px;
  padding-bottom: 65px;
}
@media screen and (max-width: 959px) {
  .ob-numbers.is-no3 .ob-numbers__inner {
    padding-top: 44px;
    padding-bottom: 42px;
  }
}
.ob-numbers.is-no3 .ob-numbers__boxes-itemNum,
.ob-numbers.is-no3 .ob-numbers__inner-title2--en {
  color: #F05848;
}
.ob-numbers.is-no3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22192.756%22%20viewBox%3D%220%200%201920%20192.756%22%3E%3Cg%20transform%3D%22translate(0)%22%3E%3Cpath%20d%3D%22M0%2C0%2C768.121%2C69.811%2C0%2C127.147Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23ffe255%22%2F%3E%3Cpath%20d%3D%22M1154.014%2C167.294%2C0%2C69.594%2C1154.014%2C192.458Z%22%20transform%3D%22translate(765.986%200.298)%22%20fill%3D%22%23ffe255%22%2F%3E%3Cpath%20d%3D%22M1346.119%2C0%2C0%2C46.426%2C1346.119%2C168.071Z%22%20transform%3D%22translate(573.881%206.495)%22%20fill%3D%22%23f05848%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-numbers.is-no4 .ob-numbers__inner {
  padding-top: 207px;
  padding-bottom: 9px;
}
@media screen and (max-width: 959px) {
  .ob-numbers.is-no4 .ob-numbers__inner {
    padding-top: 46px;
    padding-bottom: 0;
  }
}
.ob-numbers.is-no4 .ob-numbers__boxes-itemNum,
.ob-numbers.is-no4 .ob-numbers__inner-title2--en {
  color: #00A0EA;
}
.ob-numbers.is-no4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22136.151%22%20viewBox%3D%220%200%201920%20136.151%22%3E%3Cg%20transform%3D%22translate(0%20-6819.438)%22%3E%3Cg%20transform%3D%22translate(-15368%2027954.438)%22%3E%3Cpath%20d%3D%22M768.121%2C0%2C0%2C49.31l768.121%2C40.5Z%22%20transform%3D%22translate(16519.879%20-21135)%22%20fill%3D%22%23ffe255%22%2F%3E%3Cpath%20d%3D%22M0%2C138.6l1154.014-69.01L0%2C156.378Z%22%20transform%3D%22translate(15368%20-21155.227)%22%20fill%3D%22%23ffe255%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2C1346.119%2C32.792%2C0%2C118.715Z%22%20transform%3D%22translate(15368%20-21130.412)%22%20fill%3D%22%2300a0ea%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-numbers .ob-numbers__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner {
    padding: 0 25px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__inner-read {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__inner-read {
    font-size: 1.4rem;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__inner-title {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  padding: 30px 0 36px;
  color: #222222;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__inner-title {
    font-size: 3rem;
    padding: 11px 0 19px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__inner-dataText {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 113px;
  color: #222222;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__inner-dataText {
    font-size: 1.3rem;
    margin: 0 0 43px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__inner-title2 {
  margin: 20px 0 77px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__inner-title2 {
    margin: 20px 0 40px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__inner-title2 .ob-numbers__inner-title2--en {
  line-height: 1;
  font-size: 7.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: -0.045em;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__inner-title2 .ob-numbers__inner-title2--en {
    font-size: 3.8rem;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__inner-title2 .ob-numbers__inner-title2--ja {
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 27px 0 0;
  color: #222222;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__inner-title2 .ob-numbers__inner-title2--ja {
    font-size: 1.8rem;
    margin: 9px 0 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 63px;
  margin: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes.is-show {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes {
    display: flex;
    gap: 0;
    width: auto;
    margin: 0 -25px 38px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .js-num.is-hide {
  display: none;
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .js-hidden-num {
  display: none;
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .js-hidden-num.is-show {
  display: block;
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item {
  text-align: center;
  margin: 0 0 28px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item {
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemHead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemHead {
    font-size: 1.6rem;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 9px 0 24px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum {
    font-size: 2.15rem;
    position: static;
    white-space: nowrap;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount {
  top: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 10rem;
  letter-spacing: -0.03em;
  margin: 0 0 -8px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount {
    font-size: 6.5rem;
    margin: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num01 {
  left: -26px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num01 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num02 {
  left: -115px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num02 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num03 {
  left: -44px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num03 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num04 {
  left: 34px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num04 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num05 {
  left: -39px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num05 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num06 {
  left: -12px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num06 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num07 {
  left: -29px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num07 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num08 {
  left: -7px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num08 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num09 {
  left: -30px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num09 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num10 {
  left: -46px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num10 {
    left: 0;
    margin: 0 -10px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num11 {
  right: -99px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num11 {
    right: 0;
    margin: 0 -10px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num12 {
  right: 29px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num12 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num13 {
  right: 8px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num13 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num14 {
  right: 27px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num14 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num15 {
  right: 8px;
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num16 {
  right: 27px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num16 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num17 {
  right: 28px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num17 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num18 {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num18 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num19 {
  right: 24px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num19 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num20 {
  right: 8px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num20 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num21 {
  right: 53px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num21 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num22 {
  left: -38px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num22 {
    left: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num23 {
  right: -23px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num23 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num24 {
  right: 9px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num24 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num25 {
  right: 12px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num25 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num26 {
  right: 1px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum .ob-numbers__boxes-itemNumCount.is-num26 {
    right: 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div {
  top: 67px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div {
    position: static;
    top: -7px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text01 {
  right: 216px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text01 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text02 {
  left: 165px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text02 {
    left: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text03 {
  left: 328px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text03 {
    left: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text04 {
  right: 86px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text04 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text05 {
  right: 261px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text05 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text06 {
  right: 127px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text06 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text07 {
  right: 194px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text07 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text08 {
  right: 233px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text08 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text09 {
  right: 172px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text09 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text10 {
  left: 82px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text10 {
    left: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text11 {
  left: 297px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text11 {
    left: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text12 {
  left: 363px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text12 {
    left: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text13 {
  right: 44px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text13 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text14 {
  right: 224px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text14 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text15 {
  right: 217px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text15 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text16 {
  right: 220px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text16 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text17 {
  right: 217px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text17 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text18 {
  right: 221px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text18 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text19 {
  right: 219px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text19 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text20 {
  right: 234px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text20 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text21 {
  right: 252px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text21 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text22 {
  right: 237px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text22 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text23 {
  right: 205px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text23 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text24 {
  left: 426px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text24 {
    left: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text25 {
  right: 137px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text25 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text26 {
  right: 188px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text26 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text27 {
  right: 139px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text27 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text28 {
  right: 221px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemNum > div.is-text28 {
    right: 0;
    position: relative;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemText {
  font-size: 1.5rem;
  min-height: 60px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemText {
    font-size: 1.45rem;
    min-height: inherit;
    line-height: 1.8;
    margin: -10px 0 0;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage {
  margin: 0 auto;
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no1 {
  margin: 37px auto 0;
  max-width: 181px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no1 {
    margin: 16px auto 0;
    max-width: 124px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no2 {
  margin: 21px auto 0;
  max-width: 165px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no2 {
    margin: 16px auto 0;
    max-width: 114px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no3 {
  margin: -1px auto 0;
  max-width: 206px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no3 {
    margin: 16px auto 0;
    max-width: 142px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no4 {
  margin: 11px auto 0;
  max-width: 205px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no4 {
    margin: 16px auto 0;
    max-width: 142px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no5 {
  margin: 21px auto 0;
  max-width: 153px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no5 {
    margin: 16px auto 0;
    max-width: 105px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no6 {
  margin: 23px auto 0;
  max-width: 211px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no6 {
    margin: 16px auto 0;
    max-width: 146px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no7 {
  margin: 3px auto 0;
  max-width: 255px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no7 {
    margin: 16px auto 0;
    max-width: 176px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no8 {
  margin: 3px auto 0;
  max-width: 290px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no8 {
    margin: 16px auto 0;
    max-width: 201px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no9 {
  margin: 32px auto 0;
  max-width: 133px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no9 {
    margin: 16px auto 0;
    max-width: 91px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no10 {
  margin: 32px auto 0;
  max-width: 132px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no10 {
    margin: 16px auto 0;
    max-width: 91px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no11 {
  margin: 0px auto;
  max-width: 133px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no11 {
    margin: 16px auto 0;
    max-width: 91px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no12 {
  margin: 8px auto 0;
  max-width: 131px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no12 {
    margin: 16px auto 0;
    max-width: 91px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no13 {
  margin: 5px auto 0;
  max-width: 133px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no13 {
    margin: 16px auto 0;
    max-width: 91px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no14 {
  margin: 27px auto 0;
  max-width: 200px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no14 {
    margin: 16px auto 0;
    max-width: 138px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no15 {
  margin: 19px auto 0;
  max-width: 207px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no15 {
    margin: 16px auto 0;
    max-width: 143px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no16 {
  margin: 36px auto 0;
  max-width: 201px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no16 {
    margin: 16px auto 0;
    max-width: 138px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no17 {
  margin: 28px auto 0;
  max-width: 224px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no17 {
    margin: 16px auto 0;
    max-width: 154px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no18 {
  margin: 6px auto 0;
  max-width: 201px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no18 {
    margin: 16px auto 0;
    max-width: 138px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no19 {
  margin: 9px auto 0;
  max-width: 213px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no19 {
    margin: 16px auto 0;
    max-width: 147px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no20 {
  margin: 16px auto 0;
  max-width: 200px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no20 {
    margin: 16px auto 0;
    max-width: 138px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no21 {
  margin: 13px auto 0;
  max-width: 207px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no21 {
    margin: 16px auto 0;
    max-width: 143px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no22 {
  margin: 8px auto 0;
  max-width: 225px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__boxes .ob-numbers__boxes-item .ob-numbers__boxes-itemImage.is-no22 {
    margin: 16px auto 0;
    max-width: 155px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__control {
  display: none;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__control {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 335px;
    margin: 0 auto;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-prev::before,
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-next::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: block;
  width: 27px;
  height: 10px;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-prev::before,
  .ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-next::before {
    top: 0;
    width: 19px;
    height: 8px;
  }
}
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-prev::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C27.23V0L10.539%2C10.54H2V27.23Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-next::before {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.23%22%20height%3D%2210.539%22%20viewBox%3D%220%200%2027.23%2010.539%22%3E%3Cpath%20d%3D%22M0%2C0V27.23l10.539-10.54H2V0Z%22%20transform%3D%22translate(0%2010.539)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-prev:hover::before {
  animation: arrowReverse 0.5s;
}
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-next:hover::before {
  animation: arrow 0.5s;
}
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-prev,
.ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-next {
  position: relative;
  display: block;
  height: 80px;
  width: 80px;
  background: #333;
  border-radius: 10px;
  cursor: pointer;
  margin: -33px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-prev,
  .ob-numbers .ob-numbers__inner .ob-numbers__control .ob-numbers__control-next {
    height: 50px;
    width: 50px;
    border-radius: 5px;
  }
}

.ob-best10 {
  position: relative;
  z-index: 2;
}
.ob-best10 .ob-best10__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-size: cover;
  background-image: url('/admission/albums/css/basic1-blocks1/abm00020875.png');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 660px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__title {
    display: block;
    background-image: url('/admission/albums/css/basic1-blocks1/abm00021184.png');
    min-height: 130px;
    margin: 41px 0 0;
  }
}
.ob-best10 .ob-best10__title .ob-best10__title-main {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #004690;
  margin: 181px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__title .ob-best10__title-main {
    margin: 0;
  }
}
.ob-best10 .ob-best10__title .ob-best10__title-main .ob-best10__title-main--top {
  font-size: 3.6rem;
  letter-spacing: -0.07em;
  line-height: 1;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__title .ob-best10__title-main .ob-best10__title-main--top {
    font-size: 1.2rem;
    position: static;
    padding: 57px 0 0;
  }
}
.ob-best10 .ob-best10__title .ob-best10__title-main .ob-best10__title-main--bottom {
  font-size: 12rem;
  letter-spacing: -0.06em;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__title .ob-best10__title-main .ob-best10__title-main--bottom {
    font-size: 4.1rem;
    letter-spacing: -0.05em;
    margin: 4px 0 0;
  }
}
.ob-best10 .ob-best10__title .ob-best10__title-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  position: relative;
  top: 30px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__title .ob-best10__title-text {
    display: none;
  }
}
.ob-best10 .ob-best10__title + .ob-best10__title-text {
  display: none;
  line-height: 1.6;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  background: #FFFFFF;
  padding: 30px 25px 0;
  text-align: center;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__title + .ob-best10__title-text {
    display: block;
  }
}
.ob-best10 .ob-best10__inner {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 96px 20px 140px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner {
    padding: 22px 25px 75px;
  }
}
.ob-best10 .ob-best10__inner .ob-best10__inner--boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item {
    display: flex;
    text-align: left;
    border-top: 1px solid #ccc;
    gap: 10px;
    padding: 10px 0;
  }
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item:first-child {
    border-top: 0;
  }
}
.ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemLeft {
  margin: 0 auto;
  max-width: 120px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemLeft {
    margin: 0;
    max-width: 70px;
  }
}
.ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightText {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.6;
  padding: 40px 0 26px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightText {
    font-size: 1.6rem;
    padding: 8px 0 1px;
  }
}
.ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightNumber {
  color: #004690;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightNumber {
    justify-content: flex-start;
  }
}
.ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightNumber .ob-best10__inner--boxes--itemRightNumberTop {
  font-size: 9.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightNumber .ob-best10__inner--boxes--itemRightNumberTop {
    font-size: 6.6rem;
  }
}
.ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightNumber .ob-best10__inner--boxes--itemRightNumberBottom {
  position: relative;
  top: -6px;
  left: -5px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best10__inner--boxes .ob-best10__inner--boxes--item .ob-best10__inner--boxes--itemRight .ob-best10__inner--boxes--itemRightNumber .ob-best10__inner--boxes--itemRightNumberBottom {
    font-size: 2.1rem;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column wrap;
  margin: 153px 0 0;
  height: 580px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes {
    display: block;
    height: auto;
    margin: 0;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item {
  display: flex;
  border-top: 1px solid #ccc;
  width: calc(50% - 40px);
  padding: 29px 0 30px 11px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item {
    width: 100%;
    gap: 22px;
    padding: 11px 0 4px 13px;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item:nth-child(4) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item:nth-child(4) {
    border-bottom: none;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemLeft {
  max-width: 48px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemLeft {
    max-width: 45px;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight {
    align-items: flex-start;
    justify-content: inherit;
    flex-direction: column;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight .ob-best4-10__inner--boxes--itemRightText {
  font-weight: 500;
  padding: 0 4.5vw 0 18px;
  line-height: 1.55;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight .ob-best4-10__inner--boxes--itemRightText {
    font-size: 1.45rem;
    padding: 8px 0 13px;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight .ob-best4-10__inner--boxes--itemRightNumber {
  color: #004690;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight .ob-best4-10__inner--boxes--itemRightNumber .ob-best4-10__inner--boxes--itemRightNumberTop {
  font-size: 4.4rem;
  top: -9px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight .ob-best4-10__inner--boxes--itemRightNumber .ob-best4-10__inner--boxes--itemRightNumberTop {
    font-size: 3.25rem;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight .ob-best4-10__inner--boxes--itemRightNumber .ob-best4-10__inner--boxes--itemRightNumberBottom {
  position: relative;
  top: -12px;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item .ob-best4-10__inner--boxes--itemRight .ob-best4-10__inner--boxes--itemRightNumber .ob-best4-10__inner--boxes--itemRightNumberBottom {
    font-size: 1.2rem;
    left: -6px;
  }
}
.ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item.is-underText {
  padding: 112px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-best10 .ob-best10__inner .ob-best4-10__inner--boxes .ob-best4-10__inner--boxes--item.is-underText {
    font-size: 1.45rem;
    padding: 16px 0 0;
    line-height: 1.4;
  }
}

/* =========================================================================

ニュース土台 NEWS一覧

========================================================================== */
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .lo-container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .lo-container .lo-container__inner [data-area=content] {
    padding-bottom: 0;
  }
}
.is-under.id-3804.parent-3803 .cp-h2-text {
  color: #004690;
  font-family: "Avenir Next", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .cp-h2-text {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
.is-under.id-3804.parent-3803 .cp-h2-text::before {
  content: none;
}
.is-under.id-3804.parent-3803 .news-all-wrap {
  width: 100%;
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists {
  display: flex;
  margin: 65px 0 70px;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .ns-lists {
    flex-direction: column;
    margin: 10px 0 25px;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category {
    gap: 0;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .ns-lists__category-all {
  color: #FFFFFF;
  font-size: 1.5rem;
  min-width: 120px;
  padding: 1px 5px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  background: #004690;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .ns-lists__category-all {
    font-size: 1.4rem;
    border-radius: 15px;
    min-width: inherit;
    width: 44.33%;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .ns-lists__category-all:hover {
  opacity: 0.8;
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap {
    gap: 0;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap .cp-category-list {
  color: #FFFFFF;
  font-size: 1.5rem;
  min-width: 120px;
  padding: 1px 5px;
  border-radius: 20px;
  text-align: center;
  background: #004690;
  transition: 0.2s;
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap .cp-category-list + .cp-category-list {
  background: #5BA8A2;
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap .cp-category-list:hover {
  opacity: 0.8;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap .cp-category-list {
    font-size: 1.4rem;
    border-radius: 15px;
    min-width: inherit;
    width: 100%;
    margin-left: 9px;
    white-space: nowrap;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap .cp-category-list a {
  display: block;
  width: 100%;
  color: #FFFFFF;
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__category .cp-category-list-wrap .cp-category-list a:hover {
  text-decoration: none;
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__filter {
  position: relative;
  background: #EEEEEE;
  padding: 9px 10px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__filter {
    padding: 5px;
    margin: 15px 0 0;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 2px;
  right: 26px;
  margin: auto 0;
  z-index: 3;
  display: block;
  width: 12px;
  height: 6px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%227.061%22%20viewBox%3D%220%200%2012.707%207.061%22%3E%3Cpath%20d%3D%22M-2630.7-15208.293l-6.354-6.354.707-.707%2C5.647%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(2637.052%2015215.354)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
}
.is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 321px;
  height: 48px;
  padding: 3px 45px 0 19px;
  border-radius: 2px;
  background-color: #fff;
  color: #555;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .ns-lists .ns-lists__filter select {
    min-width: 100%;
    font-size: 1.4rem;
    height: 39px;
    padding: 1px 45px 0 15px;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems.ns-content:empty {
  display: block;
  padding: 35px 0 !important;
  text-align: center;
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems.ns-content:empty::before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  content: "Informationはございません。";
  font-size: 1.6rem;
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item {
  border-top: 1px solid #CCC;
  display: block;
  width: 100%;
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item:last-child {
  border-bottom: 1px solid #CCC;
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-title {
  font-size: 2.2rem;
  line-height: 1.625;
  font-weight: 500;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-title {
    font-size: 1.5rem;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date {
  min-width: 229px;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date {
    min-width: inherit;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  font-family: "Barlow", sans-serif;
  min-width: 80px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date time {
    font-size: 1.5rem;
    min-width: 75px;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date--category {
  margin: 0 33px 0 16px;
  padding: 0 5px;
  line-height: 22px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 20px;
  text-align: center;
  min-width: 100px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date--category {
    min-width: 91px;
    margin: 0 0 0 16px;
    line-height: 20px;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date--category.univ_news_nyushi {
  background: #004690;
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item .news-infoItems__item-date--category.univ_news_shingaku {
  background: #5BA8A2;
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item a {
  display: flex;
  padding: 44px 20px 42px 20px;
  color: #222222;
}
@media screen and (max-width: 959px) {
  .is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item a {
    display: block;
    padding: 19px 0 21px;
  }
}
.is-under.id-3804.parent-3803 .news-all-wrap .news-infoItems .news-infoItems__item a:hover .news-infoItems__item-title {
  text-decoration: none;
}

/* ==========================================================================

ページング

========================================================================== */
.lo-container__inner .paging-list {
  display: none;
}

.paging-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 74px 0 -126px;
}
@media screen and (max-width: 959px) {
  .paging-list {
    margin: 0;
    padding: 27px 25px;
    background: #F1F5F9;
    margin: 0 -25px;
  }
}
.paging-list paging-list > a,
.paging-list paging-list > span {
  display: block;
  width: 46px;
  height: 46px;
  margin: 3px;
  text-align: center;
  line-height: 46px;
  font-size: 1.5rem;
  font-weight: 600;
  background: #999;
  color: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .paging-list paging-list > a,
  .paging-list paging-list > span {
    font-size: 1.1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.paging-list paging-list > a:hover {
  background: #004690;
  text-decoration: none;
}
.paging-list paging-list > .active {
  background: #004690;
  text-decoration: none;
  border-color: #004690;
}
.paging-list paging-list:first-of-type, .paging-list paging-list:last-of-type {
  display: none;
}
.paging-list paging-list:nth-of-type(2) > *, .paging-list paging-list:nth-last-of-type(2) > * {
  position: relative;
  width: 110px;
  font-size: 0;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > *, .paging-list paging-list:nth-last-of-type(2) > * {
    width: 95px;
  }
}
.paging-list paging-list:nth-of-type(2) > *::before, .paging-list paging-list:nth-last-of-type(2) > *::before {
  font-size: 1.4rem;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > *::before, .paging-list paging-list:nth-last-of-type(2) > *::before {
    font-size: 1.3rem;
  }
}
.paging-list paging-list:nth-of-type(2) > a:hover::before, .paging-list paging-list:nth-last-of-type(2) > a:hover::before {
  color: #fff;
}
.paging-list paging-list:nth-of-type(2) > a::before, .paging-list paging-list:nth-of-type(2) > span::before {
  content: "前へ";
}
@media screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > a::before, .paging-list paging-list:nth-of-type(2) > span::before {
    margin-right: -12px;
  }
}
.paging-list paging-list:nth-last-of-type(2) > a::before, .paging-list paging-list:nth-last-of-type(2) > span::before {
  content: "次へ";
}
@media screen and (max-width: 959px) {
  .paging-list paging-list:nth-last-of-type(2) > a::before, .paging-list paging-list:nth-last-of-type(2) > span::before {
    margin-left: -12px;
  }
}
.paging-list paging-list:nth-of-type(2) > a::after, .paging-list paging-list:nth-of-type(2) > span::after, .paging-list paging-list:nth-last-of-type(2) > a::after, .paging-list paging-list:nth-last-of-type(2) > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 28px;
  width: 8px;
  height: 9px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.06%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.06%208.707%22%3E%3Cpath%20d%3D%22M4%2C4.707-.354.354.354-.354%2C4%2C3.293%2C7.646-.354l.707.707Z%22%20transform%3D%22translate(0.354%208.354)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > a::after, .paging-list paging-list:nth-of-type(2) > span::after, .paging-list paging-list:nth-last-of-type(2) > a::after, .paging-list paging-list:nth-last-of-type(2) > span::after {
    right: 7px;
  }
}
.paging-list paging-list:nth-of-type(2) > span, .paging-list paging-list:nth-last-of-type(2) > span {
  opacity: 0;
  pointer-events: none;
  font-weight: 500;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > span, .paging-list paging-list:nth-last-of-type(2) > span {
    display: none;
  }
}

/* ==========================================================================

ニュースの詳細

========================================================================== */
body.is-under.is-detail .lo-container__inner [data-area=content] {
  padding-top: 85px;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-container__inner [data-area=content] {
    padding-top: 52px;
    padding-bottom: 0;
  }
}
body.is-under.is-detail .lo-information {
  color: #004690;
  font-family: "Avenir Next", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0 0 122px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-information {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}
body.is-under.is-detail .lo-detail {
  max-width: 960px;
  margin: 0 auto;
}
body.is-under.is-detail .lo-detail .lo-detail__title {
  position: relative;
  margin-bottom: 49px;
  padding-bottom: 59px;
  border-bottom: 4px solid #FDF264;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__title {
    margin-bottom: 22px;
    padding-bottom: 38px;
    border-width: 2px;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 240px;
  height: 4px;
  background-color: #004690;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__title::before {
    bottom: -2px;
    width: 120px;
    height: 2px;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-h1 {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-h1 {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status {
  display: flex;
  gap: 20px;
  line-height: 1;
  margin: 42px 0 0;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status {
    gap: 19px;
    margin: 22px 0 0;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status time {
  margin: 4px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  font-family: "Barlow", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status time {
    font-size: 1.45rem;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status .lo-detail__title-statusCategory {
  padding: 0 5px;
  line-height: 22px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 20px;
  text-align: center;
  min-width: 100px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status .lo-detail__title-statusCategory {
    min-width: 91px;
    line-height: 20px;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status .lo-detail__title-statusCategory.univ_news_nyushi {
  background: #004690;
}
body.is-under.is-detail .lo-detail .lo-detail__title .lo-detail__title-status .lo-detail__title-statusCategory.univ_news_shingaku {
  background: #5BA8A2;
}
body.is-under.is-detail .lo-detail .lo-detail__btn {
  margin: 101px auto 0;
  max-width: 400px;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__btn {
    margin-top: 30px;
    max-width: 200px;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #004690;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #004690;
  border-radius: 40px;
  padding: 24px 10px 23px 10px;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__btn a {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 10px 10px 9px 10px;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__btn a span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 34px;
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__btn a span {
    margin: 0 0 0 18px;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__btn a span::before {
  position: absolute;
  content: "";
  top: 0;
  left: -35px;
  bottom: 0;
  margin: auto 0;
  background-size: contain;
  display: block;
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2012.707%2010.707%22%3E%3Cg%20transform%3D%22translate(0.707%200.354)%22%3E%3Cpath%20d%3D%22M-4674.16-12819.366l-5.354-5.354%2C5.354-5.354.707.707-4.646%2C4.646%2C4.646%2C4.646Z%22%20transform%3D%22translate(4678.806%2012829.72)%22%20fill%3D%22%23004690%22%2F%3E%3Cpath%20d%3D%22M12%2C.5H0v-1H12Z%22%20transform%3D%22translate(0%205)%22%20fill%3D%22%23004690%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 959px) {
  body.is-under.is-detail .lo-detail .lo-detail__btn a span::before {
    left: -19px;
  }
}
body.is-under.is-detail .lo-detail .lo-detail__btn a:hover {
  text-decoration: none;
}
body.is-under.is-detail .lo-detail .lo-detail__btn a:hover span::before {
  animation: arrowReverse 0.5s;
}

/* ==========================================================================

動画関連　テキスト＋動画

========================================================================== */
.under-video-item {
  position: relative;
  width: calc(50% + 60px);
  width: calc(50% - 20px);
  max-width: 540px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .under-video-item {
    margin-right: auto;
    margin-left: auto;
    width: 83%;
    margin-bottom: 40px;
  }
}
.under-video-item iframe {
  display: none;
}
.under-video-item .under-video-item--left {
  margin-right: auto;
}
.under-video-item .under-video-item--center {
  margin-left: auto;
  margin-right: auto;
}
.under-video-item .under-video-item--right {
  margin-left: auto;
}
.under-video-item a {
  display: block;
}
.under-video-item > .cp-inner {
  position: absolute;
  bottom: -20px;
  left: -20px;
  display: flex;
  align-items: flex-end;
  min-width: 220px;
  min-height: 140px;
  padding: 30px 38px;
  border-radius: 6px;
  background: #30383B;
  line-height: 1.86;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}

#is-campus1 .cp-horizontal-text ul li:before,
#is-campus1 .under-video-item > .cp-inner {
  background: #69AFB3;
}

#is-campus2 .cp-horizontal-text ul li:before,
#is-campus2 .under-video-item > .cp-inner {
  background: #B9668F;
}

#is-campus3 .cp-horizontal-text ul li:before,
#is-campus3 .under-video-item > .cp-inner {
  background: #7584A8;
}

#is-campus4 .cp-horizontal-text ul li:before,
#is-campus4 .under-video-item > .cp-inner {
  background: #C79661;
}

body.system.cms.apps .under-video-item--left,
body.system.cms.apps .under-video-item--center,
body.system.cms.apps .under-video-item--right {
  margin: 0 !important;
}

body.system.cms.apps .under-video-item > .cp-inner {
  position: relative;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 959px) {
  .under-video-item--left,
  .under-video-item--right,
  body.index .under-video-item--left:nth-child(2n) {
    margin-left: auto;
    margin-right: auto;
  }
  .under-video-item > .cp-inner {
    bottom: -20px;
    left: -20px;
    min-width: 50%;
    min-height: 80px;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 1.3rem;
  }
}
.under-video-thumb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  border-radius: 6px;
}

body.system.cms.apps .under-video-thumb {
  padding-top: 0;
  background-color: #fff;
}

.under-video-thumb:hover::before {
  background: #30383B;
}

.under-video-thumb:hover::after {
  border-left-color: #fff;
}

.under-video-thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 2.5vw);
  left: calc(50% - 2.5vw);
  display: block;
  height: 5vw;
  width: 5vw;
  background: #fff;
  border-radius: 50%;
  transition: background-color 0.2s;
}

@media only screen and (max-width: 959px) {
  .under-video-thumb::before {
    top: calc(50% - 5vw);
    left: calc(50% - 5vw);
    height: 10vw;
    width: 10vw;
  }
}
.under-video-thumb::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5vw);
  left: calc(50% - 0.5vw);
  display: block;
  height: 0;
  width: 0;
  border-top: 0.5vw solid transparent;
  border-bottom: 0.5vw solid transparent;
  border-left: 1vw solid #30383B;
  transition: border-left-color 0.2s;
}

@media only screen and (max-width: 959px) {
  .under-video-thumb::after {
    top: calc(50% - 1vw);
    left: calc(50% - 1vw);
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 2vw solid #30383B;
  }
}
.under-video-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom;";
  opacity: 0.7;
}

body.system.cms.apps .under-video-thumb img {
  position: relative;
}

.under-video-thumb::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5vw);
  left: calc(50% - 0.5vw);
  display: block;
  height: 0;
  width: 0;
  border-top: 0.5vw solid transparent;
  border-bottom: 0.5vw solid transparent;
  border-left: 1vw solid #30383B;
  transition: border-left-color 0.2s;
}

@media only screen and (max-width: 959px) {
  .under-video-thumb::after {
    top: calc(50% - 1vw);
    left: calc(50% - 1vw);
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 2vw solid #30383B;
  }
}
.under-video-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom;";
  opacity: 0.7;
}

body.system.cms.apps .under-video-thumb img {
  position: relative;
}

/* ==========================================================================

ヒストリーバックボタン

========================================================================== */
.ob-historyBack {
  position: absolute;
  top: 154px;
  right: 20px;
  z-index: 2;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-historyBack {
    position: static;
    max-width: 150px;
    margin: 0 0 20px auto;
  }
}
.ob-historyBack .cp-inner a {
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 500;
  border-radius: 20px;
  background: #333;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  padding: 4px 5px;
}
@media screen and (max-width: 959px) {
  .ob-historyBack .cp-inner a {
    padding: 3px 5px;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}
.ob-historyBack .cp-inner a:hover {
  opacity: 0.8;
}

.cms .ob-historyBack {
  position: static;
}

/* ************************************************* ここまで *********************************** */
.index-btn-col2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.index-btn-col2 .index-btn__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}

.index-btn-col2 .index-btn__image {
  overflow: hidden;
}

.index-btn-col2 .index-btn__image-inner {
  transition: transform 0.4s;
}

.index-btn-col2 .index-btn__image img {
  width: 100%;
}

.index-btn-col2 .index-btn__text {
  position: relative;
  padding: 35px 30px 20px 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.778;
}

@media only screen and (max-width: 959px) {
  .index-btn-col2 .index-btn__text {
    padding: 20px 0 15px 0;
    font-size: 2rem;
  }
}
.index-btn-col2 .index-btn__text::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #999;
}

@media only screen and (max-width: 959px) {
  .index-btn-col2 .index-btn__text::before {
    left: 0;
  }
}
.index-btn-col2 .index-btn__item {
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 40px;
}

.index-btn-col2 .index-btn__item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .index-btn-col2 .index-btn__item {
    width: 100%;
    margin-right: 0;
  }
}
.index-btn-col2 .index-btn__item > a {
  display: flex;
  flex-direction: column;
  color: #333;
}

.index-btn-col2 .index-btn__item > a:hover {
  text-decoration: none;
}

.index-btn-col2 .index-btn__item > a:hover .index-btn__image-inner {
  transform: scale(1.2);
}

.index-btn-col2 .index-btn__list {
  padding: 20px 30px 0 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 959px) {
  .index-btn-col2 .index-btn__list {
    padding: 20px 0 0 5px;
  }
}
.index-btn-col2 .index-btn__list ul {
  margin-left: 0;
  list-style: none;
}

.index-btn-col2 .index-btn__list li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}

.index-btn-col2 .index-btn__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #063F83;
}

.index-btn-col2 .index-btn__list a {
  color: #333;
}

.index-btn-col3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.index-btn-col3 .index-btn__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.778;
}

.index-btn-col3 .index-btn__image {
  overflow: hidden;
}

.index-btn-col3 .index-btn__image-inner {
  transition: transform 0.4s;
}

.index-btn-col3 .index-btn__image img {
  width: 100%;
}

.index-btn-col3 .index-btn__text {
  position: relative;
  padding: 35px 30px 20px 30px;
}

@media only screen and (max-width: 959px) {
  .index-btn-col3 .index-btn__text {
    padding: 20px 0 15px 0;
  }
}
.index-btn-col3 .index-btn__text::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #999;
}

@media only screen and (max-width: 959px) {
  .index-btn-col3 .index-btn__text::before {
    left: 0;
  }
}
.index-btn-col3 a {
  display: flex;
  flex-direction: column;
  color: #333;
}

.index-btn-col3 a:hover {
  text-decoration: none;
}

.index-btn-col3 a:hover .index-btn__image-inner {
  transform: scale(1.2);
}

.index-btn-col3 .index-btn__item {
  width: 33.33%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 959px) {
  .index-btn-col3 .index-btn__item {
    width: 100%;
  }
}
.index-btn__item > a[target=_blank]::after {
  content: none;
}

.index-btn__item > a[target=_blank] .index-btn__text .cp-inner::after {
  content: "";
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 11px;
  margin-left: 4px;
  background: url(13355) no-repeat center center;
  background-size: 11px 11px;
}

.image-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.778;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 15px 30px;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 959px) {
  .image-btn a {
    min-height: 120px;
    padding: 10px 20px;
  }
}
.image-btn a:hover::before {
  opacity: 0;
}

.image-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#EDEDED, #FFFFFF, #F5F2F2);
}

.image-btn a img {
  position: relative;
  z-index: 1;
}

.image-btn-col1 .image-btn__item {
  width: 100%;
  margin-bottom: 30px;
}

.image-btn-col2 .image-btn__item {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.image-btn-col3 .image-btn__item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.image-btn-col4 .image-btn__item {
  width: calc(25% - 21px);
  margin-right: 28px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
  .image-btn-col1 .image-btn__item,
  .image-btn-col2 .image-btn__item,
  .image-btn-col3 .image-btn__item,
  .image-btn-col4 .image-btn__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.image-btn-col2 .image-btn__item:nth-child(2n) {
  margin-right: 0;
}

.image-btn-col3 .image-btn__item:nth-child(3n) {
  margin-right: 0;
}

.image-btn-col4 .image-btn__item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .cp-border {
    position: relative;
    left: -4vw;
    width: calc(100% + 8vw);
    margin: 40px auto;
  }
}
/*
.decoration-img {
  z-index: 11;
}
*/
.decoration-img--01 {
  position: absolute;
  left: -20px;
  top: 440px;
  z-index: 1;
  width: 125px;
  height: 105px;
  background: url(13721) no-repeat center center;
  background-size: 125px 105px;
  pointer-events: none;
}

@media only screen and (max-width: 959px) {
  .decoration-img--01 {
    display: none;
  }
}
.decoration-img--02 {
  position: absolute;
  z-index: 2;
  right: -16px;
  bottom: -1300px;
  width: 127px;
  height: 70px;
  background: url(13722) no-repeat center right;
  background-size: 127px 70px;
  pointer-events: none;
}

@media only screen and (max-width: 959px) {
  .decoration-img--02 {
    display: none;
  }
}
.decoration-img--03 {
  position: absolute;
  left: 0;
  top: 2300px;
  display: block;
  width: 125px;
  height: 66px;
  background: url(13723) no-repeat left top;
  background-size: 125px 66px;
  pointer-events: none;
}

@media only screen and (max-width: 959px) {
  .decoration-img--03 {
    display: none;
  }
}
.top-sp-nav {
  display: none;
  background: linear-gradient(45deg, #003C7C, #063F83);
}

body.system.cms.apps .top-sp-nav {
  display: block;
}

@media only screen and (max-width: 959px) {
  .top-sp-nav {
    display: block;
  }
}
.top-sp-nav ul {
  list-style: none;
  margin-left: 0;
}

.top-sp-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-sp-nav a {
  position: relative;
  display: block;
  padding: 10px 4vw;
  color: #fff;
}

.top-sp-nav a:hover,
.top-sp-nav li:last-child a {
  text-decoration: none;
  background: #fff;
  color: #222;
}

.top-sp-nav a:hover::before,
.top-sp-nav li:last-child a::before {
  border-color: #222;
}

.top-sp-nav a::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 4vw;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

.top-admission-block {
  display: -ms-flex;
  display: flex;
  background: #fff;
}

.top-admission-block__text-area {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 40px;
}

.top-admission-block__catch-wrap {
  position: relative;
  display: table;
  margin: 0 auto;
}

.top-admission-block__shukutokuma {
  position: absolute;
  right: 100%;
  top: 10px;
  width: 126px;
  height: 60px;
  margin-right: 30px;
}

.top-admission-block__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 500;
}

.top-admission-block__head {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
}

.top-admission-block__text {
  margin-top: 35px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.top-admission-block__btn {
  width: 100%;
  max-width: 680px;
  margin: 45px auto 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
}

[data-area=content] .top-admission-block__btn ul {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

.top-admission-block__btn li {
  width: calc(33.33% - 6px);
  margin-right: 9px;
  list-style: none;
  line-height: 1.4;
}

.top-admission-block__btn li:nth-child(3n) {
  margin-right: 0;
}

.top-admission-block__btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  border: 1px solid #333;
  color: #333;
  text-align: center;
}

.top-admission-block__btn a:hover {
  text-decoration: none;
  background: #0B59AD;
  border-color: #0B59AD;
  color: #fff;
}

.top-admission-block__image {
  position: relative;
  width: 50%;
  padding-top: 28.6%;
  overflow: hidden;
}

.top-admission-block__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translate(-50%, -50%);
}

body.system.cms.apps .top-admission-block__image img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}

@media only screen and (max-width: 959px) {
  .top-admission-block {
    display: block;
  }
  .top-admission-block__text-area {
    display: block;
    width: 100%;
    padding: 20px 4vw;
  }
  .top-admission-block__shukutokuma {
    top: -10px;
    margin-right: -90px;
  }
  .top-admission-block__catch {
    padding-left: 100px;
    font-size: 3.6rem;
  }
  .top-admission-block__head {
    margin-top: 10px;
    padding-left: 100px;
    font-size: 2rem;
  }
  .top-admission-block__text {
    margin-top: 25px;
  }
  .top-admission-block__image {
    width: 100%;
    padding-top: 0;
  }
  .top-admission-block__image img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
  }
  .top-admission-block__btn {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .top-admission-block__btn li {
    width: 100%;
    margin-top: 6px;
    margin-right: 0;
    list-style: none;
  }
}
.top-admission-bnr {
  padding-top: 90px;
  background: #fff;
}

.top-admission-bnr__inner {
  position: relative;
  display: flex;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 40px 60px 40px;
}

@media only screen and (max-width: 959px) {
  .top-admission-bnr {
    padding-top: 20px;
  }
  .top-admission-bnr__inner {
    display: block;
    padding: 20px 4vw 50px;
  }
}
.top-admission-bnr__item {
  width: 100%;
  margin: 0 15px;
}

@media only screen and (max-width: 959px) {
  .top-admission-bnr__item {
    margin: 0 0 20px;
  }
}
.top-admission-bnr__image {
  overflow: hidden;
  border-radius: 6px;
}

@media only screen and (max-width: 959px) {
  .top-admission-bnr__image {
    border-radius: 4px;
  }
}
.top-admission-bnr__image-inner {
  position: relative;
  transition: transform 0.4s;
}

.top-admission-bnr__image-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.4s;
}

body.system.cms.apps .top-admission-bnr__image-inner::before {
  content: none;
}

.top-admission-bnr__image img {
  width: 100%;
}

.top-admission-bnr__text {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 959px) {
  .top-admission-bnr__text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.top-admission-bnr a {
  display: block;
  color: #333;
}

.top-admission-bnr a:hover {
  text-decoration: none;
}

.top-admission-bnr a:hover .top-admission-bnr__image-inner {
  transform: scale(1.2);
}

.top-admission-bnr a:hover .top-admission-bnr__image-inner::before {
  opacity: 0.3;
}

.top-admission-info {
  position: relative;
  background: #F0F4F5;
}

.top-admission-info .news-all-wrap {
  width: 100%;
}

.top-admission-info__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 40px 30px;
}

@media only screen and (max-width: 959px) {
  .top-admission-info__inner {
    display: block;
    padding: 43px 4vw 30px;
  }
}
.top-admission-info__head {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 959px) {
  .top-admission-info__head {
    margin-bottom: 20px;
    text-align: center;
  }
}
.top-admission-info__head-01 {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .top-admission-info__head-01 {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.3rem;
    line-height: 1.6;
  }
}
.top-admission-info__head-02 {
  display: inline-block;
}

/*top-admission-block*/
.top-spirits {
  margin-bottom: 16px;
  padding: 60px 0 0 0;
  background: #fff;
}

@media only screen and (max-width: 959px) {
  .top-spirits {
    position: relative;
    margin-bottom: 10px;
    padding: 40px 0 0 0;
    background: #F0F4F5;
  }
}
.top-spirits__head {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .top-spirits__head {
    max-width: none;
    padding: 0;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.6;
  }
}
.top-spirits__head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: block;
  width: 1px;
  height: 20px;
  background: #999;
}

@media only screen and (max-width: 959px) {
  .top-spirits__head::before {
    content: none;
  }
}
.top-spirits__head-aside {
  margin-top: 40px;
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 959px) {
  .top-spirits__head-aside {
    margin-top: 20px;
    padding: 0 4vw;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.top-spirits__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 959px) {
  .top-spirits__items {
    padding: 0 4vw 95px 4vw;
  }
}
.top-spirits__item-wrap {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 959px) {
  .top-spirits__item-wrap {
    width: 100%;
  }
}
.top-spirits .top-spirits__item-wrap::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 959px) {
  .top-spirits .top-spirits__item-wrap::before {
    height: 50vw;
  }
}
.top-spirits__item {
  max-height: 480px;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 959px) {
  .top-spirits__item {
    max-height: none;
    height: auto;
    padding-top: 51%;
    background-size: 100% auto;
    background-position: top right;
  }
}
.top-spirits__item-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 100px;
}

@media only screen and (max-width: 1449px) {
  .top-spirits__item-inner {
    padding: 3.5vw 7vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spirits__item-inner {
    position: static;
    padding: 0;
  }
}
.top-spirits__item-wrap:nth-child(1) .top-spirits__item-inner {
  justify-content: flex-end;
}

.top-spirits__item-wrap:nth-child(2) .top-spirits__item-inner {
  justify-content: flex-start;
  align-items: flex-end;
}

.top-spirits__item-wrap:nth-child(3) .top-spirits__item-inner {
  justify-content: flex-end;
  align-items: flex-end;
}

.top-spirits__item-wrap:nth-child(4) .top-spirits__item-inner {
  justify-content: flex-start;
  align-items: flex-start;
}

.top-spirits__text {
  width: 100%;
  max-width: 389px;
  padding: 18px 22px;
  margin-bottom: 6px;
  line-height: 1.6;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 1449px) {
  .top-spirits__text {
    padding: 1vw 1.5vw;
    font-size: 1vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spirits__text {
    max-width: none;
    margin-bottom: 0;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.top-spirits__btn {
  width: 100%;
  max-width: 389px;
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 1449px) {
  .top-spirits__btn {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spirits__btn {
    max-width: none;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.top-spirits__btn a {
  position: relative;
  display: block;
  padding: 11px 46px 11px 22px;
  background: #fff;
  color: #333;
}

@media only screen and (max-width: 1449px) {
  .top-spirits__btn a {
    padding: 1vw 2vw 1vw 1.5vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spirits__btn a {
    padding: 11px 22px 50px 22px;
  }
}
@media only screen and (min-width: 960px) {
  .top-spirits__btn a:hover {
    background: #0B59AD;
    text-decoration: none;
    color: #fff;
  }
  .top-spirits__btn a:hover path {
    fill: #fff !important;
  }
}
.top-spirits__btn svg {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 1449px) {
  .top-spirits__btn svg {
    right: 1.2vw;
    top: 1.2vw;
    width: 2.3vw;
    height: 2.3vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spirits__btn svg {
    right: 50%;
    top: auto;
    bottom: 13px;
    margin-right: -13px;
    width: 26px;
    height: 26px;
  }
}
.top-spirits__btn path {
  transition: fill 0.2s;
}

.top-spirits__number {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1449px) {
  .top-spirits__number {
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spirits__number {
    position: absolute;
    right: 8vw;
    top: 25vw;
    width: 50vw;
  }
}
.top-spirits__number strong {
  font-size: 130px;
  font-size: 13rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media only screen and (max-width: 1449px) {
  .top-spirits__number strong {
    font-size: 9vw;
  }
}
.top-spirits__arrow {
  display: none;
  margin-left: auto;
}

@media only screen and (max-width: 959px) {
  .top-spirits__arrow {
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 94px;
    transform: translateX(-50%);
    line-height: 1;
  }
}
.top-spirits__arrow > div {
  transition: 0.2s;
  cursor: pointer;
}

.top-spirits__arrow > div:hover rect {
  fill: #fff;
}

.top-spirits__arrow > div:hover path {
  fill: #222;
}

.top-spirits__arrow svg {
  vertical-align: top;
}

.top-spirits__arrow svg * {
  transition: 0.2s;
}

/* 淑徳TOPICSのソースデータ */
.top-picks {
  position: relative;
  margin-top: 16px;
  background: #F0F4F5;
}

@media only screen and (max-width: 959px) {
  .top-picks {
    margin-top: 10px;
    overflow: hidden;
  }
}
.top-picks__inner {
  overflow: hidden;
  padding: 60px 40px 80px 40px;
}

@media only screen and (max-width: 959px) {
  .top-picks__inner {
    padding: 40px 4% 30px 4%;
  }
}
.top-picks__head {
  position: relative;
  max-width: 480px;
  margin: 0 auto 40px auto;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .top-picks__head {
    margin-bottom: 20px;
    max-width: none;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.3rem;
    line-height: 1.6;
  }
}
.top-picks__head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: block;
  width: 1px;
  height: 20px;
  background: #999;
}

@media only screen and (max-width: 959px) {
  .top-picks__head::before {
    content: none;
  }
}
.top-picks__categories {
  margin-bottom: 60px;
}

@media only screen and (max-width: 959px) {
  .top-picks__categories {
    margin-bottom: 40px;
  }
}
.top-picks__categories ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.top-picks__categories li {
  margin: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 959px) {
  .top-picks__categories li {
    margin: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
[data-area=content] .top-picks__categories a {
  display: block;
}

[data-area=content] .top-picks__categories a:hover {
  text-decoration: none;
  opacity: 0.7;
}

[data-area=content] .top-picks__categories span {
  padding: 9px 15px;
  color: #fff;
  border-radius: 100px;
}

@media only screen and (max-width: 959px) {
  [data-area=content] .top-picks__categories span {
    padding: 4px 10px;
  }
}
.top-picks__items {
  display: flex;
  justify-content: center;
  width: 2100px;
  margin-left: calc(50% - 1050px);
  margin-right: calc(50% - 1050px);
}

@media only screen and (max-width: 959px) {
  .top-picks__items {
    width: 1020px;
    margin-left: calc(50% - 510px);
    margin-right: calc(50% - 510px);
  }
}
.top-picks .slick-slide {
  width: 320px;
  margin: 0 15px;
  opacity: 1;
  transition: opacity 0.2s;
  transform: translateX(-175px);
}

@media only screen and (max-width: 959px) {
  .top-picks .slick-slide {
    transform: translateX(0);
    opacity: 0.6;
    pointer-events: none;
  }
}
@media only screen and (max-width: 959px) {
  .top-picks .slick-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.top-picks__item {
  background: #fff;
}

@media only screen and (max-width: 959px) {
  .top-picks__item {
    margin: 0 10px;
  }
  .top-picks__item:nth-child(3) a {
    pointer-events: none;
  }
  .top-picks__item:nth-child(3) img {
    opacity: 0.2;
  }
  .top-picks__item:nth-child(4),
  .top-picks__item:nth-child(5),
  .top-picks__item:nth-child(6) {
    display: none;
  }
}
.top-picks__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
}

.top-picks__item a[target=_blank]::after {
  content: none;
}

.top-picks__item a:hover {
  text-decoration: none;
}

.top-picks__item a:hover .top-picks__thumb-inner {
  transform: scale(1.2);
}

.top-picks__item a:hover .top-picks__title {
  color: #0B59AD;
}

.top-picks__thumb {
  position: relative;
  overflow: hidden;
}

.top-picks__thumb-inner {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eaeaea;
  transition: transform 0.4s;
}

.top-picks__thumb-inner[style*=null] {
  background-image: url(13363) !important;
  background-size: 40% auto !important;
}

.top-picks__thumb-category {
  position: absolute;
  bottom: 7px;
  left: 12px;
  display: flex;
  gap: 5px;
}

.top-picks__thumb-category span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.top-picks__title {
  flex: 1 1 auto;
  padding: 20px 30px 0 30px;
  font-size: 1.6rem;
  line-height: 1.63;
}

.top-picks__description {
  padding: 25px 30px 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.86;
}

.top-picks__tags {
  padding: 0 30px 10px 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

.top-picks__tags span {
  display: inline-block;
  margin-right: 15px;
}

.top-picks__tags span.univ_sdgs_1,
.top-picks__tags span.univ_sdgs_2,
.top-picks__tags span.univ_sdgs_3,
.top-picks__tags span.univ_sdgs_4,
.top-picks__tags span.univ_sdgs_5,
.top-picks__tags span.univ_sdgs_6,
.top-picks__tags span.univ_sdgs_7,
.top-picks__tags span.univ_sdgs_8,
.top-picks__tags span.univ_sdgs_9,
.top-picks__tags span.univ_sdgs_10,
.top-picks__tags span.univ_sdgs_11,
.top-picks__tags span.univ_sdgs_12,
.top-picks__tags span.univ_sdgs_13,
.top-picks__tags span.univ_sdgs_14,
.top-picks__tags span.univ_sdgs_15,
.top-picks__tags span.univ_sdgs_16,
.top-picks__tags span.univ_sdgs_17 {
  display: none;
}

.top-picks__sdgs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 25px 30px;
}

.top-picks__sdgs span {
  background-size: cover;
  width: 16.6666666667%;
  height: 43px;
  font-size: 0;
}

.top-picks__btn {
  margin-top: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .top-picks__btn {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.top-picks__btn a {
  position: relative;
  display: inline-block;
  padding-top: 40px;
  color: #0B59AD;
}

@media only screen and (max-width: 959px) {
  .top-picks__btn a {
    padding: 9px;
    width: calc(100% - 98px);
    background: #0B59AD;
    color: #fff;
  }
}
@media only screen and (max-width: 959px) {
  .top-picks__btn a:hover {
    text-decoration: none;
    color: #222;
    background-color: #fff;
  }
}
.top-picks__btn a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  display: block;
  width: 35px;
  height: 1px;
  margin-left: -17px;
  background: #0B59AD;
}

@media only screen and (max-width: 959px) {
  .top-picks__btn a::before {
    content: none;
  }
}
.top-picks__btn a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  display: block;
  width: 35px;
  height: 1px;
  margin-left: -17px;
  background: #0B59AD;
  transform: rotate(90deg);
}

@media only screen and (max-width: 959px) {
  .top-picks__btn a::after {
    content: none;
  }
}
.top-picks__arrow-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  pointer-events: none;
}

@media only screen and (max-width: 959px) {
  .top-picks__arrow-wrap {
    bottom: 30px;
    padding: 0 4vw;
  }
}
.top-picks__arrow {
  display: flex;
  justify-content: space-between;
  width: 94px;
  margin-left: auto;
  pointer-events: auto;
}

@media only screen and (max-width: 959px) {
  .top-picks__arrow {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
  }
}
.top-picks__arrow > div {
  transition: 0.2s;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  .top-picks__arrow > div {
    pointer-events: auto;
  }
}
.top-picks__arrow > div:hover rect {
  fill: #fff;
}

.top-picks__arrow > div:hover path {
  fill: #222;
}

.top-picks__arrow svg {
  vertical-align: top;
}

.top-picks__arrow svg * {
  transition: 0.2s;
}

.list-picks__wrap {
  display: -ms-flex;
  display: flex;
}

@media only screen and (max-width: 959px) {
  .list-picks__wrap {
    display: block;
  }
}
.list-picks__items {
  width: 73%;
  margin-right: 2.5%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 2.5%;
  border-right: 1px solid #E2E2E2;
}

.list-picks__items--col-1 {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.list-picks__items--col-1 .list-picks__item:first-child {
  margin-top: 0;
}

.list-picks__item {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.list-picks__item a {
  display: flex;
  align-items: flex-start;
  height: 100%;
  color: #333;
}

.list-picks__item a[target=_blank]::after {
  content: none;
}

.list-picks__item a:hover {
  text-decoration: none;
}

.list-picks__item a:hover .list-picks__thumb-inner {
  transform: scale(1.2);
}

.list-picks__item a:hover .list-picks__title {
  color: #0B59AD;
}

.list-picks__thumb {
  position: relative;
  width: 47.5%;
  overflow: hidden;
}

.list-picks__thumb-inner {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eaeaea;
  transition: transform 0.4s;
}

.list-picks__thumb-inner[style*=null] {
  background-image: url(13363) !important;
  background-size: 40% auto !important;
}

.list-picks__text-wrap {
  width: 49.5%;
  margin-left: 3%;
}

.list-picks__thumb-category {
  position: absolute;
  bottom: 7px;
  left: 12px;
  display: flex;
  gap: 5px;
}

.list-picks__thumb-category span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.list-picks__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.list-picks__description {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #063F83;
}

.list-picks__tags {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #063F83;
}

.list-picks__tags span {
  display: inline-block;
  margin-right: 15px;
}

.list-picks__tags span:last-child {
  margin-right: 0;
}

.list-picks__tags span.univ_sdgs_1,
.list-picks__tags span.univ_sdgs_2,
.list-picks__tags span.univ_sdgs_3,
.list-picks__tags span.univ_sdgs_4,
.list-picks__tags span.univ_sdgs_5,
.list-picks__tags span.univ_sdgs_6,
.list-picks__tags span.univ_sdgs_7,
.list-picks__tags span.univ_sdgs_8,
.list-picks__tags span.univ_sdgs_9,
.list-picks__tags span.univ_sdgs_10,
.list-picks__tags span.univ_sdgs_11,
.list-picks__tags span.univ_sdgs_12,
.list-picks__tags span.univ_sdgs_13,
.list-picks__tags span.univ_sdgs_14,
.list-picks__tags span.univ_sdgs_15,
.list-picks__tags span.univ_sdgs_16,
.list-picks__tags span.univ_sdgs_17 {
  display: none !important;
}

.list-picks__sdgs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.list-picks__sdgs span {
  background-size: cover;
  width: 12.5%;
  height: 71px;
  font-size: 0;
}

@media only screen and (max-width: 1510px) {
  .list-picks__sdgs span {
    width: 4.533vw;
    height: 4.533vw;
  }
}
@media only screen and (max-width: 959px) {
  .list-picks__sdgs span {
    width: 16.6666666667%;
    height: 15.299vw;
  }
}
@media only screen and (max-width: 959px) {
  .list-picks__items {
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    border-bottom: 1px solid #E2E2E2;
  }
  .list-picks__item {
    margin-top: 20px;
  }
  .list-picks__item:first-child {
    margin-top: 0;
  }
  .list-picks__item a {
    display: block;
  }
  .list-picks__thumb {
    width: 100%;
  }
  .list-picks__text-wrap {
    width: 100%;
    margin-left: 0;
  }
  .list-picks__title {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.67;
  }
  .list-picks__description {
    margin-top: 10px;
  }
}
.list-picks-pickup__head {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.list-picks-pickup__items {
  width: 24.5%;
  padding-bottom: 20px;
}

.list-picks-pickup__item {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.list-picks-pickup__item a {
  display: block;
  height: 100%;
  color: #333;
}

.list-picks-pickup__item a:hover {
  text-decoration: none;
}

.list-picks-pickup__item a:hover .list-picks-pickup__thumb-inner {
  transform: scale(1.2);
}

.list-picks-pickup__item a:hover .list-picks-pickup__title {
  color: #0B59AD;
}

.list-picks-pickup__thumb {
  position: relative;
  overflow: hidden;
}

.list-picks-pickup__thumb-inner {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eaeaea;
  transition: transform 0.4s;
}

.list-picks-pickup__thumb-inner[style*=null] {
  background-image: url(13363) !important;
  background-size: 40% auto !important;
}

.list-picks-pickup__thumb-category {
  position: absolute;
  bottom: 7px;
  left: 12px;
}

.list-picks-pickup__thumb-category span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.list-picks-pickup__title {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.67;
}

.list-picks-pickup__tags {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #063F83;
}

.list-picks-pickup__tags span {
  display: inline-block;
  margin-right: 14px;
}

.list-picks-pickup__tags span:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .list-picks-pickup__head {
    margin-bottom: 0;
  }
  .list-picks-pickup__items {
    width: 100%;
    padding-bottom: 0;
  }
  .list-picks-pickup__item {
    margin-top: 20px;
  }
}
.list-media__item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.list-media__item a {
  display: flex;
  align-items: flex-start;
  color: #333;
}

.list-media__item a:hover {
  text-decoration: none;
}

.list-media__item a:hover .list-media__title {
  color: #0B59AD;
}

.list-media__image {
  position: relative;
  width: 148px;
}

@media only screen and (max-width: 959px) {
  .list-media__image {
    width: 90px;
  }
}
.list-media__thumb {
  width: 148px;
  height: 148px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
}

@media only screen and (max-width: 959px) {
  .list-media__thumb {
    width: 90px;
    height: 90px;
  }
}
.list-media__text {
  position: relative;
  width: calc(100% - 178px);
  margin-left: 30px;
}

@media only screen and (max-width: 959px) {
  .list-media__text {
    width: calc(100% - 110px);
    margin-left: 20px;
  }
}
.list-media__date-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.list-media__category {
  margin-right: 12px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}

.list-media__category span {
  display: inline-block;
  width: 134px;
  border-radius: 2px;
  text-align: center;
}

.list-media__title {
  margin-bottom: 12px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.625;
  transition: 0.2s;
}

.list-media__tags {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #063F83;
}

.list-media__tags span {
  display: inline-block;
  margin-right: 14px;
}

.list-media__public-date {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #063F83;
}

.top-foot-nav {
  padding: 90px 40px 70px 40px;
  background: #eee;
  transition: padding 0.2s;
  line-height: 1.6;
}

@media only screen and (max-width: 959px) {
  .top-foot-nav {
    margin-bottom: 10px;
    padding: 40px 4% 10px 4%;
    background: #fff;
  }
}
.top-foot-nav ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}

.top-foot-nav--col2 li {
  width: calc(50% - 10px);
}

.top-foot-nav--col2 li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .top-foot-nav--col2 li:nth-child(2n) {
    margin-right: 4%;
  }
}
.top-foot-nav--col3 li {
  width: calc(33.33% - 14px);
}

.top-foot-nav--col3 li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .top-foot-nav--col3 li:nth-child(3n) {
    margin-right: 4%;
  }
}
.top-foot-nav--col4 li {
  width: calc(25% - 15px);
}

.top-foot-nav--col4 li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .top-foot-nav--col4 li:nth-child(4n) {
    margin-right: 4%;
  }
}
.top-foot-nav--col5 li {
  width: calc(20% - 16px);
}

.top-foot-nav--col5 li:nth-child(5n) {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .top-foot-nav--col5 li:nth-child(5n) {
    margin-right: 4%;
  }
}
.top-foot-nav li {
  margin-bottom: 20px;
  margin-right: 20px;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 959px) {
  .top-foot-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-foot-nav li:nth-child(2n) {
    margin-right: 0;
  }
}
.top-foot-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 22px;
  border: 1px solid #0B59AD;
  text-align: center;
  color: #0B59AD;
  background-color: #fff;
}

@media only screen and (max-width: 959px) {
  .top-foot-nav a {
    padding: 12px 22px;
  }
}
.top-foot-nav a[target=_blank]::after {
  content: none;
}

.top-foot-nav a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0B59AD;
}

.top-foot-nav a:hover::before {
  border-color: #fff;
}

.top-foot-nav a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #0B59AD;
  border-top: 1px solid #0B59AD;
  transform: rotate(45deg);
}

@media only screen and (max-width: 959px) {
  .top-foot-nav a::before {
    margin-top: -3px;
    width: 7px;
    height: 7px;
  }
}
.bdr-blue {
  display: block;
  background: #BCCEE3;
  width: 120vw;
  height: 16px;
  margin-left: calc(50% - 60vw);
  margin-right: calc(50% - 60vw);
}

.bdr-blue:first-child {
  margin-top: -100px;
}

@media only screen and (max-width: 959px) {
  .bdr-blue {
    height: 10px;
  }
  .bdr-blue:first-child {
    margin-top: -40px;
  }
}
.bg-block {
  position: relative;
  /*margin-top: 40px;
  margin-bottom: 40px;*/
  padding: 1px 0 60px 0;
}

.bg-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120vw;
  height: 100%;
  margin-left: calc(50% - 60vw);
}

.bg-block--blue-gray::before {
  background: #F0F4F5;
}

.bg-block--light-gray::before {
  background: #f9f9f9;
}

.bg-block--white::before {
  background: #fff;
}

.bg-block__inner {
  position: relative;
}

.bg-block:last-child {
  margin-bottom: -100px;
}

@media only screen and (max-width: 959px) {
  .bg-block:last-child {
    margin-bottom: -40px;
  }
}
.four-years-learning {
  display: flex;
  flex-direction: row-reverse;
}

.four-years-learning__image {
  width: calc(50% - 30px);
  text-align: center;
}

.four-years-learning__text-wrap {
  width: calc(50% - 30px);
  margin-right: 60px;
}

@media only screen and (max-width: 959px) {
  .four-years-learning {
    display: block;
  }
  .four-years-learning__image {
    width: 100%;
  }
  .four-years-learning__text-wrap {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
}
.four-years-learning__item + .four-years-learning__item {
  margin-top: 45px;
  padding-top: 60px;
  background: linear-gradient(90deg, #555 0%, #555 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 959px) {
  .four-years-learning__item + .four-years-learning__item {
    margin-top: 25px;
    padding-top: 35px;
  }
}
.four-years-learning__head {
  display: table;
  font-weight: 700;
  font-size: 1.8rem;
}

.four-years-learning__head .cp-inner {
  position: relative;
  display: table;
  min-width: 260px;
  padding: 6px;
  text-align: center;
}

.four-years-learning__head .cp-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  pointer-events: none;
}

.four-years-learning__head .cp-inner > span {
  position: relative;
  top: 5px;
  left: 5px;
  display: table;
  min-width: 260px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: -6px;
  padding: 1px 11px 11px 1px;
}

.four-years-learning__caption {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}

.four-years-learning__text {
  line-height: 1.9;
}

.four-years-learning__text:empty {
  display: none;
}

@media only screen and (max-width: 959px) {
  .four-years-learning__caption {
    margin-top: 20px;
  }
}
.modal-block .cp-vertical-img {
  position: relative;
  overflow: hidden;
}

.cp-it-vertical-col2.modal-block .cp-vertical-img a {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
  border-radius: 6px;
}

.cp-it-vertical-col3.modal-block .cp-vertical-img a {
  position: relative;
  display: block;
  height: 365px;
  overflow: hidden;
  border-radius: 6px;
}

.cp-vertical.modal-block .cp-vertical-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom;";
}

body.system.cms.apps .cp-vertical.modal-block .cp-vertical-img img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}

.mfp-modal-block .mfp-figure figure {
  display: flex;
  align-items: flex-end;
}

.mfp-modal-block .mfp-bottom-bar {
  position: relative;
  top: 0;
  padding: 40px 0 40px 35px;
}

@media only screen and (max-width: 959px) {
  .mfp-modal-block .mfp-figure figure {
    display: block;
    padding-left: 0 !important;
  }
  .mfp-modal-block .mfp-bottom-bar {
    padding: 10px 0 0 0;
  }
}
.facility-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  /*column-count: 4;
  column-gap: 15px;*/
}

.facility-list__item {
  display: flex;
  width: calc(25% - 12px);
  margin-bottom: 15px;
  margin-right: 15px;
  /*break-inside: avoid;*/
}

.facility-list__item:nth-child(4n) {
  margin-right: 0;
}

.facility-list__number {
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #333;
  border-radius: 6px;
  line-height: 1;
  font-weight: 700;
}

.facility-list__text {
  width: calc(100% - 32px);
  padding-left: 6px;
  line-height: 1.43;
  font-size: 1.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 959px) {
  /*.facility-list {
    column-count: 2;
  }*/
  .facility-list__item {
    width: 100%;
    margin-right: 0;
  }
}
.facility-detail {
  display: flex;
  flex-wrap: wrap;
}

.facility-detail__item {
  position: relative;
  display: flex;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.facility-detail__number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #333;
  border-radius: 6px;
  line-height: 1;
  font-weight: 700;
}

.facility-detail__number span {
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.facility-detail__image {
  width: calc(50% - 5px);
}

.facility-detail__text-wrap {
  width: calc(50% - 5px);
  margin-left: 10px;
  padding-top: 5px;
  line-height: 1.67;
}

.facility-detail__item:nth-child(2n) {
  margin-left: 20px;
}

.facility-detail__head {
  font-weight: 700;
}

.facility-detail__text {
  margin-top: 10px;
}

@media only screen and (max-width: 959px) {
  .facility-detail__item {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .facility-detail__item:nth-child(2n) {
    margin-left: 0;
  }
}
.teacher-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.teacher-list__item {
  width: 20.83%;
  margin-right: 5.56%;
  margin-bottom: 40px;
}

.teacher-list__item:nth-child(4n) {
  margin-right: 0;
}

.teacher-list__item a {
  display: block;
  color: #333;
}

.teacher-list__item a:hover {
  text-decoration: none;
}

.teacher-list__item a:hover .teacher-list__image::after {
  opacity: 0.5;
}

.teacher-list__image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.teacher-list__image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #063F83;
  transition: 0.2s;
  opacity: 0;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.teacher-list__image img {
  width: 100%;
}

.teacher-list__title {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.teacher-list__name {
  margin-top: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

.teacher-list__ruby {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media only screen and (max-width: 959px) {
  .teacher-list__item {
    width: 48%;
    margin-right: 4%;
  }
  .teacher-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.study-point {
  margin-top: 40px;
  margin-bottom: 40px;
}

.study-point__inner {
  display: flex;
}

.study-point__item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  margin-right: 30px;
  border-top: 4px solid #063F83;
}

.study-point__item:nth-child(3n) {
  margin-right: 0;
}

.study-point__head {
  padding-top: 25px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}

.study-point__image-wrap {
  position: relative;
  width: 184px;
  height: 184px;
  margin: 25px auto 0 auto;
}

.study-point__image {
  border-radius: 50%;
  overflow: hidden;
}

.study-point__number {
  position: absolute;
  left: -13px;
  top: 10px;
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #063F83;
  color: #fff;
  font-weight: 500;
}

.study-point__text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.857;
}

@media only screen and (max-width: 959px) {
  .study-point__inner {
    display: block;
  }
  .study-point__item,
  .study-point__item:nth-child(3n) {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px auto;
  }
  .study-point__head {
    padding-top: 15px;
  }
}
.recommend-for-you {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 0;
}

.recommend-for-you__inner {
  position: relative;
  display: -ms-flex;
  display: flex;
  margin-left: -90px;
  margin-right: -90px;
  background: #fff;
  border-radius: 1000px;
  padding: 40px 90px;
}

.recommend-for-you__image {
  width: 170px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.recommend-for-you__image img {
  flex-shrink: 0;
}

body.en .recommend-for-you__image {
  width: 180px;
}

body.en .recommend-for-you__image .cp-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.recommend-for-you::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120vw;
  height: 100%;
  margin-left: calc(50% - 60vw);
  margin-right: calc(50% - 60vw);
  background: #F0F4F5;
}

.recommend-for-you__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 230px);
  margin-left: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.recommend-for-you__head--middle {
  font-size: 2.8rem;
}

.recommend-for-you__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-left: 30px;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 700;
}

.recommend-for-you__text li {
  margin-top: 10px;
}

.recommend-for-you__text li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 1279px) {
  .recommend-for-you__inner {
    flex-wrap: wrap;
    border-radius: 40px;
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .recommend-for-you__head {
    width: calc(100% - 200px);
  }
  .recommend-for-you__text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 959px) {
  .recommend-for-you {
    padding: 0;
  }
  .recommend-for-you__inner {
    flex-wrap: wrap;
    margin-left: -4vw;
    margin-right: -4vw;
    background: #fff;
    border-radius: 0;
    padding: 30px 4vw;
  }
  .recommend-for-you::before {
    content: none;
  }
  .recommend-for-you__head {
    width: calc(100% - 170px - 4vw);
    margin-left: 4vw;
    font-size: 1.6rem;
  }
  .recommend-for-you__head--middle {
    font-size: 2.1rem;
  }
  .recommend-for-you__text {
    font-size: 1.6rem;
  }
  .recommend-for-you__text li {
    margin-top: 5px;
  }
}
.index-image-bg {
  position: relative;
  padding: 100px 0 70px;
}

.index-image-bg img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 116vw;
  height: 100%;
  margin-left: calc(50% - 58vw);
  margin-right: calc(50% - 58vw);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom;";
}

@media only screen and (max-width: 959px) {
  .index-image-bg {
    position: relative;
    padding: 50px 0;
  }
  .index-image-bg img {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.relation-link {
  position: relative;
  margin-top: 60px;
  margin-left: -190px;
  margin-right: -190px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.bdr-blue + .relation-link {
  margin-top: 0;
}

body.system.cms.apps .relation-link {
  margin-left: 0;
  margin-right: 0;
}

[data-area=content] .relation-link:last-child {
  margin-bottom: -100px;
}

.relation-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120vw;
  height: 100%;
  margin-left: calc(50% - 60vw);
  margin-right: calc(50% - 60vw);
  background: #F0F4F5;
}

.relation-link__inner {
  position: relative;
  display: flex;
  max-width: 1340px;
  margin: 0 auto;
}

.relation-link__head-wrap {
  width: 27%;
}

.relation-link__head {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.relation-link__head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20%;
  min-width: 100px;
  height: 4px;
  background-color: #063F83;
}

.relation-link__head-list ul {
  margin-left: 0;
  list-style: none;
}

.relation-link__item-wrap {
  display: flex;
  width: 73%;
}

.relation-link__item {
  margin-left: 20px;
  font-weight: 500;
}

.relation-link__item a {
  color: #333;
}

.relation-link__item span.fr-inner {
  text-align: left;
}

@media only screen and (max-width: 1449px) {
  .relation-link {
    margin-right: 0;
  }
}
@media only screen and (max-width: 959px) {
  .relation-link {
    margin-left: 0;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .bdr-blue + .relation-link {
    margin-top: 0;
  }
  [data-area=content] .relation-link:last-child {
    margin-bottom: -40px;
  }
  .relation-link__inner {
    display: block;
  }
  .relation-link__head-wrap {
    width: 100%;
  }
  .relation-link__item-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .relation-link__item {
    margin-top: 20px;
    margin-left: 0;
  }
}
body.system.cms.apps .index-visual,
.page-title-area + .index-visual {
  display: block;
}

.index-visual {
  display: none;
  padding: 0 94px;
  background: #fff;
}

@media only screen and (max-width: 959px) {
  .index-visual {
    padding: 0 4vw;
  }
}
.index-visual__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
}

.index-visual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3rem;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.index-visual--gakubu .index-visual__text {
  font-size: 1.6rem;
}

@media only screen and (max-width: 959px) {
  .index-visual__text {
    width: 75%;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  .index-visual--gakubu {
    padding-bottom: 20px;
  }
  .index-visual--gakubu .index-visual__text {
    font-size: 1.4rem;
  }
}
.index-visual__img {
  width: 100%;
}

.index-visual__img img {
  border-radius: 12px;
}

@media only screen and (max-width: 959px) {
  .index-visual__img {
    border-radius: 8px;
    overflow: hidden;
  }
  .index-visual__img img {
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
.index-visual__gakubu-text {
  position: absolute;
  right: -10px;
  bottom: -10px;
  min-width: 200px;
  min-height: 120px;
  padding: 18px 20px;
  background: #063F83;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.54;
}

@media only screen and (max-width: 959px) {
  .index-visual__gakubu-text {
    bottom: -40px;
    min-height: 0;
    padding: 15px 20px;
  }
}
.faculty-features {
  position: relative;
  margin: 0 -120px 40px -120px;
  padding-top: 70px;
}

.faculty-features--col2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120vw;
  height: 430px;
  margin-left: calc(50% - 60vw);
  background-color: #F0F4F5;
}

.faculty-features--col3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120vw;
  height: 430px;
  margin-left: calc(50% - 60vw);
  background-color: #F0F4F5;
}

.faculty-features + .faculty-features {
  padding-top: 0;
}

.faculty-features + .faculty-features::before {
  content: none;
}

.faculty-features__inner {
  position: relative;
}

.faculty-features__head {
  margin-bottom: 40px;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
}

.faculty-features__item-wrap {
  display: flex;
}

.faculty-features--col2 .faculty-features__item {
  width: 46.67%;
  margin-right: 6.66%;
}

.faculty-features--col2 .faculty-features__item:nth-child(2n) {
  margin-right: 0;
}

.faculty-features--col3 .faculty-features__item {
  width: 31.66%;
  margin-right: 2.51%;
}

.faculty-features--col3 .faculty-features__item:nth-child(3n) {
  margin-right: 0;
}

.faculty-features__img {
  position: relative;
}

body {
  counter-reset: faculty-features;
}

.faculty-features__img::before {
  content: counter(faculty-features, decimal-leading-zero);
  counter-increment: faculty-features;
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #fff;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.faculty-features .faculty-features__item .faculty-features__img img {
  width: 100%;
  border-radius: 0;
}

.faculty-features__item-head {
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  min-height: 115px;
  padding: 30px 20px 25px 20px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  background-color: #fff;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.45;
  text-align: center;
}

.faculty-features__text-wrap {
  padding: 0 20px 40px 20px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #fff;
}

.faculty-features__text {
  display: none;
  padding-bottom: 30px;
}

body.system.cms.apps .faculty-features__text {
  display: block;
}

.faculty-features__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  padding: 9px;
  border-bottom: 1px solid #555;
  color: #555;
  font-size: 1.3rem;
}

body.system.cms.apps .faculty-features__button {
  pointer-events: none;
}

.faculty-features__button .cp-inner {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.faculty-features__button::before {
  content: "";
  display: block;
  position: absolute;
  right: 39px;
  top: 25px;
  height: 1px;
  width: 5px;
  background: #555;
  transform: rotate(45deg);
  transition: 0.2s;
}

.faculty-features__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 39px;
  top: 17px;
  height: 11px;
  width: 1px;
  background: #555;
  transform: rotate(0deg);
  transition: 0.2s;
}

.faculty-features__button .button-inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 25px;
  height: 1px;
  width: 5px;
  background: #555;
  transform: rotate(-45deg);
  transition: 0.2s;
}

.faculty-features__button.is-active::before {
  right: 39px;
  top: 20px;
  transform: rotate(45deg);
}

.faculty-features__button.is-active::after {
  transform: rotate(45deg);
}

.faculty-features__button.is-active .button-inner::before {
  right: 35px;
  top: 24px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1449px) {
  .faculty-features {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media only screen and (max-width: 959px) {
  .faculty-features {
    margin-left: 0;
    margin-right: 0;
  }
  .faculty-features__head {
    font-size: 2.4rem;
  }
  .faculty-features__item-wrap {
    display: block;
  }
  .faculty-features--col2 .faculty-features__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .faculty-features--col3 .faculty-features__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.main-inner > .index-menu {
  display: none;
}

.main > .index-menu {
  display: block;
}

.index-menu {
  margin-bottom: 85px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
}

.index-menu ul,
.index-menu--auto .gnav-folder {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  justify-content: center;
  list-style: none;
}

.index-menu li,
.index-menu--auto .gnav-folder > * {
  position: relative;
  display: block;
  width: calc(25% - 20px);
  margin: 10px;
}

.index-menu-gakubu-color li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #D2E4F8;
}

.index-menu a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 10px 30px 10px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: 0.2s;
}

.index-menu a:hover,
.index-menu a[href=""],
.index-menu a.p-current {
  text-decoration: none;
  box-shadow: 6px 6px 0px #d2e4f8, 6px -6px 0px #d2e4f8, -6px -6px 0px #d2e4f8, -6px 6px 0px #d2e4f8;
}

.index-menu a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #999;
}

@media only screen and (max-width: 959px) {
  .index-menu {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .index-menu li,
  .index-menu--auto .gnav-folder > * {
    width: calc(50% - 10px);
    margin: 5px;
  }
  /*.index-menu li::before,
  .index-menu--auto .gnav-folder > *::before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background: #D2E4F8;
  }*/
  .index-menu a {
    padding: 10px 10px 20px 10px;
  }
  .index-menu a:hover {
    box-shadow: 3px 3px 0px #d2e4f8, 3px -3px 0px #d2e4f8, -3px -3px 0px #d2e4f8, -3px 3px 0px #d2e4f8;
  }
  .index-menu a::before {
    bottom: 8px;
    height: 10px;
  }
}
.department-point {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #F0F4F5;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 130px 40px 100px 40px;
}

.department-point:last-child {
  margin-bottom: -100px;
}

@media only screen and (max-width: 959px) {
  .department-point:last-child {
    margin-bottom: -40px;
  }
}
.department-point__inner {
  max-width: 1760px;
  margin: 0 auto;
}

.department-point__image {
  margin-left: 120px;
}

.department-point__text-wrap {
  position: relative;
  margin-top: -60px;
  margin-right: 120px;
  padding: 80px 40px 80px 200px;
  background: #fff;
}

.department-point__text-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.department-point__text-vertical {
  position: absolute;
  left: -200px;
  top: -145px;
  writing-mode: vertical-rl;
}

body.system.cms.apps .department-point__text-vertical {
  position: relative;
  left: 0;
  top: 0;
}

.department-point__text-vertical .cp-inner {
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.7;
  white-space: nowrap;
}

.department-point__text-vertical .cp-inner span {
  padding: 10px 0;
  background: #063F83;
  color: #fff;
}

body.en .department-point__text-vertical .cp-inner span {
  padding: 5px 0;
  display: inline-block;
}

body.en .department-point__text-vertical .cp-inner span > span {
  padding: 0 5px;
  white-space: pre;
  display: inline-block;
}

@media only screen and (max-width: 1449px) {
  .department-point {
    margin-left: calc(50% - 50vw - 90px);
    margin-right: calc(50% - 50vw + 90px);
  }
  .department-point__text-vertical {
    left: -160px;
  }
}
@media only screen and (max-width: 959px) {
  body.en .department-point__text-vertical .cp-inner {
    white-space: break-spaces;
    font-size: 2.2rem;
  }
  body.en .department-point__text-vertical .cp-inner span {
    margin-top: -1px;
    display: inline;
  }
  .department-point {
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 0;
  }
  .department-point__image {
    width: 130vw;
    margin-left: -15vw;
  }
  .department-point__text-wrap {
    margin-top: 0;
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 40px 2vw;
  }
  .department-point__text-vertical {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .department-point__text-vertical .cp-inner {
    font-size: 2.7rem;
  }
}
.graduate-index {
  display: flex;
  align-items: flex-start;
  min-height: 590px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.graduate-index__text-wrap {
  position: relative;
  width: 41.67%;
  margin-right: 8.33%;
}

.graduate-index__head-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 55px;
}

.graduate-index__head-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(100% + 20vw);
  height: 4px;
  background-color: #D2E4F8;
}

.graduate-index__head-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76%;
  max-width: 380px;
  height: 4px;
  background-color: #063F83;
}

.graduate-index__head {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.6;
}

.graduate-index__head strong {
  display: table;
  font-size: 1.5rem;
}

.graduate-index__campus {
  min-width: 142px;
  margin-top: 12px;
  padding: 6px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  background: #063F83;
  color: #fff;
}

.graduate-index__course {
  margin-top: 20px;
  margin-bottom: 55px;
  font-size: 1.8rem;
}

.graduate-index__description {
  position: relative;
  min-height: 165px;
  padding: 20px 0;
  font-size: 1.4rem;
}

.graduate-index__description::before {
  content: "";
  position: absolute;
  right: -764px;
  top: 0;
  display: block;
  width: 200vw;
  background: #F0F4F5;
  height: 370px;
}

.graduate-index__description .cp-inner {
  position: relative;
}

.graduate-index__btn {
  position: relative;
  margin-top: 20px;
  font-size: 1.4rem;
}

.graduate-index__btn a {
  display: block;
  width: 300px;
  padding: 12px;
  text-align: center;
  border: 1px solid #666;
  background: url(13353) no-repeat top 50% right 10px #fff;
  color: #333;
}

.graduate-index__btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #063F83;
  background-image: url(13354);
  border-color: #063F83;
}

.graduate-index__image-wrap {
  position: relative;
  width: calc(50% + 120px);
  margin-right: -120px;
}

.graduate-index__image {
  position: relative;
}

.graduate-index__vertical-text {
  position: absolute;
  z-index: 1;
  right: 36px;
  top: 34px;
  writing-mode: vertical-rl;
}

.graduate-index__vertical-text .cp-inner {
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  line-height: 2;
  white-space: nowrap;
}

.graduate-index__vertical-text .cp-inner span {
  padding: 6px 4px 12px 4px;
  background: #fff;
}

.graduate-index__color-text {
  position: absolute;
  left: -20px;
  bottom: -20px;
  display: flex;
  align-items: flex-end;
  min-width: 220px;
  min-height: 140px;
  padding: 20px 28px;
  border-radius: 4px;
  background: #063F83;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

.graduate-index__btn-wrap {
  display: none;
}

.graduate-index:nth-child(2n) {
  flex-direction: row-reverse;
}

.graduate-index:nth-child(2n) .graduate-index__text-wrap {
  margin-right: 0;
  margin-left: 8.33%;
}

.graduate-index:nth-child(2n) .graduate-index__image-wrap {
  margin-right: 0;
  margin-left: -120px;
}

.graduate-index:nth-child(2n) .graduate-index__description::before {
  right: 0;
  left: -764px;
}

.graduate-index:nth-child(2n) .graduate-index__vertical-text {
  right: auto;
  left: 36px;
}

.graduate-index:nth-child(2n) .graduate-index__color-text {
  left: auto;
  right: -20px;
}

@media only screen and (max-width: 1769px) {
  .graduate-index {
    position: relative;
    right: 90px;
  }
}
@media only screen and (max-width: 959px) {
  .graduate-index,
  .graduate-index:nth-child(2n) {
    min-height: 0;
    flex-direction: column;
    right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .graduate-index__text-wrap,
  .graduate-index:nth-child(2n) .graduate-index__text-wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .graduate-index__head-wrap {
    display: block;
    padding-bottom: 25px;
  }
  .graduate-index__head-wrap::before {
    width: 100%;
    height: 3px;
  }
  .graduate-index__head-wrap::after {
    width: 62%;
    max-width: 240px;
    height: 3px;
  }
  .graduate-index__head {
    font-size: 2.4rem;
  }
  .graduate-index__head strong {
    font-size: 1.3rem;
  }
  .graduate-index__campus {
    width: 130px;
    min-width: 130px;
    padding: 5px;
    font-size: 1.3rem;
  }
  .graduate-index__course {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .graduate-index__description {
    min-height: 0;
    padding: 30px 0;
  }
  .graduate-index__description::before,
  .graduate-index:nth-child(2n) .graduate-index__description::before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 100%;
  }
  .graduate-index__text-wrap .graduate-index__btn {
    display: none;
  }
  .graduate-index__image-wrap,
  .graduate-index:nth-child(2n) .graduate-index__image-wrap {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .graduate-index__image-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 100%;
    background: #F0F4F5;
  }
  .graduate-index__image {
    margin-bottom: 4vw;
  }
  .graduate-index__image {
    margin-left: 4vw;
  }
  .graduate-index:nth-child(2n) .graduate-index__image {
    margin-left: 0;
    margin-right: 4vw;
  }
  .graduate-index__vertical-text {
    right: 2vw;
    top: 2vw;
  }
  .graduate-index:nth-child(2n) .graduate-index__vertical-text {
    left: 2vw;
  }
  .graduate-index__color-text {
    left: 0;
    bottom: 0;
    min-width: 200px;
    min-height: 120px;
    padding: 15px 20px;
    font-size: 1.3rem;
  }
  .graduate-index__vertical-text .cp-inner {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .graduate-index__vertical-text .cp-inner span {
    padding: 4px 2px 10px 2px;
  }
  .graduate-index:nth-child(2n) .graduate-index__color-text {
    right: 0;
    bottom: 0;
  }
  .graduate-index__btn-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0 30px 0;
  }
  .graduate-index__btn-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 100%;
    background: #F0F4F5;
  }
}
.under-picks {
  position: relative;
  background: #F0F4F5;
}

.under-picks::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200vw;
  height: 100%;
  margin-left: calc(50% - 100vw);
  background: #F0F4F5;
}

.under-picks__inner {
  position: relative;
  margin-left: -70px;
  margin-right: -70px;
  padding: 60px 0 80px 0;
  overflow: hidden;
}

@media only screen and (max-width: 959px) {
  .under-picks__inner {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0 30px 0;
  }
}
.under-picks__head {
  position: relative;
  max-width: 480px;
  margin: 0 auto 40px auto;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .under-picks__head {
    margin-bottom: 20px;
    max-width: none;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.3rem;
    line-height: 1.6;
  }
}
.under-picks__items {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 959px) {
  .under-picks__items {
    display: block;
  }
}
.under-picks__item {
  display: block;
  width: calc(25% - 15px);
  margin-right: 20px;
  background: #fff;
}

.under-picks__item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .under-picks__item {
    width: 100%;
    margin: 20px auto;
  }
}
.under-picks__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
}

.under-picks__item a:hover {
  text-decoration: none;
}

.under-picks__item a:hover .under-picks__thumb-inner {
  transform: scale(1.2);
}

.under-picks__item a:hover .under-picks__title {
  color: #0B59AD;
}

.under-picks__thumb {
  position: relative;
  overflow: hidden;
}

.under-picks__thumb-inner {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eaeaea;
  transition: transform 0.4s;
}

.under-picks__thumb-inner[style*=null] {
  background-image: url(13363) !important;
  background-size: 40% auto !important;
}

.under-picks__thumb-category {
  position: absolute;
  bottom: 7px;
  left: 12px;
}

.under-picks__thumb-category span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.under-picks__title {
  flex: 1 1 auto;
  padding: 20px 30px 0 30px;
  font-size: 1.6rem;
  line-height: 1.63;
}

.under-picks__description {
  padding: 25px 30px 0 30px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.86;
}

.under-picks__tags {
  padding: 0 30px 25px 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

.under-picks__tags span {
  display: inline-block;
  margin-right: 15px;
}

.under-picks__tags span:last-child {
  margin-right: 0;
}

/*緊急処置ここから*/
.under-picks__tags .univ_determined_sdgs,
.under-picks__tags .univ_sdgs_1,
.under-picks__tags .univ_sdgs_2,
.under-picks__tags .univ_sdgs_3,
.under-picks__tags .univ_sdgs_4,
.under-picks__tags .univ_sdgs_5,
.under-picks__tags .univ_sdgs_6,
.under-picks__tags .univ_sdgs_7,
.under-picks__tags .univ_sdgs_8,
.under-picks__tags .univ_sdgs_9,
.under-picks__tags .univ_sdgs_10,
.under-picks__tags .univ_sdgs_11,
.under-picks__tags .univ_sdgs_12,
.under-picks__tags .univ_sdgs_13,
.under-picks__tags .univ_sdgs_14,
.under-picks__tags .univ_sdgs_15,
.under-picks__tags .univ_sdgs_16,
.under-picks__tags .univ_sdgs_17 {
  display: none;
}

/*緊急処置ここまで*/
.under-picks__btn {
  position: relative;
  margin-top: 60px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 959px) {
  .under-picks__btn {
    margin-top: 30px;
  }
}
.under-picks__btn a {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  border: 1px solid #666;
  background: url(13353) no-repeat top 50% right 10px #fff;
  color: #333;
}

.under-picks__btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #063F83;
  background-image: url(13354);
  border-color: #063F83;
}

.under-news {
  width: 100%;
  padding: 0 0 70px 0;
  background: #fff;
  margin-top: 80px;
}

@media only screen and (max-width: 959px) {
  .under-news {
    margin-bottom: 10px;
    padding: 0 0 40px 0;
    margin-top: 20px;
  }
}
.under-news__inner {
  margin: 0 auto;
}

.under-news__head {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .under-news__head {
    margin-bottom: 10px;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
}
.under-news__item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 959px) {
  .under-news__item {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.under-news__item:first-child {
  border-top: 1px solid #ccc;
}

.under-news__date {
  width: 108px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 959px) {
  .under-news__date {
    width: 85px;
    margin-bottom: 8px;
    padding-top: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.under-news__category {
  width: 134px;
}

@media only screen and (max-width: 959px) {
  .under-news__category {
    width: calc(100% - 85px);
    margin-bottom: 3px;
    padding-left: 0;
  }
}
.under-news__category span {
  display: block;
  padding: 0 6px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: 500;
}

@media only screen and (max-width: 959px) {
  .under-news__category span {
    display: table;
    min-width: 134px;
  }
}
.under-news__title {
  width: calc(100% - 108px - 134px);
  padding-left: 32px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 959px) {
  .under-news__title {
    width: 100%;
    padding-left: 0;
    font-weight: 500;
  }
}
.under-news__title a {
  display: inline-block;
  color: #333;
}

.under-news__title a:hover {
  text-decoration: none;
  color: #0B59AD;
}

.under-news__btn {
  position: relative;
  margin-top: 60px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 959px) {
  .under-news__btn {
    margin-top: 30px;
  }
}
.under-news__btn a {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  border: 1px solid #666;
  background: url(13353) no-repeat top 50% right 10px #fff;
  color: #333;
}

.under-news__btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #063F83;
  background-image: url(13354);
  border-color: #063F83;
}

.image-slider {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
}

.icon-btn {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.icon-btn__item {
  width: 46.876%;
  font-size: 2rem;
  margin-right: 6.248%;
  font-weight: 700;
  line-height: 1.6;
}

.icon-btn__item:nth-child(2n) {
  margin-right: 0;
}

.icon-btn__item a {
  display: block;
  min-height: 100px;
  padding: 34px 10px 23px 10px;
  border: 1px solid #063F83;
  background-color: #fff;
  text-align: center;
  color: #333;
}

.icon-btn__item a::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  width: 46px;
  min-width: 46px;
  height: 40px;
  margin-right: 19px;
  background: url(13360) no-repeat center center;
  background-size: 46px 40px;
  vertical-align: middle;
}

.icon-btn__item a::after {
  content: "";
  display: inline-block;
  width: 46px;
  min-width: 46px;
  margin-left: 19px;
  background: none;
}

.icon-btn__item a[href*=".pdf"]::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  width: 36px;
  min-width: 36px;
  height: 40px;
  margin-right: 19px;
  background: url(13359) no-repeat center center;
  background-size: 36px 40px;
  vertical-align: middle;
}

.icon-btn__item a[href*=".pdf"]::after {
  width: 36px;
  min-width: 36px;
  margin-left: 19px;
  background: none;
}

.icon-btn__item a:hover {
  background-color: #063F83;
  color: #fff;
  text-decoration: none;
}

.icon-btn__item a:hover::before {
  background-image: url(13362);
}

.icon-btn__item a[href*=".pdf"]:hover::before {
  background-image: url(13361);
}

@media only screen and (max-width: 959px) {
  .icon-btn__item {
    width: 100%;
    margin-right: 0;
    font-size: 1.8rem;
  }
  .icon-btn__item:nth-child(2n) {
    margin-top: 20px;
  }
  .icon-btn__item a {
    display: block;
    min-height: 0;
    padding: 20px 10px 14px 10px;
  }
}
.web-application-flow {
  display: -ms-flex;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.web-application-flow__item {
  width: calc(16.6666% - 20px);
  margin: 0 10px;
}

.web-application-flow__step {
  font-size: 1.8rem;
  font-weight: 700;
  color: #063F83;
}

.web-application-flow__text {
  line-height: 1.466;
}

.web-application-flow svg {
  width: 100%;
  height: auto;
}

.web-application-flow svg * {
  transition: 0.2s;
}

.web-application-flow a {
  display: block;
  text-align: center;
  color: #333;
}

.web-application-flow a:hover {
  text-decoration: none;
}

.web-application-flow a:hover svg *[style*="#fff"] {
  fill: #063F83 !important;
}

.web-application-flow a:hover svg *[style*="#063f83"] {
  fill: #fff !important;
}

@media only screen and (max-width: 959px) {
  .web-application-flow {
    flex-wrap: wrap;
  }
  .web-application-flow__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
.application-flow {
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.application-flow__item {
  position: relative;
  width: 46.876%;
  margin-right: 6.248%;
  padding: 30px 30px 20px 30px;
  border: 2px solid #063F83;
  background: #fff;
}

.application-flow__item:nth-child(2n) {
  margin-right: 0;
}

.application-flow__item::before {
  content: "";
  position: absolute;
  right: -6.5%;
  top: 50%;
  display: block;
  height: 18px;
  width: 13px;
  margin-top: -10px;
  background: #063F83;
}

.application-flow__item::after {
  content: "";
  position: absolute;
  right: -6.5%;
  top: 50%;
  display: block;
  height: 0;
  width: 0;
  margin-top: -21px;
  margin-right: -19px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #063F83;
}

.application-flow__item:last-child::before,
.application-flow__item:last-child::after {
  content: none;
}

.application-flow__head {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
}

.application-flow__text {
  margin-bottom: 20px;
}

.application-flow__btn a {
  display: block;
  margin-bottom: 10px;
  padding: 8px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #063F83;
  background: #063F83;
  color: #fff;
}

.application-flow__btn a:hover {
  text-decoration: none;
  background: #fff;
  color: #063F83;
}

@media only screen and (max-width: 959px) {
  .application-flow {
    display: block;
  }
  .application-flow__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    padding: 20px 4vw;
    border: 1px solid #063F83;
  }
  .application-flow__item:nth-child(2n) {
    margin-bottom: 0;
  }
  .application-flow__item::before {
    right: 50%;
    top: 100%;
    height: 13px;
    width: 18px;
    margin-top: 14px;
    margin-right: -18px;
  }
  .application-flow__item::after {
    right: 50%;
    top: 100%;
    margin-top: 16px;
    margin-right: -19px;
    transform: rotate(90deg);
  }
}
.bus-list > * > * > * > .gnav-folder {
  margin-left: 25px;
  list-style: disc;
}

.bus-list > * > * > * > .gnav-folder > * {
  display: list-item;
}

.bus-list > * > * > .gnav-link {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  pointer-events: none;
}

@media only screen and (max-width: 959px) {
  .bus-list > * > * > .gnav-link {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.cp-gaibu-text-item {
  width: calc(50% - 10px);
}

.cp-gaibu-text-item .cp-inner {
  position: relative;
  padding-top: 56.25%;
}

body.system.cms.apps .cp-gaibu-text-item .cp-inner {
  padding-top: 0;
}

.cp-gaibu-text-item iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body.system.cms.apps .cp-gaibu-text-item iframe {
  position: relative;
  width: auto;
  height: auto;
}

@media screen and (max-width: 959px) {
  .cp-gaibu-text-item:first-child {
    margin-bottom: 10px;
  }
  .cp-gaibu-text-item:last-child {
    margin-top: 10px;
  }
}
.license-menu {
  margin-top: 75px;
  margin-bottom: 40px;
  border-bottom: 1px solid #063F83;
}

.license-menu__inner {
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.license-menu__item {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 25px 5px;
  border-left: none;
  word-break: break-all;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.license-menu__item:first-child {
  border-radius: 6px 0 0 0;
}

.license-menu__item:last-child {
  border-radius: 0 6px 0 0;
}

.license-menu__item:hover,
.license-menu__item.is-active {
  background-color: #063F83;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .license-menu {
    border-right: 1px solid #063F83;
  }
  .license-menu__inner {
    flex-wrap: wrap;
  }
  .license-menu__item {
    width: 50%;
    padding: 15px 5px;
    border-top: none;
  }
  .license-menu__item:first-child,
  .license-menu__item:last-child {
    border-radius: 0;
  }
  .license-menu__item:nth-child(1),
  .license-menu__item:nth-child(2) {
    border-top: 1px solid #063F83;
  }
  .license-menu__item:nth-child(2n+1) {
    border-left: 1px solid #063F83;
  }
}
.license-list__block {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.license-list__item {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  padding: 30px 30px 60px 30px;
  background: #fff;
}

.license-list__label {
  display: table;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 100px;
  background: #666;
  color: #fff;
}

.license-list__item--01 .license-list__label {
  background-color: #f00;
}

.license-list__item--02 .license-list__label {
  background-color: #EE8121;
}

.license-list__sub-head {
  margin-top: 20px;
  font-weight: 700;
}

.license-list__main-head {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.32;
}

.license-list__text {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.86;
}

.license-list__course {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.license-list__course a {
  display: inline-block;
  color: #fff;
}

.license-list__course a:hover {
  opacity: 0.7;
}

.license-list__course a span {
  display: inline-block;
  padding: 3px 10px;
  margin: 3px 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .license-list__item {
    width: 100%;
    padding: 20px 4vw 40px 4vw;
  }
  .license-list__sub-head {
    margin-top: 10px;
  }
  .license-list__main-head {
    margin-top: 5px;
    font-size: 2rem;
  }
  .license-list__text {
    margin-top: 15px;
  }
  .license-list__course {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.w960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================

Spirits & Mind（新）

========================================================================== */
.top-spiritsNew {
  margin-bottom: 16px;
  padding: 60px 0 0 0;
  background: #fff;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew {
    position: relative;
    margin-bottom: 10px;
    padding: 40px 0 53px;
    background: #F9F9F9;
    border: 1px solid #999;
    border-left: 0;
    border-right: 0;
  }
}
.top-spiritsNew__head {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__head {
    max-width: none;
    padding: 0;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.6;
  }
}
.top-spiritsNew__head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: block;
  width: 1px;
  height: 20px;
  background: #999;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__head::before {
    content: none;
  }
}
.top-spiritsNew__head-aside {
  margin-top: 40px;
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__head-aside {
    margin-top: 20px;
    margin-bottom: 24px;
    padding: 0 4vw;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.top-spiritsNew__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__items {
    margin: 0 7vw;
    padding: 0 0 12px;
  }
}
.top-spiritsNew__items.slick-initialized {
  display: block;
}

.top-spiritsNew__item-wrap {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__item-wrap {
    width: 100%;
  }
}
.top-spiritsNew .top-spiritsNew__item-wrap::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew .top-spiritsNew__item-wrap::before {
    height: 44vw;
  }
}
.top-spiritsNew__item {
  max-height: 480px;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__item {
    max-height: none;
    height: auto;
    padding-top: 43.5vw;
    background-size: 100% auto;
    background-position: top right;
  }
}
.top-spiritsNew__item-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__item-inner {
    position: static;
    padding: 0 !important;
  }
}
.top-spiritsNew__item-wrap:nth-child(1) .top-spiritsNew__item-inner {
  justify-content: flex-end;
  left: -13px;
  padding: 10px 10px 59px;
}

.top-spiritsNew__item-wrap:nth-child(2) .top-spiritsNew__item-inner {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 61px 145px 10px 10px;
}

.top-spiritsNew__item-wrap:nth-child(3) .top-spiritsNew__item-inner {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10px 100px 58px 10px;
}

.top-spiritsNew__item-wrap:nth-child(4) .top-spiritsNew__item-inner {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 10px 10px 100px;
}

@media only screen and (max-width: 1449px) {
  .top-spiritsNew__item-wrap:nth-child(1) .top-spiritsNew__item-inner,
  .top-spiritsNew__item-wrap:nth-child(2) .top-spiritsNew__item-inner,
  .top-spiritsNew__item-wrap:nth-child(3) .top-spiritsNew__item-inner,
  .top-spiritsNew__item-wrap:nth-child(4) .top-spiritsNew__item-inner {
    padding: 3.5vw 7vw;
  }
}
.top-spiritsNew__text {
  width: 100%;
  max-width: 389px;
  padding: 18px 26px;
  margin-bottom: 6px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 1449px) {
  .top-spiritsNew__text {
    padding: 1vw 1.5vw;
    font-size: 1vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spiritsNew__text {
    max-width: none;
    background: none;
    margin-bottom: 0;
    padding: 13px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.top-spiritsNew__btn {
  width: 100%;
  max-width: 389px;
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 1449px) {
  .top-spiritsNew__btn {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spiritsNew__btn {
    max-width: none;
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 107px;
  }
}
.top-spiritsNew__btn ul {
  margin: 0;
  list-style: none;
}

.cms .top-spiritsNew__btn ul {
  list-style: disc;
  color: #000;
}

.top-spiritsNew__btn ul li {
  padding: 0;
  text-indent: 0;
  margin-bottom: 6px;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__btn ul li {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  }
}
.top-spiritsNew__btn ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__btn ul li:last-child {
    margin-bottom: 2px;
  }
}
.top-spiritsNew__btn ul li a {
  position: relative;
  display: block;
  padding: 9px 53px 13px 27px;
  background: #fff;
  color: #333;
  letter-spacing: 0;
}

@media only screen and (max-width: 1449px) {
  .top-spiritsNew__btn ul li a {
    padding: 1vw 2vw 1vw 1.5vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spiritsNew__btn ul li a {
    padding: 11px 39px 10px 9px;
  }
}
@media only screen and (min-width: 960px) {
  .top-spiritsNew__btn ul li a:hover {
    background: #0B59AD;
    text-decoration: none;
    color: #fff;
  }
  .top-spiritsNew__btn ul li a:hover path {
    fill: #fff !important;
  }
}
.top-spiritsNew__item-wrap:nth-child(1) .top-spiritsNew__item-inner .top-spiritsNew__btn ul li:first-child a {
  letter-spacing: -0.25rem;
}

.top-spiritsNew__btn svg {
  position: absolute;
  right: 21px;
  top: 15px;
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 1449px) {
  .top-spiritsNew__btn svg {
    right: 1.2vw;
    top: 1.2vw;
    width: 2.3vw;
    height: 2.3vw;
  }
}
@media only screen and (max-width: 959px) {
  .top-spiritsNew__btn svg {
    top: 0;
    bottom: 0;
    right: 9px;
    width: 20px;
    height: 20px;
    margin: auto 0;
  }
}
.top-spiritsNew__btn path {
  transition: fill 0.2s;
}

.top-spiritsNew__number {
  position: absolute;
  top: 103px;
}

@media only screen and (max-width: 1449px) {
  .top-spiritsNew__number {
    top: 6vw;
    max-width: 33.5vw;
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .top-spiritsNew__number {
    right: 8vw;
    top: 25vw;
    width: 50vw;
  }
}
.top-spiritsNew__number strong {
  font-size: 130px;
  font-size: 13rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media only screen and (max-width: 1449px) {
  .top-spiritsNew__number strong {
    font-size: 9vw;
  }
}
.top-spiritsNew__arrow {
  display: none;
  margin-left: auto;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__arrow {
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 94px;
    transform: translateX(-50%);
    line-height: 1;
  }
}
.top-spiritsNew__arrow > div {
  transition: 0.2s;
  cursor: pointer;
}

.top-spiritsNew__arrow > div:hover rect {
  fill: #fff;
}

.top-spiritsNew__arrow > div:hover path {
  fill: #222;
}

.top-spiritsNew__arrow svg {
  vertical-align: top;
}

.top-spiritsNew__arrow svg * {
  transition: 0.2s;
}

/* SP時のスライダースタイルの調整 */
.top-spiritsNew__items .slick-list {
  margin-left: -7vw;
  margin-right: -7vw;
}

.top-spiritsNew__item-wrap.slick-slide {
  margin-left: 7vw !important;
  margin-right: 7vw !important;
}

.top-spiritsNew__arrows {
  display: none;
}

@media only screen and (max-width: 959px) {
  .top-spiritsNew__arrows {
    display: flex;
    justify-content: center;
  }
}
.top-spiritsNew__arrows > div {
  cursor: pointer;
  margin-right: 10px;
  width: 45px;
  height: 45px;
}

.top-spiritsNew__arrows > div:last-child {
  margin-right: 0;
}

body.system.cms.apps .department-point__text-vertical {
  writing-mode: lr;
}

.index-image-bg .large-btn {
  margin-top: 0;
  margin-bottom: 0;
}

.zyukensei-nav-oc-pickup__wrap {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 0;
}

.zyukensei-nav-oc-pickup__inner {
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -90px;
  margin-right: -90px;
  background: #fff;
  border-radius: 1000px;
  padding: 25px 90px 40px 90px;
  border: 3px solid #199DD2;
}

.zyukensei-nav-oc-pickup__title {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #199DD2;
}

@media only screen and (max-width: 959px) {
  .zyukensei-nav-oc-pickup__title {
    font-size: 2.1rem;
  }
}
.zyukensei-nav-oc-pickup__image {
  width: 170px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 959px) {
  .zyukensei-nav-oc-pickup__image {
    width: 100%;
    margin: 15px 0 0;
  }
}
.zyukensei-nav-oc-pickup__image .cp-inner {
  margin: auto;
}/*# sourceMappingURL=blocks.css.map */

/**CYPOCHI_AIR_AUTO_STYLE__START**/
.cp-basic-block {
  position: relative;
  margin: 40px 0;
  line-height: 1.8;
  z-index: 0;
}
.cp-basic-block:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 40px);
  pointer-events: none;
}

.cp-basic-block .cp-inner .cp-h1-text:first-child,
.cp-basic-block .cp-inner .cp-h2-text:first-child,
.cp-basic-block .cp-inner .cp-h3-text:first-child,
.cp-basic-block .cp-inner .cp-h4-text:first-child,
.cp-basic-block .cp-inner .cp-h5-text:first-child {
  margin-top: 0;
}

.cp-basic-block .cp-inner img {
  max-width: 100%;
  height: auto;
}

.cp-basic-block__row {
  display: flex;
  flex-wrap: wrap;
}
.cp-basic-block__row.is-float {
  display: block;
}

.cp-basic-block__col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}
.cp-basic-block__col + .cp-basic-block__col {
  margin-left: 30px;
}
.cp-basic-block__col.is-float-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.cp-basic-block__col.is-float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}

.cp-basic-block__row.is-float .cp-basic-block__col + .cp-basic-block__col {
  margin-left: 0;
}

.cp-basic-block__row[data-ratio="1-2"] .cp-basic-block__col:last-child,
.cp-basic-block__row[data-ratio="2-1"] .cp-basic-block__col:first-child {
  flex-grow: 2;
}

.cp-basic-block__row[data-ratio="3-1"] .cp-basic-block__col:first-child,
.cp-basic-block__row[data-ratio="1-3"] .cp-basic-block__col:last-child {
  flex-grow: 3;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col {
    flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col:last-child {
    margin-bottom: 0;
  }

  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col.is-float-left, .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col.is-float-right {
    float: none;
    margin: 0 auto 30px;
  }
}
.cp-basic-block__col .cp-inner:empty:before, .cp-basic-block__col .cp-inner:empty:after {
  pointer-events: none;
  font-size: 15px;
  display: block;
}
.cp-basic-block__col .cp-inner:empty:focus:before, .cp-basic-block__col .cp-inner:empty:focus:after {
  content: none;
}

.cp-basic-block__image-text-wrap > * {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
.cp-basic-block__image-text-wrap:before {
  top: -21px;
  height: calc(100% + 42px);
}

.cp-basic-block__tab-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  flex: 1;
  order: -1;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input {
  display: none !important;
}

.cp-basic-block__tab-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {
  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__tab-contents {
    flex-direction: column;
  }
}
.cp-basic-block__tab-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  flex: 1;
  order: -1;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input {
  display: none !important;
}

.cp-basic-block__tab-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {
  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__tab-contents {
    flex-direction: column;
  }
}
.cp-basic-block__accordion-contents {
  width: 100%;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  display: block;
  width: 100%;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}


.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  position: relative;
}
.cp-basic-block__accordion-contents .cp-basic-block__child-label::before,
.cp-basic-block__accordion-contents .cp-basic-block__child-label::after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: 0.3s;
  background-color: #333;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label::after {
  transform: rotate(-90deg);
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {

  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}


.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover::after {
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.2s;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input {

  display: none !important;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}


.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked+.cp-basic-block__child-label::after {
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.2s;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {

  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

.cp-basic-block__accordion-all-toggle-button-wrap {
  display: flex;
  justify-content: flex-end;
}

.cp-basic-block__accordion-all-toggle-button {
  cursor: pointer;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.cp-basic-block__accordion-all-toggle-button:before {
  content: "全て開く";
}

.cp-basic-block__accordion-all-toggle-button[data-is-active="1"]:before {
  content: "全て閉じる";
}

.cp-basic-block__accordion-all-toggle-button-icon {
  position:absolute;
  top: 50%;
  left: 0;
}

.cp-basic-block__accordion-all-toggle-button-icon:after {
  content: ';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
}

.cp-basic-block__accordion-all-toggle-button-icon:before {
  content: ';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform: rotate(90deg);
  transition: .2s;
}

.cp-basic-block__accordion-all-toggle-button[data-is-active="1"] .cp-basic-block__accordion-all-toggle-button-icon:before {
  transform: rotate(0);
  transition: .2s;
}

[data-area="content"] .cp-basic-block__buttons ul {
  list-style: none;
  margin: 0;
}

.cp-basic-block__buttons ul {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
}

.cp-basic-block__buttons li {
  margin-bottom: 20px;
  width: 100%;
  counter-increment: number 1;
}

.cp-basic-block__buttons li a {
  position: relative;
  display: block;
  text-align: inherit;
  padding: 10px 5px;
  border: 1px solid #0000FF;
  background-color: #fff;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
}

.cp-basic-block__row[data-position="center"] .cp-basic-block__buttons ul {
  justify-content: center;
}

.cp-basic-block__row[data-position="right"] .cp-basic-block__buttons ul {
  justify-content: flex-end;
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col2 > li {
  width: calc(50% - 15px);
  margin-right: 30px;
  &:nth-child(2n) {
    margin-right: 0;
  }
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col3 > li {
  width: calc( ( 100% - 60px ) / 3 );
  margin-right: 30px;
  &:nth-child(3n) {
    margin-right: 0;
  }
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col4 > li {
  width: calc( ( 100% - 90px ) / 4 );
  margin-right: 30px;
  &:nth-child(4n) {
    margin-right: 0;
  }
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col5 > li {
  width: calc( ( 100% - 120px ) / 5 );
  margin-right: 30px;
  &:nth-child(5n) {
    margin-right: 0;
  }
}

 .cp-basic-block__buttons ul.cp-basic-block__buttons-col6 > li {
  width: calc( ( 100% - 150px ) / 6 );
  margin-right: 30px;
  &:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li  {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    &:nth-child(2n),
    &:nth-child(3n),
    &:nth-child(4n),
    &:nth-child(5n) ,
    &:nth-child(6n) {
      margin-right: auto;
    }
  }
}


[data-area=content] .cp-basic-block__anchors ul {
  list-style: none;
  margin: 0;
}

.cp-basic-block__anchors ul {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  background-color: #F5F5F5;
}

.cp-basic-block__anchors li {
  margin-bottom: 0;
  padding: 0 2em;
  counter-increment: number 1;
  font-size: 14px;
}

.cp-basic-block__anchors li a {
  position: relative;
  display: block;
  text-align: inherit;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.cp-basic-block__outer-codes-text-middle {
  margin: 40px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cp-basic-block__outer-codes-text-middle::after {
  position: absolute;
  content: ';
  top: calc(50% - 16px);
  left: calc(50% - 30px);
  width: 60px;
  height: 38px;
  background-repeat: no-repaet;
  background-position: center center;
  background-size: 60px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2238%22%20viewBox%3D%220%200%2060%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3018%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203018%22%20transform%3D%22translate(-493%20-642)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2456%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202456%22%20width%3D%2260%22%20height%3D%2238%22%20rx%3D%226%22%20transform%3D%22translate(493%20642)%22%20fill%3D%22%23f10000%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_12%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2012%22%20d%3D%22M9%2C0l9%2C15.545H0Z%22%20transform%3D%22translate(530.545%20652)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.cp-basic-block__outer-codes-text-middle:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.cp-basic-block__outer-codes-text-middle iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-basic-block__outer-codes.cp-videos,
.cp-basic-block__outer-codes-wrap.cp-videos {
  display: block;
}

.cp-basic-block__outer-codes-wrap > * {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
.cp-basic-block__outer-codes-wrap:before {
  top: -21px;
  height: calc(100% + 42px);
}

.cp-basic-block__image-album-text {
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__row.is-step-down-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:first-child {
    margin-bottom: 0;
  }

  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:last-child {
    margin-bottom: 30px;
  }
}

.cp-basic-block__buttons .cp-basic-block__row[data-position="center"] ul {
  justify-content: center;
}

.cp-basic-block__buttons .cp-basic-block__row[data-position="right"] ul {
  justify-content: flex-end;
}

.cp-basic-block__buttons li {
  max-width: 350px;
}

.cp-basic-block__buttons li a {
  padding: 7px 5px;
  border-radius: 0;
  border: 1px solid #A5A5A5;
}

.cp-basic-block__outer-codes-text-middle.is-inline-insert {
  margin-top: 0;
}
.cp-basic-block__outer-codes-text-middle.is-inline-insert::after {
  content: none;
}

.cp-basic-block__news-ul {
  margin: 0 !important;
  list-style: none !important;
}

.cp-basic-block__news-link {
  display: flex;
  transition: 0.3s;
  text-decoration: none;
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-link {
  padding: 26px 0;
}

.cp-basic-block__news-link:hover {
  text-decoration: none;
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-link:hover {
  background-color: #EFEDEB;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-link,
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-link {
    flex-direction: column;
    padding: 20px;
  }
}

.cp-basic-block__news-li {
  border-top: 1px solid #EBEBEB;
}
.cp-basic-block__news-li:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.cp-basic-block__news-date-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-date-area {
  width: 170px;
  border-right: 1px solid #CCCCCC;
  padding-left: 20px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-date-area,
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-date-area {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    border: none;
    flex-direction: row;
  }
}
.cp-basic-block__news-category {
  line-height: 1;
  margin-top: 3px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-category {
    margin-left: 20px;
  }
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-title-area {
  padding-left: 37px;
  width: calc(100% - 170px);
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-title-area,
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-title-area {
    width: 100%;
    padding-left: 0;
  }
}
.cp-basic-block__news-date {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
}

.cp-basic-block__news-category {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #666666;
  color: #fff;
  font-weight: 500;
  padding: 0 14px;
  height: 21px;
  display: inline-block;
}

.cp-basic-block__news-title-area {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  padding-top: 5px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-title-area {
    font-size: 1.5rem;
  }
}

.cp-basic-block__news-tags {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #333333;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-tags {
    font-size: 1.1rem;
  }
}

.cp-basic-block__news-tag {
  padding: 2px 5px;
  display: inline-block;
  margin-right: 5px;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] {
  display: flex;
  flex-wrap: wrap;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-li {
  border: none;
  width: calc( (100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-li:nth-child(4n) {
  margin-right: 0;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-link {
  flex-direction: column;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-title-area {
  padding: 10px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-date-area {
  justify-content: space-between;
  align-items: center;
}

.cp-basic-block__news-thumbnail-area {
  padding-top: 56.25%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cp-basic-block__news-thumbnail-area .cp-basic-block__news-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

.cp-basic-block__news-thumbnail-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.0);
  transition: .3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-link:hover .cp-basic-block__news-thumbnail-area img {
  transform: scale(1.1);
  transition: .3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"][data-cp-slick="true"] {
  visibility: hidden;
  max-height: 350px;
  overflow: hidden;
}
.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"][data-cp-slick="true"].slick-initialized {
  visibility: visible;
  max-height: none;
  overflow: visible;
}
.cp-basic-block__news-ul.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.cp-basic-block__news-ul .slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}

.cp-basic-block__news-ul .slick-list:focus {
  outline: none;
}

.cp-basic-block__news-ul .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.cp-basic-block__news-ul.slick-slider .slick-track,
.cp-basic-block__news-ul.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.cp-basic-block__news-ul .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cp-basic-block__news-ul .slick-track:before,
.cp-basic-block__news-ul .slick-track:after {
  content: "";
  display: table;
}

.cp-basic-block__news-ul .slick-track:after {
  clear: both;
}

.cp-basic-block__news-ul .slick-loading .slick-track {
  visibility: visible;
}

.cp-basic-block__news-ul .slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
}

.cp-basic-block__news-ul[dir="rtl"] .slick-slide {
  float: right;
}

.cp-basic-block__news-ul .slick-disabled {
  .cp-basic-block__news-ul opacity: .3;
}

.cp-basic-block__news-ul .slick-slide img {
  display: block;
}

.cp-basic-block__news-ul .slick-slide.slick-loading img {
  display: none;
}

.cp-basic-block__news-ul .slick-slide.dragging img {
  pointer-events: none;
}

.cp-basic-block__news-ul.slick-initialized .slick-slide {
  display: block;
}

.cp-basic-block__news-ul.slick-loading .slick-slide {
  visibility: hidden;
}

.cp-basic-block__news-ul.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.cp-basic-block__news-ul .slick-arrow.slick-hidden {
  display: none;
}

.cp-basic-block__news-ul .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  list-style: none;
}

@media screen and (max-width: 959px) {
    .cp-basic-block__news-ul .slick-dots {
    bottom: 20px;
  }
}

.cp-basic-block__news-ul .slick-dots li {
  margin: 0 10px;
  list-style-type: none;
}

@media screen and (max-width: 959px) {
.cp-basic-block__news-ul .slick-dots li {
    margin: 0 6px;
  }
}

.cp-basic-block__news-ul .slick-dots li.slick-active button {
  background: #fff;
}

.cp-basic-block__news-ul .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  .cp-basic-block__news-ul transition: .2s;
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
.cp-basic-block__news-ul .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}

.cp-basic-block__news-ul .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
}

.cp-basic-block__news-ul .slick-prev {
  left: 0;
}

.cp-basic-block__news-ul .slick-next {
  right: 0;
}

.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-link {
  flex-direction: column;
  padding: 20px 10px;
  position: relative;
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-link:hover {
  background-color: #EFEDEB;
}

.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-category {
  font-size: 1.4rem;
  height: auto;
  background: none;
  padding: 0;
  color: #222;
  margin: 0;
  font-weight: 400;
  margin-bottom: 5px;
}

.cp-basic-block__news-schedule-lists {
  display: flex;
}

.cp-basic-block__news-schedule-date {
  font-size: 3.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-schedule-date {
    font-size: 2rem;
  }
}

.cp-basic-block__news-schedule-day {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-schedule-day {
    font-size: 1rem;
  }
}
.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 29px;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-title {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-title {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.cp-basic-block__news-venue {
  margin-top: 17px;
  font-size: 1.4rem;
  color: #555555;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-venue {
    font-size: 1.3rem;
  }
}

.cp-basic-block__news-venue::before {
  content: "場所：";
}

.cp-basic-block__news-subjects {
  font-size: 1.4rem;
  color: #555555;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-subjects {
    font-size: 1.3rem;
  }
}
.cp-basic-block__news-subjects::before {
  content: "対象：";
}

.cp-basic-block__news-schedule::after {
  content: " / ";
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 10px;
}

.cp-basic-block__news-schedule:last-child::after {
  content: none;
}

.cp-basic-block__news-border {
  height: 6px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.cp-basic-block__news-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: flex-start;
}

.cp-basic-block__news-select {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-select {
    width: calc(50% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.cp-basic-block__news-select label {
  position: relative;
  display: inline-block;
  width: 169px;
  border: 1px solid #999;
  overflow: hidden;
  background: #fff;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-select label {
    width: 100%;
  }
}

.cp-basic-block__news-select select {
  display: block;
  width: calc(100% + 50px);
  margin: 0 auto;
  padding: 8px 27px 5px 10px;
  border: none;
  background-color: #fff;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp-basic-block__news-select label::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.cp-basic-block__news-button {
  background-color: #222;
  color: #fff;
  border: none;
  width: 120px;
  height: 32px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: center;
  cursor: pointer;
}

.cp-basic-block__news-checkbox-wrap {
  display: flex;
}

.cp-basic-block__news-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.cp-basic-block__news-checkbox-input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.cp-basic-block__news-checkbox-input:focus + .cp-basic-block__news-checkbox-icon {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.cp-basic-block__news-checkbox-input:checked + .cp-basic-block__news-checkbox-icon {
  border: solid 2px #333333;
  background: #FFFFFF;
}
.cp-basic-block__news-checkbox-input:checked + .cp-basic-block__news-checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.cp-basic-block__news-checkbox-icon {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}
.cp-basic-block__news-checkbox-text {
  margin-left: 5px;
  display: block;
  font-size: 1.6rem;
}

.cp-basic-block__news-paging {
  margin-left: 0 !important;
  margin-right: 0 !important;
  list-style: none !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  padding: 16px 4vw;
}

.cp-basic-block__news-paging-item {
  position: relative;
  display: block;
  margin: 4px;
}

.cp-basic-block__news-paging-item a,
.cp-basic-block__news-paging-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #555;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.cp-basic-block__news-paging-item a:hover {
  text-decoration: none;
  opacity: .7;
}

.cp-basic-block__news-paging-item span.is-active {
  background: #222;
}

.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right > .cp-inner {
  width: 100%;
}
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right > .cp-inner img {
  max-width: none;
  width: 100%;
}

.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right {
  width: calc(100% / 3);
}

.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right {
  width: calc(100% / 3 * 2);
}

.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right {
  width: 25%;
}

.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right {
  width: 75%;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__row.is-float[data-ratio="1-2"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="2-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
.cp-basic-block__row.is-float[data-ratio="2-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-2"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
.cp-basic-block__row.is-float[data-ratio="1-3"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="3-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
.cp-basic-block__row.is-float[data-ratio="3-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-3"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right {
    width: 100%;
  }
}


.cp-basic-block__outer-codes-text-middle--relative {
  margin: 10px 0;
  position: relative;
}

.cp-basic-block__outer-codes-text-middle--relative iframe {
	position: relative;
	max-width: 100%;
}
/**CYPOCHI_AIR_AUTO_STYLE__END**/

/*  2024/06/04 add  */
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a{
    text-align: center;
    line-height: 1.5;
  }
@media screen and (max-width: 959px) {
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate{
    align-items: flex-end;
  }
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--left .ob-openIndex__boxes-item--leftDate .ob-openIndex__boxes-item--leftDateC{
    position: static;
    width: 6px;
    height: 29px;
  }
  .ob-openIndex__boxes .ob-openIndex__boxes-item .ob-openIndex__boxes-item--right .ob-openIndex__boxes-item--rightLinks a::after{
    content: none;
  }
}
/*  //2024/06/04 add  */

/**NEW_EDITOR_BLOCK__START**/
:root {
  --main-color: #063F83;
  --main-bg-color: #fff;
  --sub-bg-color: #F6F6F8;
  --main-text-color: #222222;
  --sub-text-color: #333333;
  --main-border-color: #063F83;
  --sub-border-color: #999999;
  --main-link-color: #0E67B4;
}

.cp-basic-block {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  .cp-basic-block {
    max-width: 450px;
    margin: 0 auto;
  }
}
.cp-basic-block__row {
  display: grid;
}
.cp-basic-block__row.is-no-step-down {
  display: flex;
}
.cp-basic-block__row[data-ratio="1-1"], .cp-basic-block__row[data-ratio="1-2"], .cp-basic-block__row[data-ratio="1-3"], .cp-basic-block__row[data-ratio="2-1"], .cp-basic-block__row[data-ratio="3-1"] {
  display: flex;
}
.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 2/3;
}
.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 1/2;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 3/4;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 2/3;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 1/2;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 4/5;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 3/4;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 2/3;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="4"] {
  grid-row: 1/2;
}
.cp-basic-block__col2 .cp-basic-block__row {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .cp-basic-block__col2 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col3 .cp-basic-block__row {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .cp-basic-block__col3 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col4 .cp-basic-block__row {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .cp-basic-block__col4 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0;
  word-break: normal;
}
.cp-basic-block__col + .cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 959px) {
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col {
    margin-bottom: 0;
  }
  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:last-child {
    margin-bottom: 0;
  }
}
.cp-basic-block__image-text-wrap > * {
  background-color: var(--main-bg-color);
  border: 2px solid var(--main-border-color);
  padding: 30px;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__image-text-wrap > *{
    border: 1px solid var(--main-border-color);
    padding: 20px 4vw;
  }
}
.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background-color: var(--main-color);
}
.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label a {
  color: #fff;
}
.cp-basic-block__tab-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}
.cp-basic-block__tab-contents .cp-basic-block__child-label a {
  color: var(-main-text-color);
  text-decoration: none !important;
}
.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background-color: var(--main-color);
}
.cp-basic-block__tab-contents .cp-basic-block__child-label:hover a {
  color: #fff;
}
.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}
.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {
  background-color: var(--main-color);
  color: #fff;
}
.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  background-color: var(--main-color);
  color: #fff;
}
.cp-basic-block__buttons li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--main-text-color);
  border: 1px solid var(--main-color);
  background-color: var(--main-bg-color);
  text-decoration: none;
}
.cp-basic-block__buttons li a:hover {
  color: #fff;
  background-color: var(--main-color);
}

[data-area=content] .cp-basic-block__buttons ul li::before{
  display:none;
}

/**NEW_EDITOR_BLOCK___END**/