









                
                .lake {
  background-color: #455F55;
}

.lake70 {
  background-color: #91A4A0;
}

.lake50 {
  background-color: #B0BEBB;
}

.lake20 {
  background-color: #E0E5E4;
}

.sunset {
  background-color: #FFA02F;
}

.sunset50 {
  background-color: #FFCF97;
}

.chilli {
  background-color: #E00034;
}

.chilli50 {
  background-color: #EF7F99;
}

.bougainvillea {
  background-color: #E0119D;
}

.bougainvillea50 {
  background-color: #EF88CE;
}

.ultraviolet {
  background-color: #761092;
}

.ultraviolet50 {
  background-color: #BA87C8;
}

.bluesky {
  background-color: #00A9E0;
}

.bluesky70 {
  background-color: #4DC3E9;
}

.bluesky50 {
  background-color: #7FD4EF;
}

.bluesky20 {
  background-color: #CCEEF9;
}

.bluesky10 {
  background-color: #E5F6FC;
}

.crepuscule {
  background-color: #0B3B81;
}

.crepuscule90 {
  background-color: #0e4c8d;
}

.crepuscule70 {
  background-color: #729CDE;
}

.crepuscule50 {
  background-color: #87A6DD;
}

.lime {
  background-color: #C9DD03;
}

.lime50 {
  background-color: #E4EE81;
}

.forest {
  background-color: #007934;
}

.forest50 {
  background-color: #7FBC99;
}

.yellow {
  background-color: #DFDF20;
}

