header,
nav {
    display: block;
    font-family: Montserrat, Arial, Tahoma, sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

img {
    border: 0;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

body {
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    font-family: Arial, Tahoma, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -ms-transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

a:hover {
    color: #21409a;
}

a:focus {
    outline: none;
}

ul {
    padding: 0 0 0 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}

ul ul {
    margin-top: calc(12px / 2);
    margin-bottom: 0;
}

ul li {
    padding: 8px 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

header {
    display: table;
    width: 100%;
}

@media (min-width:1024px) {
    header {
        display: block;
    }
}

.font-heading {
    line-height: 1.3;
}

.container {
    padding-left: calc(26px / 2);
    padding-right: calc(26px / 2);
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 1080px;
}

@media (min-width:1024px) and (max-width:1280px) {
    .container {
        width: 1008px;
    }
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-26px / 2);
    margin-right: calc(-26px / 2);
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="column-"] {
    padding-right: 0;
    padding-left: 0;
}

.column-auto {
    position: relative;
    width: 100%;
    padding-left: calc(26px / 2);
    padding-right: calc(26px / 2);
}

.column-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

input:focus,
button:focus {
    outline: none;
}

input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

button {
    cursor: pointer;
    background: #f0f0f0;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media (min-width:1024px) and (max-width:1280px) {

    .navbar-first .nav__item a,
    .navbar-second .nav__item a {
        padding: 12px 7px;
    }
}

@media(min-width:800px) {

    .nav__item--new a:after {
        content: "";
        width: 5px;
        height: 5px;
        background: #FF0000;
        position: absolute;
        top: 12px;
        right: 4px;
        overflow: hidden;
    }
    
    .navbar-second .nav {
        margin-left: 8px;
    }
    
    .nav {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    
    .nav a {
        display: block;
    }
    
    .nav__item {
        position: relative;
        padding: 0;
    }
    
    .nav__item a {
        padding: 12px 10px;
    }
    
    .navbar-first .nav__item a {
        color: #FFFFFF;
    }
    
    .navbar-first .nav__item a:hover {
        color: #fcc43f;
    }
    
    .nav__item--active a {
        color: #21409a;
    }
    
    .navbar-first .nav__item--active a {
        color: #fcc43f;
    }
    
    .nav__item--new {
        position: relative;
    }
    
    .nav__item--new a {
        color: #75b72e;
    }
    
    .navbar {
        position: relative;
    }
    
    .navbar-sticky {
        z-index: 5;
        position: sticky;
        position: -webkit-sticky;
        top: 46px;
    }
    
    .navbar-sticky-top {
        position: absolute;
        margin-top: -46px;
    }
    
    .navbar-border {
        display: none;
        height: 2px;
    }
    
    .navbar-logo {
        line-height: inherit;
        white-space: nowrap;
        padding: 8px 12px;
        width: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    .navbar-logo-kanal {
        display: none;
    }
    
    .navbar-logo img {
        width: 100%;
    }
    
    .navbar-first {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    
    .navbar-second,
    .navbar--bg {
        background: #f0f0f0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    
    .mgb-16 {
        margin-bottom: 16px !important;
    }
    
    .font-heading {
        font-weight: 400;
    }
    
    .nav {
        font-weight: 600;
    }
    
    .navbar-logo {
        font-family: Montserrat, Arial, Tahoma, sans-serif;
    }
    
    .font-heading,
    .nav {
        font-family: Montserrat, Arial, Tahoma, sans-serif;
    }
    
    .nav,
    .navbar-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap;
    }
    
    .flex-between,
    .header__logo {
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap;
        align-items: center;
    }
    
    .nav__item--new a:after {
        border-radius: 50%;
    }
}


@media(min-width:800px) {
    .navbar-border,
    .navbar-first {
        background: #21409A;
        background: -moz-linear-gradient(100deg, #21409a 50%, #007cbd 100%);
        background: -webkit-linear-gradient(100deg, #21409a 50%, #007cbd 100%);
        background: linear-gradient(100deg, #21409a 50%, #007cbd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start_color', endColorstr='$end_color', GradientType=1);
    }
    
    .header {
        margin: 16px 0;
    }
    
    .header__logo {
        min-height: 90px;
    }
    
    .header__logo img {
        width: 265px;
    }
}


@media (min-width:1024px) and (max-width:1280px) {
    .header__logo img {
        width: 240px;
    }
}

/*! CSS Used from: https://awscdn.detik.net.id/assets/css/framebar/framebar.css?v=2023101016166 */
body {
    margin: 0;
    padding: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dtkframebar {
    position: relative;
    height: 46px;
    font-family: "Montserrat", sans-serif;
    z-index: 22;
}

.dtkframebar__clearfix:before,
.dtkframebar__clearfix:after {
    content: " ";
    display: table;
}

.dtkframebar__clearfix:after {
    clear: both;
}

.dtkframebar__icons {
    width: 46px;
    height: 46px;
    background: url("../img/icon-sprite.png") no-repeat;
    display: block;
}

.dtkframebar__icons-search {
    background-position: -34px 12px;
}

.dtkframebar a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.dtkframebar__btn {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 2px solid #244B9C;
    text-decoration: none;
    color: #244B9C;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.dtkframebar__btn:hover,
.dtkframebar__btn.active {
    background: #244B9C;
    color: #fff;
    cursor: pointer;
}

.dtkframebar__btn.active:hover {
    background: #266eef;
    border-color: #266eef;
}

.dtkframebar__bg {
    width: 100%;
    height: 46px;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dtkframebar__bg__inner {
    background: #FFF;
    border-bottom: #9B9B9B;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 1;
}

@media (min-width:0px) and (max-width:640px) {
    .dtkframebar__bg__inner {
        position: inherit;
    }
}

.dtkframebar__wrapper {
    width: 1100px;
    margin: 0 auto;
}

@media (min-width:1025px) and (max-width:1280px) {
    .dtkframebar__wrapper {
        width: 1000px;
    }
}

@media (max-width:1025px) {
    .dtkframebar__wrapper {
        width: 100%;
    }
}

.dtkframebar__menu {
    padding-right: 2%;
    border-right: 1px solid #e5e5e5;
    position: relative;
    z-index: 10;
    height: 46px;
    overflow: hidden;
}

@media (max-width:415px) {
    .dtkframebar__menu {
        margin-left: 15px;
    }
}

.dtkframebar__menu__icon {
    z-index: 11;
    width: 20px;
    height: 14px;
    position: relative;
    margin: 17px 9px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
}

.dtkframebar__menu__icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 12px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dtkframebar__menu__icon span:nth-child(1) {
    top: 0px;
}

.dtkframebar__menu__icon span:nth-child(2) {
    top: 5px;
}

.dtkframebar__menu__icon span:nth-child(3) {
    top: 10px;
}

.dtkframebar__menu__icon:before {
    content: "";
    display: block;
    border-radius: 50%;
    background: #244b9c;
    position: absolute;
    left: -7px;
    top: -7px;
    width: 26px;
    height: 26px;
    transition: opacity 0.2s ease;
}

.dtkframebar__menu__text {
    font-size: 13px;
    font-weight: bold;
    color: #5b5b5b;
    text-align: left;
    letter-spacing: -0.02em;
    margin: 15px 0 0 0;
    display: inline-block;
    min-width: 45px;
    cursor: pointer;
}

.dtkframebar__menu__kanal {
    width: 440px;
    height: calc(100% - 46px);
    background: #fff;
    position: fixed;
    z-index: 1;
    top: 46px;
    left: -100%;
    -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    overflow-y: scroll;
    padding: 0 0 20px 0;
}

@media (max-width:415px) {
    .dtkframebar__menu__kanal {
        width: 100%;
    }
}

.dtkframebar__menu__kanal__icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 5px;
}

.dtkframebar__menu__kanal__icon img {
    vertical-align: top;
    height: 23px;
}

.dtkframebar__menu__kanal ul {
    list-style: none;
    margin: 7px 0 0;
    padding: 20px 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -moz-appearance: none !important;
}

.dtkframebar__menu__kanal ul::-webkit-scrollbar-track {
    background-color: #eee;
}

.dtkframebar__menu__kanal ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.dtkframebar__menu__kanal ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.dtkframebar__menu__kanal ul:last-child {
    border-bottom: none;
}

.dtkframebar__menu__kanal ul li {
    padding: 5px 20px;
    position: static;
    margin: 0;
}

.dtkframebar__menu__kanal ul li:nth-child(11) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}

.dtkframebar__menu__kanal ul li .kanal__new {
    display: inline-block;
    padding: 0px 3px;
    background: #bb071d;
    color: #fff;
    font-size: 8px;
    line-height: 14px;
    border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    vertical-align: top;
    margin-left: 2px;
    letter-spacing: -0.02em;
}

.dtkframebar__menu__kanal ul li a {
    font: 600 12px/24px "Montserrat", sans-serif;
    font-weight: normal;
    color: #6a6a6a;
    display: block;
    position: relative;
}

.dtkframebar__menu__kanal ul li a:hover {
    background-color: #f8f8f8;
}

.dtkframebar__menu__kanal ul li:hover a:after {
    border-left: 4px solid #eee;
}

@media (min-width:0px) and (max-width:640px) {

    .dtkframebar__menu__kanal ul li:before,
    .dtkframebar__menu__kanal ul li:after {
        display: none;
    }

    .dtkframebar__menu__kanal ul li a:before,
    .dtkframebar__menu__kanal ul li a:after {
        display: none;
    }
}

.dtkframebar__menu__kanal ul.newlist {
    padding: 0;
    height: auto;
}

.dtkframebar__menu__kanal ul.newlist>li {
    padding: 0;
}

.dtkframebar__menu__kanal ul.newlist>li a {
    color: #6a6a6a;
    font-size: 12px;
    letter-spacing: -0.02em;
    display: block;
    padding: 17px 24px;
}

.dtkframebar__menu__kanal ul.newlist>li.pb10 a {
    padding-bottom: 10px !important;
}

.dtkframebar__menu__kanal ul.newlist-double {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    padding: 0;
}

.dtkframebar__menu__kanal ul.newlist-double>li {
    width: 50%;
    padding: 0;
    margin: 0 0 0px 0;
}

.dtkframebar__menu__kanal ul.newlist-double>li:nth-child(11) {
    border: 0px;
}

.dtkframebar__menu__kanal ul.newlist-double>li a {
    padding: 5px 8px;
}

.dtkframebar__menu__kanal ul.newlist-double>li:nth-child(odd) a {
    padding-left: 24px;
}

.dtkframebar__menu__kanal ul.newlist-double>li:nth-child(even) a {
    padding-right: 24px;
}

.dtkframebar__menu__kanal ul.newlist-double>li.sub_list a {
    padding: 5px 20px;
}

.dtkframebar__menu__kanal ul.newlist-double>li.sub_list:nth-child(odd) a {
    padding-left: 32px;
}

.dtkframebar__menu__kanal .kat_divide {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #6a6a6a;
    letter-spacing: -0.02em;
    border-top: 1px solid #efefef;
    margin: 5px 0 0 0;
}

.dtkframebar__search {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

@media (min-width:0px) and (max-width:640px) {
    .dtkframebar__search {
        display: none;
    }
}

.dtkframebar__search .dtkframebar__icons {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    outline: none;
}

.dtkframebar__search .dtkframebar__icons-search {
    background-position: -34px 6px;
    height: 34px;
}

.dtkframebar__search .dtkframebar__icons:hover {
    opacity: 0.7;
}

.dtkframebar__search__input {
    position: relative;
    width: 380px;
    height: 34px;
    display: inline-block;
    margin: 6px 0;
}

@media (min-width:640px) and (max-width:780px) {
    .dtkframebar__search__input {
        width: 30%;
    }
}

.dtkframebar__search__input input {
    border: none;
    outline: none;
    text-align: left;
    width: 100%;
    display: block;
    background: none;
    margin: 0;
    font: 300 14px/14px "Montserrat", sans-serif;
    height: 34px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    padding: 7px 40px 7px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dtkframebar__search__input input:focus {
    border-color: #9ecaed;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.dtkframebar__user {
    display: block;
    text-align: right;
    z-index: 2;
    position: relative;
}

@media (min-width:0px) and (max-width:640px) {
    .dtkframebar__user {
        position: inherit;
    }
}

.dtkframebar__user__login {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 7px;
    border-left: 1px solid #E5E5E5;
    position: relative;
}

@media (min-width:300px) and (max-width:640px) {
    .dtkframebar__user__login {
        padding: 7px 0 8px 10px;
        position: inherit;
    }

    .dtkframebar__user__login .dtkframebar__btn {
        font-size: 11px;
        padding: 7px 10px;
    }

    .dtkframebar__user__login .dtkframebar__btn:last-child {
        margin-right: 10px;
    }

    .dtkframebar__user__login .dtkframebar__btn:first-child {
        display: none;
    }
}

.is-sticky .navbar-first .nav__item a {
    color: inherit;
}

.is-sticky .navbar-first .nav__item a:hover {
    color: #21409a;
}

.nav__item--active a {
    color: #21409a;
}

.navbar-first .nav__item--active a {
    color: #fcc43f;
}

.is-sticky .navbar-first .nav__item--active a {
    color: #21409a;
}

.navbar-sticky {
    z-index: 5;
    position: sticky;
    position: -webkit-sticky;
    top: 46px;
}

.navbar-sticky.is-sticky {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.navbar-border {
    display: none;
    height: 2px;
}

.is-sticky .navbar-border {
    display: block;
}

.navbar-logo {
    line-height: inherit;
    white-space: nowrap;
    padding: 8px 12px;
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.navbar-logo-kanal {
    display: none;
}

.is-sticky .navbar-logo {
    display: none;
}

.is-sticky .navbar-logo-kanal {
    width: 110px;
    padding: 8px 12px 8px 0;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.is-sticky .navbar-logo-kanal img {
    width: 100%;
}

.navbar-logo img {
    width: 100%;
}

.navbar-first {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.is-sticky .navbar-first {
    margin-left: -23px;
    margin-right: -100px;
    background: transparent;
}

@media (min-width:1024px) and (max-width:1280px) {
    .is-sticky .navbar-first {
        margin-left: -9px;
        margin-right: -110px;
    }
}


@media (max-width:800px) {

    .navbar-first .nav__item,
    .navbar-second .nav__item {
        white-space: nowrap;
    }

    body {
        font-family: Montserrat, Arial, Tahoma, sans-serif;
    }

    a {
        text-decoration: none;
    }

    .navbar-second .nav a {
        font-weight: 400;
    }

    .nav {
        font-weight: 600;
    }

    .nav {
        font-family: Montserrat, Arial, Tahoma, sans-serif;
    }

    .header__left,
    .navbar-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .nav a {
        display: block;
    }

    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap;
    }

    .header .grid-row {
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap;
        align-items: center;
    }

    .nav__item--new a:after {
        border-radius: 50%;
    }

    .icon {
        line-height: 0;
        display: inline-flex;
        vertical-align: middle;
    }

    ul {
        margin-bottom: 12px;
    }

    .nav,
    .nav__item {
        padding: 0;
    }

    .nav__item--new a:after {
        content: "";
        width: 5px;
        height: 5px;
        background: red;
        position: absolute;
        top: 0;
        margin-left: 4px;
        overflow: hidden;
    }

    .column-auto,
    .nav,
    .nav__item,
    .nav__item--new,
    .navbar,
    .navbar-shadow {
        position: relative;
    }

    .nav {
        list-style: none;
        margin: 0;
        font-size: 14px;
    }

    ul {
        margin-top: 12px;
    }

    .navbar-second .nav a {
        position: relative;
        display: inline-block;
        padding: 4px 8px;
        text-align: center;
        cursor: pointer;
        vertical-align: top;
        border: 1px solid transparent;
        border-radius: 4px;
        background: #f7f7f7;
    }

    .nav__item a {
        padding: 4px 24px 4px 0;
    }

    .navbar-first .nav__item:last-child a {
        padding-right: 0;
    }

    .navbar-second .nav__item {
        margin-top: 8px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .navbar-second .nav__item:last-child {
        margin-right: 0;
    }

    .navbar-first .nav__item--active a,
    a:hover {
        color: #21409a;
    }

    .navbar--scroll .nav {
        padding: 4px 16px;
    }

    .navbar-first .nav {
        height: 45px;
    }

    .navbar-first .nav,
    .navbar-second .nav {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: nowrap;
    }

    .navbar-first .nav::-webkit-scrollbar,
    .navbar-second .nav::-webkit-scrollbar {
        display: none;
    }

    .header .navbar {
        height: 35px;
        overflow: hidden;
    }

    .navbar-shadow:after,
    .navbar-shadow:before {
        content: "";
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
    }

    .navbar--scroll {
        padding-top: 0;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
    }

    .header,
    .navbar-wrap {
        overflow: hidden;
    }

    .navbar-shadow {
        margin-left: -18px;
        margin-right: -18px;
    }

    .navbar-shadow:before {
        width: 18px;
        left: 0;
        background: #fff;
        background: -moz-linear-gradient(right, #fff 25%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(right, #fff 25%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0) 100%);
    }

    .navbar-shadow:after {
        width: 24px;
        right: 0;
        background: #fff;
        background: -moz-linear-gradient(left, #fff 25%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, #fff 25%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to left, #fff 25%, rgba(255, 255, 255, 0) 100%);
    }

    .header__brand img {
        height: 100%;
    }

    .container {
        padding-left: calc(26px / 1.444444444444);
        padding-right: calc(26px / 1.444444444444);
    }

    body {
        margin: 0;
    }

    body {
        line-height: 1.4;
        font-size: 16px;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeSpeed;
    }

    *,
    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        color: #000;
        -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
        -moz-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
        -ms-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
        -o-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
        transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
    }

    a:focus {
        outline: 0;
    }

    ul {
        padding: 0 0 0 24px;
    }

    ul li {
        padding: 8px 0;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    header {
        display: table;
        width: 100%;
    }

    @media (min-width:1024px) {
        header {
            display: block;
        }
    }

    .header {
        display: flex;
        padding: 8px 0 0;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 26;
        width: 100%;
        line-height: 1;
    }

    .header__left {
        display: flex;
        align-items: center;
        left: -12px;
    }

    .header__right {
        display: flex;
        height: 41px;
    }

    .header__brand {
        height: 24px;
    }

    .header__icon {
        text-align: center;
        width: 43px;
        font-size: 35px;
        padding: 0 0 0 8px;
        position: relative;
    }

    .header__icon--live {
        color: #21409a;
    }

    .menu-button {
        cursor: pointer;
        height: 45px;
        width: 40px;
        position: relative;
    }

    .menu-button__wrap {
        position: absolute;
        top: 15px;
        left: 12px;
    }

    .menu-button span {
        cursor: pointer;
        height: 2px;
        width: 20px;
        background: #21409a;
        position: absolute;
        display: block;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .menu-button span:first-child {
        top: 0;
    }

    .menu-button span:nth-child(2) {
        top: 7px;
    }

    .menu-button span:nth-child(3) {
        top: 14px;
        width: 14px;
    }
}

.desktop-show, .mobile-show {
/*    display: none;*/
}

@media (min-width:800px) {
    .desktop-show {
        display: block;
    }
}

@media (max-width:799px) {
    .mobile-show {
        display: block;
    }
}