@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: "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;
}
.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;
}

.hanatutumi-plum-wine {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-bg {
    width: 100vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container {
  text-align: center;
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text {
  font-family: "Ryumin";
  font-weight: 500;
  font-size: 51px;
  color: #40210F;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text {
    font-size: 5.556vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text span {
  height: 655px;
  position: absolute;
  top: 40px;
  left: 48%;
  transform-origin: bottom center;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text span {
    height: 71.351vw;
    top: 4.357vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char1 {
  transform: rotate(-25deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char2 {
  transform: rotate(-20deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char3 {
  transform: rotate(-15deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char4 {
  transform: rotate(-10deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char5 {
  transform: rotate(-5deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char6 {
  transform: rotate(0deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char7 {
  transform: rotate(5deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char8 {
  transform: rotate(10deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char9 {
  transform: rotate(15deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char10 {
  transform: rotate(20deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .circle-text .char11 {
  transform: rotate(25deg);
}
.hanatutumi-plum-wine .plum-wine-contents-container .title-container .title-top-text {
  font-family: "Ryumin";
  font-weight: 500;
  font-size: 39.26px;
  color: #40210F;
  margin-top: 135px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .title-container .title-top-text {
    font-size: 4.277vw;
    margin-top: 14.439vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .title-container .plum-wine-title {
    width: 60vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 0 23px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container {
    gap: 2.505vw;
    padding: 0 2.505vw;
    margin-top: 5.348vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container {
  box-shadow: 3px 3px 10px rgba(46, 24, 12, 0.1450980392), -3px -3px 10px rgba(46, 24, 12, 0.1450980392);
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container {
    box-shadow: 0.32vw 0.32vw 1.08vw rgba(46, 24, 12, 0.1450980392), -0.32vw -0.32vw 1.08vw rgba(46, 24, 12, 0.1450980392);
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title .drink-cup {
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title .drink-cup {
    margin-right: -5.447vw;
    width: 12.41vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title .drink-type-bg-color {
    width: 28.64vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title .title {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 49.26px;
  color: #231815;
  margin-left: -185px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title .title {
    font-size: 5.366vw;
    margin-left: -20.153vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title .title .large {
  font-size: 103.33px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .drink-type-title .title .large {
    font-size: 11.256vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .description {
  background-color: #F4F0E9;
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .description p {
  font-family: "Kozuka";
  font-weight: normal;
  font-size: 23.49px;
  color: #40210F;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .description p {
    font-size: 2.559vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .drink-container .description p .bold {
  font-weight: 700;
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .cold-drink {
  background-color: #fff;
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .cold-drink .drink-type-title {
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .cold-drink .drink-type-title {
    height: 19.608vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .cold-drink .description {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .cold-drink .description {
    padding: 5.447vw 0;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container {
  display: flex;
  justify-content: space-between;
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink {
  width: 405px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink {
    width: 44.118vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .drink-type-title, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .drink-type-title {
  height: 165px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .drink-type-title, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .drink-type-title {
    height: 17.974vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .description, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .description {
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .description, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .description {
    padding: 2.179vw 0;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container {
    gap: 2.179vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-font, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-font {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: rgba(229, 0, 19, 0.2941176471);
  font-size: 53.66px;
  line-height: 1;
  transform: translate(-8px, 15px);
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-font, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-font {
    font-size: 5.845vw;
    transform: translate(-0.87vw, 1.63vw);
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-font .large, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-font .large {
  font-size: 87.15px;
  margin-right: -20px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-font .large, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-font .large {
    font-size: 9.493vw;
    margin-right: -2.179vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-text, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-text {
  font-family: "Kozuka";
  font-weight: 500;
  font-size: 19px;
  color: #40210F;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-text, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-text {
    font-size: 2.07vw;
  }
}
.hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-text .bold, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-text .bold {
  font-weight: 900;
  font-size: 18px;
  background: linear-gradient(transparent 40%, #FFF000);
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .hot-drink .point-container .point-text .bold, .hanatutumi-plum-wine .plum-wine-contents-container .drink-type-container .bottom-content-container .soda-drink .point-container .point-text .bold {
    font-size: 1.961vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanatutumi-plum-wine .hanatutumi-alcohol-bg-img {
    width: 100vw;
  }
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvbnRzLnNjc3MiLCJiYXNlL2Jhc2Uuc2NzcyIsIl9taXhpbi5zY3NzIiwiY29tcG9uZW50cy9oYW5hdHV0dW1pL2hhbmF0dXR1bWktcGx1bS13aW5lLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FDMUdGO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FDQ0E7RURMSjtJQU9RO0lBQ0E7O0VBQ0E7SUFDSTs7OztBQUtaO0VBQ0k7OztBRWpCSjtFQUNFOztBREtFO0VDSkY7SUFFSTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBRGZKO0VDV0U7SUFNSTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRHhCTjtFQ21CSTtJQU9JO0lBQ0E7OztBQUdKO0VBQVM7O0FBQ1Q7RUFBUzs7QUFDVDtFQUFTOztBQUNUO0VBQVM7O0FBQ1Q7RUFBUzs7QUFDVDtFQUFTOztBQUNUO0VBQVM7O0FBQ1Q7RUFBUzs7QUFDVDtFQUFTOztBQUNUO0VBQVU7O0FBQ1Y7RUFBVTs7QUFFWjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEL0NKO0VDMENFO0lBT0k7SUFDQTs7O0FEbEROO0VDcURFO0lBRUU7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QURoRUY7RUMyREE7SUFPSTtJQUNBO0lBQ0E7OztBQUVGO0VBQ0U7O0FEdkVKO0VDc0VFO0lBR0k7OztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUNBO0VBQ0U7O0FEakZSO0VDZ0ZNO0lBR0k7SUFDQTs7O0FEcEZWO0VDdUZNO0lBRUk7OztBQUdKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QURqR1I7RUM0Rk07SUFPSTtJQUNBOzs7QUFFRjtFQUNFO0VBQ0E7O0FEeEdWO0VDc0dRO0lBSUk7OztBQUtSO0VBQ0U7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEdkhSO0VDaUhNO0lBUUk7OztBQUVGO0VBQ0U7O0FBS1I7RUFDRTs7QUFDQTtFQUNFOztBRHBJTjtFQ21JSTtJQUdJOzs7QUFHSjtFQUNFOztBRDFJTjtFQ3lJSTtJQUdJOzs7QUFJTjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBOztBRHJKTjtFQ21KSTtJQUlJOzs7QUFFRjtFQUNFOztBRDFKUjtFQ3lKTTtJQUdJOzs7QUFHSjtFQUNFOztBRGhLUjtFQytKTTtJQUdJOzs7QUFHSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBRHpLUjtFQ3FLTTtJQU1JOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QURuTFY7RUM2S1E7SUFRSTtJQUNBOzs7QUFFRjtFQUNFO0VBQ0E7O0FEMUxaO0VDd0xVO0lBSUk7SUFDQTs7O0FBSU47RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRHRNVjtFQ2lNUTtJQU9JOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTs7QUQ3TVo7RUMwTVU7SUFLSTs7O0FEL01kO0VDd05GO0lBRUkiLCJmaWxlIjoiY29tcG9uZW50cy9oYW5hdHV0dW1pL2hhbmF0dXR1bWktcGx1bS13aW5lLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgUi1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgTS1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDUwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgTC1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDMwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgSC1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDkwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgQi1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYSc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL2tvenVrYS9rb3p1a2FcXCBQcjZOXFwgUi5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMva296dWthL2tvenVrYVxcIFByNk5cXCBNLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogNTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIEIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMva296dWthL2tvenVrYVxcIFByNk5cXCBILm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogOTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIEwub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYS1taW4nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2EvS296dWthLW1pbuODu1Byb1xcIEIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0F6dWtpJztcclxuICBzcmM6IHVybCgnaHR0cHM6Ly9mdWt1dW1lLml0ZW1ib3guZGVzaWduL2l0ZW0vYXp1a2lMQi50dGY/dD0yMDIzMTAxMDAwMzcxNCcpIGZvcm1hdCgndHJ1ZXR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdEYW1pb24nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9EYW1pb24vRGFtaW9uLVJlZ3VsYXIudHRmJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0h1aUZvbnQnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9IdWlGb250L0h1aUZvbnQyOS50dGYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnQk9EJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvQm9kb25pTVQvQk9EX0kuVFRGJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogaXRhbGljO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0JlbGxHb3RoaWMnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9CZWxsR290aGljU3RkL0JlbGxHb3RoaWNTdGQtQm9sZC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn0iLCJAaW1wb3J0ICcuLi9taXhpbic7XHJcblxyXG4udy05MDAge1xyXG4gICAgd2lkdGg6IDkwMHB4O1xyXG4gICAgbWFyZ2luLWxlZnQ6IGF1dG87XHJcbiAgICBtYXJnaW4tcmlnaHQ6IGF1dG87XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG5cclxuICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgIGhlaWdodDogYXV0bztcclxuICAgICAgICBpbWcge1xyXG4gICAgICAgICAgICBoZWlnaHQ6IGF1dG87XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG5ib2R5LHAsaDEsaDIsaDMsaDQge1xyXG4gICAgbWFyZ2luOiAwO1xyXG59IiwiJGJyZWFrcG9pbnQ6IChcclxuICAgIHNwOiAnc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA3NjdweCknLFxyXG4gICAgdGFiOiAnc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMDI0cHgpJyxcclxuICAgIHBjOiAnc2NyZWVuIGFuZCAobWluLXdpZHRoOiAxMDI1cHgpJyxcclxuKTtcclxuXHJcbkBtaXhpbiBtcSgkYnApIHtcclxuICAgIEBtZWRpYSAje21hcC1nZXQoJGJyZWFrcG9pbnQsICRicCl9IHtcclxuICAgICAgICBAY29udGVudDtcclxuICAgIH1cclxufSIsIkBpbXBvcnQgXCIuLi8uLi9hcHAuc2Nzc1wiO1xyXG4uaGFuYXR1dHVtaS1wbHVtLXdpbmUge1xyXG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAucGx1bS13aW5lLWJnIHtcclxuICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICB3aWR0aDogMTAwdnc7XHJcbiAgICB9XHJcblxyXG4gIH1cclxuICAucGx1bS13aW5lLWNvbnRlbnRzLWNvbnRhaW5lciB7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgd2lkdGg6IDEwMCU7XHJcbiAgICAudGl0bGUtY29udGFpbmVyIHtcclxuICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgICAuY2lyY2xlLXRleHQge1xyXG4gICAgICAgIGZvbnQtZmFtaWx5OiBcIlJ5dW1pblwiO1xyXG4gICAgICAgIGZvbnQtd2VpZ2h0OiA1MDA7XHJcbiAgICAgICAgZm9udC1zaXplOiA1MXB4O1xyXG4gICAgICAgIGNvbG9yOiAjNDAyMTBGO1xyXG4gICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgZm9udC1zaXplOiA1LjU1NnZ3O1xyXG4gICAgICAgIH1cclxuICAgICAgICBzcGFuIHtcclxuICAgICAgICAgIGhlaWdodDogNjU1cHg7XHJcbiAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgICB0b3A6IDQwcHg7XHJcbiAgICAgICAgICBsZWZ0OiA0OCU7XHJcbiAgICAgICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBib3R0b20gY2VudGVyO1xyXG4gICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgIGhlaWdodDogNzEuMzUxdnc7XHJcbiAgICAgICAgICAgIHRvcDogNC4zNTd2dztcclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICAgLmNoYXIxIHsgdHJhbnNmb3JtOiByb3RhdGUoLTI1ZGVnKTsgfVxyXG4gICAgICAgIC5jaGFyMiB7IHRyYW5zZm9ybTogcm90YXRlKC0yMGRlZyk7IH1cclxuICAgICAgICAuY2hhcjMgeyB0cmFuc2Zvcm06IHJvdGF0ZSgtMTVkZWcpOyB9XHJcbiAgICAgICAgLmNoYXI0IHsgdHJhbnNmb3JtOiByb3RhdGUoLTEwZGVnKTsgfVxyXG4gICAgICAgIC5jaGFyNSB7IHRyYW5zZm9ybTogcm90YXRlKC01ZGVnKTsgfVxyXG4gICAgICAgIC5jaGFyNiB7IHRyYW5zZm9ybTogcm90YXRlKDBkZWcpOyB9XHJcbiAgICAgICAgLmNoYXI3IHsgdHJhbnNmb3JtOiByb3RhdGUoNWRlZyk7IH1cclxuICAgICAgICAuY2hhcjggeyB0cmFuc2Zvcm06IHJvdGF0ZSgxMGRlZyk7IH1cclxuICAgICAgICAuY2hhcjkgeyB0cmFuc2Zvcm06IHJvdGF0ZSgxNWRlZyk7IH1cclxuICAgICAgICAuY2hhcjEwIHsgdHJhbnNmb3JtOiByb3RhdGUoMjBkZWcpOyB9XHJcbiAgICAgICAgLmNoYXIxMSB7IHRyYW5zZm9ybTogcm90YXRlKDI1ZGVnKTsgfVxyXG4gICAgICB9XHJcbiAgICAgIC50aXRsZS10b3AtdGV4dCB7XHJcbiAgICAgICAgZm9udC1mYW1pbHk6IFwiUnl1bWluXCI7XHJcbiAgICAgICAgZm9udC13ZWlnaHQ6IDUwMDtcclxuICAgICAgICBmb250LXNpemU6IDM5LjI2cHg7XHJcbiAgICAgICAgY29sb3I6ICM0MDIxMEY7XHJcbiAgICAgICAgbWFyZ2luLXRvcDogMTM1cHg7XHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICBmb250LXNpemU6IDQuMjc3dnc7XHJcbiAgICAgICAgICBtYXJnaW4tdG9wOiAxNC40Mzl2dztcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgICAgLnBsdW0td2luZS10aXRsZSB7XHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgd2lkdGg6IDYwdnc7XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgICAuZHJpbmstdHlwZS1jb250YWluZXIge1xyXG4gICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG4gICAgICBnYXA6IDIzcHg7XHJcbiAgICAgIHBhZGRpbmc6IDAgMjNweDtcclxuICAgICAgbWFyZ2luLXRvcDogNTBweDtcclxuICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgZ2FwOiAyLjUwNXZ3O1xyXG4gICAgICAgIHBhZGRpbmc6IDAgMi41MDV2dztcclxuICAgICAgICBtYXJnaW4tdG9wOiA1LjM0OHZ3O1xyXG4gICAgICB9XHJcbiAgICAgIC5kcmluay1jb250YWluZXIge1xyXG4gICAgICAgIGJveC1zaGFkb3c6IDNweCAzcHggMTBweCAjMmUxODBjMjUgLC0zcHggLTNweCAxMHB4ICMyZTE4MGMyNSA7XHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICBib3gtc2hhZG93OiAwLjMydncgMC4zMnZ3IDEuMDh2dyAjMmUxODBjMjUgLC0wLjMydncgLTAuMzJ2dyAxLjA4dncgIzJlMTgwYzI1IDtcclxuICAgICAgXHJcbiAgICAgICAgfVxyXG4gICAgICAgIC5kcmluay10eXBlLXRpdGxlIHtcclxuICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG4gICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAuZHJpbmstY3VwIHtcclxuICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAtNTBweDtcclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAtNS40NDd2dztcclxuICAgICAgICAgICAgICB3aWR0aDogMTIuNDF2dztcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgLmRyaW5rLXR5cGUtYmctY29sb3Ige1xyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICB3aWR0aDogMjguNjR2dztcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgLnRpdGxlIHtcclxuICAgICAgICAgICAgZm9udC1mYW1pbHkgOll1TWluY2hvLCAnWXUgTWluY2hvJywgc2VyaWY7XHJcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogNDkuMjZweDtcclxuICAgICAgICAgICAgY29sb3I6ICMyMzE4MTU7XHJcbiAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAtMTg1cHg7XHJcbiAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgIGZvbnQtc2l6ZTogNS4zNjZ2dztcclxuICAgICAgICAgICAgICBtYXJnaW4tbGVmdDogLTIwLjE1M3Z3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIC5sYXJnZSB7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAxMDMuMzNweDtcclxuICAgICAgICAgICAgICBjb2xvcjogI2ZmZjtcclxuICAgICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogMTEuMjU2dnc7XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICAgIC5kZXNjcmlwdGlvbiB7XHJcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjRGMEU5O1xyXG4gICAgICAgICAgcCB7XHJcbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIktvenVrYVwiO1xyXG4gICAgICAgICAgICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDIzLjQ5cHg7XHJcbiAgICAgICAgICAgIGNvbG9yOiAjNDAyMTBGO1xyXG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAxLjY7XHJcbiAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgIGZvbnQtc2l6ZTogMi41NTl2dztcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAuYm9sZCB7XHJcbiAgICAgICAgICAgICAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG4gICAgICAuY29sZC1kcmluayB7XHJcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcclxuICAgICAgICAuZHJpbmstdHlwZS10aXRsZSB7XHJcbiAgICAgICAgICBoZWlnaHQ6IDE4MHB4O1xyXG4gICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTkuNjA4dnc7XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICAgIC5kZXNjcmlwdGlvbiB7XHJcbiAgICAgICAgICBwYWRkaW5nOiA1MHB4IDA7XHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgcGFkZGluZzogNS40NDd2dyAwO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG4gICAgICAuYm90dG9tLWNvbnRlbnQtY29udGFpbmVyIHtcclxuICAgICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcclxuICAgICAgICAuaG90LWRyaW5rLC5zb2RhLWRyaW5rIHtcclxuICAgICAgICAgIHdpZHRoOiA0MDVweDtcclxuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgd2lkdGg6IDQ0LjExOHZ3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgLmRyaW5rLXR5cGUtdGl0bGUge1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDE2NXB4O1xyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICBoZWlnaHQ6IDE3Ljk3NHZ3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgICAuZGVzY3JpcHRpb24ge1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAyMHB4IDA7XHJcbiAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgIHBhZGRpbmc6IDIuMTc5dncgMDtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgLnBvaW50LWNvbnRhaW5lciB7XHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGdhcDogMjBweDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICBnYXA6IDIuMTc5dnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgLnBvaW50LWZvbnQge1xyXG4gICAgICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIua4uOOCtOOCt+ODg+OCr+S9k1wiLCBZdUdvdGhpYywgXCLmuLjjgrTjgrfjg4Pjgq9cIiwgXCJZdSBHb3RoaWNcIiwgc2Fucy1zZXJpZjtcclxuICAgICAgICAgICAgICBmb250LXdlaWdodDogYm9sZDtcclxuICAgICAgICAgICAgICBjb2xvcjogI2U1MDAxMzRiO1xyXG4gICAgICAgICAgICAgIGZvbnQtc2l6ZTogNTMuNjZweDtcclxuICAgICAgICAgICAgICBsaW5lLWhlaWdodDogMTtcclxuICAgICAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtOHB4LCAxNXB4KTtcclxuICAgICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogNS44NDV2dztcclxuICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC0wLjg3dncsIDEuNjN2dyk7XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgIC5sYXJnZSB7XHJcbiAgICAgICAgICAgICAgICBmb250LXNpemU6IDg3LjE1cHg7XHJcbiAgICAgICAgICAgICAgICBtYXJnaW4tcmlnaHQ6IC0yMHB4O1xyXG4gICAgICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogOS40OTN2dztcclxuICAgICAgICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAtMi4xNzl2dztcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgLnBvaW50LXRleHQge1xyXG4gICAgICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIktvenVrYVwiO1xyXG4gICAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiA1MDA7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAxOXB4O1xyXG4gICAgICAgICAgICAgIGNvbG9yOiAjNDAyMTBGO1xyXG4gICAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAxLjQ7XHJcbiAgICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgICBmb250LXNpemU6IDIuMDd2dztcclxuICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgLmJvbGQge1xyXG4gICAgICAgICAgICAgICAgZm9udC13ZWlnaHQ6IDkwMDtcclxuICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogMThweDtcclxuICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCh0cmFuc3BhcmVudCA0MCUsICNGRkYwMDAgKTtcclxuICAgICAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgICAgICBmb250LXNpemU6IDEuOTYxdnc7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG4gIC5oYW5hdHV0dW1pLWFsY29ob2wtYmctaW1nIHtcclxuICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICB3aWR0aDogMTAwdnc7XHJcbiAgICB9XHJcbiAgfVxyXG59Il19 */
