* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --title-black: #000000;
    --text-black: #222222;
    --text-normal: #6A6A6A;
    --number-color: #FFA59D;
    --line-color: #D6C2BC;
    --background-title: #E0E0E0;
    --white: #FFFFFF;
    --Roboto-Condensed: 'Roboto Condensed', sans-serif;
}

li {
    list-style: none !important;
    text-decoration: none !important;
}

a {
    list-style: none !important;
    text-decoration: none !important;
}

.aspect-medium {
    position: relative;
    display: block;
}

    .aspect-medium::before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 67%;
    }

.aspect-16-9 {
    position: relative;
    display: block;
}
    .aspect-16-9::before {
        content: '';
        width: 100%;
        display: block;
        padding-bottom: 56.25%;
    }

.aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 120px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 35px;
}

.two-line-top {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 85px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 40px;
}

.two-line-top-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 60px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 28px;
}

.three-line-top {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 20px
}

.three-line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 20px
}
/* Featured-categories */
.Featured-categories > .container > .img {
    padding-right: 32px;
    width: 70%;
}

    /*.Featured-categories > .container > .img > a > img {
        width: 529.78px;
        height: 298px;
    }*/

.Featured-categories > .container > .container-item {
    height: 335px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .Featured-categories > .container > .container-item > .title > h2 > a {
        font-size: 32px;
        color: #292929;
        font-family: var(--Roboto-Condensed);
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .Featured-categories > .container > .container-item > .sub-title {
        font-size: 20px;
        color: #292929;
        font-family: var(--Roboto-Condensed);
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .Featured-categories > .container > .container-item > .txt {
        font-size: 16px;
        color: #292929;
        font-family: var(--Roboto-Condensed);
        line-height: 20px;
        font-weight: 400;
    }

    .Featured-categories > .container > .container-item > .btn {
        display: flex;
        font-size: 20px;
        color: #FFFFFF;
        font-family: var(--Roboto-Condensed);
        font-weight: 400;
        background-color: #292929;
        padding: 8px 32px;
        width: fit-content;
        border-radius: 40px;
        margin-top: 30px;
    }

.Featured-categories > .container {
/*    padding-left: 120px;
    padding-right: 120px;*/
    padding: 48px 0px 0px;
    display: flex;
}
/* END */
/* Trending-list */
.trending-list {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}

.container-trending-list > .top-list {
    align-items: center;
}

    .container-trending-list > .top-list > .img > img {
        width: 15px;
        height: 15px;
    }

    .container-trending-list > .top-list > .img {
        margin-right: 11px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 1px solid #0000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-trending-list > .top-list > .text > p {
        font-family: var(--Roboto-Condensed);
        font-weight: 700;
        font-size: 16px;
        color: var(--title-black);
    }

.container-trending-list > .center-list > .first-list > .col-4 {
    padding-right: 20px;
}

    .container-trending-list > .center-list > .first-list > .col-4 > .numerical-order > p {
        font-family: var(--Roboto-Condensed);
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        color: var(--number-color);
        display: flex;
        align-items: start;
        line-height: 56px;
    }

    .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .auther > .img-auther > a > img {
        width: 20px;
        height: 20px;
    }

    .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .auther > .name > a {
        font-family: var(--Roboto-Condensed);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--text-black);
    }

    .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .title-info{
        max-height: 40px;
    }

    .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .title-info > h3 > a {
        font-family: var(--Roboto-Condensed);
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        display: block;
        color: var(--title-black);
    }

    .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .post-day-info > .post-day > p {
        font-family: var(--Roboto-Condensed);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--text-normal);
        display: flex;
        align-items: center;
    }

    .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .post-day-info > .post-day > .tag {
        font-family: var(--Roboto-Condensed);
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--text-normal);
    }

    .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .post-day-info {
        align-items: center;
    }

        .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .post-day-info > .tag {
            border-radius: 20px;
            background-color: var(--background-title);
            text-align: center;
            align-items: center;
            padding: 2px 8px;
        }

            .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .post-day-info > .tag > p {
                font-size: 14px;
                color: var(--text-normal);
                font-family: var(--Roboto-Condensed);
                font-weight: 400;
            }

        .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .post-day-info > .dot {
            margin: 0 11px 0 11px;
            display: flex;
            align-items: center;
        }

            .container-trending-list > .center-list > .first-list > .col-4 > .container-info > .post-day-info > .dot > p {
                display: flex;
                align-items: center;
                margin: 0 !important;
                padding-bottom: 10px;
            }

