* {
  margin: 0;
  padding: 0;
}

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

:host {
  display: inline;
}
:host .dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
:host .dialog-container.light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #0D2B26;
}
:host .dialog-container.light-theme p {
  margin: 0;
}
:host .dialog-container.light-theme a, :host .dialog-container.light-theme a:visited {
  color: #298563;
}
:host .dialog-container.light-theme a:hover, :host .dialog-container.light-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.light-theme a:active, :host .dialog-container.light-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
:host .dialog-container.light-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.light-theme .contrast {
  background-color: #0D2B26;
  color: #fff;
}
:host .dialog-container.light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.light-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.light-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.light-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.light-theme .interactive:hover {
  background-color: #298563;
}
:host .dialog-container.light-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.light-theme .interactive:active, :host .dialog-container.light-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.light-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.light-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.light-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.light-theme .interactive-text:hover {
  color: #298563;
}
:host .dialog-container.light-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container.dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
:host .dialog-container.dark-theme p {
  margin: 0;
}
:host .dialog-container.dark-theme a, :host .dialog-container.dark-theme a:visited {
  color: #298563;
}
:host .dialog-container.dark-theme a:hover, :host .dialog-container.dark-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.dark-theme a:active, :host .dialog-container.dark-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
:host .dialog-container.dark-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
:host .dialog-container.dark-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.dark-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.dark-theme .interactive:hover {
  background-color: #184D49;
}
:host .dialog-container.dark-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.dark-theme .interactive:active, :host .dialog-container.dark-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.dark-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.dark-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.dark-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.dark-theme .interactive-text:hover {
  color: #184D49;
}
:host .dialog-container.dark-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container.contrast-light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
:host .dialog-container.contrast-light-theme p {
  margin: 0;
}
:host .dialog-container.contrast-light-theme a, :host .dialog-container.contrast-light-theme a:visited {
  color: #000;
}
:host .dialog-container.contrast-light-theme a:hover, :host .dialog-container.contrast-light-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.contrast-light-theme a:active, :host .dialog-container.contrast-light-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.contrast-light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
:host .dialog-container.contrast-light-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.contrast-light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.contrast-light-theme .contrast {
  background-color: #000;
  color: #fff;
}
:host .dialog-container.contrast-light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.contrast-light-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.contrast-light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.contrast-light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.contrast-light-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.contrast-light-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.contrast-light-theme .interactive:hover {
  background-color: #298563;
}
:host .dialog-container.contrast-light-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.contrast-light-theme .interactive:active, :host .dialog-container.contrast-light-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.contrast-light-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.contrast-light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.contrast-light-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.contrast-light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.contrast-light-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.contrast-light-theme .interactive-text:hover {
  color: #298563;
}
:host .dialog-container.contrast-light-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container.contrast-dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
:host .dialog-container.contrast-dark-theme p {
  margin: 0;
}
:host .dialog-container.contrast-dark-theme a, :host .dialog-container.contrast-dark-theme a:visited {
  color: #fff;
}
:host .dialog-container.contrast-dark-theme a:hover, :host .dialog-container.contrast-dark-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.contrast-dark-theme a:active, :host .dialog-container.contrast-dark-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.contrast-dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
:host .dialog-container.contrast-dark-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.contrast-dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.contrast-dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.contrast-dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
:host .dialog-container.contrast-dark-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.contrast-dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.contrast-dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.contrast-dark-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.contrast-dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.contrast-dark-theme .interactive:hover {
  background-color: #184D49;
}
:host .dialog-container.contrast-dark-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.contrast-dark-theme .interactive:active, :host .dialog-container.contrast-dark-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.contrast-dark-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.contrast-dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.contrast-dark-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.contrast-dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.contrast-dark-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.contrast-dark-theme .interactive-text:hover {
  color: #184D49;
}
:host .dialog-container.contrast-dark-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container[aria-hidden=true] {
  display: none;
}
:host .dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fade-in 100ms both;
  display: none;
}
@media (min-width: 562px) {
  :host .dialog-overlay {
    display: block;
  }
}
:host .dialog-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 9999;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 80px 14px 32px 24px;
  box-shadow: 20px 20px 40px #00000080;
}
@media (min-width: 976px) {
  :host .dialog-content.compensated-but-not-estimated {
    background: linear-gradient(to right, #298563 50%, #fff 50%);
    color: #fff;
  }
  :host .dialog-content.compensated-but-not-estimated .action .link-button {
    border-color: #fff;
    color: #fff;
  }
  :host .dialog-content.compensated-but-not-estimated .leaf .interactive-white-leaf {
    display: block !important;
  }
  :host .dialog-content.compensated-but-not-estimated .leaf .interactive-green-leaf {
    display: none;
  }
  :host .dialog-content.compensated-but-not-estimated .content-wrapper-separator {
    display: none !important;
  }
}
@media (min-width: 976px) {
  :host .dialog-content.compensated-and-estimated {
    background: #298563;
    color: #fff;
  }
  :host .dialog-content.compensated-and-estimated .action .link-button {
    border-color: #fff;
    color: #fff;
    background-color: #0d310d !important;
  }
  :host .dialog-content.compensated-and-estimated .leaf .interactive-white-leaf {
    display: block !important;
  }
  :host .dialog-content.compensated-and-estimated .leaf .interactive-green-leaf {
    display: none;
  }
  :host .dialog-content.compensated-and-estimated .content-wrapper-separator {
    display: none !important;
  }
}
@media (min-width: 562px) {
  :host .dialog-content {
    animation: fade-in 200ms 100ms both;
    margin: auto 24px;
    border-radius: 32px;
    padding: 24px;
  }
}
@media (min-width: 976px) {
  :host .dialog-content {
    margin: auto;
    max-width: 976px;
  }
}
:host .dialog-content.estimated {
  max-width: 722px !important;
}
@media (min-width: 770px) {
  :host .dialog-content.estimated {
    margin: auto !important;
  }
}
:host .dialog-content.estimated div.content-wrapper {
  align-items: center;
  text-align: center;
  flex-direction: column !important;
  height: 100%;
}
:host .dialog-content.estimated div.infotext-content {
  max-width: 480px;
  flex-basis: 100% !important;
}
:host .dialog-content.estimated div.action, :host .dialog-content.estimated div.powered-by {
  display: block !important;
}
:host .dialog-content.estimated:not(.compensated) div.action .link-button {
  border: none !important;
  background-color: #298563;
  color: #fff !important;
}
:host .dialog-content.estimated div.powered-by {
  margin-top: 60px;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
:host .dialog-close {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 24px;
}
:host .dialog-close img {
  width: 20px;
  height: 20px;
}
@media (min-width: 562px) {
  :host .dialog-close {
    top: 40px;
    right: 40px;
  }
  :host .dialog-close img {
    width: 24px;
    height: 24px;
  }
}
:host .content-wrapper {
  display: flex;
  justify-items: stretch;
  flex-direction: column;
  padding-right: 10px;
}
@media (min-width: 976px) {
  :host .content-wrapper {
    flex-direction: row;
  }
}
:host .content-wrapper .infotext-content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
:host .content-wrapper .infotext-content .action {
  display: none;
}
@media (min-width: 562px) {
  :host .content-wrapper .infotext-content .action {
    display: block;
  }
}
:host .content-wrapper .infotext-content .header {
  font-size: 32px;
  line-height: 45px;
}
@media (min-width: 562px) {
  :host .content-wrapper .infotext-content .header {
    font-size: 36px;
    line-height: 50px;
  }
}
:host .content-wrapper .infotext-content .content {
  margin: 24px 0 32px;
  font-size: 14px;
  line-height: 22px;
}
:host .content-wrapper .infotext-content .content .accuracy {
  margin-bottom: 32px;
}
:host .content-wrapper .infotext-content .content .accuracy .arrow {
  display: inline-flex;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  padding: 6px;
  border-radius: 50%;
}
:host .content-wrapper .infotext-content .content .accuracy .arrow img {
  width: 100%;
  height: 100%;
}
:host .content-wrapper .infotext-content .benchmark-factors {
  margin-bottom: 22px;
}
:host .content-wrapper .infotext-content .benchmark-factors .benchmark-factor {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 975px) {
  :host .content-wrapper .infotext-content .benchmark-factors .benchmark-factor .factor-icon.white {
    display: none;
  }
}
@media screen and (min-width: 976px) {
  :host .content-wrapper .infotext-content .benchmark-factors .benchmark-factor .factor-icon.green {
    display: none;
  }
}
:host .content-wrapper .infotext-content .benchmark-factors .benchmark-factor .factor-label {
  margin-left: 16px;
}
:host .content-wrapper .infotext-content .placeholder {
  flex-grow: 1;
}
:host .content-wrapper .infotext-content .powered-by {
  display: none;
  align-items: start;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 976px) {
  :host .content-wrapper .infotext-content .powered-by {
    display: flex;
  }
}
:host .content-wrapper .infotext-content .powered-by .leaf {
  display: inline-flex;
  margin-right: 9px;
}
:host .content-wrapper .infotext-content .powered-by .leaf img {
  width: 14px;
  height: 14px;
}
:host .content-wrapper .infotext-content .powered-by .leaf .interactive-white-leaf {
  display: none;
}
@media (min-width: 562px) {
  :host .content-wrapper .infotext-content {
    padding: 16px 32px;
  }
}
@media (min-width: 976px) {
  :host .content-wrapper .infotext-content {
    padding: 28px 56px 28px 32px;
  }
}
:host .content-wrapper .breakdown-content {
  position: relative;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
:host .content-wrapper .breakdown-content .action {
  margin: 47px 0 56px;
  text-align: center;
}
@media (min-width: 562px) {
  :host .content-wrapper .breakdown-content .action {
    display: none;
  }
}
:host .content-wrapper .breakdown-content .powered-by {
  display: flex;
  align-items: start;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 562px) {
  :host .content-wrapper .breakdown-content .powered-by {
    position: absolute;
    bottom: 14px;
  }
}
@media (min-width: 976px) {
  :host .content-wrapper .breakdown-content .powered-by {
    display: none;
  }
}
:host .content-wrapper .breakdown-content .powered-by .leaf {
  display: inline-flex;
  margin-right: 9px;
}
:host .content-wrapper .breakdown-content .powered-by .leaf img {
  width: 14px;
  height: 14px;
}
:host .content-wrapper .breakdown-content .powered-by .leaf .interactive-white-leaf {
  display: none;
}
@media (min-width: 562px) {
  :host .content-wrapper .breakdown-content {
    padding: 56px 32px 16px;
  }
}
@media (min-width: 976px) {
  :host .content-wrapper .breakdown-content {
    padding: 48px 32px 28px 56px;
  }
}
:host .content-wrapper .action {
  margin-bottom: 50px;
}
:host .content-wrapper .action .link-button {
  display: inline-flex;
  box-sizing: border-box;
  background-color: transparent;
  padding: 6px 28px;
  border-radius: 22px;
  border: solid 2px black;
  color: #000;
  line-height: 26px;
}
:host .content-wrapper .action .link-button:hover {
  background-color: #0D2B26;
  color: #fff;
  border-color: transparent;
}
:host .content-wrapper .content-wrapper-separator {
  flex-basis: auto;
  display: none;
  border: solid 0 #DCE0DF;
  box-sizing: content-box;
}
@media (min-width: 562px) {
  :host .content-wrapper .content-wrapper-separator {
    display: block;
    height: 0;
    border-top-width: 3px;
  }
}
@media (min-width: 976px) {
  :host .content-wrapper .content-wrapper-separator {
    width: 0;
    height: inherit;
    border-top-width: 0;
    border-right-width: 3px;
  }
}