a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    font-family: Proxima N W01 Reg, helvetica, arial, sans-serif;
    font-size: 14px;
    color: #1a1a1a
}

a:hover {
    cursor: pointer
}

.typography--display {
    -webkit-font-smoothing: antialiased
}

.button {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    background-color: #ed3b9c;
    border: 0;
    outline: 0;
    border-radius: none;
    margin-right: 1px;
    color: #fff
}

.button:hover {
    cursor: pointer
}

.button[aria-disabled=true] {
    opacity: .75
}

.embed__header {
    background-color: #fff;
    font-family: Charter ITC W01, georgia, serif;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 3.5rem
}

.embed__header--duplicate {
    position: relative;
    visibility: hidden;
    z-index: 0
}

.embed__exit {
    position: fixed;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    background-color: #ed3b9c;
    border: 0;
    outline: 0;
    border-radius: none;
    color: #fff;
    display: none
}

.embed__exit__link {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
}

.embed__exit__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.3375rem;
    margin-left: -.3375rem;
    width: .625rem;
    height: .625rem;
    fill: #fff;
    display: block
}

.embed--exit .embed__header__label {
    padding-right: 4rem
}

.embed--exit .embed__exit {
    display: block
}

.embed__header__label {
    padding: 1rem 1rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Charter ITC W01 Bold, georgia, serif;
    color: #1a1a1a
}

.embed__header__label__kicker {
    color: #1a1a1a
}

.embed__header__label__kicker:after {
    content: ':'
}

.embed__header__label__kicker:empty:after {
    content: ''
}

@media (min-width:768px) {
    .embed {
        width: 100%;
        padding-top: 56.25%;
        position: relative
    }

    .embed--exit .embed__header__label {
        padding-right: 0
    }

    .embed--exit .embed__exit {
        display: none
    }

    .embed__inner {
        border-top: 0px solid #1a1a1a;
        left: 0;
        height: 100%;
        overflow: hidden
    }

    .embed__header,
    .embed__inner {
        position: absolute;
        top: 0;
        width: 100%
    }

    .embed__header {
        padding-left: 2.50rem;
        height: auto;
        border-bottom: none;
        box-shadow: none;
        min-height: auto
    }

    .embed__header__label {
        height: 0rem;
        line-height: 2.5rem;
        padding: 0
    }

    .embed__body {
        top: 0rem;
        bottom: 0;
        position: absolute;
        width: 100%;
        margin-top: 0
    }

    .embed--tabs .embed__body {
        top: 2rem
    }
}

.popover {
    padding: .75rem 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    font-family: Proxima N W01 Reg, helvetica, arial, sans-serif;
    line-height: 18px
}

.popover__title {
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif
}

.popover p {
    margin-bottom: 16px
}

.popover p:last-child {
    margin-bottom: 0
}

.popover__arrow {
    top: 50%;
    left: -10px;
    border-right: 10px solid #d6d6d6
}

.popover__arrow,
.popover__arrow:after {
    position: absolute;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.popover__arrow:after {
    content: '';
    display: block;
    right: -11px;
    border-right: 10px solid #fff
}

.popover--right .popover__arrow {
    right: -10px;
    left: auto;
    border-left: 10px solid #d6d6d6
}

.popover--right .popover__arrow,
.popover--right .popover__arrow:after {
    border-right: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.popover--right .popover__arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    left: -11px;
    border-left: 10px solid #fff
}

.tablist {
    display: block;
    height: 2.125rem;
    line-height: 2rem;
    overflow: hidden;
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
    font-size: 14px;
    padding: 0 1rem
}

.tablist__viewport {
    display: block;
    height: 100%;
    overflow-x: auto
}

.tablist__list {
    white-space: nowrap
}

.tab,
.tablist__list {
    display: inline-block
}

.tab {
    cursor: pointer
}

.tab + .tab {
    margin-left: 1rem
}

.tab--active {
    border-bottom: 2px solid #ed3b9c
}

@media (min-width:768px) {
    .tablist {
        padding: 0
    }
}

.timeline {
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #d6d6d6
}

.timeline:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 50px;
    right: 50px;
    background-color: #d6d6d6;
    top: 50%;
    z-index: -1
}

.timeline__popover {
    position: absolute;
    background: #fff;
    padding: .5rem;
    text-align: center;
    border: 1px solid #d6d6d6;
    top: -1rem;
    width: 4rem;
    margin-left: -2rem
}

.timeline__popover__arrow {
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #d6d6d6
}

