* {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
}

:host {
  display: inline-block;
}

div.root {
  position: relative;
}
div.root.light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #0D2B26;
}
div.root.light-theme p {
  margin: 0;
}
div.root.light-theme a, div.root.light-theme a:visited {
  color: #298563;
}
div.root.light-theme a:hover, div.root.light-theme a:visited:hover {
  color: #298563B3;
}
div.root.light-theme a:active, div.root.light-theme a:visited:active {
  color: #29856380;
}
div.root.light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
div.root.light-theme .text-reduced {
  opacity: 50%;
}
div.root.light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.light-theme .contrast {
  background-color: #0D2B26;
  color: #fff;
}
div.root.light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
div.root.light-theme .scrollable {
  overflow-y: auto;
}
div.root.light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.light-theme .interactive {
  cursor: pointer;
}
div.root.light-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.light-theme .interactive:hover {
  background-color: #298563;
}
div.root.light-theme .interactive:active {
  background-color: #216A4F;
}
div.root.light-theme .interactive:active, div.root.light-theme .interactive:hover {
  color: #fff;
}
div.root.light-theme .interactive:active img.interactive-green-leaf, div.root.light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.light-theme .interactive:active img.interactive-white-leaf, div.root.light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.light-theme .interactive-text {
  cursor: pointer;
}
div.root.light-theme .interactive-text:hover {
  color: #298563;
}
div.root.light-theme .interactive-text:active {
  color: #216A4F;
}
div.root.dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
div.root.dark-theme p {
  margin: 0;
}
div.root.dark-theme a, div.root.dark-theme a:visited {
  color: #298563;
}
div.root.dark-theme a:hover, div.root.dark-theme a:visited:hover {
  color: #298563B3;
}
div.root.dark-theme a:active, div.root.dark-theme a:visited:active {
  color: #29856380;
}
div.root.dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
div.root.dark-theme .text-reduced {
  opacity: 50%;
}
div.root.dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
div.root.dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
div.root.dark-theme .scrollable {
  overflow-y: auto;
}
div.root.dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.dark-theme .interactive {
  cursor: pointer;
}
div.root.dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.dark-theme .interactive:hover {
  background-color: #184D49;
}
div.root.dark-theme .interactive:active {
  background-color: #216A4F;
}
div.root.dark-theme .interactive:active, div.root.dark-theme .interactive:hover {
  color: #fff;
}
div.root.dark-theme .interactive:active img.interactive-green-leaf, div.root.dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.dark-theme .interactive:active img.interactive-white-leaf, div.root.dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.dark-theme .interactive-text {
  cursor: pointer;
}
div.root.dark-theme .interactive-text:hover {
  color: #184D49;
}
div.root.dark-theme .interactive-text:active {
  color: #216A4F;
}
div.root.contrast-light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
div.root.contrast-light-theme p {
  margin: 0;
}
div.root.contrast-light-theme a, div.root.contrast-light-theme a:visited {
  color: #000;
}
div.root.contrast-light-theme a:hover, div.root.contrast-light-theme a:visited:hover {
  color: #298563B3;
}
div.root.contrast-light-theme a:active, div.root.contrast-light-theme a:visited:active {
  color: #29856380;
}
div.root.contrast-light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
div.root.contrast-light-theme .text-reduced {
  opacity: 50%;
}
div.root.contrast-light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.contrast-light-theme .contrast {
  background-color: #000;
  color: #fff;
}
div.root.contrast-light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
div.root.contrast-light-theme .scrollable {
  overflow-y: auto;
}
div.root.contrast-light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.contrast-light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.contrast-light-theme .interactive {
  cursor: pointer;
}
div.root.contrast-light-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.contrast-light-theme .interactive:hover {
  background-color: #298563;
}
div.root.contrast-light-theme .interactive:active {
  background-color: #216A4F;
}
div.root.contrast-light-theme .interactive:active, div.root.contrast-light-theme .interactive:hover {
  color: #fff;
}
div.root.contrast-light-theme .interactive:active img.interactive-green-leaf, div.root.contrast-light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.contrast-light-theme .interactive:active img.interactive-white-leaf, div.root.contrast-light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.contrast-light-theme .interactive-text {
  cursor: pointer;
}
div.root.contrast-light-theme .interactive-text:hover {
  color: #298563;
}
div.root.contrast-light-theme .interactive-text:active {
  color: #216A4F;
}
div.root.contrast-dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
div.root.contrast-dark-theme p {
  margin: 0;
}
div.root.contrast-dark-theme a, div.root.contrast-dark-theme a:visited {
  color: #fff;
}
div.root.contrast-dark-theme a:hover, div.root.contrast-dark-theme a:visited:hover {
  color: #298563B3;
}
div.root.contrast-dark-theme a:active, div.root.contrast-dark-theme a:visited:active {
  color: #29856380;
}
div.root.contrast-dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
div.root.contrast-dark-theme .text-reduced {
  opacity: 50%;
}
div.root.contrast-dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.contrast-dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
div.root.contrast-dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
div.root.contrast-dark-theme .scrollable {
  overflow-y: auto;
}
div.root.contrast-dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.contrast-dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.contrast-dark-theme .interactive {
  cursor: pointer;
}
div.root.contrast-dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.contrast-dark-theme .interactive:hover {
  background-color: #184D49;
}
div.root.contrast-dark-theme .interactive:active {
  background-color: #216A4F;
}
div.root.contrast-dark-theme .interactive:active, div.root.contrast-dark-theme .interactive:hover {
  color: #fff;
}
div.root.contrast-dark-theme .interactive:active img.interactive-green-leaf, div.root.contrast-dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.contrast-dark-theme .interactive:active img.interactive-white-leaf, div.root.contrast-dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.contrast-dark-theme .interactive-text {
  cursor: pointer;
}
div.root.contrast-dark-theme .interactive-text:hover {
  color: #184D49;
}
div.root.contrast-dark-theme .interactive-text:active {
  color: #216A4F;
}
div.root .container {
  box-sizing: border-box;
  width: 62px;
  max-width: 62px;
  height: 88px;
  max-height: 88px;
  padding: 8px 8px 5px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px #00000033;
  font-size: 8px;
  display: grid;
  grid-template-columns: auto min-content;
  grid-template-areas: "text text" "leaf sub";
}
div.root .container:hover {
  box-shadow: none;
}
div.root .container:hover .arrow img {
  filter: brightness(0) invert(1);
}
div.root .container.size-l {
  width: 104px;
  max-width: 104px;
  height: 148px;
  max-height: 148px;
  padding: 15px 15px 10px 10px;
  font-size: 14px;
}
div.root .container.size-l .main-text {
  font-size: 20px;
  line-height: 26px;
}
div.root .container.size-l .sub-text {
  margin-bottom: 0;
}
div.root .container.size-l .leaf img {
  width: 32px;
  height: 32px;
}
div.root .container.size-l .arrow {
  top: 6px;
  right: 12px;
}
div.root .container.size-l .arrow img {
  width: 10px;
  height: 10px;
}
div.root .container .main-text {
  grid-area: text;
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  word-spacing: 100vw;
  font-size: 12px;
  line-height: 15px;
}
div.root .container .sub-text {
  grid-area: sub;
  place-self: end end;
  margin-bottom: -4px;
}
div.root .container .leaf {
  grid-area: leaf;
  place-self: end start;
  display: inline-flex;
}
div.root .container .leaf img {
  width: 22px;
  height: 22px;
}
div.root .container .arrow {
  position: absolute;
  top: 0px;
  right: 7px;
}
div.root .container .arrow img {
  width: 7px;
  height: 7px;
}