:root {
  --color-Yellow: #ffd700;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: auto;
}
html.lenis {
  height: auto;
}

html.lenis {
  scroll-behavior: auto;
}

.lenis {
  scroll-behavior: auto;
}

[data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth {
  scroll-behavior: smooth !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}

img {
  image-rendering: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bg-section-mimosa {
  position: relative;
  padding-top: 17.8rem !important;
}
@media screen and (max-width: 767px) {
  .bg-section-mimosa {
    padding-top: 10.8rem !important;
    padding-bottom: 7rem !important;
  }
}
.bg-section-mimosa::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../img/bg_section_mimosa.webp) top center/cover no-repeat;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .bg-section-mimosa::before {
    height: 300px;
  }
}
.bg-section-mimosa > * {
  position: relative;
  z-index: 1;
}

.bg-section-mimosa-bottom {
  position: relative;
  padding-bottom: 17.8rem !important;
}
@media screen and (max-width: 767px) {
  .bg-section-mimosa-bottom {
    padding-bottom: 10.8rem !important;
  }
}
.bg-section-mimosa-bottom::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../img/bg_section_mimosa.webp) bottom center/cover no-repeat;
  transform: rotate(180deg);
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .bg-section-mimosa-bottom::after {
    height: 300px;
  }
}
.bg-section-mimosa-bottom > * {
  position: relative;
  z-index: 1;
}

.floating-bubbles {
  position: relative;
}

.floating-bubbles__dot {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: multiply;
  opacity: 0.9;
  filter: blur(0.1px);
  animation: fb-float 10s ease-in-out infinite alternate;
  pointer-events: none;
  --fb-parallax: 0px;
  z-index: -1;
}
.floating-bubbles__dot.-ys {
  width: 14px;
  height: 14px;
  background: #FFD200;
}
.floating-bubbles__dot.-yl {
  width: 26px;
  height: 26px;
  background: #FFD200;
}
.floating-bubbles__dot.-bs {
  width: 14px;
  height: 14px;
  background: #3E65E2;
}
.floating-bubbles__dot.-bl {
  width: 26px;
  height: 26px;
  background: #3E65E2;
}
@media screen and (min-width: 1025px) {
  .floating-bubbles__dot.-ys {
    width: 16px;
    height: 16px;
  }
  .floating-bubbles__dot.-yl {
    width: 30px;
    height: 30px;
  }
  .floating-bubbles__dot.-bs {
    width: 16px;
    height: 16px;
  }
  .floating-bubbles__dot.-bl {
    width: 30px;
    height: 30px;
  }
}

@keyframes fb-float {
  0% {
    transform: translate3d(0, var(--fb-parallax, 0px), 0) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translate3d(15px, calc(var(--fb-parallax, 0px) - 20px), 0) scale(1.05);
    opacity: 0.75;
  }
  100% {
    transform: translate3d(-15px, calc(var(--fb-parallax, 0px) - 35px), 0) scale(1.1);
    opacity: 0.6;
  }
}
a {
  display: inline-block;
  transition: all 0.35s linear;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: inherit;
    opacity: 0.75;
    text-decoration: none !important;
  }
}

button {
  appearance: none;
  color: inherit;
}

picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1100px;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
}
.container.full {
  padding: 0;
  max-width: none;
}