/* END */
/* Main-section */
.main-section > .container > .container-main-section > .col-4 {
    padding-left: 60px;
}
/* .container-main-section>.col-8{
    width: 65%;
}
.container-main-section>.col-4{
    width: 35%;
} */
/* .main-section>.container-main-section>.col-8>.container-info>.info{
    width: fit-content;
} */
/*.main-section > .container > .container-main-section > .col-8 > .container-info > .col-4 {
    width: fit-content;
}*/
.main-section > .container > .container-main-section > .col-8 > .container-info > .container-image > .img-medium {
    width: 100%;
}

.container-main-section > .col-8 > .auther > .name > a {
    font-family: var(--Roboto-Condensed);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-black);
}

.container-main-section > .col-8 > .auther > .img-auther > a > img {
    width: 20px;
    height: 20px;
}

.container-main-section > .col-8 > .container-info > .info > .title-info > h3 > a {
    font-family: var(--Roboto-Condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block;
    color: var(--text-black);
}

.container-main-section > .col-8 > .container-info > .info > .content-info > p {
    font-family: var(--Roboto-Condensed);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-normal);
}

.container-main-section > .col-8 > .container-info > .info > .post-day-info > .post-day > p {
    font-family: var(--Roboto-Condensed);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-normal);
    display: flex;
    align-items: center;
}

.container-main-section > .col-8 > .container-info > .info > .post-day-info > .post-day > .tag {
    font-family: var(--Roboto-Condensed);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-normal);
}

.container-main-section > .col-8 > .container-info > .info > .post-day-info {
    align-items: center;
}

    .container-main-section > .col-8 > .container-info > .info > .post-day-info > .tag {
        border-radius: 20px;
        background-color: #F2F2F2;
        text-align: center;
        align-items: center;
        padding: 2px 8px;
    }

        .container-main-section > .col-8 > .container-info > .info > .post-day-info > .tag:hover {
            background-color: #E0E0E0;
        }

        .container-main-section > .col-8 > .container-info > .info > .post-day-info > .tag > p > a {
            font-size: 14px;
            color: var(--text-normal);
            font-family: var(--Roboto-Condensed);
            font-weight: 400;
        }

    .container-main-section > .col-8 > .container-info > .info > .post-day-info > .dot {
        margin: 0 11px 0 11px;
        display: flex;
        align-items: center;
    }

        .container-main-section > .col-8 > .container-info > .info > .post-day-info > .dot > p {
            display: flex;
            align-items: center;
            margin: 0 !important;
            padding-bottom: 10px;
        }

    .container-main-section > .col-8 > .container-info > .info > .post-day-info > .book-mark > i {
        font-size: 21px;
        color: var(--text-black);
    }

.container-main-section > .col-4 {
    align-items: center;
}

    .container-main-section > .col-4 > .promotion {
        padding: 30px 0;
        border-bottom: 1px solid #E0E0E0;
    }

        .container-main-section > .col-4 > .promotion > .img > img {
            width: 100%;
            height: auto;
        }

.container-main-section > .col-8 > .container-info {
    padding-bottom: 43px;
}

    .container-main-section > .col-8 > .container-info > .col-4 > .img-medium > a > img {
        width: 200px;
        height: 112px;
    }

.search {
    border: 1px solid var(--line-color);
    border-radius: 20px;
    padding: .3rem;
    width: 100%;
}

    .search i {
        margin-left: .6rem;
        width: 4%;
    }

    .search input[type='text'] {
        border: none;
        outline: none;
        width: 85%;
        padding: .2rem .5rem;
    }

