@charset "UTF-8";
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro R-KL.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro M-KL.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro L-KL.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro H-KL.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro B-KL.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N H.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "kozuka-min";
  src: url("../../fonts/kozuka/Kozuka-min・Pro B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "kozuka-gothic";
  src: url("../../fonts/kozuka/Kozuka-gothic Pro B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Azuki";
  src: url("https://fukuume.itembox.design/item/azukiLB.ttf?t=20231010003714") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Damion";
  src: url("../../fonts/Damion/Damion-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HuiFont";
  src: url("../../fonts/HuiFont/HuiFont29.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BOD";
  src: url("../../fonts/BodoniMT/BOD_I.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "BellGothic";
  src: url("../../fonts/BellGothicStd/BellGothicStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HannariMincho";
  src: url("../../fonts/HannariMincho/HannariMincho-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rage";
  src: url("../../fonts/Rage/RAGE_1.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ModernNo20";
  src: url("../../fonts/Modern-No.20/MOD20.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Crpc";
  src: url("/fonts/CRPC/CRPCandGRyuurei-M-02.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yasasisa";
  src: url("/fonts/Yasasisa/yasasisa.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brush";
  src: url("/fonts/Brush/BrushScriptOpti-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.w-900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .w-900 {
    width: 100%;
    height: auto;
  }
  .w-900 img {
    height: auto;
  }
}

body, p, h1, h2, h3, h4 {
  margin: 0;
}

.hanataba-customer-voice {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-bg {
    width: 100%;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents {
  width: 95%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
  padding: 25px 0;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents {
    border-top: 0.427vw solid #fff;
    border-bottom: 0.427vw solid #fff;
    margin-top: 3.11vw;
    padding: 2.59vw 0;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box {
  border: 4px solid #fb101e;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box {
    border: 0.427vw solid #fb101e;
    border-radius: 2.137vw;
    padding: 1.068vw 1.603vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-review-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #313131;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-review-ttl {
    font-size: 3.205vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-review-star {
  margin: -5px 0;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-review-star {
    margin: -0.534vw 0;
    width: 38.354vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num {
  display: flex;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num .rakuten-logo {
    width: 11.111vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num .num {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #313131;
  font-size: 65px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num .num {
    font-size: 6.944vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num .num .small {
  font-size: 32.54px;
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num .num .small {
    font-size: 3.476vw;
    margin-left: -1.068vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num .date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #313131;
  font-size: 18px;
  position: absolute;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .rakuten-review-box .rakuten-logo-and-num .date {
    font-size: 1.923vw;
    bottom: -0.534vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl {
  font-family: "Ryumin";
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(206, 29, 41, 0.6352941176), -2px -2px 7px rgba(206, 29, 41, 0.6352941176), 2px 2px 7px rgba(206, 29, 41, 0.6352941176), -2px -2px 7px rgba(206, 29, 41, 0.6352941176);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl {
    text-shadow: 0.213vw 0.213vw 0.747vw rgba(206, 29, 41, 0.6352941176), -0.213vw -0.213vw 0.747vw rgba(206, 29, 41, 0.6352941176), 0.213vw 0.213vw 0.747vw rgba(206, 29, 41, 0.6352941176), -0.213vw -0.213vw 0.747vw rgba(206, 29, 41, 0.6352941176);
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl .middle {
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl .middle {
    font-size: 5.128vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl .large {
  font-size: 57.1px;
  margin-left: -40px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl .large {
    font-size: 6.1vw;
    margin-left: -2.273vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl .small {
  font-size: 41.1px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .hanataba-customer-voice-top-contents .customer-voice-ttl .small {
    font-size: 4.391vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices {
    gap: 2.603vw;
    margin-top: 4.15vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box {
  position: absolute;
  top: -25px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box {
    top: -2.671vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box .speech-bubble-box {
  position: relative;
  transform: translateX(-30px);
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box .speech-bubble-box {
    transform: translateX(-3.205vw);
  }
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box .speech-bubble-box .speech-bubble {
    width: 37.179vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box .speech-bubble-box .speech-bubble-txt {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: "Azuki";
  color: #434343;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box .speech-bubble-box .speech-bubble-txt {
    font-size: 2.564vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .fukuchan-box .fukuchan-img {
    width: 14.316vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box {
  position: absolute;
  top: 320px;
  left: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box {
    top: 34.188vw;
    left: -2.137vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt {
  font-family: "Azuki";
  font-size: 20.55px;
  color: #1e1e1e;
  line-height: 1.7;
  rotate: -10deg;
  position: relative;
  transform: translate(-35px, 0);
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt {
    font-size: 2.196vw;
    transform: translate(-3.739vw, 0);
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::after, .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::before {
  content: "";
  width: 1px;
  background-color: #1e1e1e;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::after, .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::before {
    width: 0.107vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::after {
  bottom: 0;
  left: -18px;
  height: 60px;
  rotate: -15deg;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::after {
    left: -1.923vw;
    height: 6.41vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::before {
  right: -5px;
  bottom: -15px;
  height: 80px;
  rotate: 28deg;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .txt::before {
    right: -0.534vw;
    bottom: -1.603vw;
    height: 8.547vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .hashimotosan-box .hashimotosan {
    width: 33.86vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 {
  align-self: flex-start;
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 {
  position: relative;
  z-index: 100;
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 {
  align-self: flex-end;
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(49, 49, 49, 0.3568627451), -2px -2px 10px rgba(49, 49, 49, 0.3568627451);
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 {
    border-radius: 2.137vw;
    box-shadow: 0.2136vw 0.2136vw 1.068vw rgba(49, 49, 49, 0.3568627451), -0.2136vw -0.2136vw 1.068vw rgba(49, 49, 49, 0.3568627451);
    padding: 1.068vw 1.603vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .name-and-star,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .name-and-star,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .name-and-star {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .name-and-star,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .name-and-star,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .name-and-star {
    gap: 3.205vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .name-and-star .five-star,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .name-and-star .five-star,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .name-and-star .five-star {
    width: 20.29vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .name-and-star .name,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .name-and-star .name,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .name-and-star .name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #1e1e1e;
  font-size: 17.98px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .name-and-star .name,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .name-and-star .name,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .name-and-star .name {
    font-size: 1.921vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .ttl,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .ttl,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .ttl {
  font-family: "Ryumin";
  font-size: 36.21px;
  color: #ff5d9a;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .ttl,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .ttl,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .ttl {
    font-size: 3.869vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .txt,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .txt,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .txt,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .txt,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .txt {
    font-size: 2.6vw;
  }
}
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .txt .pink,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .txt .pink,
.hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .txt .pink {
  color: #ff5d9a;
  font-weight: bold;
  font-size: 28px;
  background-color: initial;
  background: linear-gradient(transparent 75%, #ffeaa8 75%);
}
@media screen and (max-width: 1024px) {
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-1 .txt .pink,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-2 .txt .pink,
  .hanataba-customer-voice .hanataba-customer-voice-contents .customer-voices .customer-voice-3 .txt .pink {
    font-size: 2.8vw;
  }
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvbnRzLnNjc3MiLCJiYXNlL2Jhc2Uuc2NzcyIsIl9taXhpbi5zY3NzIiwiY29tcG9uZW50cy9oYW5hdGFiYS9oYW5hdGFiYS1jdXN0b21lci12b2ljZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FDM0pGO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FDQ0E7RURMSjtJQU9RO0lBQ0E7O0VBQ0E7SUFDSTs7OztBQUtaO0VBQ0k7OztBRWhCSjtFQUNFOztBRElFO0VDRkY7SUFHVTs7O0FBS1Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUR4QkY7RUNnQkE7SUFXSTtJQUNBO0lBQ0E7SUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUR4Q0o7RUNpQ0U7SUFVSTtJQUNBO0lBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QURyRE47RUNnREk7SUFRSTs7O0FBSUo7RUFDRTs7QUQ3RE47RUM0REk7SUFJSTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTs7QUR4RU47RUMwRU07SUFHSTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QURyRlI7RUNpRk07SUFPSTs7O0FBR0Y7RUFDRTtFQUNBOztBRDdGVjtFQzJGUTtJQUtJO0lBQ0E7OztBQUtOO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEN0dSO0VDc0dNO0lBVUk7SUFDQTs7O0FBTVI7RUFDRTtFQUNBO0VBQ0E7RUFDQSxhQUNBO0VBSUE7O0FEaElKO0VDdUhFO0lBWUksYUFDQTs7O0FBTUY7RUFDRTs7QUQzSU47RUMwSUk7SUFJSTs7O0FBS0o7RUFDRTtFQUNBOztBRHJKTjtFQ21KSTtJQUtJO0lBQ0E7OztBQUlKO0VBQ0U7O0FEOUpOO0VDNkpJO0lBSUk7OztBQU1SO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEOUtGO0VDdUtBO0lBVUk7SUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEM0xKO0VDcUxFO0lBU0k7OztBQUdGO0VBQ0U7RUFDQTs7QURuTU47RUNpTUk7SUFLSTs7O0FEdE1SO0VDME1NO0lBR0k7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEM05SO0VDaU5NO0lBYUk7OztBRDlOVjtFQ21PSTtJQUdJOzs7QUFLTjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QURqUEo7RUMyT0U7SUFTSTtJQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRC9QTjtFQ3dQSTtJQVVJO0lBQ0E7OztBQUdGO0VBRUU7RUFDQTtFQUNBO0VBQ0E7O0FEM1FSO0VDc1FNO0lBUUk7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FEdFJSO0VDa1JNO0lBT0k7SUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QURsU1I7RUM4Uk07SUFPSTtJQUNBO0lBQ0E7OztBRHZTVjtFQzRTSTtJQUdJOzs7QUFLTjtBQUFBO0VBRUU7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7O0FBR0Y7QUFBQTtBQUFBO0VBR0U7RUFDQTtFQUNBO0VBRUE7O0FEelVKO0VDa1VFO0FBQUE7QUFBQTtJQVVJO0lBQ0E7SUFFQTs7O0FBR0Y7QUFBQTtBQUFBO0VBQ0U7RUFDQTtFQUNBOztBRHJWTjtFQ2tWSTtBQUFBO0FBQUE7SUFNSTs7O0FEeFZSO0VDMlZNO0FBQUE7QUFBQTtJQUdJOzs7QUFJSjtBQUFBO0FBQUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUR0V1I7RUNrV007QUFBQTtBQUFBO0lBT1E7OztBQUtWO0FBQUE7QUFBQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBRGxYTjtFQzhXSTtBQUFBO0FBQUE7SUFPSTs7O0FBSUo7QUFBQTtBQUFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUQ5WE47RUN5WEk7QUFBQTtBQUFBO0lBUUk7OztBQUdGO0FBQUE7QUFBQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEellSO0VDb1lNO0FBQUE7QUFBQTtJQVFJIiwiZmlsZSI6ImNvbXBvbmVudHMvaGFuYXRhYmEvaGFuYXRhYmEtY3VzdG9tZXItdm9pY2UuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdSeXVtaW4nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9SeXVtaW4vQS1PVEZcXCBSeXVtaW5cXCBQcm9cXCBSLUtMLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdSeXVtaW4nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9SeXVtaW4vQS1PVEZcXCBSeXVtaW5cXCBQcm9cXCBNLUtMLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogNTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdSeXVtaW4nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9SeXVtaW4vQS1PVEZcXCBSeXVtaW5cXCBQcm9cXCBMLUtMLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogMzAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdSeXVtaW4nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9SeXVtaW4vQS1PVEZcXCBSeXVtaW5cXCBQcm9cXCBILUtMLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogOTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdSeXVtaW4nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9SeXVtaW4vQS1PVEZcXCBSeXVtaW5cXCBQcm9cXCBCLUtMLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogYm9sZDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMva296dWthL2tvenVrYVxcIFByNk5cXCBSLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIE0ub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA1MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYSc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL2tvenVrYS9rb3p1a2FcXCBQcjZOXFwgQi5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIEgub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA5MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYSc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL2tvenVrYS9rb3p1a2FcXCBQcjZOXFwgTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDMwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthLW1pbic7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL2tvenVrYS9Lb3p1a2EtbWlu44O7UHJvXFwgQi5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthLWdvdGhpYyc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL2tvenVrYS9Lb3p1a2EtZ290aGljXFwgUHJvXFwgQi5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnQXp1a2knO1xyXG4gIHNyYzogdXJsKCdodHRwczovL2Z1a3V1bWUuaXRlbWJveC5kZXNpZ24vaXRlbS9henVraUxCLnR0Zj90PTIwMjMxMDEwMDAzNzE0JykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0RhbWlvbic7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL0RhbWlvbi9EYW1pb24tUmVndWxhci50dGYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnSHVpRm9udCc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL0h1aUZvbnQvSHVpRm9udDI5LnR0ZicpIGZvcm1hdCgndHJ1ZXR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdCT0QnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9Cb2RvbmlNVC9CT0RfSS5UVEYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBpdGFsaWM7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnQmVsbEdvdGhpYyc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL0JlbGxHb3RoaWNTdGQvQmVsbEdvdGhpY1N0ZC1Cb2xkLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogNzAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdIYW5uYXJpTWluY2hvJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvSGFubmFyaU1pbmNoby9IYW5uYXJpTWluY2hvLVJlZ3VsYXIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ1JhZ2UnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9SYWdlL1JBR0VfMS5UVEYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBpdGFsaWM7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnTW9kZXJuTm8yMCc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL01vZGVybi1Oby4yMC9NT0QyMC5UVEYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnQ3JwYyc7XHJcbiAgc3JjOiB1cmwoJy9mb250cy9DUlBDL0NSUENhbmRHUnl1dXJlaS1NLTAyLnR0ZicpIGZvcm1hdCgndHJ1ZXR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICd5YXNhc2lzYSc7XHJcbiAgc3JjOiB1cmwoJy9mb250cy9ZYXNhc2lzYS95YXNhc2lzYS50dGYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnQnJ1c2gnO1xyXG4gIHNyYzogdXJsKCcvZm9udHMvQnJ1c2gvQnJ1c2hTY3JpcHRPcHRpLVJlZ3VsYXIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59IiwiQGltcG9ydCAnLi4vbWl4aW4nO1xyXG5cclxuLnctOTAwIHtcclxuICAgIHdpZHRoOiA5MDBweDtcclxuICAgIG1hcmdpbi1sZWZ0OiBhdXRvO1xyXG4gICAgbWFyZ2luLXJpZ2h0OiBhdXRvO1xyXG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuXHJcbiAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICBoZWlnaHQ6IGF1dG87XHJcbiAgICAgICAgaW1nIHtcclxuICAgICAgICAgICAgaGVpZ2h0OiBhdXRvO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxufVxyXG5cclxuYm9keSxwLGgxLGgyLGgzLGg0IHtcclxuICAgIG1hcmdpbjogMDtcclxufSIsIiRicmVha3BvaW50OiAoXHJcbiAgICBzcDogJ3NjcmVlbiBhbmQgKG1heC13aWR0aDogNzY3cHgpJyxcclxuICAgIHRhYjogJ3NjcmVlbiBhbmQgKG1heC13aWR0aDogMTAyNHB4KScsXHJcbiAgICBwYzogJ3NjcmVlbiBhbmQgKG1pbi13aWR0aDogMTAyNXB4KScsXHJcbik7XHJcblxyXG5AbWl4aW4gbXEoJGJwKSB7XHJcbiAgICBAbWVkaWEgI3ttYXAtZ2V0KCRicmVha3BvaW50LCAkYnApfSB7XHJcbiAgICAgICAgQGNvbnRlbnQ7XHJcbiAgICB9XHJcbn0iLCJAaW1wb3J0IFwiLi4vLi4vYXBwLnNjc3NcIjtcclxuXHJcbi5oYW5hdGFiYS1jdXN0b21lci12b2ljZSB7XHJcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG5cclxuICAuaGFuYXRhYmEtY3VzdG9tZXItdm9pY2UtYmcge1xyXG5cclxuICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgIH1cclxuXHJcbiAgfVxyXG5cclxuICAuaGFuYXRhYmEtY3VzdG9tZXItdm9pY2UtY29udGVudHMge1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgdG9wOiAwO1xyXG4gICAgbGVmdDogMDtcclxuICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgZGlzcGxheTogZmxleDtcclxuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblxyXG4gICAgLmhhbmF0YWJhLWN1c3RvbWVyLXZvaWNlLXRvcC1jb250ZW50cyB7XHJcbiAgICAgIHdpZHRoOiA5NSU7XHJcbiAgICAgIGJvcmRlci10b3A6IDRweCBzb2xpZCAjZmZmO1xyXG4gICAgICBib3JkZXItYm90dG9tOiA0cHggc29saWQgI2ZmZjtcclxuICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgbWFyZ2luLXRvcDogMzBweDtcclxuICAgICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xyXG4gICAgICBwYWRkaW5nOiAyNXB4IDA7XHJcblxyXG4gICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICBib3JkZXItdG9wOiAwLjQyN3Z3IHNvbGlkICNmZmY7XHJcbiAgICAgICAgYm9yZGVyLWJvdHRvbTogMC40Mjd2dyBzb2xpZCAjZmZmO1xyXG4gICAgICAgIG1hcmdpbi10b3A6IDMuMTF2dztcclxuICAgICAgICBwYWRkaW5nOiAyLjU5dncgMDtcclxuICAgICAgfVxyXG5cclxuICAgICAgLnJha3V0ZW4tcmV2aWV3LWJveCB7XHJcbiAgICAgICAgYm9yZGVyOiA0cHggc29saWQgI2ZiMTAxZTtcclxuICAgICAgICBib3JkZXItcmFkaXVzOiAyMHB4O1xyXG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XHJcbiAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG4gICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgIHBhZGRpbmc6IDEwcHggMTVweDtcclxuXHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICBib3JkZXI6IDAuNDI3dncgc29saWQgI2ZiMTAxZTtcclxuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDIuMTM3dnc7XHJcbiAgICAgICAgICBwYWRkaW5nOiAxLjA2OHZ3IDEuNjAzdnc7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAucmFrdXRlbi1yZXZpZXctdHRsIHtcclxuICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIua4uOOCtOOCt+ODg+OCr+S9k1wiLCBZdUdvdGhpYywgXCLmuLjjgrTjgrfjg4Pjgq9cIiwgXCJZdSBHb3RoaWNcIiwgc2Fucy1zZXJpZjtcclxuICAgICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xyXG4gICAgICAgICAgY29sb3I6ICMzMTMxMzE7XHJcbiAgICAgICAgICBmb250LXNpemU6IDMwcHg7XHJcbiAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcblxyXG4gICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMy4yMDV2dztcclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC5yYWt1dGVuLXJldmlldy1zdGFyIHtcclxuICAgICAgICAgIG1hcmdpbjogLTVweCAwO1xyXG5cclxuICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICBtYXJnaW46IC0wLjUzNHZ3IDA7XHJcbiAgICAgICAgICAgIHdpZHRoOiAzOC4zNTR2dztcclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC5yYWt1dGVuLWxvZ28tYW5kLW51bSB7XHJcbiAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHJcbiAgICAgICAgICAucmFrdXRlbi1sb2dvIHtcclxuXHJcbiAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgIHdpZHRoOiAxMS4xMTF2dztcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICAgIC5udW0ge1xyXG4gICAgICAgICAgICBmb250LWZhbWlseTogXCLmuLjjgrTjgrfjg4Pjgq/kvZNcIiwgWXVHb3RoaWMsIFwi5ri444K044K344OD44KvXCIsIFwiWXUgR290aGljXCIsIHNhbnMtc2VyaWY7XHJcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xyXG4gICAgICAgICAgICBjb2xvcjogIzMxMzEzMTtcclxuICAgICAgICAgICAgZm9udC1zaXplOiA2NXB4O1xyXG5cclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiA2Ljk0NHZ3O1xyXG4gICAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgICAuc21hbGwge1xyXG4gICAgICAgICAgICAgIGZvbnQtc2l6ZTogMzIuNTRweDtcclxuICAgICAgICAgICAgICBtYXJnaW4tbGVmdDogLTEwcHg7XHJcblxyXG4gICAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgICAgZm9udC1zaXplOiAzLjQ3NnZ3O1xyXG4gICAgICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IC0xLjA2OHZ3O1xyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICAgIC5kYXRlIHtcclxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IFwi5ri444K044K344OD44Kv5L2TXCIsIFl1R290aGljLCBcIua4uOOCtOOCt+ODg+OCr1wiLCBcIll1IEdvdGhpY1wiLCBzYW5zLXNlcmlmO1xyXG4gICAgICAgICAgICBmb250LXdlaWdodDogYm9sZDtcclxuICAgICAgICAgICAgY29sb3I6ICMzMTMxMzE7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMThweDtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICBib3R0b206IC01cHg7XHJcbiAgICAgICAgICAgIHJpZ2h0OiAwO1xyXG5cclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAxLjkyM3Z3O1xyXG4gICAgICAgICAgICAgIGJvdHRvbTogLTAuNTM0dnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIC5jdXN0b21lci12b2ljZS10dGwge1xyXG4gICAgICAgIGZvbnQtZmFtaWx5OiBcIlJ5dW1pblwiO1xyXG4gICAgICAgIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgICAgICAgY29sb3I6ICNmZmY7XHJcbiAgICAgICAgdGV4dC1zaGFkb3c6XHJcbiAgICAgICAgMnB4IDJweCA3cHggI2NlMWQyOWEyLFxyXG4gICAgICAgIC0ycHggLTJweCA3cHggI2NlMWQyOWEyLFxyXG4gICAgICAgIDJweCAycHggN3B4ICNjZTFkMjlhMixcclxuICAgICAgICAtMnB4IC0ycHggN3B4ICNjZTFkMjlhMiw7XHJcbiAgICAgICAgbGluZS1oZWlnaHQ6IDEuNTtcclxuXHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICB0ZXh0LXNoYWRvdzpcclxuICAgICAgICAgIDAuMjEzdncgMC4yMTN2dyAwLjc0N3Z3ICNjZTFkMjlhMixcclxuICAgICAgICAgIC0wLjIxM3Z3IC0wLjIxM3Z3IDAuNzQ3dncgI2NlMWQyOWEyLFxyXG4gICAgICAgICAgMC4yMTN2dyAwLjIxM3Z3IDAuNzQ3dncgI2NlMWQyOWEyLFxyXG4gICAgICAgICAgLTAuMjEzdncgLTAuMjEzdncgMC43NDd2dyAjY2UxZDI5YTIsO1xyXG4gICAgICAgIH1cclxuICAgICAgICBcclxuICAgICAgICAubWlkZGxlIHtcclxuICAgICAgICAgIGZvbnQtc2l6ZTogNDhweDtcclxuXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgZm9udC1zaXplOiA1LjEyOHZ3O1xyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC5sYXJnZSB7XHJcbiAgICAgICAgICBmb250LXNpemU6IDU3LjFweDtcclxuICAgICAgICAgIG1hcmdpbi1sZWZ0OiAtNDBweDtcclxuXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgZm9udC1zaXplOiA2LjF2dztcclxuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IC0yLjI3M3Z3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLnNtYWxsIHtcclxuICAgICAgICAgIGZvbnQtc2l6ZTogNDEuMXB4O1xyXG5cclxuICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDQuMzkxdnc7XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcblxyXG4gICAgLmN1c3RvbWVyLXZvaWNlcyB7XHJcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgICAgIGdhcDogMTVweDtcclxuICAgICAgbWFyZ2luLXRvcDogNDBweDtcclxuICAgICAgd2lkdGg6IDk1JTtcclxuXHJcbiAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgIGdhcDogMi42MDN2dztcclxuICAgICAgICBtYXJnaW4tdG9wOiA0LjE1dnc7XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIC5mdWt1Y2hhbi1ib3gge1xyXG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICB0b3A6IC0yNXB4O1xyXG4gICAgICAgIHJpZ2h0OiAwO1xyXG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuICAgICAgICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XHJcblxyXG4gICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgdG9wOiAtMi42NzF2dztcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC5zcGVlY2gtYnViYmxlLWJveCB7XHJcbiAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTMwcHgpO1xyXG4gICAgICAgICAgXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC0zLjIwNXZ3KTtcclxuICAgICAgICAgICAgXHJcbiAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgLnNwZWVjaC1idWJibGUge1xyXG5cclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgd2lkdGg6IDM3LjE3OXZ3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgLnNwZWVjaC1idWJibGUtdHh0IHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB0b3A6IDQ3JTtcclxuICAgICAgICAgICAgbGVmdDogNTAlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwtNTAlKTtcclxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IFwiQXp1a2lcIjtcclxuICAgICAgICAgICAgY29sb3I6ICM0MzQzNDM7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMjRweDtcclxuICAgICAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgICAgICAgICBsaW5lLWhlaWdodDogMS4yO1xyXG5cclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAyLjU2NHZ3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZnVrdWNoYW4taW1nIHtcclxuXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgd2lkdGg6IDE0LjMxNnZ3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG5cclxuICAgICAgLmhhc2hpbW90b3Nhbi1ib3gge1xyXG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICB0b3A6IDMyMHB4O1xyXG4gICAgICAgIGxlZnQ6IC0yMHB4O1xyXG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cclxuICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgIHRvcDogMzQuMTg4dnc7XHJcbiAgICAgICAgICBsZWZ0OiAtMi4xMzd2dztcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC50eHQge1xyXG4gICAgICAgICAgZm9udC1mYW1pbHk6IFwiQXp1a2lcIjtcclxuICAgICAgICAgIGZvbnQtc2l6ZTogMjAuNTVweDtcclxuICAgICAgICAgIGNvbG9yOiAjMWUxZTFlO1xyXG4gICAgICAgICAgbGluZS1oZWlnaHQ6IDEuNztcclxuICAgICAgICAgIHJvdGF0ZTogLTEwZGVnO1xyXG4gICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTM1cHgsIDApO1xyXG4gICAgICAgICAgXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAyLjE5NnZ3O1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMy43Mzl2dywgMCk7XHJcbiAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgJjo6YWZ0ZXIsXHJcbiAgICAgICAgICAmOjpiZWZvcmUge1xyXG4gICAgICAgICAgICBjb250ZW50OiBcIlwiO1xyXG4gICAgICAgICAgICB3aWR0aDogMXB4O1xyXG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMWUxZTFlO1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcblxyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICB3aWR0aDogMC4xMDd2dztcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICAgICY6OmFmdGVyIHtcclxuICAgICAgICAgICAgYm90dG9tOiAwO1xyXG4gICAgICAgICAgICBsZWZ0OiAtMThweDtcclxuICAgICAgICAgICAgaGVpZ2h0OiA2MHB4O1xyXG4gICAgICAgICAgICByb3RhdGU6IC0xNWRlZztcclxuXHJcbiAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgIGxlZnQ6IC0xLjkyM3Z3O1xyXG4gICAgICAgICAgICAgIGhlaWdodDogNi40MXZ3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgJjo6YmVmb3JlIHtcclxuICAgICAgICAgICAgcmlnaHQ6IC01cHg7XHJcbiAgICAgICAgICAgIGJvdHRvbTogLTE1cHg7XHJcbiAgICAgICAgICAgIGhlaWdodDogODBweDtcclxuICAgICAgICAgICAgcm90YXRlOiAyOGRlZztcclxuXHJcbiAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgIHJpZ2h0OiAtMC41MzR2dztcclxuICAgICAgICAgICAgICBib3R0b206IC0xLjYwM3Z3O1xyXG4gICAgICAgICAgICAgIGhlaWdodDogOC41NDd2dztcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmhhc2hpbW90b3NhbiB7XHJcblxyXG4gICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgIHdpZHRoOiAzMy44NnZ3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG5cclxuICAgICAgLmN1c3RvbWVyLXZvaWNlLTEsXHJcbiAgICAgIC5jdXN0b21lci12b2ljZS0zIHtcclxuICAgICAgICBhbGlnbi1zZWxmOiBmbGV4LXN0YXJ0O1xyXG4gICAgICB9XHJcblxyXG4gICAgICAuY3VzdG9tZXItdm9pY2UtMyB7XHJcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgIHotaW5kZXg6IDEwMDtcclxuICAgICAgfVxyXG5cclxuICAgICAgLmN1c3RvbWVyLXZvaWNlLTIgIHtcclxuICAgICAgICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcclxuICAgICAgfVxyXG5cclxuICAgICAgLmN1c3RvbWVyLXZvaWNlLTEsXHJcbiAgICAgIC5jdXN0b21lci12b2ljZS0yLFxyXG4gICAgICAuY3VzdG9tZXItdm9pY2UtMyB7XHJcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZmNjO1xyXG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDIwcHg7XHJcbiAgICAgICAgYm94LXNoYWRvdzogMnB4IDJweCAxMHB4ICMzMTMxMzE1YixcclxuICAgICAgICAtMnB4IC0ycHggMTBweCAjMzEzMTMxNWI7XHJcbiAgICAgICAgcGFkZGluZzogMTBweCAxNXB4O1xyXG5cclxuICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDIuMTM3dnc7XHJcbiAgICAgICAgICBib3gtc2hhZG93OiAwLjIxMzZ2dyAwLjIxMzZ2dyAxLjA2OHZ3ICMzMTMxMzE1YixcclxuICAgICAgICAgIC0wLjIxMzZ2dyAtMC4yMTM2dncgMS4wNjh2dyAjMzEzMTMxNWI7XHJcbiAgICAgICAgICBwYWRkaW5nOiAxLjA2OHZ3IDEuNjAzdnc7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAubmFtZS1hbmQtc3RhciB7XHJcbiAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgIGdhcDogMzBweDtcclxuXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgZ2FwOiAzLjIwNXZ3O1xyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICAgIC5maXZlLXN0YXIge1xyXG5cclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgd2lkdGg6IDIwLjI5dnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH1cclxuXHJcbiAgICAgICAgICAubmFtZSB7XHJcbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIua4uOOCtOOCt+ODg+OCr+S9k1wiLCBZdUdvdGhpYywgXCLmuLjjgrTjgrfjg4Pjgq9cIiwgXCJZdSBHb3RoaWNcIiwgc2Fucy1zZXJpZjtcclxuICAgICAgICAgICAgY29sb3I6ICMxZTFlMWU7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTcuOThweDtcclxuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IDUwMDtcclxuXHJcbiAgICAgICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICAgICAgZm9udC1zaXplOiAxLjkyMXZ3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAudHRsIHtcclxuICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIlJ5dW1pblwiO1xyXG4gICAgICAgICAgZm9udC1zaXplOiAzNi4yMXB4O1xyXG4gICAgICAgICAgY29sb3I6ICNmZjVkOWE7XHJcbiAgICAgICAgICBmb250LXdlaWdodDogYm9sZDtcclxuXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAzLjg2OXZ3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLnR4dCB7XHJcbiAgICAgICAgICBmb250LWZhbWlseTogXCLmuLjjgrTjgrfjg4Pjgq/kvZNcIiwgWXVHb3RoaWMsIFwi5ri444K044K344OD44KvXCIsIFwiWXUgR290aGljXCIsIHNhbnMtc2VyaWY7XHJcbiAgICAgICAgICBmb250LXdlaWdodDogNTAwO1xyXG4gICAgICAgICAgY29sb3I6ICMxZTFlMWU7XHJcbiAgICAgICAgICBmb250LXNpemU6IDI2cHg7XHJcbiAgICAgICAgICBsaW5lLWhlaWdodDogMS41O1xyXG5cclxuICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDIuNnZ3O1xyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICAgIC5waW5rIHtcclxuICAgICAgICAgICAgY29sb3I6ICNmZjVkOWE7XHJcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI4cHg7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IGluaXRpYWw7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCh0cmFuc3BhcmVudCA3NSUsICNmZmVhYTggNzUlKTtcclxuXHJcbiAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgIGZvbnQtc2l6ZTogMi44dnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcbn0iXX0= */