section {
  position: relative;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
header.top {
  display: none;
}
@media screen and (min-width: 1025px) {
  header {
    height: 100px;
    background: linear-gradient(180deg, rgb(255, 255, 242) 20%, rgba(255, 255, 242, 0) 100%);
  }
}
header #menu {
  width: 36px;
  height: 36px;
  background-color: var(--color-Yellow);
  border-radius: 50%;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 101;
  transition: all 0.35s linear;
}
header #menu .stroke {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 14px;
  transition: all 0.35s linear;
}
header #menu .stroke::before, header #menu .stroke::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.2s linear;
}
header #menu .stroke::before {
  top: -3px;
}
header #menu .stroke::after {
  bottom: -3px;
}
header #menu.open .stroke::before {
  rotate: 45deg;
}
header #menu.open .stroke::after {
  bottom: 2px;
  rotate: -45deg;
}
header #menu.open .stroke span::before {
  content: "close";
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  margin-top: 3px;
}
header .lang_change #language {
  position: fixed;
  top: 20px;
  left: 15px;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  line-height: 1;
  background: linear-gradient(90deg, rgb(237, 220, 0) 0%, rgb(255, 210, 0) 100%);
  padding: 8px 12px;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  header .lang_change #language {
    top: 30px;
    left: auto;
    right: 5vw;
    padding: 10px 15px 12px;
  }
}
header .lang_change .lang_list {
  display: none;
  position: absolute;
  top: 55px;
  left: 15px;
  z-index: 110;
  max-width: 100px;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  header .lang_change .lang_list {
    max-width: 105px;
    top: 70px;
    right: 5vw;
    left: auto;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  }
}
header .lang_change .lang_list li {
  text-align: center;
}
header .lang_change .lang_list li:not(:last-child) {
  border-bottom: 1px solid var(--color-Yellow);
}
header .lang_change .lang_list li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 7px 0;
}
header .header_inner {
  display: none;
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  padding: 2.33rem 3rem;
}
@media screen and (min-width: 1025px) {
  header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: none;
    height: 100px;
    padding: 0 5vw;
    max-width: 90%;
  }
}
header .header_inner::before {
  display: none;
}
header .logo {
  max-width: 110px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1025px) {
  header .logo {
    max-width: 84px;
    margin: 0;
  }
}
header .gnav {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  header .gnav {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  header .gnav .nav {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
  }
}
header .gnav .nav li:not(:last-child) {
  margin-bottom: 1.33rem;
}
@media screen and (min-width: 1025px) {
  header .gnav .nav li:not(:last-child) {
    margin-bottom: 0;
  }
}
header .gnav .nav li a {
  display: flex;
  flex-direction: column;
  color: #505050;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  header .gnav .nav li a {
    font-size: 0;
    line-height: 1;
  }
}
header .gnav .nav li a span {
  font-size: 1.64em;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  header .gnav .nav li a span {
    font-size: 13px;
  }
}
header .gnav .nav li a.disabled_link {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  color: #999 !important;
}
header .gnav .nav li a.disabled_link span {
  color: #999 !important;
}
header .gnav .nav li a.disabled_link:hover {
  opacity: 0.5;
}
header .sns_link {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .sns_link li a {
  max-width: 32px;
}

footer {
  background-color: var(--color-Yellow);
  padding: 3.33rem 0 2rem;
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 7.81rem 0 4.25rem;
  }
}
footer .f_logo {
  text-align: center;
  margin-bottom: 2.66rem;
}
@media screen and (min-width: 1025px) {
  footer .f_logo {
    margin-bottom: 6.25rem;
  }
  footer .f_logo a {
    width: 495px;
  }
}
footer .f_menu {
  margin-bottom: 2.66rem;
}
@media screen and (min-width: 1025px) {
  footer .f_menu {
    margin-bottom: 1.87rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .f_menu li {
  font-size: 13px;
  text-align: center;
  line-height: 1.35;
}
@media screen and (min-width: 1025px) {
  footer .f_menu li {
    font-size: 1.06rem;
    letter-spacing: 0.05em;
    padding: 0 1.25rem;
  }
}
footer .f_menu li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  footer .f_menu li:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid;
  }
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  footer .copyright {
    font-size: 13px;
  }
}

#container {
  overflow-x: hidden;
}