.timeline__popover__arrow,
.timeline__popover__arrow:after {
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.timeline__popover__arrow:after {
    content: '';
    display: block;
    bottom: 1px;
    border-top: 8px solid #fff
}

.timeline__svg {
    width: 100%;
    height: 100%
}

.event {
    cursor: pointer
}

.event circle {
    fill: #705482;
    stroke: #fff;
    stroke-width: 2px
}

.event text {
    background-color: #ff0;
    border: 1px solid #000;
    padding: 10px;
    display: none
}

.event--active text {
    display: block;
    text-anchor: middle
}

.event--active circle {
    stroke: #b7a9c0;
    stroke-width: 4px
}

.marker-bubble__outer {
    fill: transparent;
    stroke-width: 1.5px
}

.marker-bubble__outer:hover {
    cursor: pointer
}

.marker-bubble.type--1 .marker-bubble__inner {
    fill: #ed3b9c
}

.marker-bubble.type--1 .marker-bubble__outer {
    stroke: #ed3b9c
}

.marker-bubble--active.type--1 .marker-bubble__outer {
    fill: rgba(237, 59, 156, .24)
}

.marker-bubble.type--2 .marker-bubble__inner {
    fill: #00a8e8
}

.marker-bubble.type--2 .marker-bubble__outer {
    stroke: #00a8e8
}

.marker-bubble--active.type--2 .marker-bubble__outer {
    fill: rgba(0, 168, 232, .24)
}

.marker-bubble.type--3 .marker-bubble__inner {
    fill: #a61780
}

.marker-bubble.type--3 .marker-bubble__outer {
    stroke: #a61780
}

.marker-bubble--active.type--3 .marker-bubble__outer {
    fill: rgba(166, 23, 128, .24)
}

.marker-bubble.type--4 .marker-bubble__inner {
    fill: #0069b5
}

.marker-bubble.type--4 .marker-bubble__outer {
    stroke: #0069b5
}

.marker-bubble--active.type--4 .marker-bubble__outer {
    fill: rgba(0, 105, 181, .24)
}

.marker-bubble.type--5 .marker-bubble__inner {
    fill: #ffd64d
}

.marker-bubble.type--5 .marker-bubble__outer {
    stroke: #ffd64d
}

.marker-bubble--active.type--5 .marker-bubble__outer {
    fill: rgba(255, 214, 77, .24)
}

.marker-bubble.type--6 .marker-bubble__inner {
    fill: #705482
}

.marker-bubble.type--6 .marker-bubble__outer {
    stroke: #705482
}

.marker-bubble--active.type--6 .marker-bubble__outer {
    fill: rgba(112, 84, 130, .24)
}

.marker-bubble.type--7 .marker-bubble__inner {
    fill: #d99400
}

.marker-bubble.type--7 .marker-bubble__outer {
    stroke: #d99400
}

.marker-bubble--active.type--7 .marker-bubble__outer {
    fill: rgba(217, 148, 0, .24)
}

.marker-bubble.type--8 .marker-bubble__inner {
    fill: #00a83b
}

.marker-bubble.type--8 .marker-bubble__outer {
    stroke: #00a83b
}

.marker-bubble--active.type--8 .marker-bubble__outer {
    fill: rgba(0, 168, 59, .24)
}

.marker-bubble.type--9 .marker-bubble__inner {
    fill: #e5400a
}

.marker-bubble.type--9 .marker-bubble__outer {
    stroke: #e5400a
}

.marker-bubble--active.type--9 .marker-bubble__outer {
    fill: rgba(229, 64, 10, .24)
}

.marker-bubble.type--10 .marker-bubble__inner {
    fill: #93b800
}

.marker-bubble.type--10 .marker-bubble__outer {
    stroke: #93b800
}

.marker-bubble--active.type--10 .marker-bubble__outer {
    fill: rgba(147, 184, 0, .24)
}

.marker-icon__icon {
    fill: #fff
}

.marker-icon__ring {
    stroke: #ed3b9c;
    stroke-width: 1px;
    fill: rgba(237, 29, 156, .5);
    visibility: hidden
}

.marker-icon--active .marker-icon__ring {
    visibility: visible
}

@media (max-width:767px) {
    .markers--icons {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .5rem;
        margin-top: .25rem
    }
}

.marker-number {
    font-family: Proxima N W01 Reg, helvetica, arial, sans-serif
}

.marker-number__text {
    fill: #fff
}

.marker-number__inner {
    fill: #705482
}

.marker-number__outer,
.marker-number__ring {
    fill: transparent
}

@media (max-width:767px) {
    .markers--numbers {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .5rem;
        margin-top: .25rem
    }
}

@media (min-width:768px) {
    .marker-number__outer {
        fill: #ed3b9c;
        opacity: .5
    }

    .marker-number__ring {
        stroke-width: 2px;
        stroke: #ed3b9c
    }
}

.marker-pin__text {
    fill: #fff
}

.marker-pin__inner {
    fill: #705482
}

.marker-pin__outer {
    fill: #fff
}

.marker-pin__ring,
.marker-pin__triangle {
    fill: #705482
}

.marker-pin__halo {
    stroke: #ed3b9c;
    stroke-width: 1px;
    fill: rgba(237, 29, 156, .5);
    visibility: hidden
}

.marker-pin--active .marker-pin__halo {
    visibility: visible
}

.marker-pin--active .marker-pin__inner,
.marker-pin--active .marker-pin__ring,
.marker-pin--active .marker-pin__triangle {
    fill: #ed3b9c
}

.legend {
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    padding: .75rem;
    font-family: Proxima N W01 Reg, helvetica, arial, sans-serif;
    text-transform: capitalize
}

.legend__title {
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
    margin-bottom: .75rem
}

.legend__item {
    padding-left: 1rem;
    position: relative;
    margin-top: .25rem
}

.legend-icons .legend__item {
    position: relative;
    padding-left: 2rem;
    height: 1.5rem;
    padding-top: .375rem
}

.legend-icons .legend__item__icon {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: .125rem;
    fill: #fff
}

.legend-bubbles__item:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    float: left;
    position: absolute;
    top: 2px;
    left: 0
}

