.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.widget-head-news .wg-content .wrapper .head-news .caption {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

section.widget.widget-head-news .wg-content {
    position: relative;
}

.autoplay-progress {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
}

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #ffffff;
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

section.widget.widget-head-news {
    height: fit-content;
}

.hero-swiper .swiper-controls {
    display: flex;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    position: absolute;
}

.hero-swiper .swiper-button-play,
.hero-swiper .swiper-button-pause {
    text-align: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 0px;
    cursor: pointer;
}

.hero-swiper .swiper-button-play {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='play' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cpath class='st0' d='M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28s28-12.5 28-28S47.5 4 32 4z M32 58C17.7 58 6 46.3 6 32S17.7 6 32 6s26 11.7 26 26S46.3 58 32 58z'/%3E%3Cpath class='st0' d='M22 44l24-12L22 20V44z'/%3E%3C/svg%3E");
}

.hero-swiper .swiper-button-pause {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='pause' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cpath class='st0' d='M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28s28-12.5 28-28S47.5 4 32 4z M32 58C17.7 58 6 46.3 6 32S17.7 6 32 6s26 11.7 26 26S46.3 58 32 58z'/%3E%3Cpath class='st0' d='M22 22h8v20h-8V22z M34 22h8v20h-8V22z'/%3E%3C/svg%3E");
}

.uk-width-1-1.uk-first-column .uk-container.uk-container-large.uk-padding-remove .widget.widget-head-news .wg-content .news-list {
    position: relative;
    width: calc(100% - 40px);
    margin: -55px auto 15px auto;
    z-index: 1;
}

.hero-swiper .swiper-navigation .swiper-button-next, .hero-swiper .swiper-navigation .swiper-button-prev {
    bottom: unset;
    top: unset;
    right: unset;
    left: unset;
    position: relative;
    height: 35px;
    width: 35px;
    background: none;
    justify-content: center;
    margin: 0;
    z-index: unset;
    align-items: center;
}

.hero-swiper .swiper-navigation {
    position: absolute;
    bottom: 20px;
    width: auto;
    flex-direction: row-reverse;
    z-index: 99;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

    .hero-swiper .swiper-navigation .swiper-button-next:after, .hero-swiper .swiper-navigation .swiper-button-prev:after {
        font-size: 23px;
        color: white;
        opacity: 1;
    }

.hero-swiper .swiper-pagination, .hero-swiper .swiper-scrollbar {
    display: none;
}

.widget-head-news .wg-content .bg-cover {
    width: 100%
}

.hero-swiper {
    position: relative;
}


.placeholder .pl-header h1 a {
    color: inherit;
    text-decoration: none;
}

.pl-cta {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
    padding: 10px 0;
}

    .pl-cta a {
        text-transform: uppercase;
        font-size: 15px;
        color: white;
        background: #272727;
        padding: 10px 18px;
        border-radius: 50px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        text-indent: 6px;
    }

.placeholder .pl-cta svg {
    stroke: white;
    transform: rotate(0deg);
    transition: all .75s ease-in-out;
}

.placeholder .pl-cta a:hover svg {
    transform: rotate(90deg);
}


.gt-article-container img,
.widget-article img {
    max-width: 100% !important;
    height: unset !important;
}

vm-embed.hydrated,
vm-poster.hydrated,
.video-player {
    height: 500px;
    display: block;
    overflow: hidden;
}

.article-widget-slider {
    height: 350px;
    display: block;
}

.widget-head-news.dark .swiper-slide * {
    filter: grayscale(1);
}

.two-column-hero-block .wrapper.head-news-2 {
    display: flex;
}

.widget-head-news.dark .wg-content .wrapper .head-news .caption a h1,
.widget-head-news.dark .wg-content .wrapper .head-news .caption p,
.widget-head-news.dark .wg-content .wrapper .head-news .caption ul li span {
    color: white;
}


.widget-head-news.light .wg-content .wrapper .head-news .caption a h1,
.widget-head-news.light .wg-content .wrapper .head-news .caption p {
    color: var(--herocolor);
}

.swiper-navigation,
.autoplay-progress {
    display: none;
    opacity: 0;
}

.two-column-hero-block .swiper-navigation *,
.two-column-hero-block .autoplay-progress * {
    font-weight: 100;
    filter: grayscale(1) brightness(0.5);
}

.two-column-hero-block .swiper-navigation {
    bottom: 40px;
}

.widget-head-news.two-column-hero-block .wg-content .wrapper.head-news-2 .head-news {
    padding: 0;
}

.swiper-button-play,
.autoplay-progress {
    display: none;
}
.widget-view-controller:before {
    height: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 30px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448.1 416' style='enable-background:new 0 0 448.1 416%3B' xml:space='preserve'%3E%3Cpath d='M223.8 320c-52.3 0-104.7 0-157 0C27.6 320 0 292.5 0 253.4c0-30.5 0-61 0-91.5C0.1 123.8 27.8 96 66 96c105.3 0 210.7 0 316 0c38.1 0 66 27.8 66 65.9c0 30.8 0 61.7 0 92.5c0 37.7-28 65.6-65.8 65.6C329.4 320 276.6 320 223.8 320z M224.3 128c-52.6 0-105.3 0-157.9 0c-21 0-34.3 13.4-34.3 34.4c0 30.3 0 60.6 0 91c0 21.4 13.3 34.6 34.6 34.6c105 0 209.9 0 314.9 0c21.3 0 34.5-13.3 34.5-34.7c0-30.2 0-60.3 0-90.5c0-21.7-13.2-34.9-34.8-34.9C328.9 128 276.6 128 224.3 128z'/%3E%3Cpath d='M224.2 32c-68.3 0-136.7 0-205 0c-2.6 0-5.4-0.1-7.9-0.8c-7.4-2.2-12-9.3-11.2-16.9c0.8-7.7 7.2-13.7 15-14.2c1.7-0.1 3.3 0 5 0c136 0 272 0 408 0C440.6 0 448 6 448 16c0 10-7.4 16-19.9 16C360.2 32 292.2 32 224.2 32z'/%3E%3Cpath d='M224 384c68.8 0 137.7 0 206.5 0c12.4 0 20.5 10.3 16.6 21.2c-2.3 6.4-7.1 9.9-13.8 10.7c-1.6 0.2-3.3 0.1-5 0.1c-136.2 0-272.3 0-408.5 0c-3 0-6.1-0.1-8.9-1c-7.4-2.3-11.8-9.7-10.8-17.1c1-7.5 7.3-13.3 14.9-13.8c1.7-0.1 3.3 0 5 0C88 384 156 384 224 384z'/%3E%3C/svg%3E");
    content: '';
    display: inline-flex;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    background-position: 50% 50%;
}
    .widget-view-controller.widget-view-card:before {
        transform: rotate(90deg);
    }

.widget-view-controller {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    margin: 0 0 7px 15px;
}

.widget-view-controllers {
    display: flex;
    justify-content: end;
}
.uk-grid-card {
    display: none;
}
.widget-view-controller.activeView {
    border-bottom: 2px solid #ffff32;
}

@media (min-width:960.1px) {
    .widget-head-news .wg-content .bg-cover {
        min-height: 600px;
    }

    .uk-width-1-1.uk-first-column .uk-container.uk-container-large.uk-padding-remove .widget.widget-head-news .wg-content .news-list {
        position: absolute;
        width: 25%;
        bottom: 0;
        right: 0;
        margin: 35px 15px 35px 0;
    }

    .widget-head-news .wg-content .wrapper .head-news .caption {
        width: 100%;
    }

    .swiper-navigation {
        bottom: 16px;
    }

    .widget-view-controllers {
        display: none;
    }
    section.widget.widget-head-news {
        height: fit-content;
    }
    .uk-grid-list{
        display: flex !important;
    }
}
@media (max-width:960px) {
    nav.uk-navbar-container.main-nav.uk-navbar-transparent.uk-navbar {
        flex-wrap: wrap;
    }

    .uk-navbar-left {
        order: 1;
    }

    .uk-navbar-right.uk-width1-1.uk-visible\@m {
        order: 3;
        width: 100%;
        background: black;
        display: flex !important;
    }

    .uk-navbar-right.uk-hidden\@m {
        order: 2;
    }

    .uk-flex.uk-width1-1.uk-flex-right.uk-position-relative {
        width: 100%;
        justify-content: space-between;
        height: auto;
    }

    .pg-header header .main-nav .open-search-btn {
        display: none;
    }

    .uk-flex.uk-width1-1.uk-flex-right.uk-position-relative ul.uk-navbar-nav {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .pg-header header .main-nav ul.uk-navbar-nav li a {
        font-size: 16px;
        height: 40px;
        min-height: unset;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        color: white;
    }

    .pg-header header .main-nav .menu-search {
        display: none;
    }

    .not-on-mobile {
        display: none;
    }

    .two-column-hero-block .wrapper.head-news-2 {
        flex-direction: column;
    }

    .two-column-hero-block.widget-head-news .wg-content .wrapper .news-list {
        width: calc(100% - 30px);
    }

    .hero-swiper .swiper-navigation {
        bottom: 60px;
    }
}

.iframe-wrapper {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
}

.iframe-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
}

.iframe-background:after {
    content: '';
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M12.7 24c-0.5 0-0.9 0-1.4 0c-0.1 0-0.1 0-0.2 0c-1.5-0.1-2.9-0.4-4.2-1.1c-3.7-1.8-6-4.7-6.7-8.8c-0.1-0.5-0.1-0.9-0.2-1.4c0-0.5 0-0.9 0-1.4c0-0.4 0.1-0.8 0.2-1.2c0.5-2.7 1.7-5.1 3.7-6.9c2.6-2.4 5.8-3.4 9.3-3.1c2.6 0.2 4.8 1.2 6.7 2.9c2.3 2.1 3.7 4.7 4 7.8c0.2 2-0.1 3.9-0.8 5.7c-1.8 4.1-4.9 6.6-9.4 7.3C13.4 24 13.1 24 12.7 24z M22 12.1c0-5.5-4.5-10-10-10C6.5 2 2 6.5 2 12c0 5.5 4.5 10 10 10C17.5 22 22 17.6 22 12.1z'/%3E%3Cpath class='st0' d='M10 12.1c0-1.2 0-2.3 0-3.5c0-0.2 0-0.4 0.2-0.6c0.2-0.2 0.5-0.2 0.8 0.1c0.9 0.7 1.9 1.4 2.8 2.1c0.7 0.5 1.3 0.9 2 1.4c0.5 0.3 0.5 0.8 0 1.1c-1.6 1.2-3.2 2.3-4.8 3.5c-0.2 0.2-0.5 0.3-0.7 0.1c-0.3-0.1-0.3-0.4-0.3-0.7C10 14.4 10 13.2 10 12.1z'/%3E%3C/g%3E%3C/svg%3E");
}

.iframe-wrapper iframe:first-child {
    display: none;
}