.sec_ttl {
  font-size: 35px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 1.42em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sec_ttl {
    font-size: 50px;
  }
}
.sec_ttl::before {
  content: "";
  display: inline-block;
  background: linear-gradient(30deg, rgb(224, 223, 0) 0%, rgb(255, 215, 0) 87%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(2px);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -40% 0;
  z-index: 0;
}
.sec_ttl.ttl2 span {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
.sec_ttl.ttl2::before {
  text-shadow: none;
  background: linear-gradient(30deg, rgb(230, 230, 230) 0%, rgb(255, 240, 160) 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_ttl span {
  position: relative;
  z-index: 1;
}

.parts {
  position: absolute;
  pointer-events: none;
}

.ttl_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12.26rem 0 6.66rem;
}
@media screen and (min-width: 1025px) {
  .ttl_section {
    padding: 10rem 0 8.12rem;
  }
}
.ttl_section::before, .ttl_section::after {
  content: "";
  display: inline-block;
  position: absolute;
  display: none;
}
.ttl_section::before {
  background: url(../img/ttl_section_parts01_sp.webp) center top/cover no-repeat;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .ttl_section::before {
    background: url(../img/ttl_section_parts01_pc.webp) right top/contain no-repeat;
    height: 45vh;
  }
}
.ttl_section::after {
  background: url(../img/ttl_section_parts02_sp.webp) center/100% no-repeat;
  width: 107px;
  height: 130px;
  top: 90%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .ttl_section::after {
    background: url(../img/ttl_section_parts02_pc.webp) left top/contain no-repeat;
    width: 17vw;
    height: 40vh;
    top: 65%;
  }
}
.ttl_section .page_ttl {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  line-height: 1.15;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .ttl_section .page_ttl {
    font-size: 1.37rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 1.26rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.ttl_section .page_ttl span {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) {
  .ttl_section .page_ttl span {
    font-size: 4.18rem;
  }
}
.ttl_section .ttl_desc {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9023984594) 20%, rgba(255, 255, 255, 0.8995973389) 80%, rgba(255, 255, 255, 0) 100%);
  padding: 1.53rem 0;
  margin: 0 -1rem;
}
@media screen and (min-width: 1025px) {
  .ttl_section .ttl_desc {
    margin: 0 auto;
    max-width: 620px;
  }
}
.ttl_section .ttl_desc p {
  max-width: 65%;
  margin: auto;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) {
  .ttl_section .ttl_desc p {
    max-width: none;
    font-size: 1.06rem;
    text-align: center;
  }
}

.inview {
  opacity: 0;
  transition: all 0.6s linear;
}
.inview.is_show {
  opacity: 1;
}

.blur {
  animation: imageBlur 1s linear both;
  animation-delay: 0.8s;
}
.blur.is_show {
  transition: 0.6s;
}

@keyframes imageBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.fade_up {
  filter: blur(10px);
  transform: translateY(10px);
}
.fade_up.is_show {
  filter: blur(0);
  transform: translateY(0);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3Njc3MvX3NldHRpbmcuc2NzcyIsIi4uL3Njc3MvYmFzZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXVCQTtFQUNFOzs7QUNyQkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBTUY7RUFDRTs7QUFFQTtFQUNFOzs7QUFJSjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEMUNBO0VDa0NGO0lBV0k7Ozs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQU1GO0VBQ0U7RUFDQTs7QUQ1RUE7RUMwRUY7SUFLSTtJQUNBOzs7QUFJRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUQvRUY7RUNzRUE7SUFZSTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFJSjtFQUNFO0VBQ0E7O0FENUdBO0VDMEdGO0lBS0k7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEOUdGO0VDb0dBO0lBYUk7OztBQUlKO0VBQ0U7RUFDQTs7O0FBT0o7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFBUTtFQUFhO0VBQWM7O0FBQ25DO0VBQVE7RUFBYTtFQUFjOztBQUNuQztFQUFRO0VBQWE7RUFBYzs7QUFDbkM7RUFBUTtFQUFhO0VBQWM7O0FEaEpuQztFQ21KRTtJQUFRO0lBQWE7O0VBQ3JCO0lBQVE7SUFBYTs7RUFDckI7SUFBUTtJQUFhOztFQUNyQjtJQUFRO0lBQWE7Ozs7QUFJekI7RUFDRTtJQUFPO0lBQWdFOztFQUN2RTtJQUFPO0lBQW1GOztFQUMxRjtJQUFPO0lBQW1GOzs7QUFFNUY7RUFDRTtFQUNBOztBQUVBO0VBR0U7RUFDQTs7QUR2S0Y7RUMwS0E7SUFFSTtJQUNBO0lBQ0E7Ozs7QUFLTjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7QUFBQTtFQUVFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBUUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7O0FEek9GO0VDaU9GO0lBWUk7SUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQU1BO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUlBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQVFSO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEdlVKO0VDMFRFO0lBZ0JJO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEelZKO0VDaVZFO0lBV0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBR0Y7RUFDRTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQU1SO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEN1hGO0VDc1hBO0lBVUk7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBR0Y7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7O0FEalpGO0VDK1lBO0lBS0k7SUFDQTs7O0FBSUo7RUFDRTs7QUQxWkY7RUN5WkE7SUFJSTs7O0FEN1pKO0VDZ2FFO0lBRUk7SUFDQTtJQUNBOzs7QUFJQTtFQUNFOztBRHphUjtFQ3dhTTtJQUlJOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUR0YlI7RUNnYk07SUFTSTtJQUNBOzs7QUFHRjtFQUNFO0VBQ0E7O0FEL2JWO0VDNmJRO0lBS0k7OztBQUtKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7QUFHRjtFQUNFOztBQVFaO0VBQ0U7RUFDQTtFQUNBOztBQUdFO0VBQ0U7OztBQVdSO0VBQ0U7RUFDQTs7QUQ5ZUE7RUM0ZUY7SUFLSTs7O0FBR0Y7RUFDRTtFQUNBOztBRHRmRjtFQ29mQTtJQUtJOztFQUVBO0lBQ0U7OztBQUtOO0VBQ0U7O0FEbGdCRjtFQ2lnQkE7SUFJSTtJQUNBO0lBQ0E7SUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7O0FEOWdCSjtFQzJnQkU7SUFNSTtJQUNBO0lBQ0E7OztBQUdGO0VBQ0U7O0FEdmhCTjtFQ3NoQkk7SUFJSTtJQUNBOzs7QUFNUjtFQUNFO0VBQ0E7RUFDQTs7QURwaUJGO0VDaWlCQTtJQU1JOzs7O0FBU047RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEMWpCQTtFQ29qQkY7SUFTSTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBSUE7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUlKO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFJRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBRDVtQkE7RUN3bUJGO0lBT0k7OztBQUdGO0VBRUU7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRC9uQkY7RUMwbkJBO0lBUUk7SUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEN29CRjtFQ3VvQkE7SUFTSTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUQ5cEJGO0VDdXBCQTtJQVVJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FENXFCSjtFQ3dxQkU7SUFPSTs7O0FBS047RUFDRTtFQUNBO0VBQ0E7O0FEdnJCRjtFQ29yQkE7SUFNSTtJQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QURqc0JKO0VDOHJCRTtJQU1JO0lBQ0E7SUFDQTs7OztBQVVSO0VBQ0U7RUFDQTs7QUFFQTtFQUNFOzs7QUFLSjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOzs7QUFLSjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBIiwiZmlsZSI6ImJhc2UuY3NzIiwic291cmNlUm9vdCI6IiJ9 */