<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.page-module.flat {
  padding-left: 0px;
  padding-right: 0px;
}
.page-module.pull {
  margin-top: -30px;
}

.graphic-banner {
  padding: 15px 20px;
  min-height: 250px;
  background-image: url(../../dbs_info/statements/backdrop_us.png);
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.graphic-banner h1, .graphic-banner h2 {
  color: #FFF;
  line-height: 1.1;
}
.graphic-banner h1 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.graphic-banner h2 {
  margin-top: 0px !important;
  font-size: 20px;
  font-weight: 100;
}
.graphic-banner .text-helper {
  color: #FFF;
}
.graphic-banner .text-helper .muted {
  color: #CFCFCF;
}

.introductory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  min-height: 500px;
  margin-bottom: 50px;
}
.introductory .image-box {
  padding-left: 20px;
  width: calc(100% - 400px);
  position: relative;
}
.introductory .image-box .abs {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 60%;
}
.introductory .title-box {
  width: 400px;
  padding-right: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.introductory .title-box img {
  width: 80%;
}
@media (max-width: 768px) {
  .introductory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introductory .image-box, .introductory .title-box {
    width: 100%;
  }
  .introductory .image-box .abs {
    bottom: -5px;
    right: 30px;
    width: 40%;
  }
  .introductory .title-box img {
    width: 50%;
  }
}

.title-banner {
  padding: 30px 20px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  color: #FFF;
  background: #FF3A3A;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 10px solid #323232;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .title-banner {
    font-size: 24px;
    line-height: 24px;
  }
}

.part-1 {
  text-align: center;
}
.part-1 &gt; img {
  width: 80%;
  max-width: 100%;
}

.info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.info-container.fours .info-box {
  width: calc(95% / 4);
}
.info-container.threes .info-box {
  width: calc(95% / 3);
}
.info-container .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.info-container .info-box .step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #FF3A3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 100;
  font-size: 35px;
  color: #FF3A3A;
}
.info-container .info-box .title {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.info-container .info-box .body {
  background: #FF3A3A;
  color: #FFF;
  border-radius: 25px;
  min-height: 165px;
  font-size: 16px;
  margin: 10px 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  position: relative;
  width: 80%;
}
.info-container .info-box .body:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FF3A3A;
  border-width: 12px;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-container .info-box {
    width: 100% !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
}

.info-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  background: #F5F5F5;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .info-banner {
    padding: 10px;
  }
}
.info-banner .question {
  padding: 0px 15px;
}
.info-banner .question img {
  width: 65px;
}
@media (max-width: 768px) {
  .info-banner .question {
    display: none;
  }
}
.info-banner .info h3 {
  font-size: 22px;
  color: #FF3A3A;
  margin: 0px;
}
@media (max-width: 768px) {
  .info-banner .info h3 {
    font-size: 14px;
  }
}

.part-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part-2 .recap {
  width: 75%;
  padding: 20px 20px;
}
.part-2 .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.part-2 .step-list .step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #FF3A3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 100;
  font-size: 35px;
  color: #FF3A3A;
}
.part-2 .step-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 10px;
  font-size: 28px;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 758px) {
  .part-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .part-2 .recap {
    width: 50%;
  }
}

.text-body {
  font-size: 18px;
  ont-weight: 100;
  line-height: 1.1;
  font-family: 'Open Sans', Arial,sans-serif;
}

.part-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.part-3 .recap {
  padding: 20px 20px;
}
.part-3 .recap img {
  width: 400px;
}
.part-3 .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 20px;
}
.part-3 .step-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 10px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.part-3 .step-box {
  width: calc(100% - 400px);
}
@media (max-width: 758px) {
  .part-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .part-3 .recap {
    width: 50%;
  }
}
.part-3 .info-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.part-3 .info-box {
  text-align: center;
}
.part-3 .info-box .body {
  min-height: 120px;
}

.step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
.step-row .text-center p {
  font-size: 14px;
}

.impt {
  color: #FF3A3A !important;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  -webkit-bg-clip: padding-box;
  -moz-bg-clip: padding;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

img {
  max-width: 100%;
  height: auto;
}

.imagemap__item {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-height: 300px;
  overflow-y: auto;
  -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.imagemap__item.nopad {
  padding: 0px !important;
}

.content-map {
  display: none;
  position: fixed;
  bottom: -300px;
  left: 0px;
  max-height: 650px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.tutorial {
  position: fixed;
  display: none;
  right: -300px;
  bottom: 50px;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.content-close {
  position: absolute;
  right: -42px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 10px 10px 0px 0px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  background: #FF3A3A !important;
  color: #FFF !important;
}

.content-proper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.red {
  background: #FF3A3A;
}

.white {
  background: white !important;
  border-top: 1px solid #CCC;
}

.popover-help {
  position: fixed;
  top: calc(50% - 200px);
  padding: 20px;
  width: 300px;
  max-height: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
  box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
  text-align: left;
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.popover-help .title {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.1;
}

@media (max-width: 760px) {
  .popover-help:before {
    position: absolute;
    content: 'x';
    right: 5px;
    top: 5px;
    font-size: 14px;
    color: #FFF;
    z-index: 150;
  }
}
.popover-help.red {
  background: #FF3A3A;
  color: #FFF;
}

.popover-help.top:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 58, 58, 0);
  border-bottom-color: #FFF;
  border-width: 15px;
  margin-left: -15px;
}

.popover-help.top.red:after {
  border-bottom-color: #FF3A3A !important;
}

.popover-help.right:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 58, 58, 0);
  border-left-color: #FFF;
  border-width: 15px;
  margin-top: -15px;
}

.popover-help.right.red:after {
  border-left-color: #FF3A3A !important;
}

.popover-help.bottom:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 58, 58, 0);
  border-top-color: #FFF;
  border-width: 15px;
  margin-left: -15px;
}