.legend-bubbles__item.type--1:before {
    background-color: #ed3b9c
}

.legend-bubbles__item.type--2:before {
    background-color: #00a8e8
}

.legend-bubbles__item.type--3:before {
    background-color: #a61780
}

.legend-bubbles__item.type--4:before {
    background-color: #0069b5
}

.legend-bubbles__item.type--5:before {
    background-color: #ffd64d
}

.legend-bubbles__item.type--6:before {
    background-color: #705482
}

.legend-bubbles__item.type--7:before {
    background-color: #d99400
}

.legend-bubbles__item.type--8:before {
    background-color: #00a83b
}

.legend-bubbles__item.type--9:before {
    background-color: #e5400a
}

.legend-bubbles__item.type--10:before {
    background-color: #93b800
}

.background-world {
    width: 100%;
    height: 100%;
    background-color: #fff
}

.country {
    fill: #fafafa;
    stroke-width: .5px;
    stroke: #b4bbbe
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%
}

.tooltip b {
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif
}

.tooltip i {
    font-family: Proxima N W01 Reg, helvetica, arial, sans-serif
}

.tooltip a {
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
    text-decoration: underline
}

@media (max-width:767px) {
    .tooltip-stat__bar {
        border-top: 1px solid #dde4e4;
        margin-bottom: 4px
    }

    .tooltip-stat__bar__fg {
        height: 10px;
        background-color: #ed3b9c
    }

    .tooltip-stat {
        *zoom: 1
    }

    .tooltip-stat:after,
    .tooltip-stat:before {
        content: '';
        display: table
    }

    .tooltip-stat:after {
        clear: both
    }

    .tooltip-stat__number {
        font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
        float: left
    }

    .tooltip-stat__description {
        display: none
    }

    .tooltip-stat__content {
        margin-left: .5rem;
        float: left
    }

    .tooltip-stat__stat__value {
        margin-right: -3px
    }

    .tooltip-stat__stat {
        float: right
    }
}

@media (min-width:768px) {

    .tooltip-stat__bar,
    .tooltip-stat__number {
        display: none
    }

    .tooltip-stat {
        position: relative
    }

    .tooltip-stat__title {
        font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
        margin-bottom: .25rem
    }

    .tooltip-stat__content {
        margin-right: 5.25rem
    }

    .tooltip-stat__description {
        display: block
    }

    .tooltip-stat__stat {
        position: absolute;
        top: 0;
        right: 0;
        height: 2rem;
        width: 5.25rem
    }

    .tooltip-stat__stat__value {
        font-size: 2.50rem;
        height: 2.25rem;
        line-height: 2.25rem;
        width: 100%;
        text-align: right;
        display: block;
        padding-right: 22px;
        font-family: Proxima N W01 Light, helvetica, arial, sans-serif;
        letter-spacing: -2px;
        margin-top: 4px
    }

    .tooltip-stat__stat__unit {
        position: absolute;
        bottom: -8px;
        right: 0
    }
}