.container-main-section > .col-4 > .Topics-interest {
    border-bottom: 1px solid #E0E0E0;
    /* position: relative;
    left: 50%;
    right: 50%;
    width: 100%;
    margin-left: -50%;
    margin-right: -50%; */
}

    .container-main-section > .col-4 > .Topics-interest > .title > p {
        font-family: var(--Roboto-Condensed);
        font-size: 16px;
        font-weight: 700;
        color: #000000;
    }

    .container-main-section > .col-4 > .Topics-interest > .container-tag > .tag {
        padding: 6px 8px;
        background-color: #ffffff;
        border-radius: 2px;
        width: fit-content;
        border: 1px solid #E0E0E0;
    }

        .container-main-section > .col-4 > .Topics-interest > .container-tag > .tag > a {
            font-family: var(--Roboto-Condensed);
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            text-align: center;
        }

.container-main-section > .col-4 > .information-contacts > .container-info-cnt > .title > p {
    font-family: var(--Roboto-Condensed);
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 20px;
}

.container-main-section > .col-4 > .information-contacts > .container-info-cnt > .txt > p {
    font-family: var(--Roboto-Condensed);
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 20px;
}
/* END */
/*Register notify*/
.notify_contact {
    width: 552px !important;
    height: auto !important;
    padding: 40px;
}
    .notify_contact > .modal-header{
        padding: 0;
    }

    .notify_contact > .modal-body {
        padding: 0 85px;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
        .notify_contact > .modal-body > .modal-title {
            font-size: 32px;
            font-weight: 400;
            color: #000000;
            font-family: 'Roboto Condensed', sans-serif;
            margin-bottom: 30px
        }

        .notify_contact > .modal-body > input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #E0E0E0 !important;
            line-height: 24px;
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            font-family: 'Roboto Condensed', sans-serif;
            outline: none;
            margin-bottom: 40px;
        }
        .notify_contact > .modal-body > .txt {
            padding-top: 8px;
            line-height: 20px;
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            font-family: 'Roboto Condensed', sans-serif;
            margin-bottom: 60px;
            text-align: center;
        }
    .notify_contact > .modal-footer {
        border: none !important;
    }
        .notify_contact > .modal-footer > button {
            width: 226px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #292929;
            color: #ffff;
            border-radius: 20px;
            background-color: #292929 !important;
        }
.container-main-section > .col-8 > .container-info > .info > .post-day-info > .book-mark {
    background-image: url(/img/carbon_bookmark-add.svg);
    width: 16px;
    height: 18px;
    cursor: pointer;
}
.like_active {
    background-image: url(/img/carbon_bookmark.svg) !important;
    width: 14px !important;
    height: 18px;
    cursor: pointer;
}
.container-main-section > .col-8 > .container-info > .info > .post-day-info > .book-mark1 {
    width: 16px;
    height: 18px;
    cursor: pointer;
}
    /* reposive */
    .container-featured-categories {
    margin: 0 !important;
    /*padding-left: 120px !important;
    padding-right: 120px !important;*/
}

.trending-list > .container-trending-list {
    margin: 0 !important;
    /*padding-left: 120px !important;
    padding-right: 120px !important;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-section > .container-main-section {
    margin: 0 !important;
    /*padding-left: 120px !important;
    padding-right: 120px !important;*/
}

.home-reponsive {
    display: none;
}

    .home-reponsive > .btn-reponsive {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home-reponsive > .btn-reponsive > .btn-more {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            border: 1px solid #222222;
            padding: 6px 16px;
        }

            .home-reponsive > .btn-reponsive > .btn-more > p {
                font-size: 14px;
                font-family: var(--Roboto-Condensed);
                color: var(--text-black);
                font-weight: 400;
            }

    footer{
        display:none;
    }
    
    .footer-reponsive .logo img {
        padding: 8.4px 15px;
        background-color: #F4271A;
        border-radius:40px;
        margin-bottom:16px;
    }
    .footer-reponsive .footer-navigator ul{
        padding-left:0;
        column-gap:16px;
    }
    .footer-reponsive .footer-navigator ul li a {
        font-family: var(--Roboto-Condensed);
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
    }
    .footer-reponsive .border-line {
        width: 100%;
        background-color: #E0E0E0;
        height: 1px;
        margin-bottom:16px;
    }
    .footer-reponsive .paragraph {
        font-family: var(--Roboto-Condensed);
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        margin-bottom:16px;
    }
/* END */
.container-main-section .information-contacts .small-nav ul {
    list-style: none;
    padding: 0;
    gap: 4px 8px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.container-main-section .information-contacts .small-nav ul li a {
    font-family: var(--Roboto-Condensed);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--black-text);
}
/*Reponsive Nav*/
.Nav-reponsive {
    position: fixed;
    background: #FFFFFF;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    align-items: center;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    display: none;
}
    
    .Nav-reponsive > .nav-item {
        display: flex;
        justify-content: center;
    }

        .Nav-reponsive > .nav-item > a > svg path {
            fill : #B1B1B1;
        }

        .Nav-reponsive a.nav-active > svg path {
            fill: #000000 !important;
        }
/*END*/
.topicMoible {
    display: none;
}
/*Menu Popup*/
#showmenu_home {
    display: none;
}

