.map-top-element{
    max-width:60px !important;
    height:60px;
}

#world-map-wrapper {
    position: relative;
}

#world-map {
    position: relative;
    z-index: 10;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%, 0 40%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%, 0 40%);
}

#world-map a>g {
    cursor: pointer;
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    fill: #ffffff;
    stroke: #cfcfcf12;
    stroke-width: 0.25;
}

#world-map a:hover > g,
#world-map a.active > g {
    opacity: 1 !important;
    fill: url(#worldMapGradient);
}

.map-label {
    font-family: "Outfit", "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-anchor: middle;
    dominant-baseline: central;
    fill: #222222;
    transition: fill 0.4s ease-in-out;
    -webkit-transition: fill 0.4s ease-in-out;
    pointer-events: none;
}

#world-map a:hover .map-label,
#world-map a.active .map-label {
    fill: #ffffff !important;
}

.world-news {
    position: relative;
    top: -190px;
    margin-bottom: -190px;
    width: 100%;
    z-index: 1;
    transition-timing-function: ease-in-out !important;
    -webkit-transition-timing-function: ease-in-out !important;
}

@media screen and (max-width: 720px) {
    .world-news {
        top: 0;
        margin-bottom: 0;
    }
}

.blend {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, .6) 100%);
    z-index: 1;
}

@media screen and (max-width:720px) {
    .blend {
        display: none;
    }
}

.item-article__header {
    width: 100% !important;
}

.title {
    line-height: 1.1;
}

.lead {
    padding-top: 20px;
    padding-left: 0;
}

.details-top {
    margin-bottom: 20px;
}

.slick-track,
.track {
    transition: margin .5s ease-in-out;
    transition-delay: .5s;
    -webkit-transition: margin .5s ease-in-out;
    -webkit-transition-delay: .5s;
    margin: 0;
    width: 2000px;
    position: relative;
    overflow: hidden;
}

.slick-track::before,
.track::before,
.slick-track::after,
.track::after {
    content: "";
    display: table;
}

.slick-track::after,
.track::after {
    clear: both;
}

@media screen and (max-width:720px) {

    .slick-track,
    .track {
        width: 2000vw;
    }
}

.slick-track.no-transition,
.track.no-transition {
    transition: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition: 0s !important;
    -webkit-transition-delay: 0s !important;
    -webkit-backface-visibility: hidden;
}

.slick-list,
.list {
    height: 450px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:720px) {

    .slick-list,
    .list {
        height: auto;
    }
}

.slick-slide,
.slide {
    transition: .5s;
    -webkit-transition: .5s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    animation-timing-function: linear;
    overflow: visible;
    top: 0;
    display: block;
    float: left;
    width: 130px;
    transition-delay: .5s !important;
    -webkit-transition-delay: .5s !important;
}

@media screen and (max-width:720px) {

    .slick-slide,
    .slide {
        width: calc(100vw - 30px);
    }
}

.slick-slide>div,
.slide>div {
    transform: translateZ(0) scale(.48);
    -webkit-transform: translateZ(0) scale(.48);
    transition: .5s;
    opacity: .3;
    width: 250px;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    margin-top: 150px;
    overflow: hidden;
}

.slick-slide .item-article__header .title,
.slide .item-article__header .title {
    font-size: 4rem;
}

@media screen and (max-width:720px) {

    .slick-slide>div,
    .slide>div {
        margin: 0;
        width: 100%;
        transform: translateZ(0) scale(1);
    }
}

.slick-current,
.current {
    width: 370px !important;
    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
}

@media screen and (max-width:720px) {

    .slick-current,
    .current {
        width: calc(100vw - 30px) !important;
    }
}

.slick-current>div,
.current>div {
    transform: translateZ(0) scale(.89);
    -webkit-transform: translateZ(0) scale(.89);
    transition-property: all;
    transition-delay: 1s !important;
    -webkit-transition-property: all;
    -webkit-transition-delay: 1s !important;
    width: 300px;
    margin-top: 0;
    opacity: 1;
}

@media screen and (max-width:720px) {

    .slick-current>div,
    .current>div {
        width: 100%;
        transform: translateZ(0) scale(1);
    }
}

.slick-current header::after,
.current header::after {
    display: none;
}

p.lead span {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-left: 10px;
    background: url("../images/icon-note-right.png") center bottom no-repeat;
}

.more-wrapper {
    text-align: center;
    margin-bottom: 0;
}

.more-wrapper button {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    max-width: 1000px;
}

.more-news-wrapper {
    padding: 0 75px;
}

@media screen and (max-width:720px) {
    .more-news-wrapper {
        padding: 0;
    }
}

.more-news-wrapper:not(.open) {
    height: 0;
    overflow: hidden;
}

.more-news-wrapper.open {
    height: auto;
}

@media screen and (max-width:720px) {
    .item-article:first-child::before {
        content: "";
        display: block;
        width: 100%;
        max-width: 100px;
        height: 1px;
        margin: 35px auto;
        background-color: #c8c7c7;
    }
}