.tooltip-table__title {
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
    margin-bottom: .25rem
}

.tooltip-table__description {
    line-height: 1.25rem
}

.tooltip-table__table {
    margin-top: .5rem;
    width: 100%
}

.tooltip-table__table tr {
    border-top: 1px solid #1a1a1a
}

.tooltip-table__table td {
    padding: .25rem 0
}

.tooltip-table__table td:last-child {
    text-align: right
}

.tooltip-table__table__index {
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif
}

@media (max-width:767px) {
    .tooltip-table {
        margin-top: .5rem;
        border-bottom: 1px solid #dde4e4;
        padding-bottom: 1rem
    }

    .tooltip-table__description {
        clear: both
    }
}

.tooltip-text__title {
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
    margin-bottom: .25rem
}

@media (max-width:767px) {
    .tooltip-text {
        margin-top: .5rem;
        border-bottom: 1px solid #dde4e4;
        padding-bottom: 1rem
    }

    .tooltip-text__description {
        clear: both
    }
}

.map--desktop {
    width: 100%;
    display: none
}

.map__map {
    position: relative;
    width: 100%;
    height: 100%
}

.map--mobile {
    margin-bottom: 1rem;
    margin-top: .5rem
}

.map-mobile__item {
    position: relative;
    padding: 0 1rem
}

.map-mobile__item .markers {
    float: left;
    margin-bottom: .5rem
}

.map-mobile__item .tooltip {
    padding-top: .625rem
}

@media (min-width:768px) {
    .map--desktop {
        display: block;
        height: 100%
    }

    .map--mobile {
        display: none
    }

    .map__body {
        height: 100%
    }

    .marker:hover {
        cursor: pointer
    }

    .markers {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
}

.carousel__body--desktop {
    display: none
}

@media (min-width:768px) {
    .carousel__body--desktop {
        display: block
    }

    .carousel__body--mobile {
        display: none
    }
}

@media (max-width:767px) {
    .carousel__header {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        padding: 16px;
        width: 100%;
        z-index: 1
    }
}

.item__body {
    line-height: 20px;
    padding: 0 1rem
}

.item__body p {
    margin-bottom: 1rem
}

.item__title {
    color: #1a1a1a;
    font-family: Proxima N W01 Smbd, helvetica, arial, sans-serif;
    margin-bottom: 1.25rem
}

.item__date {
    display: block;
    color: #666;
    clear: both;
    font-family: Proxima N W01 Reg, helvetica, arial, sans-serif
}

.item__date:empty {
    display: none
}

.item__img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width:768px) {
    .carousel__header {
        position: absolute;
        top: 0;
        height: 3.5rem
    }

    .carousel__body--desktop,
    .carousel__body__inner {
        width: 100%;
        height: 100%
    }

    .carousel__body__footer {
        height: 3.5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .timeline {
        position: absolute;
        left: 0;
        right: 7.25rem;
        width: auto;
        z-index: 3
    }

    .controls {
        width: 12.5rem;
        z-index: 2
    }

    .controls,
    .controls__buttons {
        position: absolute;
        right: 0
    }

    .controls__btn svg {
        fill: #fff;
        width: .875rem;
        height: .875rem;
        margin-top: .25rem
    }

    .controls__btn--next {
        margin-right: 0
    }

    .controls__feedback {
        color: #666;
        width: 100%;
        line-height: 3.5rem;
        padding-left: 1.25rem;
        background-color: #fff
    }

    .item {
        width: 100%;
        height: 100%;
        transition: left .75s;
        background-color: #eef2f2
    }

    .item,
    .item__img {
        position: absolute;
        top: 0
    }

    .item__img {
        left: 0;
        right: 12.5rem;
        bottom: 0;
        width: auto;
        padding: 0;
        margin: 0
    }

    .item__wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 12.5rem;
        bottom: 3.5rem
    }

    .item__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 1rem;
        width: 100%;
        background-color: #fafafa;
        left: 0;
        opacity: .8
    }

    .item__body {
        position: absolute;
        top: 0;
        right: 0;
        width: 12.5rem;
        background-color: #fafafa;
        bottom: 0;
        overflow: auto;
        padding: 1.25rem
    }
}

@media (min-width:1280px) {
    .item__img {
        right: 20.625rem
    }

    .controls,
    .item__body {
        width: 20.625rem
    }
}

@media (min-width:1600px) {
    .item__img {
        right: 25.625rem
    }

    .controls,
    .item__body {
        width: 25.625rem
    }
}