.menu-mobile {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#oveflow-rs {
    display: none;
}

    #oveflow-rs.active {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        max-height: calc(100vh);
        padding-left: 0;
        padding-right: 0;
    }

    #oveflow-rs::-webkit-scrollbar {
        width: 14px;
        background-color: transparent;
    }

    #oveflow-rs::-webkit-scrollbar-track {
        background-color: #F2F1EF;
    }

    #oveflow-rs::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 20px;
        border: 3px solid transparent;
        background-clip: content-box;
    }

.header__menuMobile {
    background-color: #fff;
    transition: transform .5s;
    z-index: 1001;
    position: fixed;
    padding-left: 0px;
    padding-right: 0px;
}

.header__menuMobile__navbar {
    background: #ee321f !important;
}

.header__menuMobile__navbar__txt {
    color: #fff;
    font-family: var(--Roboto-Condensed);
}

.uk-light {
    color: rgba(255,255,255,.7);
}

.uk-navbar {
    display: flex;
    position: relative;
}

.uk-navbar-left {
    flex-wrap: wrap;
}

.uk-navbar-container > .uk-navbar-left {
    padding-left: 0px !important;
}

.header__menuMobile__navbar .uk-navbar-item, .header__menuMobile__navbar .uk-navbar-toggle {
    min-height: 40px;
    align-items: center;
    display: flex;
    padding: 0 15px;
}

.uk-navbar-right {
    margin-left: auto;
}

.header__menuMobile__navbar .uk-navbar-toggle {
    min-height: 40px;
}

.header__menuMobile__titleCategori {
    position: relative !important;
    text-align: center !important;
    margin-top: 25px;
}

    .header__menuMobile__titleCategori:before {
        border-top: 1px solid #d5d5d5;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .header__menuMobile__titleCategori span {
        align-items: center;
        background-color: #fff;
        color: #999;
        display: inline-flex;
        font-family: Roboto Condensed Regular, sans-serif;
        min-height: 16px;
        padding: 0 15px;
        position: relative;
    }

.header__menuMobile__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 15px;
    margin-top: 20px;
}

.header__menuMobile__nav__li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-bottom: 15px;
}

.header__menuMobile__nav__a {
    align-items: center;
    border: 1px solid #e8e8e8;
    color: #161616;
    display: flex;
    min-height: 40px;
    padding: 0 15px 0 40px;
    position: relative;
    width: 100%;
}

    .header__menuMobile__nav__a > span {
        font-size: 14px;
        font-family: var(--Roboto-Condensed);
        color: #161616;
    }

.item__70:nth-child(2) {
    padding-top: 20px;
}