.popover-help.bottom.red:after {
  border-top-color: #FF3A3A !important;
}

.popover-help.left:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 58, 58, 0);
  border-right-color: #FFF;
  border-width: 15px;
  margin-top: -15px;
}

.popover-help.left.red:after {
  border-right-color: #FF3A3A !important;
}

.true-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.map, .map2 {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.part-1 &gt; .m-imagemap {
  position: relative;
}

.howto {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 250;
}
.howto img:hover {
  cursor: pointer;
}

.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}

.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: none;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.doughnutTip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}

.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  text-shadow: 0 -1px 0 #111;
  cursor: default;
}

.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 22px;
  letter-spacing: .06em;
}

.doughnutSummaryNumber {
  position: absolute;
  top: 61%;
  width: 100%;
  margin-top: -15%;
  font-size: 55px;
  color: #000;
}

.chart path:hover {
  opacity: 0.65;
}

.label-1 {
  position: absolute;
  left: 565px;
  top: 42%;
  color: #FFF;
  font-size: 15px;
  z-index: 10000000;
  text-align: center;
}

.label-2 {
  position: absolute;
  left: 502px;
  bottom: 140px;
  color: #FFF;
  font-size: 15px;
  z-index: 10000000;
  text-align: center;
}

.label-3 {
  position: absolute;
  left: 373px;
  top: 201px;
  color: #FFF;
  font-size: 15px;
  z-index: 10000000;
  text-align: center;
}

.true-legend {
  position: absolute;
  right: 0px;
  top: 75px;
  height: 400px;
  width: 381px;
  background: #FFF;
  z-index: 100000000;
  display: none;
}
@media (max-width: 1020px) {
  .true-legend {
    display: none;
  }
}

@media (max-width: 1015px) {
  .label-1 {
    left: 73%;
    top: 15%;
    color: #000;
  }

  .label-2 {
    left: 72%;
    bottom: 14px;
    color: #000;
  }

  .label-3 {
    color: #000;
    left: 20%;
    top: 88px;
  }
}
@media (max-width: 600px) {
  .label-1 {
    font-size: 13px;
  }

  .label-2 {
    font-size: 13px;
  }

  .label-3 {
    font-size: 13px;
    left: 6%;
  }
}
g:hover {
  cursor: pointer;
}

.google-visualization-tooltip {
  position: absolute !important;
  background-color: #FFF !important;  
  width: 320px !important;
  height: auto !important;
  padding: 10px !important;
  z-index: 100000000 !important;
  font-family: 'Open Sans', Arial,sans-serif !important;
  font-size: 15px !important;
  border: 1px solid #000 !important;
  border-radius: 2px !important;
  -webkit-transform: translateX(-150px) !important;
          transform: translateX(-150px) !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1000px) {
  .google-visualization-tooltip {
    -webkit-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
}
.google-visualization-tooltip p {
  margin: 0 !important;
}

.legend-wrap {
  padding: 10px 50px 10px 10px;
  font-family: 'Open Sans', Arial,sans-serif;
}
.legend-wrap &gt; b {
  font-size: 22px;
}
.legend-wrap ul {
  margin-top: 5px;
  font-size: 16px;
}
.legend-wrap ul.usable {
  list-style: none;
}
.legend-wrap ul.usable &gt; li:first-child::before {
  content: "•";
  margin-left: -31px;
  color: #27ae60;
  font-size: 50px;
  position: absolute;
}
.legend-wrap ul.nonusable {
  list-style: none;
}
.legend-wrap ul.nonusable &gt; li:first-child::before {
  content: "•";
  margin-left: -31px;
  color: #FC4349;
  font-size: 50px;
  position: absolute;
}
.legend-wrap ul.nonusable &gt; li:first-child {
  margin-bottom: 10px;
}
.legend-wrap ul.nonusable &gt; li:last-child::before {
  content: "•";
  margin-left: -31px;
  color: #6DBCDB;
  font-size: 50px;
  position: absolute;
}
.legend-wrap.mobile-legend {
  display: block;
  padding: 10px 30px;
}
@media (max-width: 1000px) {
  .legend-wrap.mobile-legend {
    display: block;
  }
}

.label-help {
  position: absolute;
  left: 10px;
  top: -38px;
  color: #676767;
  z-index: 10000000;
}
.label-help img {
  width: 22px;
}

.illus-pad {
  height: 300px;
}

@media (max-width: 768px) {
  .illus-pad {
    height: 600px;
  }
}
.chart-google {
  width: 100%;
  min-height: 450px;
}

#holder {
  width: 590px;
  height: 300px;
  margin: 50px 50px;
  background: #FFF;
}

.RGraph_tooltip {
  font-size: 13pt !important;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  width: 300px !important;
  word-wrap: break-word;
}

#653_175_Available_balance_cvs {
  margin-top: -30px !important;
  margin-left: 40px !important;
}

.day-wrapper {
  display: none;
}

.title-banner {
  margin-top: 20px;
}

.chart-title {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -75px;
  z-index: 10000;
}
@media (max-width: 768px) {
  .chart-title {
    text-indent: 0px;
    text-align: center;
  }
}

g {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

/*# sourceMappingURL=infographics-extended.css.map */</pre></body></html>