@font-face {
  font-family: "Swiss Re Sans";
  src: url("https://www.swissre.com/.resources/swissre-web/webresources/fonts/180618_swissresansot-light-webfont.woff2") format("woff2"), url("https://www.swissre.com/.resources/swissre-web/webresources/fonts/180618_swissresansot-light-webfont.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Swiss Re Sans";
  src: url("https://www.swissre.com/.resources/swissre-web/webresources/fonts/180618_swissresansot-regular-webfont.woff2") format("woff2"), url("https://www.swissre.com/.resources/swissre-web/webresources/fonts/180618_swissresansot-regular-webfont.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Swiss Re Sans";
  src: url("https://www.swissre.com/.resources/swissre-web/webresources/fonts/180618_swissresansot-bold-webfont.woff2") format("woff2"), url("https://www.swissre.com/.resources/swissre-web/webresources/fonts/180618_swissresansot-bold-webfont.woff") format("woff");
  font-weight: bold;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body {
  font-family: "SwissReSans", "Swiss Re Sans", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #373D3F;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.no-padding {
  padding: 0;
}

strong,
.bold,
b {
  font-weight: bold;
}

.white {
  color: #FFF;
}

.container {
  position: relative;
  max-width: 50.625rem;
  margin: 0 auto;
}

.grey {
  padding: 0.5rem 0.5rem 0.875rem 0.5rem;
  background-color: #F4F4F4;
}

.sigma {
  padding: 0.75rem 0.5rem 0.875rem 0.5rem;
  background-color: #F4F4F4;
}
.sigma::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(to right, #0B3B81, #00A9E0);
}

.container + .container {
  margin-top: 1.5rem;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.sigma h1 {
  color: #0B3B81;
}

h2 {
  font-size: 16px;
  color: #373D3F;
  font-weight: normal;
}
h2 sup {
  display: inline-block;
  position: relative;
  top: -2px;
}
.sigma h2 {
  color: #00A9E0;
}

p {
  font-size: 0.875rem;
  padding-top: 0.25rem;
}

p + p {
  padding-top: 0;
}

.no-margin + p {
  padding-top: 0;
}

.cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.col-33 {
  width: calc(33.333% - 0.333rem);
}

.col-50 {
  width: calc(50% - 0.5rem);
}

.wrap-interactive {
  padding: 0.5rem 0 0 0;
}
.wrap-interactive .chart {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.infobox {
  position: relative;
  background-color: #E0E5E4;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0 0 0.5rem 0;
}
.wrap-interactive .infobox {
  margin-top: 0.5rem;
  margin-bottom: 0;
  background-color: #CCEEF9;
}
.infobox .nr {
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  overflow: hidden;
}
.infobox .nr span {
  display: block;
  position: relative;
  left: 4px;
  top: 2px;
  z-index: 2;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
}
.infobox .nr::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: -24px;
  top: -24px;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #00A9E0;
}
.infobox p {
  position: relative;
  padding: 0 0.5rem 0 1.5rem;
}
.infobox p::before {
  content: '';
  position: absolute;
  top: 0.4375rem;
  left: 0.5rem;
  display: block;
  height: 6px;
  width: 6px;
  background-color: #0B3B81;
}
.infobox p:nth-of-type(1) {
  padding-top: 0.75rem;
  padding-left: 1.5rem;
}
.infobox p:nth-of-type(1)::before {
  display: none;
}

.wrap-interactive .nr::before {
  background-color: #C9DD03;
}

.wrap-btn {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0 1rem 0;
}

.btn {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  border-radius: 14px;
  margin: 0.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 17px;
  white-space: nowrap;
}

.btn,
.btn:visited,
.btn:hover,
.btn:active,
.btn:focus {
  color: #455F55;
  background-color: #E3E3E3;
}

.btn:hover {
  opacity: 0.7;
}

.btn.active {
  color: #FFF;
  background-color: #637D77;
}

table {
  margin: 0.5rem 0 0.5rem 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  table-layout: fixed;
  border: none;
}
table.no-margin {
  margin: 0;
}

table + table {
  margin-top: 1.5rem;
}

.wrap-interactive + table {
  margin-top: 1.5rem;
}

th, td {
  text-align: left;
  text-align: center;
  padding: 0.125rem 0.25rem 0.1875rem 0.25rem;
  border: 1px solid #D3D3D3;
}
.no-padding th,
.no-padding td {
  padding: 0;
}
th.no-border, .no-border th, td.no-border, .no-border td {
  border: none !important;
}
th.no-border-top, .no-border-top th, td.no-border-top, .no-border-top td {
  border-top: none !important;
}
th.no-border-bottom, .no-border-bottom th, td.no-border-bottom, .no-border-bottom td {
  border-bottom: none !important;
}
th.ellipse, td.ellipse {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
th.narrow, td.narrow {
  width: 1.5rem;
}
th.half-height, td.half-height {
  font-size: 1px;
  line-height: 1;
  padding: 0.25rem;
  border-top: solid #FFF 3px;
  background-color: transparent;
}
.grey th.half-height, .grey td.half-height {
  border-top: solid #F4F4F4 3px;
}
.sigma th.half-height, .sigma td.half-height {
  border-top: solid #F4F4F4 3px;
}

th {
  font-weight: bold;
  background-color: #E0E5E4;
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

tr:first-child th,
tr:first-child td {
  border-top: 0;
}

tr th:first-child,
tr td:first-child {
  border-left: none;
}

tr th:last-child,
tr td:last-child {
  border-right: none;
}

.circle {
  width: 100%;
  height: 35px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.wrap-interactive .circle {
  cursor: pointer;
}
.circle::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.circle .sunset {
  border-color: #FFA02F;
}
.circle .chilli {
  border-color: #E00034;
}
.circle .forest {
  border-color: #007934;
}
.circle .forest50 {
  border-color: #7FBC99;
}
.circle .yellow {
  border-color: #DFDF20;
}
.circle div {
  position: absolute;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  background-color: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out;
}
.circle.small div {
  width: 1rem;
  height: 1rem;
}
.circle.hover {
  background-color: #E0E5E4;
}
.circle.hover div {
  background-color: #FFF;
  width: 1.5rem;
  height: 1.5rem;
}

/*
@-webkit-keyframes circle-pulse-ani {
	0% {width: $circle-size; height: $circle-size;}
	100% {width: $circle-size-hover;; height:$circle-size-hover;}
}
*/
@keyframes circle-pulse-ani {
  0% {
    width: 1.25rem;
    height: 1.25rem;
  }
  100% {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.circle.pulse div {
  animation-name: circle-pulse-ani;
  animation-duration: 0.125s;
  animation-iteration-count: 2;
  animation-direction: alternate;
}

.bar {
  width: 100%;
  height: 51px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.wrap-interactive .bar {
  cursor: pointer;
}
.bar.hover {
  background-color: #E0E5E4;
}
.bar.hover::before {
  background-color: #B0BEBB;
}
.bar::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 1px;
  background-color: #B0BEBB;
  opacity: 0.5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.bar::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.bar div {
  position: absolute;
  z-index: 1;
  width: 1.75rem;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.bar-icon {
  width: 100%;
  height: 51px;
  position: relative;
}
.bar-icon div {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 38px;
}
.bar-icon div svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arrow {
  position: relative;
}
.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #B0BEBB;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #B0BEBB;
  display: inline-block;
  padding: 4px;
}
.arrow.down::before {
  border-color: #E00034;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 8px;
}
.arrow.down::after {
  border-color: #E00034;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 5px;
  left: -2px;
}
.arrow.side::before {
  border-color: #FFA02F;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 7px;
  left: 6px;
}
.arrow.side::after {
  border-color: #FFA02F;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 10px;
  left: 2px;
}

svg text {
  font-weight: 200 !important;
  font-family: "SwissReSans", "Swiss Re Sans", Helvetica, Arial, sans-serif !important;
  font-size: 0.875rem !important;
}

.apexcharts-toolbar {
  display: none !important;
}

.apexcharts-legend-text {
  font-weight: 200 !important;
  font-family: "SwissReSans", "Swiss Re Sans", Helvetica, Arial, sans-serif !important;
  font-size: 0.875rem !important;
}

.apexcharts-legend-marker {
  top: 1px !important;
  height: 12px !important;
  width: 12px !important;
}

.mp-label {
  font-weight: 200 !important;
  font-family: "SwissReSans", "Swiss Re Sans", Helvetica, Arial, sans-serif !important;
  font-size: 0.875rem !important;
}

.apexcharts-tooltip {
  border-radius: 0 !important;
}

.apexcharts-tooltip-marker {
  display: block;
}

.apexcharts-tooltip-text {
  width: calc(100% - 20px);
}

.apexcharts-tooltip-y-group {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.apexcharts-tooltip-y-group .apexcharts-tooltip-text-label {
  display: block;
}
.apexcharts-tooltip-y-group .apexcharts-tooltip-text-value {
  display: block;
}

.interactive-label {
  cursor: pointer;
  display: inline-block;
  padding: 1px 5px 2px 5px;
  margin: 0.5rem 0 0 0;
  line-height: 1;
  font-size: 0.875rem;
  border-radius: 8px;
  color: #FFF;
  background-color: #00A9E0;
}
.grey .interactive-label {
  margin-left: -2px;
}
.sigma .interactive-label {
  margin-left: -2px;
}

.wrap-interactive.hover .chart {
  opacity: 0.5;
}
.wrap-interactive.hover .circle div {
  opacity: 0.5;
}
.wrap-interactive.hover .bar div {
  opacity: 0.5;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box {
  border: 1px transparent;
}

.tippy-box[data-placement^=top] > .tippy-arrow:after {
  border-top-color: inherit;
  border-width: 8px 8px 0;
  bottom: -8px;
  left: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: inherit;
  border-width: 0 8px 8px;
  top: -8px;
  left: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:after {
  border-left-color: inherit;
  border-width: 8px 0 8px 8px;
  right: -8px;
  top: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:after {
  border-width: 8px 8px 8px 0;
  left: -8px;
  top: 0;
  border-right-color: inherit;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  top: 17px;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  bottom: 17px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  left: 12px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  right: 12px;
}

.tippy-arrow {
  border-color: inherit;
}

.tippy-arrow:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

div[data-tippy-root] {
  bottom: 10px !important;
}

.tippy-box[data-theme~='light'] {
  color: #373D3F;
  border: 1px solid #D3D3D3;
}

.tippy-box[data-theme~='chilli'] {
  color: #FFF;
  background-color: #E00034;
}
.tippy-box[data-theme~='chilli'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #E00034;
}
.tippy-box[data-theme~='chilli'][data-placement^='bottom'] > .tippy-arrow::before {
  border-top-color: #E00034;
}
.tippy-box[data-theme~='chilli'][data-placement^='left'] > .tippy-arrow::before {
  border-top-color: #E00034;
}
.tippy-box[data-theme~='chilli'][data-placement^='right'] > .tippy-arrow::before {
  border-top-color: #E00034;
}

.tippy-box[data-theme~='forest'] {
  color: #FFF;
  background-color: #007934;
}
.tippy-box[data-theme~='forest'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #007934;
}
.tippy-box[data-theme~='forest'][data-placement^='bottom'] > .tippy-arrow::before {
  border-top-color: #007934;
}
.tippy-box[data-theme~='forest'][data-placement^='left'] > .tippy-arrow::before {
  border-top-color: #007934;
}
.tippy-box[data-theme~='forest'][data-placement^='right'] > .tippy-arrow::before {
  border-top-color: #007934;
}

.tippy-box[data-theme~='forest50'] {
  color: #FFF;
  background-color: #7FBC99;
}
.tippy-box[data-theme~='forest50'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #7FBC99;
}
.tippy-box[data-theme~='forest50'][data-placement^='bottom'] > .tippy-arrow::before {
  border-top-color: #7FBC99;
}
.tippy-box[data-theme~='forest50'][data-placement^='left'] > .tippy-arrow::before {
  border-top-color: #7FBC99;
}
.tippy-box[data-theme~='forest50'][data-placement^='right'] > .tippy-arrow::before {
  border-top-color: #7FBC99;
}

.tippy-box[data-theme~='sunset'] {
  color: #373D3F;
  background-color: #FFA02F;
}
.tippy-box[data-theme~='sunset'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #FFA02F;
}
.tippy-box[data-theme~='sunset'][data-placement^='bottom'] > .tippy-arrow::before {
  border-top-color: #FFA02F;
}
.tippy-box[data-theme~='sunset'][data-placement^='left'] > .tippy-arrow::before {
  border-top-color: #FFA02F;
}
.tippy-box[data-theme~='sunset'][data-placement^='right'] > .tippy-arrow::before {
  border-top-color: #FFA02F;
}

.tippy-box[data-theme~='lime'] {
  color: #373D3F;
  background-color: #C9DD03;
}
.tippy-box[data-theme~='lime'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #C9DD03;
}
.tippy-box[data-theme~='lime'][data-placement^='bottom'] > .tippy-arrow::before {
  border-top-color: #C9DD03;
}
.tippy-box[data-theme~='lime'][data-placement^='left'] > .tippy-arrow::before {
  border-top-color: #C9DD03;
}
.tippy-box[data-theme~='lime'][data-placement^='right'] > .tippy-arrow::before {
  border-top-color: #C9DD03;
}

.tippy-box[data-theme~='yellow'] {
  color: #373D3F;
  background-color: #DFDF20;
}
.tippy-box[data-theme~='yellow'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #DFDF20;
}
.tippy-box[data-theme~='yellow'][data-placement^='bottom'] > .tippy-arrow::before {
  border-top-color: #DFDF20;
}
.tippy-box[data-theme~='yellow'][data-placement^='left'] > .tippy-arrow::before {
  border-top-color: #DFDF20;
}
.tippy-box[data-theme~='yellow'][data-placement^='right'] > .tippy-arrow::before {
  border-top-color: #DFDF20;
}

@media (max-width: 700px) {
  h1 {
    font-size: 0.875rem;
  }

  p {
    font-size: 0.75rem;
  }

  .infobox p {
    position: relative;
    padding: 0 0.5rem 0 1.5rem;
  }
  .infobox p::before {
    top: 0.375rem;
  }

  table {
    font-size: 0.75rem;
  }

  th.half-height,
  td.half-height {
    padding: 0.125rem;
  }
  th.narrow,
  td.narrow {
    width: 0.75rem;
  }

  th .arrow,
  td .arrow {
    text-align: right;
  }

  svg text {
    font-size: 0.75rem !important;
  }

  .apexcharts-legend-text {
    font-size: 0.75rem !important;
  }

  .apexcharts-legend-marker {
    top: 2px !important;
  }

  .mp-label {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 600px) {
  .hide-optional {
    display: none;
  }

  .col-33,
  .col-50 {
    width: 100%;
  }

  .wrap-interactive > div:nth-child(1) {
    order: 1;
  }
  .wrap-interactive > div:nth-child(2) {
    order: 3;
  }
  .wrap-interactive > div:nth-child(3) {
    order: 5;
  }
  .wrap-interactive > div:nth-child(4) {
    order: 2;
  }
  .wrap-interactive > div:nth-child(5) {
    order: 4;
  }
  .wrap-interactive > div:nth-child(6) {
    order: 6;
  }

  .infobox {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  .infobox:first-child {
    margin-top: 1rem;
  }

  .infobox:last-child {
    margin-bottom: 0.5rem;
  }

  .wrap-interactive .infobox {
    margin-top: 1.25rem;
  }

  .wrap-interactive .infobox:first-child {
    margin-top: 0.5rem;
  }

  .interactive-label {
    font-size: 0.75rem;
  }

  .bar div {
    width: 1.5rem;
  }

  .bar-icon div {
    width: 32px;
    height: 32px;
  }

  /*
  .apexcharts-xaxis-label:nth-child(2n) {
  	fill: none;
  }
  */
}
@media (max-width: 370px) {
  th .arrow,
  td .arrow {
    text-align: inherit;
  }
  th .arrow::before,
  td .arrow::before {
    display: none;
  }
  th .arrow::after,
  td .arrow::after {
    display: none;
  }
}