.footer__bottom__subnav {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
}

    .footer__bottom__subnav > .uk-first-column {
        flex: none;
        padding-left: 20px;
        position: relative;
    }

        .footer__bottom__subnav > .uk-first-column > a {
            display: flex;
            align-items: center;
            column-gap: .25em;
            color: #999;
            font-size: .875rem;
            text-transform: uppercase;
            transition: .1s ease-in-out;
            transition-property: color,background-color;
        }

            .footer__bottom__subnav > .uk-first-column > a.email::before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath data-name='Rectangle 80' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath data-name='Path 20' d='M3.902 13.649 4.551 13a.355.355 0 1 1 .503.503L3.82 14.74a.355.355 0 0 1-.606-.243l-.113-4.41a.355.355 0 1 1 .71-.02Z' fill='%23ee321f' fill-rule='evenodd'/%3E%3Cpath data-name='Path 21' d='m7.36 4.559.576-.246a.356.356 0 1 0-.279-.654l-.576.246a.356.356 0 1 0 .279.654Z' fill='%23ee321f' fill-rule='evenodd'/%3E%3Cpath data-name='Path 22' d='M14.433 1.538 9.162 3.789a.356.356 0 1 1-.279-.654l6.085-2.6a.355.355 0 0 1 .466.466l-6.243 14.62a.355.355 0 0 1-.578.112l-3.317-3.317a.356.356 0 0 1-.036-.461l3.821-5.254-5.428 3.665a.355.355 0 0 1-.45-.043L.236 7.356a.355.355 0 0 1 .112-.578l5.327-2.274a.356.356 0 0 1 .279.654L1.111 7.226l2.388 2.388 6.86-4.632a.355.355 0 0 1 .486.5l-4.832 6.643 2.731 2.731Z' fill='%23ee321f' fill-rule='evenodd'/%3E%3C/svg%3E")
            }

            .footer__bottom__subnav > .uk-first-column > a.ads::before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.037' height='15.923'%3E%3Cpath data-name='Path 19' d='M16.468 4.081V.464a.48.48 0 0 0-.644-.435L7.75 3.25H3.762a2.1 2.1 0 0 0-1.837 1.1l-.347.125a2.357 2.357 0 0 0 0 4.449l.234.082a2.1 2.1 0 0 0 1 1.109l.832 5.373a.473.473 0 0 0 .453.4l3.3.031a.475.475 0 0 0 .349-.174.483.483 0 0 0 .106-.382l-.788-5.032h.677l8.07 3.231a.462.462 0 0 0 .171.035.486.486 0 0 0 .267-.079.467.467 0 0 0 .211-.381V9.316a2.62 2.62 0 0 0 0-5.24ZM.914 6.701a1.425 1.425 0 0 1 .75-1.259v2.519A1.425 1.425 0 0 1 .914 6.7Zm1.671-1.345a1.19 1.19 0 0 1 1.177-1.184h3.6v5.24h-3.6a1.164 1.164 0 0 1-.305-.039.475.475 0 0 0-.161-.053 1.172 1.172 0 0 1-.71-1.072Zm4.281 9.612L4.5 14.954l-.715-4.619h2.354Zm8.68-2.507-7.26-2.893V4.037l7.258-2.892Zm.922-4.062v-3.4a1.7 1.7 0 0 1 0 3.4Z' fill='%23ee321f'/%3E%3C/svg%3E")
            }

            .footer__bottom__subnav > .uk-first-column > a.contact:before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.052' height='15.127'%3E%3Cg data-name='Icon feather-mail' fill='none' stroke='%23ee321f' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath data-name='Path 17' d='M2.462.5h14.127a1.771 1.771 0 0 1 1.766 1.766v10.6a1.771 1.771 0 0 1-1.766 1.766H2.462a1.771 1.771 0 0 1-1.766-1.771V2.266A1.771 1.771 0 0 1 2.462.5Z'/%3E%3Cpath data-name='Path 18' d='m18.355 2.266-8.83 6.181L.696 2.266'/%3E%3C/g%3E%3C/svg%3E")
            }

            .footer__bottom__subnav > .uk-first-column > a.rss:before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.027' height='14.027'%3E%3Cg data-name='Icon feather-rss' fill='none' stroke='%23ee321f' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath data-name='Path 47' d='M.5 6.199a7.328 7.328 0 0 1 7.328 7.328'/%3E%3Cpath data-name='Path 48' d='M.5.5a13.027 13.027 0 0 1 13.027 13.027'/%3E%3Cpath data-name='Path 49' d='M2.128 12.712a.814.814 0 1 1-.814-.814.814.814 0 0 1 .814.814Z'/%3E%3C/g%3E%3C/svg%3E")
            }


