.flatpickr-calendar {
    -webkit-animation: none;
    animation: none;
    background: transparent;
    background: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    max-height: 640px;
    opacity: 1;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border-top: 1px solid #e6e6e6;
    height: 40px
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    border: solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    fill: rgba(0, 0, 0, .9);
    -webkit-box-flex: 1;
    background: transparent;
    color: rgba(0, 0, 0, .9);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: rgba(0, 0, 0, .9);
    color: rgba(0, 0, 0, .9);
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    fill: inherit;
    -webkit-transition: fill .1s;
    transition: fill .1s
}

.numInputWrapper {
    height: auto;
    position: relative
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    height: auto;
    width: inherit
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    color: inherit;
    display: inline-block;
    font-size: 135%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 75%
}

.flatpickr-current-month span.cur-month {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch\0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: transparent;
    color: rgba(0, 0, 0, .5);
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.flatpickr-weekdays,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-weekdays .flatpickr-weekdaycontainer,
span.flatpickr-weekday {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    background: transparent;
    color: rgba(0, 0, 0, .54);
    cursor: default;
    display: block;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 307.875px
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    -ms-flex-preferred-size: 14.2857143%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    -webkit-flex-basis: 14.2857143%;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 39px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
    cursor: pointer;
    outline: 0
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: #959ea9;
    border-color: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    border-color: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: rgba(57, 57, 57, .3);
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, .1);
    cursor: not-allowed
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
    padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    background: transparent;
    border: none;
    color: rgba(57, 57, 57, .3);
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flatpickr-innerContainer,
.flatpickr-rContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    height: 40px;
    width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    color: #393939;
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

html.remodal-is-locked {
    overflow: hidden;
    touch-action: none
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    bottom: -5000px;
    display: none;
    left: -5000px;
    position: fixed;
    right: -5000px;
    top: -5000px;
    z-index: 9999
}

.remodal-wrapper {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10000
}

.remodal-wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -.05em
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    outline: none;
    position: relative
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    background: #fff;
    box-sizing: border-box;
    color: #2b2e38;
    margin-bottom: 10px;
    padding: 35px;
    transform: translateZ(0);
    width: 100%
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    background: transparent;
    border: 0;
    color: #95979c;
    cursor: pointer;
    display: block;
    height: 35px;
    left: 0;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    transition: color .2s;
    width: 35px
}

.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    content: "\00d7";
    display: block;
    font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
    font-size: 25px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px
}

.remodal-cancel,
.remodal-confirm {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    min-width: 110px;
    outline: 0;
    overflow: visible;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: background .2s;
    vertical-align: middle
}

.remodal-confirm {
    background: #81c784;
    color: #fff
}

.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    background: #e57373;
    color: #fff
}

.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    border: 0;
    padding: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    0% {
        opacity: 0;
        transform: scale(1.05)
    }
    to {
        filter: blur(0);
        opacity: 1;
        transform: none
    }
}

@keyframes remodal-opening-keyframes {
    0% {
        opacity: 0;
        transform: scale(1.05)
    }
    to {
        filter: blur(0);
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        filter: blur(0);
        opacity: 0;
        transform: scale(.95)
    }
}

@keyframes remodal-closing-keyframes {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        filter: blur(0);
        opacity: 0;
        transform: scale(.95)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: auto;
    right: 10px
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@charset "UTF-8";


.container-out {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.offset-loop {
    margin-bottom: -30px !important
}

.offset-loop>* {
    margin-bottom: 30px
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1c5196;
    --secondary: #cf2e4d;
    --success: #28b162;
    --info: #1f5394;
    --warning: #d88f27;
    --danger: #e74c3c;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1560px;
    --font-family-sans-serif: "DIN Pro", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    font-weight: 400;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #1c5196;
    text-decoration: none
}

a:hover {
    color: #102e56;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: DIN Pro, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: 80%
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.layout-hp-content,
.layout-sidebar-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container,
    .container-sm,
    .layout-hp-content,
    .layout-sidebar-inner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm,
    .layout-hp-content,
    .layout-sidebar-inner {
        max-width: 638px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .layout-hp-content,
    .layout-sidebar-inner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .layout-hp-content,
    .layout-sidebar-inner {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

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

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1560px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        order: -1
    }
    .order-xxl-last {
        order: 13
    }
    .order-xxl-0 {
        order: 0
    }
    .order-xxl-1 {
        order: 1
    }
    .order-xxl-2 {
        order: 2
    }
    .order-xxl-3 {
        order: 3
    }
    .order-xxl-4 {
        order: 4
    }
    .order-xxl-5 {
        order: 5
    }
    .order-xxl-6 {
        order: 6
    }
    .order-xxl-7 {
        order: 7
    }
    .order-xxl-8 {
        order: 8
    }
    .order-xxl-9 {
        order: 9
    }
    .order-xxl-10 {
        order: 10
    }
    .order-xxl-11 {
        order: 11
    }
    .order-xxl-12 {
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #495057;
    font-size: 1rem;
    height: calc(1.6em + .75rem + 2px);
    line-height: 1.6;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    background-color: #fff;
    border-color: #5390df;
    box-shadow: 0 0 0 .2rem rgba(28, 81, 150, .25);
    color: #495057;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #6c757d
}

.form-control:-ms-input-placeholder {
    color: #6c757d
}

.form-control::placeholder {
    color: #6c757d
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #19191a;
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: 2px;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #28b162;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40, 177, 98, .9);
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.6;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328b162' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.4em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem);
    border-color: #28b162;
    padding-right: calc(1.6em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28b162;
    box-shadow: 0 0 0 .2rem rgba(40, 177, 98, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem);
    padding-right: calc(1.6em + .75rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328b162' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem);
    border-color: #28b162;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28b162;
    box-shadow: 0 0 0 .2rem rgba(40, 177, 98, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28b162
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28b162
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28b162
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #3ad27a;
    border-color: #3ad27a
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 177, 98, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28b162
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28b162
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28b162;
    box-shadow: 0 0 0 .2rem rgba(40, 177, 98, .25)
}

.invalid-feedback {
    color: #e74c3c;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(231, 76, 60, .9);
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.6;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.4em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem);
    border-color: #e74c3c;
    padding-right: calc(1.6em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem);
    padding-right: calc(1.6em + .75rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem);
    border-color: #e74c3c;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #e74c3c
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #e74c3c
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #e74c3c
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #ed7669;
    border-color: #ed7669
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #e74c3c
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #e74c3c
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #e74c3c;
    box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }
    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #19191a;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #19191a;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(28, 81, 150, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #1c5196;
    border-color: #1c5196;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #164076;
    border-color: #143a6b;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(62, 107, 166, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #1c5196;
    border-color: #1c5196;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #143a6b;
    border-color: #123460;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(62, 107, 166, .5)
}

.btn-secondary {
    background-color: #cf2e4d;
    border-color: #cf2e4d;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #b02741;
    border-color: #a5253d;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(214, 77, 104, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #cf2e4d;
    border-color: #cf2e4d;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #a5253d;
    border-color: #9b223a;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(214, 77, 104, .5)
}

.btn-success {
    background-color: #28b162;
    border-color: #28b162;
    color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #219251;
    border-color: #1f874b;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 189, 122, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28b162;
    border-color: #28b162;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #1f874b;
    border-color: #1c7d45;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 189, 122, .5)
}

.btn-info {
    background-color: #1f5394;
    border-color: #1f5394;
    color: #fff
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #184174;
    border-color: #163b6a;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 109, 164, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #1f5394;
    border-color: #1f5394;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #163b6a;
    border-color: #14355f;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 109, 164, .5)
}

.btn-warning {
    background-color: #d88f27;
    border-color: #d88f27;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #b87a21;
    border-color: #ad721f;
    color: #fff
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(189, 127, 39, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #d88f27;
    border-color: #d88f27;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #ad721f;
    border-color: #a26b1d;
    color: #fff
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(189, 127, 39, .5)
}

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #e12e1c;
    border-color: #d62c1a;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem hsla(6, 78%, 64%, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #d62c1a;
    border-color: #ca2a19;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(6, 78%, 64%, .5)
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    border-color: #1c5196;
    color: #1c5196
}

.btn-outline-primary:hover {
    background-color: #1c5196;
    border-color: #1c5196;
    color: #fff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(28, 81, 150, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #1c5196
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #1c5196;
    border-color: #1c5196;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(28, 81, 150, .5)
}

.btn-outline-secondary {
    border-color: #cf2e4d;
    color: #cf2e4d
}

.btn-outline-secondary:hover {
    background-color: #cf2e4d;
    border-color: #cf2e4d;
    color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 46, 77, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #cf2e4d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #cf2e4d;
    border-color: #cf2e4d;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 46, 77, .5)
}

.btn-outline-success {
    border-color: #28b162;
    color: #28b162
}

.btn-outline-success:hover {
    background-color: #28b162;
    border-color: #28b162;
    color: #fff
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 177, 98, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #28b162
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #28b162;
    border-color: #28b162;
    color: #fff
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 177, 98, .5)
}

.btn-outline-info {
    border-color: #1f5394;
    color: #1f5394
}

.btn-outline-info:hover {
    background-color: #1f5394;
    border-color: #1f5394;
    color: #fff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(31, 83, 148, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #1f5394
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #1f5394;
    border-color: #1f5394;
    color: #fff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(31, 83, 148, .5)
}

.btn-outline-warning {
    border-color: #d88f27;
    color: #d88f27
}

.btn-outline-warning:hover {
    background-color: #d88f27;
    border-color: #d88f27;
    color: #212529
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 143, 39, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #d88f27
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    background-color: #d88f27;
    border-color: #d88f27;
    color: #212529
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 143, 39, .5)
}

.btn-outline-danger {
    border-color: #e74c3c;
    color: #e74c3c
}

.btn-outline-danger:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #e74c3c
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .5)
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    border-color: #343a40;
    color: #343a40
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    color: #1c5196;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #102e56
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-sm {
    border-radius: 2px;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    border-radius: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1c5196;
    color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.pagination {
    border-radius: 4px;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #1c5196;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #102e56;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(28, 81, 150, .25);
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.page-item.active .page-link {
    background-color: #1c5196;
    border-color: #1c5196;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #d2dcea;
    border-color: #bfcee2;
    color: #0f2a4e
}

.alert-primary hr {
    border-top-color: #adc1da
}

.alert-primary .alert-link {
    color: #071323
}

.alert-secondary {
    background-color: #f5d5db;
    border-color: #f2c4cd;
    color: #6c1828
}

.alert-secondary hr {
    border-top-color: #edafbb
}

.alert-secondary .alert-link {
    color: #420f19
}

.alert-success {
    background-color: #d4efe0;
    border-color: #c3e9d3;
    color: #155c33
}

.alert-success hr {
    border-top-color: #b0e2c5
}

.alert-success .alert-link {
    color: #0c321c
}

.alert-info {
    background-color: #d2ddea;
    border-color: #c0cfe1;
    color: #102b4d
}

.alert-info hr {
    border-top-color: #afc2d9
}

.alert-info .alert-link {
    color: #071323
}

.alert-warning {
    background-color: #f7e9d4;
    border-color: #f4e0c3;
    color: #704a14
}

.alert-warning hr {
    border-top-color: #f0d5ad
}

.alert-warning .alert-link {
    color: #452d0c
}

.alert-danger {
    background-color: #fadbd8;
    border-color: #f8cdc8;
    color: #78281f
}

.alert-danger hr {
    border-top-color: #f5b8b1
}

.alert-danger .alert-link {
    color: #4f1a15
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #1c5196 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #143a6b !important
}

.bg-secondary {
    background-color: #cf2e4d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #a5253d !important
}

.bg-success {
    background-color: #28b162 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1f874b !important
}

.bg-info {
    background-color: #1f5394 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #163b6a !important
}

.bg-warning {
    background-color: #d88f27 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ad721f !important
}

.bg-danger {
    background-color: #e74c3c !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #d62c1a !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #1c5196 !important
}

.border-secondary {
    border-color: #cf2e4d !important
}

.border-success {
    border-color: #28b162 !important
}

.border-info {
    border-color: #1f5394 !important
}

.border-warning {
    border-color: #d88f27 !important
}

.border-danger {
    border-color: #e74c3c !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 2px !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-top {
    border-top-left-radius: 4px !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 4px !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 4px !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 4px !important
}

.rounded-left {
    border-top-left-radius: 4px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1560px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1560px) {
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1560px) {
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-xs {
    width: 0 !important
}

.w-sm {
    width: 576px !important
}

.w-md {
    width: 768px !important
}

.w-lg {
    width: 992px !important
}

.w-xl {
    width: 1200px !important
}

.w-xxl {
    width: 1560px !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-xs {
    height: 0 !important
}

.h-sm {
    height: 576px !important
}

.h-md {
    height: 768px !important
}

.h-lg {
    height: 992px !important
}

.h-xl {
    height: 1200px !important
}

.h-xxl {
    height: 1560px !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1560px) {
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1560px) {
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #1c5196 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #102e56 !important
}

.text-secondary {
    color: #cf2e4d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #902036 !important
}

.text-success {
    color: #28b162 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1a733f !important
}

.text-info {
    color: #1f5394 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #123055 !important
}

.text-warning {
    color: #d88f27 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #97641b !important
}

.text-danger {
    color: #e74c3c !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bf2718 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #19191a !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

*,
:after,
:before {
    box-shadow: none;
    text-shadow: none
}

html {
    font-size: 1rem;
    height: 100%;
   
    width: 100%
}

html.smoothscroll-off {
    scroll-behavior: auto
}

body {
    color: #19191a;
    display: block;
    font-family: DIN Pro, sans-serif;
    font-size: 1rem;
    height: 100%;
    letter-spacing: -.16px;
    line-height: 1.6;
    min-width: 320px;
    width: 100%
}

body.dialogOpened {
    overflow: hidden
}

body.blank-page {
    min-width: 100%;
    padding: 0
}

a:focus {
    outline: none
}

@media (hover:none) and (pointer:coarse) {
    a,
    button {
        transition: none !important
    }
}

figure {
    margin: 0
}

mark {
    background-color: #fef221;
    color: inherit
}

.freeze-animations {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    transition: none !important
}

.section-divider {
    background-color: #c2d1d9;
    height: 1px;
    width: 100%
}

[defer-complete-src],
[defer-complete-srcset],
[defer-interactive-src],
[defer-interactive-srcset],
[defer-late-src],
[defer-late-srcset] {
    opacity: 0;
    transition: opacity .3s
}

.defer_load_img_complete [defer-complete-src],
.defer_load_img_complete [defer-complete-srcset],
.defer_load_img_interactive [defer-interactive-src],
.defer_load_img_interactive [defer-interactive-srcset],
.defer_load_img_late [defer-late-src],
.defer_load_img_late [defer-late-srcset] {
    opacity: 1
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100%
}

.table-responsive table {
    border-collapse: collapse;
    width: 100%
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

p:last-child {
    margin-bottom: 0
}

.color-white {
    color: #fff
}

.color-base {
    color: #19191a
}

.color-primary {
    color: #1c5196
}

.color-secondary {
    color: #cf2e4d
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-size: 16px;
    line-height: 1
}

.heading5,
.heading-2,
.heading-3,
.heading-4,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6 .heading-1 {
    font-weight: 700;
    margin: 0;
    padding: 0
}

.heading-1 {
    font-size: 42px;
    letter-spacing: -1.44px;
    line-height: 48px
}

@media (max-width:1199px) {
    .heading-1 {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .heading-1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width:575px) {
    .heading-1 {
        font-size: 32px;
        line-height: 38px
    }
}

.heading-2 {
    font-size: 36px;
    letter-spacing: -1.08px;
    line-height: 42px
}

@media (max-width:1199px) {
    .heading-2 {
        font-size: 27px;
        line-height: 33px
    }
}

@media (max-width:991px) {
    .heading-2 {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .heading-2 {
        font-size: 24px;
        line-height: 30px
    }
}

.heading-3 {
    font-size: 24px;
    line-height: 30px
}

@media (max-width:1199px) {
    .heading-3 {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    .heading-3 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .heading-3 {
        font-size: 21px;
        line-height: 27px
    }
}

.heading-4 {
    font-size: 20px;
    line-height: 26px
}

.heading-5 {
    font-size: 18px;
    letter-spacing: -.48px;
    line-height: 24px
}

.heading-6 {
    font-size: 16px;
    line-height: 22px
}

[data-component=richtext] {
    font-size: 18px;
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 30px;
    text-align: left
}

@media (max-width:1199px) {
    [data-component=richtext] {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    [data-component=richtext] {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    [data-component=richtext] {
        font-size: 16px;
        line-height: 28px
    }
}

[data-component=richtext]>:first-child {
    margin-top: 0
}

[data-component=richtext]>:last-child {
    margin-bottom: 0
}

[data-component=richtext] a {
    text-decoration: underline
}

[data-component=richtext] h1,
[data-component=richtext] h2,
[data-component=richtext] h3,
[data-component=richtext] h4,
[data-component=richtext] h5,
[data-component=richtext] h6 {
    display: block;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    width: 100%
}

[data-component=richtext] h1 {
    font-size: 42px;
    letter-spacing: -1.44px;
    line-height: 48px;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    [data-component=richtext] h1 {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    [data-component=richtext] h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width:575px) {
    [data-component=richtext] h1 {
        font-size: 32px;
        line-height: 38px
    }
}

[data-component=richtext] h2 {
    font-size: 36px;
    letter-spacing: -1.08px;
    line-height: 42px;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    [data-component=richtext] h2 {
        font-size: 27px;
        line-height: 33px
    }
}

@media (max-width:991px) {
    [data-component=richtext] h2 {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    [data-component=richtext] h2 {
        font-size: 24px;
        line-height: 30px
    }
}

[data-component=richtext] h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    [data-component=richtext] h3 {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    [data-component=richtext] h3 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    [data-component=richtext] h3 {
        font-size: 21px;
        line-height: 27px
    }
}

[data-component=richtext] h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px
}

[data-component=richtext] h5 {
    font-size: 18px;
    letter-spacing: -.48px;
    line-height: 24px;
    margin-bottom: 15px
}

[data-component=richtext] h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px
}

[data-component=richtext] .lead,
[data-component=richtext] address,
[data-component=richtext] p {
    display: block;
    margin-bottom: 30px
}

[data-component=richtext] .lead:last-child,
[data-component=richtext] address:last-child,
[data-component=richtext] p:last-child {
    margin-bottom: 0
}

[data-component=richtext] em,
[data-component=richtext] i {
    font-style: italic
}

[data-component=richtext] b,
[data-component=richtext] strong {
    font-weight: 700
}

[data-component=richtext] img {
    border-radius: 4px;
    display: inline-block;
    height: auto;
    width: 100%
}

[data-component=richtext] .lead {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px
}

@media (max-width:1199px) {
    [data-component=richtext] .lead {
        font-size: 18px;
        line-height: 28px
    }
}

[data-component=richtext] li p {
    display: inline-block
}

[data-component=richtext] ol,
[data-component=richtext] ul {
    display: block;
    list-style: none;
    margin: 0 0 30px;
    padding-left: 40px
}

[data-component=richtext] ol:last-child,
[data-component=richtext] ul:last-child {
    margin-bottom: 0
}

[data-component=richtext] ol li,
[data-component=richtext] ul li {
    margin-bottom: 2px
}

[data-component=richtext] ol li:last-child,
[data-component=richtext] ul li:last-child {
    margin-bottom: 0
}

[data-component=richtext] ul li:before {
    background: #1c5196;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin: auto 10px 2px -16px;
    width: 6px
}

[data-component=richtext] ol {
    counter-reset: custom-counter
}

[data-component=richtext] ol li {
    counter-increment: custom-counter
}

[data-component=richtext] ol li:before {
    color: #1c5196;
    content: counter(custom-counter) ". ";
    display: inline-block;
    font-weight: 700;
    margin-left: -20px;
    margin-right: 6px
}

[data-component=richtext] nav ul {
    padding-left: 0
}

[data-component=richtext] nav ul li {
    margin-bottom: 20px
}

[data-component=richtext] nav ul li:before {
    display: none
}

[data-component=richtext] nav ul li a {
    display: block
}

[data-component=richtext] nav ul li.active a {
    color: #19191a;
    font-weight: 700
}

[data-component=richtext] nav.inline-nav ul {
    margin-bottom: -20px
}

[data-component=richtext] nav.inline-nav ul li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px
}

[data-component=richtext] hr {
    border: none;
    border-bottom: 1px solid #c2d1d9;
    margin: 30px 0
}

[data-component=richtext] blockquote {
    border-left: 5px solid #c2d1d9;
    margin: 40px 0;
    padding: 10px 20px
}

[data-component=richtext] blockquote cite,
[data-component=richtext] blockquote footer,
[data-component=richtext] blockquote q {
    display: block;
    font-weight: 400;
    margin: 15px 0 0;
    text-align: right;
    width: 100%
}

[data-component=richtext] blockquote cite strong,
[data-component=richtext] blockquote footer strong,
[data-component=richtext] blockquote q strong {
    font-weight: 700
}

[data-component=richtext] blockquote cite:before,
[data-component=richtext] blockquote footer:before,
[data-component=richtext] blockquote q:before {
    content: "- ";
    display: inline
}

[data-component=richtext] table {
    border: 0 solid transparent;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 26px;
    min-width: 600px;
    width: 100%
}

[data-component=richtext] table tbody,
[data-component=richtext] table td,
[data-component=richtext] table th,
[data-component=richtext] table thead,
[data-component=richtext] table tr {
    border: 0 solid transparent
}

[data-component=richtext] table tr:last-child td {
    border-bottom: 0 solid transparent
}

[data-component=richtext] table td,
[data-component=richtext] table th {
    padding: 10px;
    vertical-align: top
}

[data-component=richtext] table td {
    border-bottom: 1px solid #c2d1d9
}

[data-component=richtext] table td svg {
    font-size: 14px;
    margin-left: 10px
}

[data-component=richtext] table td.rate-up {
    color: #28b162
}

[data-component=richtext] table td.rate-down {
    color: #e74c3c
}

[data-component=richtext] table th {
    border-bottom: 2px solid #c2d1d9;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 0;
    vertical-align: bottom
}

[data-component=richtext] table.fr-alternate-rows tbody tr:nth-of-type(odd) {
    background-color: #eff3f7
}

[data-component=richtext] table.fr-dashed-borders,
[data-component=richtext] table.fr-dashed-borders tbody,
[data-component=richtext] table.fr-dashed-borders td,
[data-component=richtext] table.fr-dashed-borders th,
[data-component=richtext] table.fr-dashed-borders thead,
[data-component=richtext] table.fr-dashed-borders tr {
    border-style: dashed !important
}

[data-component=richtext] table .fr-thick {
    color: #cf2e4d
}

[data-component=richtext] table .fr-highlighted {
    color: #1c5196
}

.infopage [data-component=richtext] {
    font-size: 16px;
    line-height: 28px
}

.infopage [data-component=richtext] .lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

@media (max-width:1199px) {
    .infopage [data-component=richtext] .lead {
        font-size: 16px;
        line-height: 26px
    }
}

.infopage [data-component=richtext] h2 {
    font-size: 29px;
    letter-spacing: -1.08px;
    line-height: 35px
}

@media (max-width:1199px) {
    .infopage [data-component=richtext] h2 {
        font-size: 26px;
        line-height: 32px
    }
}

@media (max-width:991px) {
    .infopage [data-component=richtext] h2 {
        font-size: 29px;
        line-height: 35px
    }
}

@media (max-width:575px) {
    .infopage [data-component=richtext] h2 {
        font-size: 26px;
        line-height: 32px
    }
}

.person-detail [data-component=richtext] {
    font-size: 16px;
    line-height: 28px
}

.person-detail [data-component=richtext] .lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

@media (max-width:1199px) {
    .person-detail [data-component=richtext] .lead {
        font-size: 16px;
        line-height: 26px
    }
}

.person-detail [data-component=richtext] .lead,
.person-detail [data-component=richtext] p {
    margin-bottom: 20px
}

body.error-template {
    margin: 0 !important;
    padding: 0 !important
}

.errorpage {
    padding-top: 20vh;
    text-align: center
}

.errorpage>* {
    margin-bottom: 40px
}

.errorpage>:last-child {
    margin-bottom: 0
}

.errorpage-logo img {
    height: 50px;
    width: auto
}

.errorpage-content>* {
    margin-bottom: 10px
}

.errorpage-content>:last-child {
    margin-bottom: 0
}

.errorpage-title {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:1199px) {
    .errorpage-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .errorpage-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .errorpage-title {
        font-size: 26px;
        line-height: 32px
    }
}

.errorpage-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width:1199px) {
    .errorpage-desc {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .errorpage-desc {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:575px) {
    .errorpage-desc {
        font-size: 16px;
        line-height: 26px
    }
}

#content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative
}

#content>* {
    width: 100%
}

.page-offset>* {
    padding-top: 30px
}

.layout-hp {
    padding-bottom: 40px;
    position: relative
}

@media (max-width:991px) {
    .layout-hp {
        padding-bottom: 20px
    }
}

.layout-hp-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
}

.layout-hp-main,
.layout-hp-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.layout-hp-main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: static
}

@media (max-width:991px) {
    .layout-hp-main {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-hp-sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media (max-width:991px) {
    .layout-hp-sidebar {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-full {
    padding-bottom: 60px;
    position: relative
}

@media (max-width:991px) {
    .layout-full {
        padding-bottom: 40px
    }
}

.layout-full.no-offset-bottom {
    padding-bottom: 0
}

.layout-full>.container,
.layout-full>.layout-hp-content,
.layout-full>.layout-sidebar-inner {
    position: static !important
}

.layout-sidebar {
    position: relative
}

.layout-sidebar-inner {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    position: static !important
}

.layout-sidebar .main,
.layout-sidebar .sidebar {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:991px) {
    .layout-sidebar .main,
    .layout-sidebar .sidebar {
        padding-bottom: 40px
    }
}

.layout-sidebar .main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: static
}

@media (min-width:992px) {
    .layout-sidebar .main {
        padding-left: 9px
    }
}

@media (max-width:991px) {
    .layout-sidebar .main {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-sidebar .sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media (max-width:991px) {
    .layout-sidebar .sidebar {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-sidebar.small-sidebar .main {
    flex: 0 0 75%;
    max-width: 75%
}

@media (max-width:991px) {
    .layout-sidebar.small-sidebar .main {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-sidebar.small-sidebar .sidebar {
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width:991px) {
    .layout-sidebar.small-sidebar .sidebar {
        flex: 0 0 100%;
        max-width: 100%
    }
    .layout-sidebar.mobile-sidebar-first .main {
        order: 2
    }
    .layout-sidebar.mobile-sidebar-first .sidebar {
        order: 1
    }
}

.layout-top-block {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 200
}

#page-info-page .layout-top-block-fallback {
    padding-top: 308px
}

@media (max-width:1199px) {
    #page-info-page .layout-top-block-fallback {
        padding-top: 288px
    }
}

@media (max-width:991px) {
    #page-info-page .layout-top-block-fallback {
        padding-top: 302px
    }
}

@media (max-width:767px) {
    #page-info-page .layout-top-block-fallback {
        padding-top: 302px
    }
}

@media (max-width:575px) {
    #page-info-page .layout-top-block-fallback {
        padding-top: 288px
    }
}

#page-live-nrsr .layout-top-block-fallback,
#page-live .layout-top-block-fallback {
    padding-top: 830px
}

@media (max-width:1199px) {
    #page-live-nrsr .layout-top-block-fallback,
    #page-live .layout-top-block-fallback {
        padding-top: 730px
    }
}

@media (max-width:991px) {
    #page-live-nrsr .layout-top-block-fallback,
    #page-live .layout-top-block-fallback {
        padding-top: 548px
    }
}

@media (max-width:767px) {
    #page-live-nrsr .layout-top-block-fallback,
    #page-live .layout-top-block-fallback {
        padding-top: 492px
    }
}

@media (max-width:575px) {
    #page-live-nrsr .layout-top-block-fallback,
    #page-live .layout-top-block-fallback {
        padding-top: 512px
    }
}

@media (max-width:414px) {
    #page-live-nrsr .layout-top-block-fallback,
    #page-live .layout-top-block-fallback {
        padding-top: 422px
    }
}

@media (max-width:375px) {
    #page-live-nrsr .layout-top-block-fallback,
    #page-live .layout-top-block-fallback {
        padding-top: 400px
    }
}

@media (max-width:320px) {
    #page-live-nrsr .layout-top-block-fallback,
    #page-live .layout-top-block-fallback {
        padding-top: 370px
    }
}

#page-article-detail .layout-top-block-fallback {
    padding-top: 977px
}

@media (max-width:1199px) {
    #page-article-detail .layout-top-block-fallback {
        padding-top: 892px
    }
}

@media (max-width:991px) {
    #page-article-detail .layout-top-block-fallback {
        padding-top: 737px
    }
}

@media (max-width:767px) {
    #page-article-detail .layout-top-block-fallback {
        padding-top: 681px
    }
}

@media (max-width:575px) {
    #page-article-detail .layout-top-block-fallback {
        padding-top: 732px
    }
}

@media (max-width:414px) {
    #page-article-detail .layout-top-block-fallback {
        padding-top: 667px
    }
}

@media (max-width:375px) {
    #page-article-detail .layout-top-block-fallback {
        padding-top: 718px
    }
}

@media (max-width:320px) {
    #page-article-detail .layout-top-block-fallback {
        padding-top: 687px
    }
}

#page-broadcast-detail .layout-top-block-fallback {
    padding-top: 1064px
}

@media (max-width:1199px) {
    #page-broadcast-detail .layout-top-block-fallback {
        padding-top: 943px
    }
}

@media (max-width:991px) {
    #page-broadcast-detail .layout-top-block-fallback {
        padding-top: 896px
    }
}

@media (max-width:767px) {
    #page-broadcast-detail .layout-top-block-fallback {
        padding-top: 840px
    }
}

@media (max-width:575px) {
    #page-broadcast-detail .layout-top-block-fallback {
        padding-top: 765px
    }
}

@media (max-width:414px) {
    #page-broadcast-detail .layout-top-block-fallback {
        padding-top: 699px
    }
}

@media (max-width:375px) {
    #page-broadcast-detail .layout-top-block-fallback {
        padding-top: 715px
    }
}

@media (max-width:320px) {
    #page-broadcast-detail .layout-top-block-fallback {
        padding-top: 684px
    }
}

.alert .alert-link {
    color: #19191a
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    align-items: center;
    background-color: #eff3f7;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    color: #1c5196;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 26px;
    padding: 17px 32px;
    text-decoration: none !important;
    transition: all .2s
}

.btn .icon-wrapper,
.btn:active .icon-wrapper,
.btn:focus .icon-wrapper,
.btn:hover .icon-wrapper {
    height: 26px;
    margin-left: 17px;
    transition: all .2s
}

.btn .icon-wrapper i,
.btn .icon-wrapper svg,
.btn:active .icon-wrapper i,
.btn:active .icon-wrapper svg,
.btn:focus .icon-wrapper i,
.btn:focus .icon-wrapper svg,
.btn:hover .icon-wrapper i,
.btn:hover .icon-wrapper svg {
    color: #1b5196;
    font-size: 26px;
    position: relative;
    top: 0
}

.btn:hover {
    background-color: #e5ebf2
}

.btn:hover .icon-wrapper {
    transform: translateX(0)
}

.btn:focus {
    background-color: #dbe4ed
}

.btn-lg,
.btn-lg:active,
.btn-lg:focus,
.btn-lg:hover {
    font-size: 21px;
    height: 85px;
    line-height: 29px;
    padding: 28px 70px
}

@media (max-width:1199px) {
    .btn-lg,
    .btn-lg:active,
    .btn-lg:focus,
    .btn-lg:hover {
        font-size: 18px;
        height: 60px;
        line-height: 26px;
        padding: 17px 32px
    }
}

.btn-lg .icon-wrapper i,
.btn-lg .icon-wrapper svg,
.btn-lg:active .icon-wrapper i,
.btn-lg:active .icon-wrapper svg,
.btn-lg:focus .icon-wrapper i,
.btn-lg:focus .icon-wrapper svg,
.btn-lg:hover .icon-wrapper i,
.btn-lg:hover .icon-wrapper svg {
    font-size: 26px
}

.btn-sm,
.btn-sm:active,
.btn-sm:focus,
.btn-sm:hover {
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 22px;
    padding: 12px 24px 11px
}

.btn-sm .icon-wrapper,
.btn-sm:active .icon-wrapper,
.btn-sm:focus .icon-wrapper,
.btn-sm:hover .icon-wrapper {
    height: 22px;
    margin-left: 12px
}

.btn-sm .icon-wrapper i,
.btn-sm .icon-wrapper svg,
.btn-sm:active .icon-wrapper i,
.btn-sm:active .icon-wrapper svg,
.btn-sm:focus .icon-wrapper i,
.btn-sm:focus .icon-wrapper svg,
.btn-sm:hover .icon-wrapper i,
.btn-sm:hover .icon-wrapper svg {
    font-size: 22px;
    position: relative;
    top: 0
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #1c5196;
    color: #fff
}

.btn-primary .icon-wrapper i,
.btn-primary .icon-wrapper svg,
.btn-primary:active .icon-wrapper i,
.btn-primary:active .icon-wrapper svg,
.btn-primary:focus .icon-wrapper i,
.btn-primary:focus .icon-wrapper svg,
.btn-primary:hover .icon-wrapper i,
.btn-primary:hover .icon-wrapper svg {
    color: #3c82c8
}

.btn-primary:hover {
    background-color: #1e58a3
}

.btn-primary:focus {
    background-color: #1a4a89
}

.form-error {
    color: #e74c3c !important;
    font-size: 13px;
    line-height: 17px;
    margin-top: 6px
}

.has-error .form-control {
    border-color: #e74c3c !important
}

.has-error .form-control:focus {
    box-shadow: 0 0 0 1px #e74c3c
}

.js-form-error {
    display: none
}

.has-error .js-form-error {
    display: block
}

.form-helper {
    color: rgba(25, 25, 26, .5);
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px
}

.form-group,
.form-message {
    margin-bottom: 30px
}

.form-message {
    align-items: center;
    background: #eff3f7;
    border-radius: 4px;
    color: #19191a;
    display: flex;
    padding: 20px
}

.form-message.success-send {
    background: #28b162;
    color: #fff
}

.form-message.warning-send {
    background: #d88f27;
    color: #fff
}

.form-message.error-send {
    background: #e74c3c;
    color: #fff
}

.form-message-icon {
    color: #1c5196;
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px
}

.error-send .form-message-icon,
.success-send .form-message-icon,
.warning-send .form-message-icon {
    color: #fff
}

.form-message-text {
    font-size: 15px;
    line-height: 23px;
    width: 100%
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    background: rgba(238, 242, 245, .29);
    border: 1px solid #c2d1d9;
    border-radius: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #19191a;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    line-height: 24px;
    outline: 0 !important;
    padding: 15px;
    transition: all .2s ease;
    width: 100%
}

.form-control::-moz-placeholder {
    color: rgba(25, 25, 26, .5);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: rgba(25, 25, 26, .5);
    opacity: 1
}

.form-control::placeholder {
    color: rgba(25, 25, 26, .5);
    opacity: 1
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: none
}

.form-control[disabled],
fieldset[disabled] .form-control {
    background: rgba(238, 242, 245, .29);
    opacity: .5;
    pointer-events: none
}

.form-control[readonly] {
    background: rgba(238, 242, 245, .29);
    opacity: 1
}

.form-control:focus {
    border-color: #c2d1d9;
    box-shadow: 0 0 0 1px #c2d1d9;
    color: #19191a
}

textarea.form-control {
    height: 140px
}

.control-label {
    color: #1c5196;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.control-label:last-child {
    margin-bottom: 0
}

.checkbox {
    position: relative
}

.checkbox a {
    text-decoration: underline
}

.checkbox label {
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative
}

.checkbox label input {
    display: none
}

.checkbox label input:checked~span .fa-check {
    visibility: visible
}

.checkbox label span {
    background: #eef2f5;
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 20px;
    z-index: 1
}

.checkbox label span .fa-check {
    color: #19191a;
    height: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -4px;
    vertical-align: middle;
    visibility: hidden;
    width: 14px
}

.radio,
.radio label {
    position: relative
}

.radio label {
    margin: 0;
    padding: 0 0 0 30px
}

.radio label input {
    display: none
}

.radio label input:checked~span .fa-check,
.radio label input:checked~span:after {
    visibility: visible
}

.radio label span {
    background: #eef2f5;
    border: 1px solid #c2d1d9;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 20px;
    z-index: 1
}

.radio label span:after {
    background: #19191a;
    border-radius: 100%;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 10px;
    z-index: 1
}

.radio label span .fa-check {
    color: #19191a;
    height: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -3px;
    vertical-align: middle;
    visibility: hidden;
    width: 14px
}

.selectbox-wrapper {
    position: relative
}

.selectbox-wrapper>i,
.selectbox-wrapper>svg {
    bottom: 0;
    color: #1c5196;
    font-size: 30px;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0
}

.selectbox-wrapper select.chosen+.chosen-container .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    background: rgba(238, 242, 245, .29);
    border: 1px solid #c2d1d9;
    border-radius: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #19191a;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    line-height: 24px;
    outline: 0 !important;
    padding: 15px;
    text-transform: none;
    transition: all .2s ease;
    width: 100%
}

.selectbox-wrapper select.chosen+.chosen-container .chosen-single div {
    display: none
}

.selectbox-wrapper select.chosen+.chosen-container.chosen-with-drop .chosen-single {
    border-radius: 4px 4px 0 0
}

.selectbox-wrapper select.chosen+.chosen-with-drop .chosen-drop {
    border: 1px solid #c2d1d9;
    border-radius: 0 0 4px 4px;
    overflow: hidden
}

.selectbox-wrapper select.chosen+.chosen-with-drop .chosen-drop .chosen-results li,
.selectbox-wrapper select.chosen+.chosen-with-drop .chosen-drop .chosen-results li.active-result {
    color: #19191a;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 21px;
    padding: 12px 15px;
    text-transform: none
}

.selectbox-wrapper select.chosen+.chosen-with-drop .chosen-drop .chosen-results li.disabled-result {
    display: none
}

.selectbox-wrapper select.chosen+.chosen-with-drop .chosen-drop .chosen-results li.highlighted,
.selectbox-wrapper select.chosen+.chosen-with-drop .chosen-drop .chosen-results li.result-selected {
    background: #eef2f5
}

textarea {
    resize: vertical
}

.upload-input {
    display: flex;
    justify-content: space-between;
    position: relative
}

.upload-input input[type=file] {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.upload-input input[type=button],
.upload-input input[type=button]:active,
.upload-input input[type=button]:focus,
.upload-input input[type=button]:hover {
    background: none;
    border: none;
    box-shadow: none;
    color: #1c5196;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 0 15px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase
}

.datepicker-wrapper {
    position: relative
}

.datepicker-wrapper .datepicker-icon {
    align-items: center;
    background: transparent;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.datepicker-wrapper .datepicker-icon i,
.datepicker-wrapper .datepicker-icon svg {
    color: #1c5196;
    font-size: 20px;
    opacity: 1
}

.flatpickr-calendar {
    border-color: #c2d1d9;
    border-radius: 4px;
    color: #19191a;
    font-size: 15px;
    line-height: 21px
}

.flatpickr-calendar .flatpickr-next-month,
.flatpickr-calendar .flatpickr-prev-month {
    height: 34px;
    line-height: 1;
    padding: 10px 0;
    width: 34px
}

.flatpickr-calendar .flatpickr-next-month:hover svg,
.flatpickr-calendar .flatpickr-prev-month:hover svg {
    fill: #1c5196
}

.flatpickr-calendar .flatpickr-current-month {
    font-size: 15px;
    line-height: 36px;
    padding: 0
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
    background: transparent;
    border-radius: 4px;
    margin: 0 10px 0 0;
    padding: 4px 2px
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: #eef2f5
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
    background: transparent;
    height: auto;
    width: 60px
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper input {
    margin: 0;
    padding: 0
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowDown,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowUp {
    background: transparent;
    border: none;
    border-radius: 2px;
    height: 11px;
    margin: 0;
    padding: 0 5px;
    width: 19px
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowDown:hover,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowUp:hover {
    background: #eef2f5
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowUp {
    top: 7px
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowDown {
    top: 19px
}

.flatpickr-calendar .flatpickr-weekday {
    color: #1b5196
}

.flatpickr-calendar .flatpickr-day {
    border-color: transparent
}

.flatpickr-calendar .flatpickr-day.today,
.flatpickr-calendar .flatpickr-day:hover {
    background: #eef2f5;
    border-color: transparent
}

.flatpickr-calendar .flatpickr-day.today {
    color: #19191a
}

.flatpickr-calendar .flatpickr-day.today:hover {
    background: #eef2f5;
    border-color: transparent;
    color: #19191a
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:hover {
    background: #1c5196;
    border-color: transparent;
    color: #fff
}

.flatpickr-calendar .prevMonthDay {
    color: #c2d1d9
}

.headline {
    display: flex;
    flex-direction: column;
    position: relative
}

.top-article .headline-content>*,
.top-category-article .headline-content>* {
    margin-bottom: 10px
}

.top-article .headline-content>:last-child,
.top-category-article .headline-content>:last-child {
    margin-bottom: 0
}

.fixed-wide-article .headline-content>*,
.medium-article .headline-content>*,
.simple-article .headline-content>*,
.small-article .headline-content>*,
.wide-article .headline-content>* {
    margin-bottom: 15px
}

.fixed-wide-article .headline-content>:last-child,
.medium-article .headline-content>:last-child,
.simple-article .headline-content>:last-child,
.small-article .headline-content>:last-child,
.wide-article .headline-content>:last-child {
    margin-bottom: 0
}

.headline-title {
    color: #1c5196
}

.top-article .headline-title {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:1199px) {
    .top-article .headline-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .top-article .headline-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .top-article .headline-title {
        font-size: 26px;
        line-height: 32px
    }
}

.top-category-article .headline-title {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:575px) {
    .top-category-article .headline-title {
        font-size: 26px;
        line-height: 32px
    }
}

.fixed-wide-article .headline-title,
.wide-article .headline-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.48px;
    line-height: 30px
}

@media (max-width:1199px) {
    .fixed-wide-article .headline-title,
    .wide-article .headline-title {
        font-size: 20px;
        line-height: 26px
    }
}

.medium-article .headline-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media (max-width:575px) {
    .medium-article .headline-title {
        font-size: 20px;
        line-height: 26px
    }
}

.widesmall-article .headline-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media (max-width:575px) {
    .widesmall-article .headline-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px
    }
}

.small-article .headline-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.small-article-lead .headline-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.48px;
    line-height: 30px
}

@media (max-width:1199px) {
    .small-article-lead .headline-title {
        font-size: 20px;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .small-article-lead .headline-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px
    }
}

.simple-article .headline-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.headline-title-icons {
    font-size: 85%
}

.headline-title-icons>* {
    margin-right: 3px
}

.headline-perex {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width:1199px) {
    .headline-perex {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .headline-perex {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:575px) {
    .headline-perex {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:767px) {
    .perex-hide-on-mobile .headline-perex {
        display: none !important
    }
}

.headline-image {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.headline-image a {
    display: block;
    width: 100%
}

.headline-image img {
    border-radius: 4px;
    height: auto;
    width: 100%
}

.top-article .headline-footer,
.top-category-article .headline-footer {
    margin-bottom: -5px
}

.headline-meta {
    align-items: baseline;
    color: #19191a;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px
}

.headline-meta>* {
    margin-bottom: 6px;
    margin-right: 12px
}

.headline-meta>:last-child {
    margin-right: 0
}

.headline-meta-loop {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.headline-meta-loop.fullwidth {
    width: 100%
}

.headline-meta-loop>* {
    margin-bottom: 5px;
    margin-right: 10px
}

.headline-meta-loop>:last-child {
    margin-right: 0
}

.headline-meta-label {
    color: #3c82c8;
    padding: 5px 0;
    white-space: nowrap
}

.headline-meta-label .text.strong {
    color: #cf2e4d
}

.headline-meta-label .icon {
    margin-right: 3px
}

.headline-meta-label .icon:last-child {
    margin-right: 0
}

.headline-meta-label .prlabel {
    color: #cf2e4d;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top
}

.headline-meta-category {
    background: #eff3f7;
    border-radius: 32px;
    color: #3c82c8;
    padding: 3px 9px;
    white-space: nowrap
}

.headline-meta-category a,
.headline-meta-category a:active,
.headline-meta-category a:focus {
    color: #3c82c8;
    text-decoration: none
}

.headline-meta-category a:hover {
    color: #3c82c8;
    text-decoration: underline
}

.headline-meta-category .circle {
    border: 2px solid #c2d1d9;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    width: 10px
}

.headline-meta-date {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.headline-meta-date.fullwidth {
    width: 100%
}

.headline-meta-date>* {
    margin-bottom: 5px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.headline-meta-date>:after {
    background: #c2d1d9;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1
}

.headline-meta-date>:last-child {
    margin-right: 0;
    padding-right: 0
}

.headline-meta-date>:last-child:after {
    display: none
}

.headline-meta-published {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.headline-meta-published-title {
    font-weight: 700;
    margin-right: 6px
}

.headline-meta-updated {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.headline-meta-updated-title {
    color: #cf2e4d;
    margin-right: 6px
}

.headline.top-article .headline-content {
    margin-bottom: 20px
}

.headline.top-article .headline-image {
    max-height: 410px;
    overflow: hidden
}

.headline.top-category-article .headline-content {
    order: 2
}

.headline.top-category-article .headline-image {
    margin-bottom: 20px;
    max-height: 410px;
    order: 1
}

@media (min-width:993px) {
    .headline.fixed-wide-article .headline-image,
    .headline.medium-article .headline-image,
    .headline.wide-article .headline-image {
        max-height: 196px
    }
}

@media (max-width:991px) {
    .headline.fixed-wide-article .headline-image,
    .headline.medium-article .headline-image,
    .headline.wide-article .headline-image {
        align-items: flex-start
    }
}

.headline.wide-article {
    align-items: flex-start;
    flex-direction: row
}

@media (max-width:575px) {
    .headline.wide-article {
        flex-direction: column
    }
}

.headline.wide-article .headline-content {
    margin-left: 30px;
    order: 2;
    width: 50%
}

@media (max-width:575px) {
    .headline.wide-article .headline-content {
        margin-left: 0;
        width: 100%
    }
}

.headline.wide-article .headline-content .headline-perex {
    display: none
}

.headline.wide-article .headline-image {
    order: 1;
    width: 50%
}

@media (max-width:575px) {
    .headline.wide-article .headline-image {
        margin-bottom: 20px;
        width: 100%
    }
}

.headline.fixed-wide-article {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width:575px) {
    .headline.fixed-wide-article {
        flex-direction: column
    }
}

.headline.fixed-wide-article .headline-content {
    flex: 1;
    margin-left: 30px;
    order: 2
}

@media (max-width:575px) {
    .headline.fixed-wide-article .headline-content {
        margin-left: 0;
        width: 100%
    }
}

.headline.fixed-wide-article .headline-image {
    flex: 0 0 255px;
    order: 1;
    width: 255px
}

@media (max-width:767px) {
    .headline.fixed-wide-article .headline-image {
        flex: 0 0 200px;
        width: 200px
    }
}

@media (max-width:575px) {
    .headline.fixed-wide-article .headline-image {
        flex: 1;
        margin-bottom: 20px;
        width: 100%
    }
}

.headline.fixed-wide-article .headline-perex {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.headline.fixed-wide-article .headline-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.headline.fixed-wide-article .headline-header>* {
    margin-bottom: 15px
}

.headline.fixed-wide-article .headline-header>:last-child {
    margin-bottom: 0
}

.headline.medium-article .headline-content {
    order: 2
}

.headline.medium-article .headline-content .headline-perex {
    display: none
}

.headline.medium-article .headline-image {
    margin-bottom: 20px;
    order: 1
}

.headline.widesmall-article {
    background-color: rgba(239, 243, 247, .5);
    border-radius: 4px;
    flex-direction: row;
    width: 100%
}

.headline.widesmall-article .headline-image {
    min-width: 225px;
    order: 1;
    width: 225px
}

@media (max-width:575px) {
    .headline.widesmall-article .headline-image {
        min-width: 150px;
        width: 150px
    }
}

@media (max-width:384px) {
    .headline.widesmall-article .headline-image {
        min-width: 120px;
        width: 120px
    }
}

@media (max-width:359px) {
    .headline.widesmall-article .headline-image {
        min-width: 100px;
        width: 100px
    }
}

.headline.widesmall-article .headline-image img {
    border-radius: 4px;
    display: block;
    height: auto;
    width: 100%
}

.headline.widesmall-article .headline-content {
    flex-grow: 1;
    order: 2;
    padding: 22px 30px
}

@media (max-width:575px) {
    .headline.widesmall-article .headline-content {
        padding: 14px 10px
    }
}

@media (max-width:359px) {
    .headline.widesmall-article .headline-content {
        padding: 8px 10px
    }
}

.headline.widesmall-article .headline-beforetitle {
    color: #cf2e4d;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (max-width:575px) {
    .headline.widesmall-article .headline-beforetitle {
        margin-bottom: 5px
    }
    .headline.widesmall-article.no-bg-mobile {
        background: none;
        padding: 0
    }
    .headline.widesmall-article.no-bg-mobile .headline-content {
        padding: 0 10px
    }
}

.headline.small-article .headline-header {
    margin-bottom: 7px
}

.headline.small-article .headline-content {
    order: 2
}

.headline.small-article .headline-image {
    margin-bottom: 20px;
    order: 1;
    overflow: hidden
}

.headline.white-on-black,
.headline.white-on-black a {
    color: #fff
}

.headline.white-on-black .headline-meta {
    color: hsla(0, 0%, 100%, .5)
}

.headline.white-on-black .headline-meta-category {
    background-color: #444548;
    color: #fff
}

.headline.white-on-black .headline-meta-label {
    color: #fff
}

.articles-widesmall-item {
    margin-bottom: 20px
}

.articles-widesmall-item:last-child {
    margin-bottom: 0
}

.articles-similar {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.articles-similar-item {
    flex: 0 0 33.3333333333%;
    margin-bottom: 30px;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:575px) {
    .articles-similar-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
        max-width: 100%
    }
}

.articles-similar-item:last-child {
    margin-bottom: 0
}

.articles-similar-wide {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.articles-similar-wide-item {
    flex: 0 0 20%;
    margin-bottom: 30px;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:1199px) {
    .articles-similar-wide-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .articles-similar-wide-item:nth-child(5) {
        display: none
    }
}

@media (max-width:991px) {
    .articles-similar-wide-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .articles-similar-wide-item:nth-child(4),
    .articles-similar-wide-item:nth-child(5) {
        display: none
    }
}

@media (max-width:575px) {
    .articles-similar-wide-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
        max-width: 100%
    }
    .articles-similar-wide-item:nth-child(4),
    .articles-similar-wide-item:nth-child(5) {
        display: flex
    }
}

.articles-similar-wide-item:last-child {
    margin-bottom: 0
}

.articles-simple .simple-article {
    border-bottom: 1px solid #c2d1d9;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.articles-simple .simple-article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.contentexchange .cex-articles>* {
    margin-bottom: 40px
}

.contentexchange .cex-articles>:last-child {
    margin-bottom: 0
}

.contentexchange .cex-articles #newsletter {
    margin-bottom: 60px;
    margin-top: 60px
}

.contentexchange .cex-articles-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.contentexchange .cex-articles-footer {
    color: #78787d;
    font-size: 12px;
    line-height: 1;
    text-align: right
}

.contentexchange .cex-articles-footer a {
    color: #78787d
}

.contentexchange .cex-articles-footer img {
    display: inline-block;
    height: auto;
    width: 17px
}

.contentexchange .cex-article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px
}

.contentexchange .cex-article [class*=bexAd_post] {
    flex: 0 0 33.3333333333%;
    margin-bottom: 30px;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:575px) {
    .contentexchange .cex-article [class*=bexAd_post] {
        flex: 0 0 100%;
        margin-bottom: 20px;
        max-width: 100%
    }
}

.contentexchange .cex-article [class*=bexAd_post]:last-child {
    margin-bottom: 0
}

.contentexchange .cex-article-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media (max-width:575px) {
    .contentexchange .cex-article-title {
        font-size: 20px;
        line-height: 26px
    }
}

.contentexchange .cex-article [class*=bexAd_clickUrl_href] {
    display: block
}

.contentexchange .cex-article [class*=bexAd_image_image] {
    border-radius: 4px;
    display: block;
    height: auto;
    width: 100%
}

.contentexchange .cex-article [class*=bexAd_post]>* {
    margin-bottom: 15px
}

.contentexchange .cex-article [class*=bexAd_post]>:last-child {
    margin-bottom: 0
}

.contentexchange.contentexchange-wide .cex-article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px
}

.contentexchange.contentexchange-wide .cex-article [class*=bexAd_post] {
    flex: 0 0 20%;
    margin-bottom: 30px;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:1199px) {
    .contentexchange.contentexchange-wide .cex-article [class*=bexAd_post] {
        display: block;
        flex: 0 0 25%;
        max-width: 25%
    }
    .contentexchange.contentexchange-wide .cex-article [class*=bexAd_post]:nth-child(9),
    .contentexchange.contentexchange-wide .cex-article [class*=bexAd_post]:nth-child(10) {
        display: none
    }
}

@media (max-width:991px) {
    .contentexchange.contentexchange-wide .cex-article [class*=bexAd_post] {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .contentexchange.contentexchange-wide .cex-article [class*=bexAd_post]:nth-child(9) {
        display: block
    }
    .contentexchange.contentexchange-wide .cex-article [class*=bexAd_post]:nth-child(10) {
        display: none
    }
}

@media (max-width:575px) {
    .contentexchange.contentexchange-wide .cex-article [class*=bexAd_post] {
        flex: 0 0 100%;
        margin-bottom: 20px;
        max-width: 100%
    }
}

.contentexchange.contentexchange-wide .cex-article [class*=bexAd_post]:last-child {
    margin-bottom: 0
}

@media (max-width:575px) {
    .block-featured-v2 {
        margin-bottom: 20px !important;
        padding: 20px 0 !important
    }
    .block-featured-v2 .block-featured-v2-secondary-items {
        margin-bottom: -20px !important
    }
    .block-featured-v2 .block-featured-v2-primary {
        border-bottom: 1px solid #1c51961a;
        margin-bottom: 20px;
        padding-bottom: 10px
    }
    .block-featured-v2 .block-featured-v2-secondary-item {
        margin-bottom: 0
    }
    .block-category .top-category-article {
        border-bottom: 1px solid #1c51961a;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .block-category .top-category-article:last-child {
        border-bottom: none;
        padding-bottom: 0
    }
    .block-category .top-category-article .headline-footer {
        margin-bottom: -10px
    }
    .headline.mobile-small {
        border-bottom: 1px solid #1c51961a;
        display: grid;
        grid-template-columns: 65% 35%;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .block-category-content .headline.mobile-small {
        margin-bottom: 20px
    }
    .block-category-smallarticles-item .headline.mobile-small {
        margin-bottom: -20px
    }
    .headline.mobile-small .headline-meta {
        margin-bottom: -10px
    }
    .headline.mobile-small .headline-content {
        order: 1;
        padding-right: .5rem
    }
    .headline.mobile-small .headline-image {
        margin-bottom: 0;
        order: 2;
        padding-left: .5rem
    }
    .headline.mobile-small .headline-perex {
        display: none
    }
    .headline.mobile-small .headline-title {
        font-size: 16px;
        height: auto;
        line-height: 22px
    }
}

@media (max-width:375px) {
    .headline.mobile-small .headline-title {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 15px;
        line-height: 22px;
        overflow: hidden
    }
}

#loader {
    color: #1c5196;
    display: block;
    font-size: 25px;
    line-height: 1;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9000
}

#loader.blocking {
    align-items: center;
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    display: flex;
    font-size: 50px;
    justify-content: center;
    left: 0;
    right: 0;
    text-align: center;
    top: 0
}

.remodal {
    border-radius: 4px;
    margin-top: 70px
}

@media (max-width:575px) {
    .remodal {
        padding: 40px 15px 15px
    }
}

.remodal-close {
    left: auto;
    outline: none;
    right: 0
}

.remodal-close:focus {
    outline: none
}

.remodal-close:before {
    font-size: 40px;
    line-height: 45px;
    width: 25px
}

.ta3modal>* {
    margin-bottom: 20px
}

.ta3modal>:last-child {
    margin-bottom: 0
}

.ta3modal-title {
    font-size: 24px;
    line-height: 30px
}

@media (max-width:1199px) {
    .ta3modal-title {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    .ta3modal-title {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .ta3modal-title {
        font-size: 21px;
        line-height: 27px
    }
}

.ta3modal-title i,
.ta3modal-title svg {
    color: #1c5196;
    margin-right: 5px
}

.ta3modal-content {
    text-align: left
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    float: right;
    font-size: 20px;
    font-weight: 700;
    opacity: .8;
    position: relative;
    right: -.3em;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    top: -.3em
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    cursor: pointer;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
    opacity: .4;
    text-decoration: none
}

button.toast-close-button {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.toast-top-center {
    right: 0;
    top: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    right: 0;
    top: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    left: 12px;
    top: 12px
}

.toast-top-right {
    right: 12px;
    top: 12px
}

.toast-bottom-right {
    bottom: 12px;
    right: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    box-sizing: border-box
}

#toast-container>div {
    background-position: 15px;
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 12px #999;
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    margin: 0 0 6px;
    opacity: .8;
    overflow: hidden;
    padding: 15px 15px 15px 50px;
    position: relative;
    width: 300px
}

#toast-container>:hover {
    box-shadow: 0 0 12px #000;
    cursor: pointer;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

#toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    margin: auto;
    width: 300px
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    margin: auto;
    width: 96%
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    background-color: #000;
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
    height: 4px;
    left: 0;
    opacity: .4;
    position: absolute
}

@media (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

#toast-container {
    top: 130px
}

#toast-container>div {
    background-position: 12px 16px;
    border-radius: 4px;
    opacity: 1
}

#toast-container>div,
#toast-container>div:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.toast-top-right {
    right: 15px
}

.toast-success {
    background-color: #28b162
}

.toast-error {
    background-color: #e74c3c
}

.toast-info {
    background-color: #1f5394
}

.toast-warning {
    background-color: #d88f27
}

.toast-title {
    font-size: 16px;
    line-height: 22px
}

.toast-message {
    font-size: 14px;
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 19px;
    margin-top: 5px
}

.choices {
    font-size: 1.2rem;
    margin-bottom: 24px;
    position: relative
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    background-size: 8px;
    border-radius: 10em;
    height: 20px;
    margin-right: 25px;
    margin-top: -10px;
    opacity: .5;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
    border: 5px solid transparent;
    border-top-color: #333;
    content: "";
    height: 0;
    margin-top: -2.5px;
    pointer-events: none;
    position: absolute;
    right: 11.5px;
    top: 50%;
    width: 0
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    left: 0;
    margin-left: 25px;
    margin-right: 0;
    right: auto
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    background-size: 8px;
    border-left: 1px solid #008fa1;
    border-radius: 0;
    display: inline-block;
    line-height: 1;
    margin: 0 -4px 0 8px;
    opacity: .75;
    padding-left: 16px;
    position: relative;
    width: 8px
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    background-color: #19191a;
    border: 1px solid #ced4da;
    border-radius: 8px;
    display: inline-block;
    font-size: 1rem;
    min-height: 44px;
    overflow: hidden;
    padding: 7.5px 7.5px 3.75px;
    vertical-align: top;
    width: 100%
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #a2aeb9
}

.is-open .choices__inner {
    border-radius: 8px 8px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 8px 8px
}

.choices__list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-left: 16px;
    padding-right: 4px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 3.75px;
    margin-right: 3.75px;
    padding: 4px 10px;
    vertical-align: middle;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-left: 3.75px;
    margin-right: 0
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    background-color: #19191a;
    border: 1px solid #ced4da;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    word-break: break-all;
    z-index: 1
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #a2aeb9
}

.is-flipped .choices__list--dropdown {
    border-radius: .25rem .25rem 0 0;
    bottom: 100%;
    margin-bottom: -1px;
    margin-top: 0;
    top: auto
}

.choices__list--dropdown .choices__list {
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
    overflow: auto;
    position: relative;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    font-size: 1rem;
    padding: 10px;
    position: relative
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width:640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: .8rem;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        padding-left: 100px;
        padding-right: 10px;
        text-align: right
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        left: 10px;
        right: auto
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices__heading {
    border-bottom: 1px solid #ebeef0;
    color: gray;
    font-size: .8rem;
    font-weight: 600;
    padding: 10px
}

.choices__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -9999px
}

.choices__button:focus {
    outline: none
}

.choices__input {
    background-color: #19191a;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    vertical-align: baseline
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-left: 0;
    padding-right: 2px
}

.choices__placeholder {
    opacity: .5
}

.choices[data-type*=select-multiple] .choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices__input.is-hidden {
    display: none
}

.choices__list--single {
    padding: 0 16px 0 0
}

.choices:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 47%, .25)
}

.choices[data-type*=select-one] .choices__inner,
.choices__inner {
    padding: .475rem .75rem 0
}

.choices {
    margin-bottom: 0
}

.choices__list--dropdown .choices__item.choices__item--selectable.is-highlighted {
    background-color: #262627
}

.choices__list.choices__list--dropdown.is-active {
    border: none;
    z-index: 2
}

.choices[data-type*=select-one]:after {
    display: none
}

.select .form-group {
    position: relative
}

.select .form-group i,
.select .form-group svg {
    font-size: 26px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 42px
}

.swiper-container .swiper-wrapper .swiper-slide .content {
    position: relative
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background-image: none;
    color: #eee;
    font-size: 45px;
    line-height: 1;
    margin-top: -22.5px;
    width: auto
}

.swiper-container .swiper-pagination-bullet {
    background: #eee
}

.top-videos {
    background-color: #1f1f21;
    border-radius: 4px;
    padding: 30px 0 10px 30px;
    position: relative
}

.top-videos>* {
    margin-bottom: 30px
}

.top-videos>:last-child {
    margin-bottom: 0
}

.top-videos-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0
}

.top-videos-title i,
.top-videos-title svg {
    color: #3c82c8;
    font-size: 24px;
    line-height: 1;
    margin-right: 18px;
    min-width: 30px
}

.top-videos-content .swiper-navigation {
    position: absolute;
    right: 13px;
    top: 50px;
    width: 75px
}

.top-videos-content .swiper-navigation .swiper-button-next,
.top-videos-content .swiper-navigation .swiper-button-prev {
    background-image: none
}

.top-videos-content .swiper-navigation .swiper-button-next:focus,
.top-videos-content .swiper-navigation .swiper-button-prev:focus {
    outline: none
}

.top-videos-content #top-video-slider .swiper-wrapper .swiper-slide {
    padding-bottom: 20px;
    width: 250px !important
}

.top-videos-content #top-video-slider .swiper-wrapper .swiper-slide-single {
    padding-bottom: 20px;
    padding-right: 20px;
    width: 100% !important
}

.top-videos-content #top-video-slider .swiper-wrapper .swiper-slide .slide-image {
    border-radius: 2px;
    margin-bottom: 15px;
    max-width: 100%
}

.top-attractions {
    background-color: #cf2e4d;
    border-radius: 4px;
    padding: 30px 0 10px 30px;
    position: relative
}

.top-attractions>* {
    margin-bottom: 30px
}

.top-attractions>:last-child {
    margin-bottom: 0
}

.top-attractions-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0
}

.top-attractions-title i,
.top-attractions-title svg {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-right: 18px;
    min-width: 30px
}

.top-attractions-content .headline.white-on-black .headline-meta-category {
    background-color: #630b1c
}

.top-attractions-content .swiper-navigation {
    position: absolute;
    right: 13px;
    top: 50px;
    width: 75px
}

.top-attractions-content .swiper-navigation .swiper-button-next,
.top-attractions-content .swiper-navigation .swiper-button-prev {
    background-image: none
}

.top-attractions-content .swiper-navigation .swiper-button-next:focus,
.top-attractions-content .swiper-navigation .swiper-button-prev:focus {
    outline: none
}

.top-attractions-content #top-attraction-slider .swiper-wrapper .swiper-slide {
    padding-bottom: 20px;
    width: 250px !important
}

.top-attractions-content #top-attraction-slider .swiper-wrapper .swiper-slide-single {
    padding-bottom: 20px;
    padding-right: 20px;
    width: 100% !important
}

.top-attractions-content #top-attraction-slider .swiper-wrapper .swiper-slide .slide-image {
    border-radius: 2px;
    margin-bottom: 15px;
    max-width: 100%
}

.program {
    margin-top: 25px;
    padding-bottom: 50px
}

.program .program-navigation {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 21px rgba(31, 83, 148, .1);
    margin-bottom: 40px;
    padding: 0 5%;
    z-index: 1
}

@media (max-width:767px) {
    .program .program-navigation {
        padding: 0
    }
}

@media (max-width:575px) {
    .program .program-navigation {
        border-radius: 10px
    }
}

.program .program-navigation .nav-tabs {
    border-bottom: none;
    flex-wrap: nowrap;
    height: 80px;
    justify-content: space-around
}

@media (max-width:575px) {
    .program .program-navigation .nav-tabs {
        height: 60px
    }
}

.program .program-navigation .nav-tabs .nav-item {
    text-align: center
}

@media (max-width:1199px) {
    .program .program-navigation .nav-tabs .nav-item {
        width: 100%
    }
}

.program .program-navigation .nav-tabs .nav-item .nav-link {
    border: none;
    border-radius: 10px;
    color: #1c5196;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    height: 92px;
    justify-content: center;
    margin: 0;
    padding: 0 10px 2px;
    position: relative;
    text-transform: capitalize;
    top: -6px;
    transition: background-color .2s, color .2s
}

@media (max-width:575px) {
    .program .program-navigation .nav-tabs .nav-item .nav-link {
        height: 72px
    }
}

.program .program-navigation .nav-tabs .nav-item .nav-link .date {
    color: #505d68;
    font-size: 13px;
    font-weight: 400
}

.program .program-navigation .nav-tabs .nav-item .nav-link.active {
    background-color: #1c5196;
    color: #fff
}

.program .program-navigation .nav-tabs .nav-item .nav-link.active .date {
    color: #fff
}

.program .program-navigation .nav-tabs .nav-item .nav-link.active:hover {
    background-color: #1c5196
}

.program .program-navigation .nav-tabs .nav-item .nav-link:focus {
    outline: none
}

.program .program-navigation .nav-tabs .nav-item .nav-link:hover {
    background-color: #eff3f7
}

@media (max-width:991px) {
    .program .program-navigation .nav-tabs .nav-item .nav-link:hover {
        background-color: transparent
    }
}

.program .tab-content {
    padding-bottom: 5px;
    position: relative
}

.program .tab-content .tab-wrapper .day-part {
    border-bottom: 1px solid #c2d1d9;
    color: #19191a;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.48px;
    margin-bottom: 22px;
    padding: 10px 0;
    text-transform: uppercase
}

.program .tab-content .tab-wrapper .day-part:first-child {
    padding-top: 0
}

.program .tab-content .tab-wrapper .program-item {
    align-items: flex-start;
    display: flex;
    padding: 20px 0 15px;
    position: relative
}

.program .tab-content .tab-wrapper .program-item:after,
.program .tab-content .tab-wrapper .program-item:before {
    background: url(../images/icons/dot.png);
    content: "";
    height: 50%;
    left: 37px;
    position: absolute;
    width: 2px
}

@media (max-width:575px) {
    .program .tab-content .tab-wrapper .program-item:after,
    .program .tab-content .tab-wrapper .program-item:before {
        left: 33px
    }
}

.program .tab-content .tab-wrapper .program-item:before {
    top: 22px
}

.program .tab-content .tab-wrapper .program-item:after {
    bottom: -20px
}

.program .tab-content .tab-wrapper .program-item.last-program-item:after,
.program .tab-content .tab-wrapper .program-item.last-program-item:before {
    display: none
}

.program .tab-content .tab-wrapper .program-item .progress-section {
    align-items: center;
    display: none;
    margin-top: 20px
}

@media (max-width:575px) {
    .program .tab-content .tab-wrapper .program-item .progress-section {
        align-items: flex-start;
        flex-direction: column
    }
}

.program .tab-content .tab-wrapper .program-item .progress-section .play-live {
    background-color: #cf2e4d;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-right: 18px;
    padding: 8px 22px
}

.program .tab-content .tab-wrapper .program-item .progress-section .play-live span {
    align-items: center;
    display: flex
}

.program .tab-content .tab-wrapper .program-item .progress-section .play-live i,
.program .tab-content .tab-wrapper .program-item .progress-section .play-live svg {
    margin-left: 14px;
    min-height: 18px;
    min-width: 18px
}

@media (max-width:575px) {
    .program .tab-content .tab-wrapper .program-item .progress-section .play-live {
        margin-bottom: 10px
    }
}

.program .tab-content .tab-wrapper .program-item .progress-section .program-progress {
    background-color: rgba(28, 81, 150, .17);
    border-radius: 3px;
    height: 5px;
    width: 100%
}

.program .tab-content .tab-wrapper .program-item .progress-section .program-progress .progress {
    background-color: #cf2e4d;
    border-radius: 3px;
    display: block;
    height: 100%
}

.program .tab-content .tab-wrapper .program-item.active span.broadcast-time {
    background-color: #1c5196;
    color: #fff
}

.program .tab-content .tab-wrapper .program-item.active .progress-section {
    display: flex
}

.program .tab-content .tab-wrapper .program-item .program-name {
    color: #1c5196;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.18px;
    line-height: 1;
    margin-bottom: 11px
}

.program .tab-content .tab-wrapper .program-item .broadcast-time {
    background-color: #eff3f7;
    border-radius: 10px;
    color: #19191a;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    margin-right: 38.5px;
    padding: 6px 17px;
    position: relative;
    text-align: center;
    width: 77px
}

.ie11 .program .tab-content .tab-wrapper .program-item .broadcast-time {
    min-width: 77px;
    width: auto
}

@media (max-width:575px) {
    .program .tab-content .tab-wrapper .program-item .broadcast-time {
        font-size: 14px;
        height: 34px;
        margin-right: 20px
    }
}

.program .tab-content .tab-wrapper .program-item .program-image {
    margin-right: 20px
}

@media (max-width:767px) {
    .program .tab-content .tab-wrapper .program-item .program-image {
        display: none
    }
}

.program .tab-content .tab-wrapper .program-item .program-image img {
    border-radius: 2px;
    width: 160px
}

.program .tab-content .tab-wrapper .program-item .program-perex {
    color: #1f1f21;
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden
}

.program .tab-content .tab-wrapper .program-item .program-perex a {
    font-weight: 700
}

.program .tab-content .tab-wrapper .program-item .program-perex .program-name {
    color: #505d68
}

.program .tab-content .tab-wrapper .program-item .live-badge,
.program .tab-content .tab-wrapper .program-item .premiere-badge,
.program .tab-content .tab-wrapper .program-item .reprise-badge {
    align-items: center;
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 500;
    height: 22px;
    justify-content: center;
    margin-left: 5px;
    width: 66px
}

.program .tab-content .tab-wrapper .program-item .reprise-badge {
    background-color: #505d68
}

.program .tab-content .tab-wrapper .program-item .premiere-badge {
    background-color: #2ecd71
}

.program .tab-content .tab-wrapper .program-item .live-badge {
    background-color: #cf2e4d
}

.program .broadcast-end {
    bottom: 0;
    color: #1c5196;
    font-weight: 700;
    left: -22px;
    position: absolute
}

@media (max-width:767px) {
    .program .broadcast-end {
        bottom: -15px;
        left: 0;
        line-height: 1.2;
        text-align: center
    }
    #placeholder-nrsr-meetings-section .program .broadcast-end {
        left: 8px
    }
}

@media (max-width:575px) {
    .program .broadcast-end {
        bottom: 0;
        font-size: 14px
    }
}

.program-none {
    color: #1c5196;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 30px 0
}

select.chosen {
    outline: none;
    width: 100%
}

select.chosen+.chosen-container .chosen-single {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 2px solid #1c5196;
    border-radius: 0;
    box-shadow: none;
    color: #1c5196;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    line-height: 47px;
    outline: none;
    padding: 0 15px;
    text-transform: uppercase
}

@media (max-width:575px) {
    select.chosen+.chosen-container .chosen-single {
        font-size: 12px
    }
}

select.chosen+.chosen-container .chosen-single div {
    width: 25px
}

select.chosen+.chosen-container .chosen-single div:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%231f5394' d='M151.5 347.8 3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    color: #1c5196;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    width: 20px
}

select.chosen+.chosen-with-drop .chosen-single {
    background: #fff;
    border: 1px solid #1b5196;
    border-bottom: 2px solid transparent
}

select.chosen+.chosen-with-drop .chosen-drop {
    background: #fff;
    border: 1px solid #1b5196;
    border-radius: 0;
    box-shadow: none;
    color: #1c5196;
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;
    outline: none;
    padding: 0;
    text-transform: uppercase
}

@media (max-width:575px) {
    select.chosen+.chosen-with-drop .chosen-drop {
        font-size: 12px
    }
}

select.chosen+.chosen-with-drop .chosen-drop .chosen-results {
    margin: 0;
    padding: 0
}

select.chosen+.chosen-with-drop .chosen-drop .chosen-results li.active-result {
    color: #1c5196;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap
}

select.chosen+.chosen-with-drop .chosen-drop .chosen-results li.active-result.highlighted {
    background: #ebf0f5
}

.gdpr_open {
    bottom: 50px
}

.isecond-page .gdpr_open {
    bottom: 0;
    z-index: 500
}

@media (max-width:991px) {
    .isecond-page .gdpr_open {
        bottom: 50px
    }
}

.gdpr_consent_popup {
    background-color: #1c5196;
    border-top-color: #143a6b
}

.gdpr_consent_popup * {
    font-size: 14px;
    line-height: 22px
}

.gdpr_consent_popup input[type=checkbox]:checked+span,
.gdpr_consent_popup input[type=checkbox]:indeterminate+span {
    color: #d4e3f7
}

.rmp-container {
    margin: auto
}

.ads-bg-light {
    background: #eef2f5
}

.ads-bg-dark {
    background-color: #1f1f21
}

.ads-bg-dark2 {
    background-color: #19191a
}

.ads-branding {
    margin-bottom: -15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 300
}

.ads-branding a {
    display: inline-block
}

.ads-branding img {
    display: block;
    margin: auto
}

.ads-branding-main {
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    width: auto
}

.ads-branding-sides {
    height: 100vh;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 100%;
    z-index: 1
}

.ads-branding-sides a {
    pointer-events: all
}

.ads-branding-sides-left,
.ads-branding-sides-right {
    height: 600px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.fixed .ads-branding-sides-left,
.fixed .ads-branding-sides-right {
    position: fixed
}

.ads-branding-sides-left {
    left: -100%;
    text-align: right;
    transform: translateX(-600px)
}

.ads-branding-sides-right {
    right: -100%;
    text-align: left;
    transform: translateX(600px)
}

#content>.ads-leaderboard {
    margin-bottom: -15px;
    padding-top: 0
}

.ads-leaderboard {
    margin: auto;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 300
}

@media (max-width:1199px) {
    .ads-leaderboard {
        display: none
    }
}

.ads-leaderboard a {
    display: inline-block
}

.ads-leaderboard img {
    display: block;
    margin: auto
}

.ads-leaderboard-tablet-portrait {
    display: none
}

@media (max-width:991px) {
    .ads-leaderboard-tablet-portrait {
        display: block;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto
    }
}

@media (max-width:767px) {
    .ads-leaderboard-tablet-portrait {
        display: none
    }
}

.ads-leaderboard-tablet-landscape {
    display: none
}

@media (max-width:1199px) {
    .ads-leaderboard-tablet-landscape {
        display: block;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto
    }
}

@media (max-width:991px) {
    .ads-leaderboard-tablet-landscape {
        display: none
    }
}

.ads-leaderboard-mobile {
    display: none
}

@media (max-width:767px) {
    .ads-leaderboard-mobile {
        display: block;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto
    }
}

.ads-sidebar-bottom,
.ads-sidebar-top {
    background: #eef2f5;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 300
}

@media (max-width:1199px) {
    .ads-sidebar-bottom,
    .ads-sidebar-top {
        display: none
    }
}

.ads-sidebar-bottom-tablet-portrait,
.ads-sidebar-top-tablet-portrait {
    display: none
}

@media (max-width:991px) {
    .ads-sidebar-bottom-tablet-portrait,
    .ads-sidebar-top-tablet-portrait {
        display: block
    }
}

@media (max-width:767px) {
    .ads-sidebar-bottom-tablet-portrait,
    .ads-sidebar-top-tablet-portrait {
        display: none
    }
}

.ads-sidebar-bottom-tablet-landscape,
.ads-sidebar-top-tablet-landscape {
    display: none
}

@media (max-width:1199px) {
    .ads-sidebar-bottom-tablet-landscape,
    .ads-sidebar-top-tablet-landscape {
        display: block
    }
}

@media (max-width:991px) {
    .ads-sidebar-bottom-tablet-landscape,
    .ads-sidebar-top-tablet-landscape {
        display: none
    }
}

.ads-sidebar-bottom-tablet,
.ads-sidebar-top-tablet {
    display: none
}

@media (max-width:1199px) {
    .ads-sidebar-bottom-tablet,
    .ads-sidebar-top-tablet {
        display: block
    }
}

@media (max-width:767px) {
    .ads-sidebar-bottom-tablet,
    .ads-sidebar-top-tablet {
        display: none
    }
}

.ads-sidebar-bottom-mobile,
.ads-sidebar-top-mobile {
    display: none
}

@media (max-width:767px) {
    .ads-sidebar-bottom-mobile,
    .ads-sidebar-top-mobile {
        display: block
    }
}

.ads-sidebar-bottom a,
.ads-sidebar-top a {
    display: inline-block
}

.ads-sidebar-bottom img,
.ads-sidebar-top img {
    display: block;
    margin: auto
}

.ads-sidebar-bottom-mobile {
    order: 4 !important
}

.ads-content {
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 300
}

.ads-content a {
    display: inline-block
}

.ads-content img {
    display: block;
    margin: auto
}

.ads-content-large {
    display: block
}

@media (max-width:1199px) {
    .ads-content-large {
        display: none
    }
}

.ads-content-desktop {
    display: none
}

@media (max-width:1199px) {
    .ads-content-desktop {
        display: block
    }
}

@media (max-width:991px) {
    .ads-content-desktop {
        display: none
    }
}

.ads-content-tablet-portrait {
    display: none
}

@media (max-width:991px) {
    .ads-content-tablet-portrait {
        display: block;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto
    }
}

@media (max-width:767px) {
    .ads-content-tablet-portrait {
        display: none
    }
}

.ads-content-tablet-landscape {
    display: none
}

@media (max-width:1199px) {
    .ads-content-tablet-landscape {
        display: block;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto
    }
}

@media (max-width:991px) {
    .ads-content-tablet-landscape {
        display: none
    }
}

.ads-content-mobile {
    display: none
}

@media (max-width:767px) {
    .ads-content-mobile {
        display: block;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto
    }
}

.ads-sticker {
    bottom: 45px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 400
}

.ads-sticker a {
    display: inline-block
}

.ads-sticker img {
    display: block;
    margin: auto
}

@media (max-width:1199px) {
    .ads-sticker {
        display: none
    }
}

.ads-sticker-tablet-portrait {
    display: none
}

@media (max-width:991px) {
    .ads-sticker-tablet-portrait {
        display: block
    }
}

@media (max-width:767px) {
    .ads-sticker-tablet-portrait {
        display: none
    }
}

.ads-sticker-tablet-landscape {
    display: none
}

@media (max-width:1199px) {
    .ads-sticker-tablet-landscape {
        display: block
    }
}

@media (max-width:991px) {
    .ads-sticker-tablet-landscape {
        display: none
    }
}

.ads-sticker-mobile {
    display: none
}

@media (max-width:767px) {
    .ads-sticker-mobile {
        display: block
    }
}

.ads-scroller {
    bottom: 45px;
    display: none;
    height: 100vh;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100vw;
    z-index: 400
}

.ads-scroller.show {
    display: block
}

.ads-scroller a {
    color: #19191a !important;
    display: inline-block
}

.ads-scroller img {
    display: block;
    margin: auto
}

.ads-scroller-wrapper {
    background: #fff;
    left: 50%;
    padding: 35px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (max-width:369px) {
    .ads-scroller-wrapper {
        padding: 10px
    }
}

.ads-scroller-close {
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 3
}

@media (max-width:369px) {
    .ads-scroller-close {
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        right: 0;
        top: -30px;
        width: 30px
    }
}

.ads-scroller-overlay {
    background: rgba(25, 25, 26, .3);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1
}

.ads-scroller-large {
    display: none
}

@media (max-width:1199px) {
    .ads-scroller-large.show {
        display: none
    }
}

.ads-scroller-tablet-portrait,
.ads-scroller-tablet-portrait.show {
    display: none
}

@media (max-width:991px) {
    .ads-scroller-tablet-portrait.show {
        display: block
    }
}

@media (max-width:767px) {
    .ads-scroller-tablet-portrait.show {
        display: none
    }
}

.ads-scroller-tablet-landscape,
.ads-scroller-tablet-landscape.show {
    display: none
}

@media (max-width:1199px) {
    .ads-scroller-tablet-landscape.show {
        display: block
    }
}

@media (max-width:991px) {
    .ads-scroller-tablet-landscape.show {
        display: none
    }
}

.ads-scroller-mobile,
.ads-scroller-mobile.show {
    display: none
}

@media (max-width:767px) {
    .ads-scroller-mobile.show {
        display: block
    }
}

.blank {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    width: 100%
}

.blank-dark {
    background: #1f1f21;
    color: #fff
}

.blank-title {
    font-size: 36px;
    letter-spacing: -1.08px;
    line-height: 42px;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .blank-title {
        font-size: 27px;
        line-height: 33px
    }
}

@media (max-width:991px) {
    .blank-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .blank-title {
        font-size: 24px;
        line-height: 30px
    }
}

.blank-perex {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width:1199px) {
    .blank-perex {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .blank-perex {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:575px) {
    .blank-perex {
        font-size: 16px;
        line-height: 26px
    }
}

#no-javascript,
#outdated-browser {
    text-align: center
}

.breadcrumb {
    color: #505d68;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.breadcrumb ul {
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.breadcrumb ul,
.breadcrumb ul li {
    align-items: center;
    display: flex;
    margin: 0
}

.breadcrumb ul li {
    padding: 0 5px 0 0;
    position: relative
}

.breadcrumb ul li:after {
    content: ">";
    display: block;
    padding-left: 5px
}

.breadcrumb ul li:last-child:after {
    display: none
}

.breadcrumb ul li a {
    color: #505d68;
    display: block;
    text-decoration: underline
}

body {
    padding-top: 120px
}

@media (max-width:759px) {
    body {
        padding-top: 70px
    }
}

body.isecond-page {
    padding-top: 120px
}

body.icpwa-offline {
    padding-top: 170px
}

:target:before {
    content: "";
    display: block;
    height: 140px;
    margin: -140px 0 0
}

@media (max-width:759px) {
    :target:before {
        height: 90px;
        margin: -90px 0 0
    }
}

.header-bigmenu {
    max-height: calc(100vh - 70px);
    top: 70px
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}

.header-primary {
    background: #1c5196;
    color: #fff;
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 3
}

.header-primary-inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
    white-space: nowrap
}

.header-primary a {
    transition: all .3s
}

.header-primary a,
.header-primary a:active,
.header-primary a:focus,
.header-primary a:hover {
    color: inherit;
    text-decoration: none
}

.header-secondary {
    background: #eef2f5;
    color: #19191a;
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2
}

@media (max-width:759px) {
    .header-secondary {
        display: none
    }
}

.header-secondary-white {
    background: #fff
}

.header-secondary-inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
    white-space: nowrap
}

.header-secondary a {
    transition: all .3s
}

.header-secondary a,
.header-secondary a:active,
.header-secondary a:focus,
.header-secondary a:hover {
    color: inherit;
    text-decoration: none
}

.header-toggle {
    flex: 0 0 24px;
    width: 24px
}

.header-toggle>a {
    cursor: pointer;
    display: block;
    height: 24px;
    padding-top: 6px
}

.header-toggle span {
    background-color: #fff;
    display: block;
    height: 3px;
    transition: all .2s ease-in-out;
    width: 24px
}

.header-toggle span:first-child {
    margin-bottom: 2px
}

.header-toggle span:nth-child(2) {
    margin: 2px 0
}

.header-toggle span:nth-child(3) {
    margin-top: 2px
}

.bigmenu-active .header-toggle span:first-child {
    transform: translateY(6px) rotate(133deg)
}

.bigmenu-active .header-toggle span:nth-child(2) {
    transform: scale(0)
}

.bigmenu-active .header-toggle span:nth-child(3) {
    transform: translateY(-4px) rotate(-136deg)
}

.header-logo {
    padding: 15px 12px 15px 25px
}

.header-logo a {
    display: block
}

.header-logo a img {
    height: 40px;
    width: 79px
}

.header-navigation {
    height: 1px;
    margin-right: auto;
    opacity: 0;
    padding-right: 60px;
    position: relative;
    text-transform: uppercase
}

@media (max-width:759px) {
    .header-navigation {
        display: none
    }
}

.header-navigation.initialized {
    height: auto;
    opacity: 1
}

.header-navigation.resizing {
    height: auto;
    opacity: 0
}

.header-navigation>ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: normal
}

.ie11 .header-navigation>ul {
    display: block
}

.header-navigation>ul>li {
    margin: 0;
    padding: 0
}

.ie11 .header-navigation>ul>li {
    float: left
}

.header-navigation>ul>li>a {
    display: block;
    padding: 12px 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    white-space: nowrap
}

.header-navigation>ul>li>a:hover {
    color: hsla(0, 0%, 100%, .7)
}

.header-navigation>ul>li.strong {
    margin-left: 10px;
    margin-right: 10px;
    text-transform: none
}

.header-navigation>ul>li.strong:last-child {
    margin-right: 0
}

.header-navigation>ul>li.strong>a {
    background: rgba(60, 130, 200, .2);
    border-radius: 40px;
    box-shadow: inset 0 0 0 2px #3c82c8;
    font-weight: 400;
    padding-left: 28px;
    padding-right: 28px
}

.header-navigation .prioritynav {
    position: relative
}

.header-navigation .prioritynav.priority-show .priority-showmenu,
.header-navigation .prioritynav.priority-show .priority-showmenu:before,
.header-navigation .prioritynav.priority-show .prioritynav-header {
    display: block
}

.header-navigation .prioritynav-header {
    bottom: 0;
    cursor: pointer;
    display: none;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 2
}

.header-navigation .prioritynav-list {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 21px rgba(31, 83, 148, .1);
    display: none;
    font-size: 15px;
    list-style: none;
    margin: 0;
    min-width: 150px;
    padding: 6px 15px;
    position: absolute;
    right: -58px;
    top: 40px;
    z-index: 1
}

.header-navigation .prioritynav-list:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 18px;
    top: -18px;
    width: 0;
    z-index: 1
}

.header-navigation .prioritynav-list>li {
    display: block;
    margin: 0;
    padding: 9px 0
}

.header-navigation .prioritynav-list>li>a {
    color: #1c5196;
    display: block
}

.header-navigation .prioritynav-list>li>a:hover {
    color: #cf2e4d
}

.header-today {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    margin-left: auto;
    margin-right: 5px
}

@media (max-width:991px) {
    .header-today {
        display: none
    }
}

.header-today>ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-today>ul>li {
    margin: 0 20px 0 0;
    padding: 0
}

.header-today>ul>li:last-child {
    margin-right: 0
}

.header-today>ul>li.separator {
    background: #3c82c8;
    display: block;
    height: 30px;
    width: 2px
}

.header-names {
    display: block;
    font-weight: 500;
    margin-top: 4px;
    max-width: 168px;
    overflow: hidden;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:991px) {
    .header-functions {
        margin-left: auto
    }
}

.header-functions ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 -15px 0 0;
    padding: 0
}

.header-functions ul li {
    margin: 0;
    padding: 0
}

.header-functions ul li a {
    display: block;
    padding: 10px 15px
}

.header-functions ul li i,
.header-functions ul li svg {
    font-size: 24px;
    line-height: 1
}

.header-search {
    position: relative
}

.header-search-toggle .on {
    display: block
}

.header-search-toggle .off,
.header-search-toggle.search-no-js {
    display: none
}

.header-search-active .header-search-toggle .off {
    display: block
}

.header-search-active .header-search-toggle .on {
    display: none
}

.header-search-input {
    background: #1c5196;
    color: #fff;
    display: none;
    height: 70px;
    max-width: calc(100vw - 230px);
    padding-top: 8px;
    position: absolute;
    right: 50px;
    top: -13px;
    width: 380px;
    z-index: 10
}

@media (max-width:409px) {
    .header-search-input {
        max-width: calc(100vw - 60px);
        width: 410px
    }
}

.header-search-active .header-search-input {
    display: block
}

.header-search-input .form-control,
.header-search-input .form-control:active,
.header-search-input .form-control:focus,
.header-search-input .form-control:hover {
    background: transparent;
    border: none;
    border-left: 2px solid #3c82c8;
    border-radius: 0;
    box-shadow: none;
    color: #fff
}

.header-search-input .form-control::-moz-placeholder,
.header-search-input .form-control:active::-moz-placeholder,
.header-search-input .form-control:focus::-moz-placeholder,
.header-search-input .form-control:hover::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.header-search-input .form-control:-ms-input-placeholder,
.header-search-input .form-control:active:-ms-input-placeholder,
.header-search-input .form-control:focus:-ms-input-placeholder,
.header-search-input .form-control:hover:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.header-search-input .form-control::placeholder,
.header-search-input .form-control:active::placeholder,
.header-search-input .form-control:focus::placeholder,
.header-search-input .form-control:hover::placeholder {
    color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.header-subnavigation {
    height: 1px;
    opacity: 0;
    padding-right: 60px;
    position: relative
}

.header-subnavigation.initialized {
    height: auto;
    opacity: 1
}

.header-subnavigation.resizing {
    height: auto;
    opacity: 0
}

.header-subnavigation>ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: normal
}

.ie11 .header-subnavigation>ul {
    display: block
}

.header-subnavigation>ul>li {
    margin: 0;
    padding: 0
}

.ie11 .header-subnavigation>ul>li {
    float: left
}

.header-subnavigation>ul>li>a {
    color: #1c5196;
    display: block;
    padding: 17px 15px;
    white-space: nowrap
}

.header-subnavigation>ul>li>a:hover {
    color: #cf2e4d
}

.header-subnavigation>ul>li.strong {
    font-weight: 700
}

.header-subnavigation>ul>li.highlight>a {
    color: #cf2e4d
}

.header-subnavigation>ul>li.highlight>a:hover {
    color: #1c5196
}

.header-subnavigation>ul>li.smaller {
    font-size: 14px;
    line-height: 14px
}

.header-subnavigation>ul>li.separator>a {
    position: relative
}

.header-subnavigation>ul>li.separator>a:after {
    background: #c2d1d9;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1
}

.header-subnavigation>ul>li.navitem-isecond {
    align-items: center;
    display: flex
}

.header-subnavigation>ul>li.navitem-isecond:first-child {
    padding-left: 15px
}

.header-subnavigation>ul>li.navitem-isecond a {
    background: #fff222;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #1c5196;
    display: block;
    font-size: 14px;
    letter-spacing: -.16px;
    line-height: 20px;
    padding: 9px 15px;
    text-align: center
}

.header-subnavigation>ul>li.navitem-isecond a:active,
.header-subnavigation>ul>li.navitem-isecond a:focus,
.header-subnavigation>ul>li.navitem-isecond a:hover {
    background: #1c5196;
    color: #fff
}

.header-subnavigation>ul>li.navitem-isecond a i,
.header-subnavigation>ul>li.navitem-isecond a svg {
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-subnavigation .prioritysubnav {
    position: relative
}

.header-subnavigation .prioritysubnav.priority-show .priority-showmenu,
.header-subnavigation .prioritysubnav.priority-show .priority-showmenu:before,
.header-subnavigation .prioritysubnav.priority-show .prioritysubnav-header {
    display: block
}

.header-subnavigation .prioritysubnav-header {
    bottom: 0;
    cursor: pointer;
    display: none;
    font-size: 28px;
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 2
}

.header-subnavigation .prioritysubnav-list {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 21px rgba(31, 83, 148, .1);
    color: #19191a;
    display: none;
    font-size: 15px;
    list-style: none;
    margin: 0;
    min-width: 150px;
    padding: 6px 15px;
    position: absolute;
    right: -58px;
    top: 45px;
    z-index: 1
}

.header-subnavigation .prioritysubnav-list:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 18px;
    top: -18px;
    width: 0;
    z-index: 1
}

.header-subnavigation .prioritysubnav-list>li {
    display: block;
    margin: 0;
    padding: 9px 0
}

.header-subnavigation .prioritysubnav-list>li>a {
    color: #1c5196;
    display: block
}

.header-subnavigation .prioritysubnav-list>li>a:hover {
    color: #cf2e4d
}

.header-sidenav {
    margin-left: auto;
    position: relative
}

@media (max-width:991px) {
    .header-sidenav {
        display: none
    }
}

.header-sidenav>ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-sidenav>ul>li {
    align-items: center;
    display: flex;
    margin: 0 15px 0 0;
    padding: 0
}

.header-sidenav>ul>li>a {
    color: #1c5196;
    display: block;
    padding: 17px 15px
}

.header-sidenav>ul>li>a:hover {
    color: #cf2e4d
}

.header-sidenav>ul>li .sidenav-primary {
    background: #cf2e4d;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: -.16px;
    line-height: 20px;
    padding: 9px 15px;
    text-align: center
}

.header-sidenav>ul>li .sidenav-primary:active,
.header-sidenav>ul>li .sidenav-primary:focus,
.header-sidenav>ul>li .sidenav-primary:hover {
    background: #1c5196;
    color: #fff
}

.header-sidenav>ul>li .sidenav-primary i,
.header-sidenav>ul>li .sidenav-primary svg {
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-sidenav>ul>li .sidenav-secondary {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #1c5196;
    display: block;
    font-size: 14px;
    letter-spacing: -.16px;
    line-height: 20px;
    padding: 9px 15px;
    text-align: center
}

.header-secondary-white .header-sidenav>ul>li .sidenav-secondary {
    background: #eef2f5
}

.header-sidenav>ul>li .sidenav-secondary:active,
.header-sidenav>ul>li .sidenav-secondary:focus,
.header-sidenav>ul>li .sidenav-secondary:hover {
    background: #1c5196;
    color: #fff
}

.header-sidenav>ul>li .sidenav-secondary i,
.header-sidenav>ul>li .sidenav-secondary svg {
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-sidenav>ul>li .sidenav-isecond {
    background: #fff222;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #1c5196;
    display: block;
    font-size: 14px;
    letter-spacing: -.16px;
    line-height: 20px;
    padding: 9px 15px;
    text-align: center
}

.header-sidenav>ul>li .sidenav-isecond:active,
.header-sidenav>ul>li .sidenav-isecond:focus,
.header-sidenav>ul>li .sidenav-isecond:hover {
    background: #1c5196;
    color: #fff
}

.header-sidenav>ul>li .sidenav-isecond i,
.header-sidenav>ul>li .sidenav-isecond svg {
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-bigmenu {
    color: #19191a;
    display: none;
    font-size: 16px;
    left: 0;
    letter-spacing: -.16px;
    line-height: 16px;
    overflow: auto;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    width: 100%;
    z-index: 2
}

@media (max-width:991px) {
    .header-bigmenu {
        background: #fff
    }
}

.bigmenu-active .header-bigmenu {
    display: block
}

.header-bigmenu a {
    transition: all .3s
}

.header-bigmenu a,
.header-bigmenu a:active,
.header-bigmenu a:focus,
.header-bigmenu a:hover {
    color: inherit;
    text-decoration: none
}

.header-bigmenu-overlay {
    background: rgba(25, 25, 26, .3);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1
}

.header-bigmenu-container {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
    position: relative;
    z-index: 2
}

.header-bigmenu-inner {
    box-shadow: 0 6px 12px rgba(31, 83, 148, .1)
}

.header-bigmenu-content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.header-bigmenu-content-sidebar {
    align-self: stretch;
    flex: 0 0 20%;
    max-width: 20%
}

@media (max-width:1349px) {
    .header-bigmenu-content-sidebar {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.header-bigmenu-content-menu {
    align-self: stretch;
    flex: 0 0 80%;
    max-width: 80%
}

@media (max-width:1349px) {
    .header-bigmenu-content-menu {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.header-bigmenu-content-menu-cols {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center
}

@media (max-width:991px) {
    .header-bigmenu-content-menu-cols {
        flex-wrap: wrap
    }
}

.header-bigmenu-mainlist {
    background: #eef2f5;
    border-right: 1px solid #eef2f5;
    padding: 30px
}

@media (max-width:1349px) {
    .header-bigmenu-mainlist {
        padding: 15px 0
    }
}

@media (max-width:991px) {
    .header-bigmenu-mainlist {
        padding: 0
    }
}

.header-bigmenu-mainlist nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:1349px) {
    .header-bigmenu-mainlist nav ul {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

.header-bigmenu-mainlist nav ul li {
    margin: 0 0 15px;
    padding: 0
}

@media (max-width:1349px) {
    .header-bigmenu-mainlist nav ul li {
        margin: 0 15px
    }
}

@media (max-width:991px) {
    .header-bigmenu-mainlist nav ul li {
        margin: 15px;
        width: 29%
    }
}

@media (max-width:739px) {
    .header-bigmenu-mainlist nav ul li {
        width: auto
    }
}

@media (max-width:499px) {
    .header-bigmenu-mainlist nav ul li {
        width: 100%
    }
}

.header-bigmenu-mainlist nav ul li a {
    color: #1c5196;
    display: block
}

.header-bigmenu-mainlist nav ul li a:hover {
    color: #cf2e4d
}

.header-bigmenu-mainlist nav ul li.isecond-toggle {
    display: none
}

@media (max-width:991px) {
    .header-bigmenu-mainlist nav ul li.isecond-toggle {
        display: block
    }
}

.header-bigmenu .bigmenu-btn-live {
    background: #cf2e4d;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 22px;
    padding: 11px 15px;
    text-align: center
}

.header-bigmenu .bigmenu-btn-live:active,
.header-bigmenu .bigmenu-btn-live:focus,
.header-bigmenu .bigmenu-btn-live:hover {
    background: #1c5196;
    color: #fff
}

.header-bigmenu .bigmenu-btn-live i,
.header-bigmenu .bigmenu-btn-live svg {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-bigmenu .bigmenu-btn-live-nrsr {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #1c5196;
    display: block;
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 22px;
    padding: 11px 15px;
    text-align: center
}

.header-bigmenu .bigmenu-btn-live-nrsr:active,
.header-bigmenu .bigmenu-btn-live-nrsr:focus,
.header-bigmenu .bigmenu-btn-live-nrsr:hover {
    background: #1c5196;
    color: #fff
}

.header-bigmenu .bigmenu-btn-live-nrsr i,
.header-bigmenu .bigmenu-btn-live-nrsr svg {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-bigmenu .bigmenu-btn-isecond {
    background: #fff222;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #1c5196;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.16px;
    line-height: 22px;
    padding: 11px 15px;
    text-align: center
}

.header-bigmenu .bigmenu-btn-isecond:active,
.header-bigmenu .bigmenu-btn-isecond:focus,
.header-bigmenu .bigmenu-btn-isecond:hover {
    background: #1c5196;
    color: #fff
}

.header-bigmenu .bigmenu-btn-isecond i,
.header-bigmenu .bigmenu-btn-isecond svg {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-bigmenu .bigmenu-btn-primary {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #cf2e4d;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.16px;
    line-height: 22px;
    padding: 11px 15px;
    text-align: center
}

.header-bigmenu .bigmenu-btn-primary:active,
.header-bigmenu .bigmenu-btn-primary:focus,
.header-bigmenu .bigmenu-btn-primary:hover {
    background: #1c5196;
    color: #fff
}

.header-bigmenu .bigmenu-btn-secondary {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #1c5196;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.16px;
    line-height: 22px;
    padding: 11px 15px;
    text-align: center
}

.header-bigmenu .bigmenu-btn-secondary:active,
.header-bigmenu .bigmenu-btn-secondary:focus,
.header-bigmenu .bigmenu-btn-secondary:hover {
    background: #1c5196;
    color: #fff
}

.header-bigmenu .bigmenu-btn-blank {
    background: transparent;
    border: 1px solid #1c5196;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(27, 81, 150, .1);
    color: #1c5196;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.16px;
    line-height: 22px;
    padding: 10px 15px;
    text-align: center
}

.header-bigmenu .bigmenu-btn-blank:active,
.header-bigmenu .bigmenu-btn-blank:focus,
.header-bigmenu .bigmenu-btn-blank:hover {
    background: #1c5196;
    border: 1px solid #1c5196;
    color: #fff
}

.header-bigmenu-list {
    align-self: stretch;
    border-right: 1px solid #eef2f5
}

@media (max-width:991px) {
    .header-bigmenu-list {
        border-bottom: 1px solid #c2d1d9
    }
}

.header-bigmenu-list:last-child {
    border-right: none
}

.header-bigmenu-list-title {
    font-size: 14px;
    line-height: 14px;
    padding: 30px;
    text-transform: uppercase
}

.header-bigmenu-list .collapse {
    display: block
}

.header-bigmenu-list nav ul {
    margin-top: -10px;
    padding: 0 30px 30px
}

.header-bigmenu-list.cols1 {
    flex: 0 0 20%;
    max-width: 20%
}

@media (max-width:991px) {
    .header-bigmenu-list.cols1 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .header-bigmenu-list.cols1 ul {
        display: flex;
        flex-wrap: wrap
    }
    .header-bigmenu-list.cols1 ul li {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

@media (max-width:575px) {
    .header-bigmenu-list.cols1 ul li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.header-bigmenu-list.cols2 {
    flex: 0 0 40%;
    max-width: 40%
}

@media (max-width:991px) {
    .header-bigmenu-list.cols2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.header-bigmenu-list.cols2 ul {
    display: flex;
    flex-wrap: wrap
}

.header-bigmenu-list.cols2 ul li {
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width:991px) {
    .header-bigmenu-list.cols2 ul li {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

@media (max-width:991px) and (max-width:575px) {
    .header-bigmenu-list.cols2 ul li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:991px) {
    .header-bigmenu-list.collapse-on-mobile .header-bigmenu-list-title {
        cursor: pointer;
        padding-right: 60px;
        position: relative
    }
    .header-bigmenu-list.collapse-on-mobile .header-bigmenu-list-title:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%231f5394' d='M151.5 347.8 3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        color: #1c5196;
        content: "";
        display: block;
        height: 23px;
        margin: auto;
        position: absolute;
        right: 30px;
        top: 0;
        width: 23px
    }
    .header-bigmenu-list.collapse-on-mobile .collapse {
        display: none
    }
    .header-bigmenu-list.collapse-on-mobile .collapse.show {
        display: block
    }
}

.header-bigmenu-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-bigmenu-list ul li {
    margin: 0;
    padding: 0
}

.header-bigmenu-list ul li a {
    color: #1c5196;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px 5px 0
}

.header-bigmenu-list ul li a:hover {
    color: #cf2e4d
}

.header-bigmenu-list ul li.strong {
    font-weight: 700
}

.header-bigmenu-list ul li.highlight>a {
    color: #cf2e4d
}

.header-bigmenu-list ul li.highlight>a:hover {
    color: #1c5196
}

.header-bigmenu-list ul.bigger li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 9px 10px 9px 0
}

.header-bigmenu-footer {
    border-top: 1px solid #eef2f5;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .header-bigmenu-footer {
        padding-bottom: 140px
    }
}

.header-bigmenu-today {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 30px 15px 0;
    text-align: center
}

@media (max-width:991px) {
    .header-bigmenu-today {
        display: block
    }
}

.header-bigmenu-today ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-bigmenu-today ul li {
    margin: 0 0 15px;
    padding: 0
}

.header-bigmenu-today ul li:last-child {
    margin-bottom: 0
}

.header-bigmenu-today ul li a {
    color: #1c5196;
    display: block
}

.header-bigmenu-today ul li a:hover {
    color: #cf2e4d
}

.header-bigmenu-today ul li .header-weather {
    display: inline-block
}

.header-bigmenu-names {
    font-size: 14px;
    line-height: 22px
}

.header-bigmenu-social {
    font-size: 16px;
    line-height: 16px;
    padding: 30px 15px 0;
    text-align: center
}

.header-bigmenu-social-title {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

@media (max-width:767px) {
    .header-bigmenu-social-title {
        display: none
    }
}

.header-bigmenu-social-content {
    display: inline-block;
    vertical-align: middle
}

.header-bigmenu-social-content a {
    display: inline-block;
    margin: 0 10px
}

.header-bigmenu-social-content a i,
.header-bigmenu-social-content a svg {
    font-size: 35px;
    line-height: 35px
}

.header-bigmenu-social-content a.fb {
    color: #3f57a2
}

.header-bigmenu-social-content a.tw {
    color: #54b0e8
}

.header-bigmenu-social-content a.yt {
    color: red
}

.header-bigmenu-social-content a.li {
    color: #0a66c2
}

.header-bigmenu-social-content a.ig i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.header-bigmenu-social-content a.ig svg.fa-instagram * {
    fill: url(#ig-gradient)
}

.header-weather {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    text-align: left
}

.header-bigmenu .header-weather {
    color: #505d68;
    font-size: 14px;
    line-height: 14px
}

.header-weather-city {
    margin-bottom: 3px;
    min-width: 70px;
    width: 100%
}

.header-weather-icon {
    margin-right: 10px
}

.header-weather-icon i,
.header-weather-icon svg {
    background-size: cover;
    display: block;
    height: 35px;
    width: 35px
}

.header-weather-temperature {
    display: inline-block
}

.header-weather-toggle {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-left: 2px
}

.header-weather-front {
    align-items: center;
    cursor: pointer;
    display: flex;
    display: none;
    flex-wrap: nowrap;
    padding: 10px 0
}

.header-bigmenu .header-weather-front {
    font-weight: 500
}

.header-weather-front.active {
    display: flex
}

.header-weather-back {
    background: #044594;
    border-radius: 4px;
    box-shadow: 0 5px 21px rgba(31, 83, 148, .1);
    color: #fff;
    display: none;
    font-size: 14px;
    left: -15px;
    line-height: 14px;
    min-width: 180px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 3
}

.header-primary .header-weather-back {
    top: 50px
}

.header-bigmenu .header-weather-back {
    bottom: 50px;
    display: none !important;
    left: 0
}

.header-weather-back.active {
    display: block
}

.header-weather-back-time {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%
}

.header-weather-back-icon {
    float: left;
    margin-right: 10px
}

.header-weather-back-icon i,
.header-weather-back-icon svg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 70px;
    vertical-align: middle;
    width: 50px
}

.header-weather-back-day {
    font-size: 30px;
    margin-bottom: 7px;
    margin-top: 7px
}

.header-weather-back-day,
.header-weather-back-night {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap
}

.header-weather-back-night {
    font-size: 18px;
    padding-left: 3px
}

.header-weather-back>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-weather-back>ul>li {
    background: #033f87;
    display: block;
    float: left;
    margin: 0;
    padding: 15px;
    width: 100%
}

.header-weather-back>ul>li:nth-child(2n) {
    background: #044594
}

.header-weather-locations {
    background: #044594;
    border-radius: 4px;
    box-shadow: 0 5px 21px rgba(31, 83, 148, .1);
    color: #fff;
    display: none;
    font-size: 14px;
    left: -15px;
    line-height: 14px;
    min-width: 160px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 3
}

.header-primary .header-weather-locations {
    top: 50px
}

.header-bigmenu .header-weather-locations {
    bottom: 50px;
    left: 0
}

.header-weather-locations.active {
    display: block
}

.header-weather-locations>ul {
    list-style: none;
    margin: 0;
    padding: 10px 0
}

.header-weather-locations>ul>li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px 15px;
    width: 100%
}

.header-weather-locations>ul>li:hover {
    background: #033f87
}

.header-weather-locations>ul>li.active,
[active-location] [location] {
    display: none
}

[active-location] .header-weather-locations>ul>li,
[active-location].show-locations .header-weather-locations {
    display: block
}

[active-location=Bratislava] [location=Bratislava].header-weather-front {
    display: flex
}

[active-location=Bratislava].show-detail .header-weather-back[location=Bratislava] {
    display: block
}

[active-location=Bratislava] .header-weather-locations [location=Bratislava],
[active-location=Bratislava].show-locations .header-weather-back[location=Bratislava] {
    display: none
}

[active-location="Banská Bystrica"] [location="Banská Bystrica"].header-weather-front {
    display: flex
}

[active-location="Banská Bystrica"].show-detail .header-weather-back[location="Banská Bystrica"] {
    display: block
}

[active-location="Banská Bystrica"] .header-weather-locations [location="Banská Bystrica"],
[active-location="Banská Bystrica"].show-locations .header-weather-back[location="Banská Bystrica"] {
    display: none
}

[active-location=Košice] [location=Košice].header-weather-front {
    display: flex
}

[active-location=Košice].show-detail .header-weather-back[location=Košice] {
    display: block
}

[active-location=Košice] .header-weather-locations [location=Košice],
[active-location=Košice].show-locations .header-weather-back[location=Košice] {
    display: none
}

[active-location=Trnava] [location=Trnava].header-weather-front {
    display: flex
}

[active-location=Trnava].show-detail .header-weather-back[location=Trnava] {
    display: block
}

[active-location=Trnava] .header-weather-locations [location=Trnava],
[active-location=Trnava].show-locations .header-weather-back[location=Trnava] {
    display: none
}

[active-location=Nitra] [location=Nitra].header-weather-front {
    display: flex
}

[active-location=Nitra].show-detail .header-weather-back[location=Nitra] {
    display: block
}

[active-location=Nitra] .header-weather-locations [location=Nitra],
[active-location=Nitra].show-locations .header-weather-back[location=Nitra] {
    display: none
}

[active-location=Trenčín] [location=Trenčín].header-weather-front {
    display: flex
}

[active-location=Trenčín].show-detail .header-weather-back[location=Trenčín] {
    display: block
}

[active-location=Trenčín] .header-weather-locations [location=Trenčín],
[active-location=Trenčín].show-locations .header-weather-back[location=Trenčín] {
    display: none
}

[active-location=Žilina] [location=Žilina].header-weather-front {
    display: flex
}

[active-location=Žilina].show-detail .header-weather-back[location=Žilina] {
    display: block
}

[active-location=Žilina] .header-weather-locations [location=Žilina],
[active-location=Žilina].show-locations .header-weather-back[location=Žilina] {
    display: none
}

[active-location=Prešov] [location=Prešov].header-weather-front {
    display: flex
}

[active-location=Prešov].show-detail .header-weather-back[location=Prešov] {
    display: block
}

[active-location=Prešov] .header-weather-locations [location=Prešov],
[active-location=Prešov].show-locations .header-weather-back[location=Prešov] {
    display: none
}

.header-stickybar {
    bottom: 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .26);
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 400
}

@media (max-width:991px) {
    .header-stickybar {
        display: block
    }
}

.header-stickybar ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-stickybar ul li {
    margin: 0;
    padding: 0;
    width: 100%
}

.header-stickybar ul li a {
    background: #eef2f5;
    border-radius: 0;
    color: #1c5196;
    display: block;
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 22px;
    padding: 11px 15px;
    text-align: center;
    text-decoration: none;
    transition: all .2s
}

.header-stickybar ul li a:active,
.header-stickybar ul li a:focus,
.header-stickybar ul li a:hover {
    background: #1c5196;
    color: #fff
}

.header-stickybar ul li a i,
.header-stickybar ul li a svg {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.header-stickybar ul li a.live-stickybar-btn {
    background: #cf2e4d;
    color: #fff
}

.header-stickybar ul li a.live-stickybar-btn:active,
.header-stickybar ul li a.live-stickybar-btn:focus,
.header-stickybar ul li a.live-stickybar-btn:hover {
    background: #1c5196;
    color: #fff
}

.header-stickybar ul li a.isecond-stickybar-btn {
    background: #fff222;
    color: #1c5196
}

.header-stickybar ul li a.isecond-stickybar-btn:active,
.header-stickybar ul li a.isecond-stickybar-btn:focus,
.header-stickybar ul li a.isecond-stickybar-btn:hover {
    background: #1c5196;
    color: #fff
}

.priority-show {
    display: block !important
}

.priority-hide {
    display: none !important
}

#featured-videos {
    background-color: #fff;
    border-left: 2px solid #c2d1d9;
    margin-bottom: -1px;
    max-width: 254px;
    min-width: 254px;
    position: relative;
    width: 254px;
    z-index: 500
}

@media (max-width:1429px) {
    #featured-videos {
        display: none
    }
}

#featured-videos .inner-content {
    background-color: #fff;
    border-left: 1px solid #c2d1d9;
    height: 100%;
    overflow-y: scroll;
    padding: 16px 20px 100px;
    position: fixed;
    right: 0;
    top: 69px;
    width: 254px
}

#featured-videos .inner-content .featured-heading {
    color: #1c5196;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px
}

#featured-videos .inner-content .switcher {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

#featured-videos .inner-content .switcher span {
    font-size: 13px
}

#featured-videos .inner-content .switcher .switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 36px
}

#featured-videos .inner-content .switcher .switch input {
    height: 0;
    opacity: 0;
    width: 0
}

#featured-videos .inner-content .switcher .switch input:checked+.slider {
    background-color: #1c5196
}

#featured-videos .inner-content .switcher .switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

#featured-videos .inner-content .switcher .switch input:checked+.slider:before {
    transform: translateX(16px)
}

#featured-videos .inner-content .switcher .switch .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

#featured-videos .inner-content .switcher .switch .slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 16px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 16px
}

#featured-videos .inner-content .switcher .switch .slider.round {
    border-radius: 34px
}

#featured-videos .inner-content .switcher .switch .slider.round:before {
    border-radius: 50%
}

#featured-videos .inner-content .item {
    margin-bottom: 30px
}

#featured-videos .inner-content .item .video-thumbnail {
    margin-bottom: 10px;
    width: 100%
}

#featured-videos .inner-content .item .date {
    font-size: 12px;
    font-weight: 400
}

#featured-videos .inner-content .item .heading {
    color: #1c5196;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 6px
}

#flash-news {
    bottom: 0;
    height: 42px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 400
}

@media (max-width:991px) {
    #flash-news {
        visibility: hidden
    }
}

#flash-news>p {
    align-items: center;
    background-color: #1c5196;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.48px;
    line-height: 42px;
    padding: 0 0 0 15px;
    position: absolute;
    width: 150px;
    z-index: 1
}

#flash-news .scroll-wrapper {
    background: #eff3f7;
    opacity: 0;
    overflow: hidden;
    padding-left: 150px;
    position: relative;
    width: 100%
}

#flash-news .scroll-wrapper ul.scrollable-area {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto
}

#flash-news .scroll-wrapper ul.scrollable-area li {
    color: #19191a;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    margin: 0 10px 0 30px;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle
}

#flash-news .scroll-wrapper ul.scrollable-area li:before {
    color: #cf2e4d;
    content: "●";
    font-size: 20px;
    line-height: 42px;
    margin-left: -27px;
    padding-right: 1em;
    position: absolute
}

#flash-news .scroll-wrapper ul.scrollable-area li:first-child {
    margin-left: 40px
}

#flash-news .flash-close {
    align-items: center;
    background-color: #1c5196;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 12px;
    padding: 0;
    width: 20px
}

#flash-news .flash-close i,
#flash-news .flash-close svg {
    font-size: 18px;
    line-height: 42px;
    position: relative
}

#flash-news .flash-close:focus,
#flash-news .flash-close:hover {
    outline: none
}

.footer {
    background: #fff;
    border-top: 1px solid #c2d1d9;
    padding-bottom: 80px;
    padding-top: 30px;
    position: relative;
    z-index: 350
}

@media (max-width:575px) {
    .footer {
        padding: 20px 15px 90px
    }
}

.footer .container>*,
.footer .layout-hp-content>*,
.footer .layout-sidebar-inner>* {
    margin-bottom: 60px
}

@media (max-width:575px) {
    .footer .container>*,
    .footer .layout-hp-content>*,
    .footer .layout-sidebar-inner>* {
        margin-bottom: 20px
    }
}

.footer .container>:last-child,
.footer .layout-hp-content>:last-child,
.footer .layout-sidebar-inner>:last-child {
    margin-bottom: 0
}

.footer-navigation {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-left: -15px;
    margin-right: -15px;
    text-transform: uppercase
}

@media (max-width:575px) {
    .footer-navigation {
        border-bottom: 1px solid #c2d1d9;
        margin-bottom: 30px !important;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 20px
    }
}

.footer-navigation ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:575px) {
    .footer-navigation ul {
        display: block;
        text-align: center
    }
}

.footer-navigation ul li {
    display: block;
    margin: 0;
    padding: 0
}

.footer-navigation ul li a {
    display: block;
    padding: 15px;
    white-space: nowrap
}

.footer-info-row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.footer-info-col1,
.footer-info-col2,
.footer-info-col3 {
    align-self: stretch;
    border-right: 1px solid #c2d1d9;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%
}

@media (max-width:575px) {
    .footer-info-col1,
    .footer-info-col2,
    .footer-info-col3 {
        border-right: 0;
        flex: 0 0 100%;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%
    }
}

.footer-info-col1:last-child,
.footer-info-col2:last-child,
.footer-info-col3:last-child {
    border-right: none
}

.footer-info-col1 .footer-info-item {
    padding: 0 60px 0 0
}

.footer-info-col3 .footer-info-item {
    padding: 0 0 0 60px
}

.footer-info-item {
    padding: 0 30px
}

@media (max-width:991px) {
    .footer-info-item {
        padding: 0 !important
    }
}

@media (max-width:575px) {
    .footer-info-item {
        border-bottom: 1px solid #c2d1d9;
        padding-bottom: 30px !important
    }
}

.footer-info-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .footer-info-title {
        margin-bottom: 5px
    }
}

.footer-info-lead {
    color: #1c5196;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px
}

@media (max-width:1199px) {
    .footer-info-lead {
        font-size: 26px;
        line-height: 36px
    }
}

@media (max-width:991px) {
    .footer-info-lead {
        font-size: 22px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .footer-info-lead {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:575px) {
    .footer-info-lead {
        font-size: 26px;
        line-height: 36px
    }
}

.footer-copy {
    color: #505d68;
    font-size: 14px;
    line-height: 24px
}

.footer-copy-row {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media (max-width:575px) {
    .footer-copy-row {
        flex-wrap: wrap;
        justify-content: center
    }
    .footer-copy-colinfo {
        margin-bottom: 40px
    }
    .footer-copy-colinfo,
    .footer-copy-colsocial {
        text-align: center;
        width: 100%
    }
}

.footer-copyright {
    margin-bottom: 5px
}

.footer-copyright:last-child {
    margin-bottom: 0
}

.footer-creator {
    margin-bottom: 5px
}

.footer-creator:last-child {
    margin-bottom: 0
}

.footer-social {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px
}

@media (max-width:575px) {
    .footer-social {
        font-size: 40px;
        line-height: 50px
    }
}

.footer-social ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:575px) {
    .footer-social ul {
        justify-content: center
    }
}

.footer-social ul li {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0 15px
}

@media (max-width:575px) {
    .footer-social ul li {
        padding: 0 5%
    }
}

.footer-social ul li a {
    display: block;
    text-decoration: none !important;
    transition: all .3s
}

.footer-social ul li a:hover {
    opacity: .8
}

.footer-social-fb,
.footer-social-fb a {
    color: #1b77f2
}

.footer-social-tw,
.footer-social-tw a {
    color: #1ea2f1
}

.footer-social-yt,
.footer-social-yt a {
    color: #ff0200
}

.footer-social-li,
.footer-social-li a {
    color: #0a66c2
}

.footer-social-ig i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.footer-social-ig svg.fa-instagram * {
    fill: url(#footer-social-ig-gradient)
}

.footer-consent {
    color: #505d68;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.infopage-sidebar {
    border: 1px solid #c2d1d9;
    border-radius: 2px
}

.infopage-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.infopage-sidebar ul li {
    border-bottom: 1px solid #eef2f5;
    transition: background-color .2s
}

.infopage-sidebar ul li:last-child {
    border-bottom: none
}

.infopage-sidebar ul li.active {
    background-color: rgba(238, 242, 245, .5)
}

.infopage-sidebar ul li.active a {
    color: #19191a;
    font-weight: 700
}

.infopage-sidebar ul li:hover {
    background-color: rgba(238, 242, 245, .5)
}

.infopage-sidebar ul li a {
    color: #1c5196;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 20px 12px;
    width: 100%
}

.infopage-sidebar ul li a:hover {
    text-decoration: none
}

@media (max-width:991px) {
    .infopage-sidebar {
        overflow: hidden
    }
    .infopage-sidebar ul {
        height: 49px;
        overflow: hidden;
        padding-top: 49px;
        position: relative
    }
    .infopage-sidebar ul.open {
        height: auto
    }
    .infopage-sidebar ul li.active {
        cursor: pointer;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .infopage-sidebar ul li.active:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%231f5394' d='M151.5 347.8 3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        color: #1c5196;
        content: "";
        display: block;
        height: 20px;
        margin: auto;
        position: absolute;
        right: 8px;
        top: 0;
        width: 20px
    }
    .infopage-sidebar ul li.active a {
        pointer-events: none
    }
}

.isecond {
    background: #fff;
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    color: #19191a
}

.isecond-bg {
    display: none
}

.isecond-loading .isecond,
.isecond.isecond-loading {
    cursor: progress
}

.isecond-header {
    align-items: center;
    background: #fff222;
    color: #1c5196;
    display: flex;
    flex-wrap: nowrap;
    padding: 12px 20px
}

.isecond-title {
    font-size: 18px;
    letter-spacing: -.48px;
    line-height: 24px;
    margin-right: auto
}

.isecond-title-pravda {
    color: #19191a
}

.isecond-title-pravda small {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.isecond-refresh {
    font-size: 17px;
    margin-left: 10px
}

.isecond-loading .isecond-refresh i,
.isecond-loading .isecond-refresh svg {
    -webkit-animation: fa-spin 1s linear infinite;
    animation: fa-spin 1s linear infinite
}

.isecond-close {
    display: none;
    font-size: 22px;
    margin-left: 20px
}

.isecond-content {
    max-height: 840px;
    overflow: auto
}

.no-js .isecond-content-inner>.ispwa_headline:last-child {
    border-bottom: none;
    padding-bottom: 20px
}

.isecond-content-inner>.ads-isecond {
    border: none;
    padding-bottom: 0
}

.isecond-content-inner>.ispwa_headline {
    border-bottom: 1px solid #c2d1d9;
    margin-top: 20px;
    padding-bottom: 20px
}

.isecond-content-inner>.ispwa_headline:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.isecond-content-inner>.ispwa_headline.highlighted {
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
    margin-bottom: -22px;
    margin-top: -22px;
    position: relative;
    z-index: 400
}

.isecond-content-inner>.ispwa_headline.highlighted:first-child {
    border-top: 0;
    margin-top: -30px
}

@media (min-width:780px) {
    .isecond-content-inner>.ispwa_headline.highlighted:first-child {
        margin-top: 0
    }
}

.isecond-item {
    border-bottom: 1px solid #eef2f5;
    margin-bottom: 15px;
    padding-bottom: 20px
}

.isecond-item[data-hidden=true] {
    display: none
}

.isecond-item:last-child {
    margin-bottom: 0
}

.isecond-item-header {
    position: relative
}

.isecond-item-datetime {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px
}

.isecond-item-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px
}

.isecond-footer {
    margin-bottom: 20px;
    margin-top: 20px
}

.no-js .isecond-footer {
    display: none
}

@media (max-width:991px) {
    .isecond-footer {
        margin-bottom: 140px
    }
}

.isecond-loadmore {
    text-align: center
}

@media (max-width:991px) {
    .isecond {
        height: calc(100vh - 70px);
        left: 0;
        margin: auto;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 70px;
        width: 100%;
        z-index: 600
    }
    .isecond,
    .isecond-wrap {
        display: none
    }
    .isecond-close,
    .isecond-open .isecond-wrap {
        display: block
    }
    .isecond-content {
        max-height: 100000%;
        overflow: visible
    }
}

.isecond-open .isecond {
    display: block
}

.isecond-popup .isecond {
    display: none;
    height: calc(100vh - 70px);
    left: 0;
    margin: auto;
    max-height: calc(100vh - 240px);
    max-width: 700px;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 160px;
    width: 100%;
    z-index: 600
}

@media (max-width:991px) {
    .isecond-popup .isecond {
        max-height: 100000%;
        max-width: 100000%;
        top: 70px
    }
}

.isecond-open .isecond-popup .isecond,
.isecond-popup .isecond-close {
    display: block
}

.isecond-popup .isecond-content {
    max-height: 100000%;
    overflow: visible
}

.isecond-popup .isecond-bg {
    background: rgba(25, 25, 26, .7);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

@media (max-width:991px) {
    .isecond-popup .isecond-bg {
        display: none
    }
}

.isecond-open .isecond-popup .isecond-bg {
    display: block
}

@media (max-width:991px) {
    .isecond-open .isecond-popup .isecond-bg {
        display: none
    }
}

.ispwa_headline {
    padding: 0 15px
}

.animation-active .ispwa_headline {
    -webkit-animation: fadeInUp .5s linear 1;
    animation: fadeInUp .5s linear 1
}

.ispwa_headline.standalone {
    -webkit-animation: none !important;
    animation: none !important
}

.ispwa_headline>* {
    margin-bottom: 20px
}

.ispwa_headline>:last-child {
    margin-bottom: 0
}

.ispwa_headline.highlighted {
    background: #fffcca;
    padding: 20px 15px
}

.ispwa_headline-meta {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    margin-bottom: 12px
}

.ispwa_headline-content>* {
    margin-bottom: 20px
}

.ispwa_headline-content>:last-child {
    margin-bottom: 0
}

.ispwa_headline-component[data-component=richtext] {
    font-size: 16px;
    line-height: 28px
}

.ispwa_headline-component[data-component=richtext]>* {
    margin-bottom: 15px
}

.ispwa_headline-component[data-component=richtext]>:last-child {
    margin-bottom: 0
}

.ispwa_headline-component[data-component=richtext] a {
    text-decoration: underline
}

.ispwa_headline-component[data-component=richtext] h1,
.ispwa_headline-component[data-component=richtext] h2,
.ispwa_headline-component[data-component=richtext] h3,
.ispwa_headline-component[data-component=richtext] h4,
.ispwa_headline-component[data-component=richtext] h5,
.ispwa_headline-component[data-component=richtext] h6 {
    color: #1c5196;
    display: inline;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 28px
}

#isecond-list .ispwa_notice .ispwa_headline-component[data-component=richtext] h1,
#isecond-list .ispwa_notice .ispwa_headline-component[data-component=richtext] h2,
#isecond-list .ispwa_notice .ispwa_headline-component[data-component=richtext] h3,
#isecond-list .ispwa_notice .ispwa_headline-component[data-component=richtext] h4,
#isecond-list .ispwa_notice .ispwa_headline-component[data-component=richtext] h5,
#isecond-list .ispwa_notice .ispwa_headline-component[data-component=richtext] h6 {
    margin-right: 4px
}

.ispwa_headline-component[data-component=richtext] p {
    display: inline;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.ispwa_headline-component[data-component=richtext] p:after {
    content: "";
    display: block;
    margin-bottom: 11px
}

.ispwa_headline-component[data-component=richtext] p:last-child:after {
    margin-bottom: 0
}

.ispwa_headline-component[data-component=richtext] ol,
.ispwa_headline-component[data-component=richtext] ul {
    display: block;
    list-style: none;
    margin: 0 0 30px;
    padding-left: 20px
}

#isecond-list .ispwa_headline-component[data-component=richtext] ol,
#isecond-list .ispwa_headline-component[data-component=richtext] ul {
    padding-left: 20px
}

@media (min-width:500px) {
    .ispwa_headline-component[data-component=richtext] ol,
    .ispwa_headline-component[data-component=richtext] ul {
        padding-left: 40px
    }
}

.ispwa_headline-component[data-component=richtext] ol:last-child,
.ispwa_headline-component[data-component=richtext] ul:last-child {
    margin-bottom: 0
}

.ispwa_headline-component[data-component=richtext] ol li,
.ispwa_headline-component[data-component=richtext] ul li {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 2px
}

.ispwa_headline-component[data-component=richtext] ol li:last-child,
.ispwa_headline-component[data-component=richtext] ul li:last-child {
    margin-bottom: 0
}

.ispwa_headline-component[data-component=richtext] ul li:before {
    background: #1c5196;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin: auto 10px 2px -16px;
    width: 6px
}

.highlighted .ispwa_headline-component[data-component=richtext] ul li:before {
    background: #cf2e4d
}

.ispwa_headline-component[data-component=richtext] ol {
    counter-reset: custom-counter
}

.ispwa_headline-component[data-component=richtext] ol li {
    counter-increment: custom-counter
}

.ispwa_headline-component[data-component=richtext] ol li:before {
    color: #1c5196;
    content: counter(custom-counter) ". ";
    display: inline-block;
    font-weight: 700;
    margin-left: -20px;
    margin-right: 6px
}

.highlighted .ispwa_headline-component[data-component=richtext] ol li:before {
    color: #cf2e4d
}

.ads-isecond {
    margin-bottom: 20px
}

#newsletter {
    background-color: #1b5196;
    border-radius: 10px;
    padding: 30px 40px 24px
}

@media (max-width:575px) {
    #newsletter {
        padding: 20px 30px
    }
}

#newsletter .heading-2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 20px
}

@media (max-width:575px) {
    #newsletter .heading-2 {
        line-height: 1
    }
}

#newsletter .heading-2 span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    margin-left: 11px
}

@media (max-width:575px) {
    #newsletter .heading-2 span {
        margin-left: 0
    }
}

#newsletter .newsletter-form .inner-form {
    position: relative;
    width: 100%
}

@media (max-width:575px) {
    #newsletter .newsletter-form .inner-form {
        flex-direction: column
    }
}

#newsletter .newsletter-form .inner-form .newsletter-icon i,
#newsletter .newsletter-form .inner-form .newsletter-icon svg {
    color: #3c82c8;
    display: inline-block;
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: 7px
}

#newsletter .newsletter-form .inner-form .form-group {
    margin-right: 15px;
    width: 100%
}

#newsletter .newsletter-form .inner-form .form-group input {
    background: #fff;
    border: none;
    border-radius: 2px;
    height: 45px;
    padding: 5px 15px 5px 58px
}

#newsletter .newsletter-form .inner-form .form-group input:focus {
    box-shadow: none
}

#newsletter .newsletter-form .inner-form .form-group input::-moz-placeholder {
    color: #1b5196;
    font-size: 13px;
    font-weight: 400
}

#newsletter .newsletter-form .inner-form .form-group input:-ms-input-placeholder {
    color: #1b5196;
    font-size: 13px;
    font-weight: 400
}

#newsletter .newsletter-form .inner-form .form-group input::placeholder {
    color: #1b5196;
    font-size: 13px;
    font-weight: 400
}

#newsletter .newsletter-form .inner-form .form-group .checkbox label {
    color: #fff
}

#newsletter .newsletter-form .inner-form button {
    background-color: #3c82c8;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 12px 32px
}

@media (max-width:575px) {
    #newsletter .newsletter-form .inner-form button {
        margin-bottom: 0
    }
}

#newsletter .newsletter-form .inner-form button:focus,
#newsletter .newsletter-form .inner-form button:hover {
    background-color: #3475b7;
    box-shadow: none;
    outline: none
}

#newsletter .newsletter-form .inner-form .form-error {
    background: #e74c3c !important;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    padding: 5px 10px
}

#newsletter .newsletter-form .inner-form .form-group-captcha {
    display: none
}

#newsletter .newsletter-form .inner-form .form-group-captcha.show {
    display: block
}

@media (max-width:575px) {
    .pagination {
        display: none
    }
}

.pagination-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between
}

.pagination-loadmore {
    display: flex;
    justify-content: center
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: none;
    color: #1b5196;
    font-size: 14px;
    font-weight: 400;
    padding: 0 6px
}

.footer-section-dark .pagination .page-item .page-link {
    color: #fff
}

.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    background-color: transparent;
    box-shadow: none;
    color: #19191a;
    outline: none
}

.footer-section-dark .pagination .page-item .page-link:focus,
.footer-section-dark .pagination .page-item .page-link:hover {
    color: #fff
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    color: #19191a;
    font-weight: 700
}

.footer-section-dark .pagination .page-item.active .page-link {
    color: #3c82c8
}

.pagination .page-item.dots .page-link {
    color: #c2d1d9
}

.footer-section-dark .pagination .page-item.dots .page-link {
    color: #fff
}

.back-to-top-btn {
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    color: #1c5196;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

.back-to-top-btn:focus,
.back-to-top-btn:hover {
    outline: none
}

.back-to-top-btn:focus i,
.back-to-top-btn:focus svg,
.back-to-top-btn:hover i,
.back-to-top-btn:hover svg {
    transform: translateY(-2px)
}

.back-to-top-btn i,
.back-to-top-btn svg {
    display: inline-block;
    margin-right: 9px;
    min-width: 13px;
    transition: transform .2s
}

@media (max-width:575px) {
    .back-to-top-btn {
        display: none
    }
}

.footer-section-dark .back-to-top-btn {
    color: #fff
}

.articlepaginator {
    text-align: center
}

.articlepaginator>* {
    margin-bottom: 30px
}

.articlepaginator>:last-child {
    margin-bottom: 0
}

.articlepaginator-header {
    font-size: 18px;
    line-height: 30px
}

.articlepaginator-header>* {
    margin-bottom: 10px
}

.articlepaginator-header>:last-child {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .articlepaginator-header {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    .articlepaginator-header {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .articlepaginator-header {
        font-size: 16px;
        line-height: 28px
    }
}

.articlepaginator-header a {
    text-decoration: underline
}

.articlepaginator-title {
    color: #1c5196
}

.articlepaginator-content {
    font-size: 18px;
    line-height: 30px
}

.articlepaginator-content>* {
    margin-bottom: 10px
}

.articlepaginator-content>:last-child {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .articlepaginator-content {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    .articlepaginator-content {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .articlepaginator-content {
        font-size: 16px;
        line-height: 28px
    }
}

.articlepaginator-content ul {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.articlepaginator-next span,
.articlepaginator-prev span {
    background: #1c5196;
    border-radius: 4px;
    display: block;
    height: 30px;
    width: 30px
}

.articlepaginator-next i[class*=fa],
.articlepaginator-next svg,
.articlepaginator-prev i[class*=fa],
.articlepaginator-prev svg {
    color: #fff
}

.articlepaginator-next svg,
.articlepaginator-prev svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    width: 100%
}

.articlepaginator-next a,
.articlepaginator-prev a {
    display: block;
    transition: all .2s
}

.articlepaginator-next a:hover span,
.articlepaginator-prev a:hover span {
    background-color: #1e58a3
}

.articlepaginator-next a:focus span,
.articlepaginator-prev a:focus span {
    background-color: #1a4a89
}

.articlepaginator-num {
    margin: 0 20px
}

.articlepoll {
    background-color: #eef2f5;
    border-radius: 6px;
    overflow: hidden
}

@media (min-width:1200px) {
    .articlepoll {
        display: flex;
        flex-direction: row
    }
}

.articlepoll-component-title {
    align-items: center;
    background-color: #cf2e4d;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 26px;
    margin-bottom: 0 !important;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .articlepoll-component-title {
        display: flex;
        flex: 1 0 3em;
        max-width: 3em;
        white-space: nowrap
    }
    .articlepoll-component-title>* {
        transform: rotate(-90deg)
    }
}

.articlepoll-component-content {
    color: #19191a;
    display: flex;
    flex-grow: 1;
    padding: 30px
}

.articlepoll>* {
    margin-bottom: 30px
}

.articlepoll>:last-child {
    margin-bottom: 0
}

.articlepoll-header {
    font-size: 18px;
    line-height: 30px
}

.articlepoll-header>* {
    margin-bottom: 10px
}

.articlepoll-header>:last-child {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .articlepoll-header {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    .articlepoll-header {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .articlepoll-header {
        font-size: 16px;
        line-height: 28px
    }
}

.articlepoll-title {
    color: #1c5196;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px
}

.articlepoll-note {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 60px;
    justify-content: flex-start
}

.articlepoll-note-icon {
    background-color: #f8fafc;
    color: #1c5196;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    line-height: 53px;
    padding: 0 30px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.articlepoll-note-text {
    display: inline-block;
    margin-left: 25px
}

.articlepoll-item-wrap,
.articlepoll-question-choices-item {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(31, 83, 148, .1);
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
    overflow: hidden
}

.articlepoll-item-wrap.selected,
.articlepoll-question-choices-item.selected {
    border: 1px solid #c2d1d9
}

.articlepoll-question-choices-item {
    padding: 15px;
    transition: opacity .3s ease
}

.articlepoll-question-choices-item-control,
.articlepoll-question-choices-item-stat-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start
}

.articlepoll-question-choices-item-stat-text {
    flex: 1 0 calc(100% - 100px)
}

.articlepoll-question-choices-item-stat-text-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px
}

.articlepoll-question-choices-item-stat-text-progress {
    background-color: #eef2f5;
    border-radius: 6px;
    height: 6px;
    overflow: hidden;
    width: 100%
}

.articlepoll-question-choices-item-stat-text-progress-thumb {
    background-color: #cf2e4d;
    display: block;
    height: 100%
}

.articlepoll-question-choices-item-stat-value {
    flex: 1 0 80px;
    font-size: 24px;
    line-height: 28px;
    max-width: 80px;
    text-align: right
}

.articlepoll-question-choices:hover .articlepoll-question-choices-item {
    opacity: .7
}

.articlepoll-question-choices:hover .articlepoll-question-choices-item:hover {
    cursor: pointer;
    opacity: 1
}

.articlepoll-question-choices .articlepoll-question-choices-item.selected {
    opacity: 1
}

.articlepoll-form {
    width: 100%
}

.articlepoll-form input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eef2f5;
    border: .5px solid #c2d1d9;
    border-radius: 50%;
    color: #1c5196;
    display: grid;
    height: 20px;
    margin: 0;
    place-content: center;
    transform: translateY(-.075em);
    width: 20px
}

.articlepoll-form input[type=radio]:before {
    background-color: #cf2e4d;
    border-radius: 50%;
    content: "";
    height: 10px;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    width: 10px
}

.articlepoll-form input[type=radio]:checked:before {
    transform: scale(1)
}

.articlepoll-form input[type=radio]:focus {
    outline: solid #eef2f5;
    outline-offset: max(2px, .15em)
}

.articlepoll-form.submitting {
    opacity: .6;
    pointer-events: none !important;
    transition: .3s ease
}

.articlepoll-form.submitted .articlepoll-foot-title,
.articlepoll-form.submitted .articlepoll-question-choices-item-stat {
    display: block !important
}

.articlepoll-form.submitted .articlepoll-question-choices {
    pointer-events: none
}

.articlepoll-form.submitted .articlepoll-question-choices-item-control {
    display: none !important
}

.articlepoll-form.submitted .articlepoll-question-choices .articlepoll-question-choices-item:hover {
    cursor: auto !important;
    opacity: 1
}

.articlepoll-submit-error {
    color: #cf2e4d;
    display: none
}

.articlepoll-buttons-submit {
    background-color: #1c5196;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    padding: 10px 30px;
    text-align: center;
    transition: opacity .3s ease
}

.articlepoll-buttons-submit:disabled {
    cursor: not-allowed
}

.articlepoll-buttons-submit:hover {
    opacity: .8
}

.articlepoll-buttons-submit a {
    text-decoration: underline
}

.articlepoll-foot {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0
}

.articlepoll-foot-title-end,
.articlepoll-foot-title-thanks {
    font-weight: 700;
    margin: 0
}

.articlepoll-foot-stats {
    font-size: 16px;
    line-height: 20px;
    opacity: .8
}

.widget-poll .sidebar-widget-header {
    margin-bottom: 20px
}

.widget-poll .sidebar-widget-content .articlepoll-component-title {
    display: none !important
}

.widget-poll .sidebar-widget-content .articlepoll-component-content {
    margin-bottom: 0;
    padding: 0
}

.widget-poll .sidebar-widget-content .articlepoll-buttons-submit {
    background-color: #1c5196;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px
}

.widget-poll .sidebar-widget-content .articlepoll-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: .5rem;
    overflow: hidden;
    padding: 5px 0
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item.selected {
    border: 0
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-control {
    gap: 10px
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-text {
    font-size: 12px;
    line-height: 24px
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-stat {
    position: relative
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-stat-text {
    flex: 1 0 100%
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-stat-text-title {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 6px
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-stat-text-progress {
    background-color: rgba(28, 81, 150, .17);
    width: calc(100% - 100px)
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-stat-value {
    bottom: -7px;
    flex: unset;
    max-width: 80px;
    position: absolute;
    right: 0
}

.widget-poll .sidebar-widget-content .articlepoll-question-choices-item-stat-value-percentage {
    color: #1c5196;
    font-size: 18px;
    font-weight: 100;
    line-height: 22px
}

.widget-poll .sidebar-widget-content .articlepoll-form input[type=radio] {
    border: 1px solid #c2d1d9;
    height: 15px;
    width: 15px
}

.widget-poll .sidebar-widget-content .articlepoll-form input[type=radio]:before {
    content: "";
    height: 7px;
    width: 7px
}

.widget-poll .sidebar-widget-content .articlepoll-foot-title-end,
.widget-poll .sidebar-widget-content .articlepoll-foot-title-thanks,
.widget-poll .sidebar-widget-content .articlepoll-foot strong {
    color: #505d68;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0
}

.footer-section {
    margin-bottom: 70px
}

.footer-section-dark {
    background: #1f1f21;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 15px
}

@media (max-width:991px) {
    .footer-section-dark {
        padding-bottom: 40px
    }
}

#reading-indicator {
    background: #cf2e4d;
    bottom: -3px;
    height: 3px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    transition: width .1s, opacity .3s;
    width: 0;
    z-index: 1
}

#reading-indicator.active-bar {
    opacity: 1
}

.live-wrapper {
    position: relative
}

.live-wrapper .fullscreen-icon {
    align-items: center;
    background-color: #eff3f7;
    border-radius: 50%;
    box-shadow: 0 6px 12px rgba(31, 83, 148, .1);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    z-index: 2
}

.live-wrapper .fullscreen-icon i,
.live-wrapper .fullscreen-icon svg {
    color: #1c5196;
    font-size: 19px
}

.live-wrapper .livestream {
    border-radius: 4px;
    overflow: hidden
}

.live-wrapper .livestream .labels {
    align-items: center;
    border: none;
    display: flex;
    margin: 0
}

.live-wrapper .livestream .labels .label {
    height: 40px;
    margin-bottom: 0;
    width: 50%
}

.live-wrapper .livestream .labels .label a {
    align-items: center;
    background-color: #eff3f7;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%
}

.live-wrapper .livestream .labels .label a .icon-wrapper {
    display: inline;
    margin-left: 10px;
    min-width: 16px;
    visibility: hidden
}

.live-wrapper .livestream .labels .label a .icon-wrapper i,
.live-wrapper .livestream .labels .label a .icon-wrapper svg {
    font-size: 16px
}

.live-wrapper .livestream .labels .label a.active {
    background-color: #cf2e4d;
    color: #fff
}

.live-wrapper .livestream .labels .label a.active .icon-wrapper {
    visibility: visible
}

.live-wrapper .livestream .players {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.live-wrapper .livestream .players #mini-live,
.live-wrapper .livestream .players #mini-nrsr {
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.live-wrapper .livestream .players #mini-live #placeholder-live-mini-nrsr,
.live-wrapper .livestream .players #mini-nrsr #placeholder-live-mini-nrsr {
    height: 100%
}

.live-wrapper .livestream .players #mini-live {
    background: #333340 url(../images/live/video-background.jpg) 50% no-repeat
}

.live-wrapper .livestream .players #mini-live .overlay {
    background: rgba(3, 60, 129, .2);
    cursor: default;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.live-wrapper .livestream .players #mini-live .overlay[data-stream=ta3] {
    display: block
}

.live-wrapper .livestream .players #mini-live .overlay img {
    width: 100%
}

.live-wrapper .livestream .players #mini-nrsr {
    background: #333340 url(../images/live/nrsr-background-xl.jpg) 50% no-repeat
}

.live-wrapper .livestream .players #mini-nrsr .overlay {
    align-items: center;
    background: rgba(3, 60, 129, .2);
    cursor: default;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.live-wrapper .livestream .players #mini-nrsr .overlay[data-stream=nrsr] {
    display: flex
}

.live-wrapper .livestream .players #mini-nrsr .overlay .notice {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%
}

.live-wrapper .livestream .players #miniplayer_nrsr,
.live-wrapper .livestream .players #miniplayer_nrsr video,
.live-wrapper .livestream .players #miniplayer_ta3,
.live-wrapper .livestream .players #miniplayer_ta3 video {
    height: 100% !important;
    width: 100% !important
}

.widget-most-watched .noresults {
    color: #7796bb;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center
}

.widget-most-watched .widget-most-watched-overflow {
    max-height: 370px;
    overflow: auto
}

.widget-most-watched ol.widget-most-watched-list {
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    padding-left: 20px
}

.widget-most-watched ol.widget-most-watched-list li {
    color: #1c5196;
    counter-increment: my-counter;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 9px;
    position: relative
}

.widget-most-watched ol.widget-most-watched-list li:before {
    color: #19191a;
    content: counter(my-counter) ". ";
    font-weight: 700;
    left: -29px;
    margin-right: 15px;
    position: absolute
}

.widget-most-watched ol.widget-most-watched-list li a {
    display: inline-block;
    font-weight: 700
}

.widget-most-watched ol.widget-most-watched-list li .meta {
    color: #7796bb;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px
}

.main .widget-most-watched {
    display: none
}

.main .sidebar .widget-most-watched {
    display: block
}

@media (max-width:767px) {
    #page-home .sidebar .widget-most-watched {
        display: none
    }
}

#page-home .layout-hp-main .widget-most-watched {
    display: none
}

@media (max-width:767px) {
    #page-home .layout-hp-main .widget-most-watched {
        display: block
    }
}

.widget-program .program-scroller {
    max-height: 370px;
    overflow: auto
}

.widget-program .os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .2)
}

.widget-program .tab-content ol {
    list-style: none;
    margin-bottom: 0;
    padding: 0 25px 0 6px
}

.widget-program .tab-content ol li {
    color: #1c5196;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    position: relative
}

.widget-program .tab-content ol li span.time {
    color: #19191a;
    font-size: 15px;
    font-weight: 700;
    margin-right: 13px
}

.widget-program .tab-content ol li .program-progress {
    background-color: rgba(28, 81, 150, .17);
    border-radius: 3px;
    bottom: 0;
    display: none;
    height: 5px;
    position: absolute;
    width: 100%
}

.widget-program .tab-content ol li .program-progress .progress {
    background-color: #cf2e4d;
    border-radius: 3px;
    display: block;
    height: 100%
}

.widget-program .tab-content ol li.active {
    line-height: 57px;
    margin-bottom: 10px
}

.widget-program .tab-content ol li.active span.time {
    color: #cf2e4d
}

.widget-program .tab-content ol li.active .program-progress {
    display: block
}

.reportage-tip {
    background-color: #fff;
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 30px
}

.reportage-tip .info .modal-btn {
    text-decoration: none
}

.reportage-tip .info .modal-btn:hover .arrow {
    color: #cf2e4d;
    transform: translateX(5px)
}

.reportage-tip .info .modal-btn .heading {
    align-items: center;
    color: #1c5196;
    display: flex;
    font-size: 24px;
    letter-spacing: -.48px;
    line-height: 30px;
    margin-bottom: 8px
}

.reportage-tip .info .modal-btn .heading .icon-wrapper {
    min-width: 31px
}

.reportage-tip .info .modal-btn .heading .icon-wrapper:first-child {
    font-size: 31px;
    margin-right: 15px
}

.reportage-tip .info .modal-btn .heading .icon-wrapper:first-child i,
.reportage-tip .info .modal-btn .heading .icon-wrapper:first-child svg {
    color: #c2d1d9
}

.reportage-tip .info .modal-btn .heading .icon-wrapper:last-child {
    margin-left: 20px
}

.reportage-tip .info .modal-btn .heading .icon-wrapper:last-child i,
.reportage-tip .info .modal-btn .heading .icon-wrapper:last-child svg {
    font-size: 26px;
    transition: all .2s
}

.reportage-tip .info a {
    color: #cf2e4d;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.social-networks {
    overflow: hidden;
    padding: 8px 0 0
}

.social-networks .nav {
    background-color: #eff3f7;
    border-bottom: none;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    width: 100%
}

.social-networks .nav .nav-item {
    align-items: center;
    border: 1px solid rgba(239, 243, 247, 0);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 69px;
    justify-content: center;
    transition: height .1s, background-color .1s, margin-top .1s
}

.social-networks .nav .nav-item:hover {
    text-decoration: none
}

.social-networks .nav .nav-item .icon-wrapper {
    min-height: 25px;
    min-width: 25px
}

.social-networks .nav .nav-item .icon-wrapper i,
.social-networks .nav .nav-item .icon-wrapper svg {
    font-size: 22px
}

.social-networks .nav .nav-item span {
    font-size: 14px;
    font-weight: 400
}

.social-networks .nav .nav-item:hover {
    background-color: #c2d1d9
}

.social-networks .nav .nav-item.active {
    background-color: #fff;
    border: 1px solid #eff3f7;
    border-radius: 4px 4px 0 0;
    height: 77px;
    margin-top: -8px
}

.social-networks .nav .nav-item.facebook {
    color: #3f57a2
}

.social-networks .nav .nav-item.twitter {
    color: #54b0e8
}

.social-networks .nav .nav-item.youtube {
    color: red
}

#widget-facebook {
    overflow: hidden;
    width: 350px
}

@media (max-width:1199px) {
    #widget-facebook {
        width: 290px
    }
}

@media (max-width:991px) {
    #widget-facebook {
        width: 297px
    }
}

@media (max-width:767px) {
    #widget-facebook {
        width: 100%
    }
}

#widget-twitter>iframe {
    width: 100% !important
}

#widget-youtube {
    border-radius: 4px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

#widget-youtube iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.widget-weather .weather-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: relative
}

.widget-weather .weather-col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%
}

.widget-weather .weather-icon {
    margin-bottom: 15px
}

.widget-weather .weather-icon span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 48px;
    margin: 0 auto;
    width: 48px
}

.widget-weather .weather-city {
    color: #1c5196;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.widget-weather .weather-info {
    font-size: 13px;
    line-height: 17px
}

.widget-weather .weather-info p.condition {
    font-size: 12px;
    line-height: 1.3
}

.widget-weather .weather-info p.time {
    font-weight: 700;
    margin-bottom: 10px
}

.widget-weather .weather-info p.time span {
    font-weight: 400
}

.widget-weather .weather-info hr {
    border: none;
    border-top: 1px solid #7796bb;
    margin: 10px auto;
    max-width: 50px
}

.widget-real-estate .estate-wrapper {
    position: relative
}

.widget-real-estate .estate-wrapper .name {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px
}

.widget-real-estate .estate-wrapper .price {
    color: #4e4e59;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px
}

.widget-real-estate .estate-wrapper img {
    display: block;
    margin: 0 auto
}

.widget-real-estate .estate-wrapper .estate-tabs {
    border-bottom: none;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    text-align: center;
    z-index: 90
}

.widget-real-estate .estate-wrapper .estate-tabs>a {
    background: transparent;
    border: 2px solid #888eac;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px
}

.widget-real-estate .estate-wrapper .estate-tabs>a:last-child {
    margin-right: 0
}

.widget-real-estate .estate-wrapper .estate-tabs>a.active {
    background: #033c81;
    border: 0;
    height: 10px;
    width: 10px
}

.widget-real-estate .statistics-wrapper div.item {
    border-bottom: 1px solid #bdccde;
    line-height: 40px;
    overflow: hidden
}

.widget-real-estate .statistics-wrapper div.item article.tab-content {
    border: 2px solid red
}

.widget-real-estate .statistics-wrapper div.item article.tab-content>a {
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.widget-real-estate .statistics-wrapper div.item .city {
    float: left;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px
}

.widget-real-estate .statistics-wrapper div.item .city>a {
    font-size: 13px
}

.widget-real-estate .statistics-wrapper div.item .price {
    float: right
}

.widget-real-estate .statistics-wrapper div.item .price svg {
    margin-right: 5px
}

.widget-real-estate .statistics-wrapper div.item .price svg[class*=up] {
    color: #28b162
}

.widget-real-estate .statistics-wrapper div.item .price svg[class*=down] {
    color: #e74c3c
}

.widget-real-estate .statistics-wrapper div.item .price span {
    color: #28b162
}

.widget-real-estate .statistics-wrapper div.item .price span.decrease {
    color: #e74c3c
}

.widget-real-estate .statistics-wrapper .link {
    color: #19191a;
    font-size: 13px;
    font-weight: 700;
    padding-top: 12px;
    text-transform: uppercase
}

.widget-other .widget-exchange-rates .item {
    font-size: 13px;
    margin-bottom: 20px
}

.widget-other .widget-exchange-rates .item:nth-child(2n+2) {
    margin-left: 0;
    margin-right: 0
}

.widget-other .widget-exchange-rates .item .currency-wrapper {
    border: 3px solid #d3dde9;
    border-radius: 25px;
    float: left;
    height: 30px;
    line-height: 20px;
    padding: 2px 10px
}

.widget-other .widget-exchange-rates .item .currency-wrapper .currency {
    color: #033c81;
    font-weight: 700
}

.widget-other .widget-exchange-rates .item .currency-wrapper svg {
    margin-left: 5px
}

.widget-other .widget-exchange-rates .item .currency-wrapper svg[class*=up] {
    color: #28b162
}

.widget-other .widget-exchange-rates .item .currency-wrapper svg[class*=down] {
    color: #e74c3c
}

.widget-other .widget-exchange-rates .item .rate {
    color: #28b162;
    float: left;
    line-height: 30px;
    margin-left: 10px
}

.widget-other .widget-exchange-rates .item .rate.decrease {
    color: #e74c3c
}

.widget-other .widget-exchange-rates p.link {
    margin: 0;
    padding-top: 12px
}

.widget-other .widget-exchange-rates p.link a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.widget-other .widget-exchange-rates p.link a span {
    margin-left: 5px
}

.widget-other .widget-exchange-rates .conversion-wrapper {
    clear: both
}

.widget-other .widget-exchange-rates .conversion-wrapper .input-wrapper {
    display: inline-block;
    height: 60px;
    margin-top: -10px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    width: 100%;
    z-index: 1
}

.widget-other .widget-exchange-rates .conversion-wrapper .input-wrapper.input-filled label {
    top: -9px
}

.widget-other .widget-exchange-rates .conversion-wrapper .input-wrapper.input-filled input[type=text] {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #1c5196;
    border-radius: 0;
    color: #1c5196;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 20px;
    outline: none;
    padding: 0 15px;
    position: relative;
    width: 100%
}

.widget-other .widget-exchange-rates .conversion-wrapper .input-wrapper label {
    top: 12px
}

.widget-other .widget-exchange-rates .conversion-wrapper .select,
.widget-other .widget-exchange-rates .conversion-wrapper .value {
    float: left;
    margin-right: 30px;
    padding: 20px 0 0;
    position: relative;
    width: 175px
}

.widget-other .widget-exchange-rates .conversion-wrapper .select label span,
.widget-other .widget-exchange-rates .conversion-wrapper .value label span {
    color: #033c81;
    padding: 10px 0 0
}

.widget-other .widget-exchange-rates .conversion-wrapper .select input,
.widget-other .widget-exchange-rates .conversion-wrapper .select select,
.widget-other .widget-exchange-rates .conversion-wrapper .value input,
.widget-other .widget-exchange-rates .conversion-wrapper .value select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #033c81;
    color: #033c81;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: .6s;
    width: 100%
}

.widget-other .widget-exchange-rates .conversion-wrapper .select input:focus,
.widget-other .widget-exchange-rates .conversion-wrapper .select select:focus,
.widget-other .widget-exchange-rates .conversion-wrapper .value input:focus,
.widget-other .widget-exchange-rates .conversion-wrapper .value select:focus {
    border-bottom: 1px solid #1c5196;
    outline: none
}

.widget-other .widget-exchange-rates .conversion-wrapper .chosen-single,
.widget-other .widget-exchange-rates .conversion-wrapper select {
    font-size: 16px !important;
    font-weight: 400 !important
}

.widget-other .widget-exchange-rates .conversion-wrapper .chosen-results li {
    font-size: 14px !important;
    font-weight: 400 !important
}

.widget-other .widget-exchange-rates .conversion-wrapper .animation label {
    color: #033c81;
    font-size: 14px;
    top: -5px
}

.widget-other .widget-exchange-rates .conversion-wrapper .select {
    margin-right: 0;
    width: 110px
}

.widget-other .widget-exchange-rates .conversion-wrapper .result {
    color: #333340;
    font-family: DIN Pro, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center
}

.widget-other .widget-career-item {
    margin-bottom: 20px
}

.widget-other .widget-career-item-position {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.widget-other .widget-career-item-footer {
    color: #7796bb;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px
}

.widget-other .widget-career-item-footer time {
    margin-right: 6px
}

.widget-other .widget-career a.link {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
    text-align: center;
    text-transform: uppercase
}

.widget-other .widget-salaries-male-female {
    overflow: hidden
}

.widget-other .widget-salaries-male-female-iframe {
    height: 160px;
    position: relative;
    width: 100%
}

.widget-other .widget-salaries-male-female iframe {
    display: block;
    height: 215px;
    left: -50%;
    margin: -30px auto auto;
    position: absolute;
    right: -50%;
    top: 0;
    transform: scale(.75);
    transform-origin: center center;
    width: 360px
}

.widget-other .widget-salaries-male-female a.link {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase
}

.pr-news {
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: 20px;
    padding: 30px 20px 20px
}

.pr-news>* {
    margin-bottom: 30px
}

.pr-news>:last-child {
    margin-bottom: 0
}

.pr-news-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .pr-news-heading {
        font-size: 18px;
        line-height: 22px
    }
}

.pr-news ul {
    list-style: none;
    margin: 0 0 0 18px;
    padding: 0
}

.pr-news ul li {
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 18px
}

.pr-news ul li:last-child {
    margin-bottom: 0
}

.pr-news ul li:before {
    background: #1c5196;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin: auto 10px 2px -16px;
    width: 6px
}

.widget-poll-content p.question {
    color: #1b5196;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center
}

.widget-poll-content .bar {
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%
}

.widget-poll-content .bar a {
    color: #19191a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none
}

.widget-poll-content .bar a:focus,
.widget-poll-content .bar a:hover {
    color: #cf2e4d;
    cursor: pointer;
    outline: none;
    text-decoration: none
}

.widget-poll-content .bar .count {
    bottom: -10px;
    color: #1c5196;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    right: 0
}

.widget-poll-content .bar .line-wrapper {
    background: linear-gradient(90deg, #c9d6e4 0, #c9d6e4 40%, rgba(201, 214, 228, .6) 50%, rgba(201, 214, 228, .3) 70%, rgba(201, 214, 228, 0));
    border-radius: 50px;
    float: left;
    width: 76%
}

.widget-poll-content .bar .line-wrapper .line {
    background: #b70036;
    border-radius: 50px;
    height: 6px;
    line-height: 20px;
    width: 80%
}

.widget-poll-content .answ,
.widget-poll-content .result {
    color: #1c5196;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%
}

.widget-poll-content .result {
    color: #b70036;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center
}

.sidebar-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.sidebar-inner>* {
    margin-bottom: 20px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    order: 1;
    width: 100%
}

@media (max-width:991px) {
    .sidebar-inner>* {
        width: calc(50% - 15px)
    }
    .sidebar-inner>#widget-livestreams-mini {
        display: none;
        width: 100%
    }
    .sidebar-inner>.reportage-tip {
        order: 3;
        width: 100%
    }
}

@media (max-width:767px) {
    .sidebar-inner>* {
        width: 100%
    }
}

.sidebar-widget {
    background-color: #eff3f7;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: 20px;
    padding: 30px 20px 20px
}

.sidebar-widget>* {
    margin-bottom: 30px
}

.sidebar-widget>:last-child {
    margin-bottom: 0
}

.sidebar-widget-header {
    text-align: center
}

.sidebar-widget-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .sidebar-widget-title {
        font-size: 18px;
        line-height: 22px
    }
}

.sidebar-widget-title a,
.sidebar-widget-title a:focus,
.sidebar-widget-title a:hover,
.sidebar-widget-title a:visited {
    color: #19191a;
    text-decoration: none
}

.sidebar-widget-nav .nav-tabs {
    background-color: #fff;
    border-bottom: none;
    border-radius: 18px;
    box-shadow: 0 6px 12px rgba(31, 83, 148, .1);
    display: flex;
    height: 38px;
    justify-content: space-between;
    padding: 4px
}

.sidebar-widget-nav .nav-tabs .nav-item {
    align-items: center;
    color: #1c5196;
    display: flex;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    justify-content: center
}

.sidebar-widget-nav .nav-tabs .nav-item.active {
    border-radius: 15px;
    color: #1c5196
}

.sidebar-widget-nav .nav-tabs .nav-item.active:hover {
    text-decoration: none
}

.sidebar-widget-nav .nav-tabs .nav-item.active.active {
    background-color: #1c5196;
    color: #fff
}

#page-program .sidebar #program-widget {
    display: none
}

.icon-weather-cloudy,
.icon-weather-mostly_cloudy,
.icon-weather-mostlycloudy {
    background-image: url(../images/weather/v3/cloudy.png)
}

.icon-weather-mostly_sunny,
.icon-weather-mostlysunny,
.icon-weather-partly-cloudy-day,
.icon-weather-partly_cloudy,
.icon-weather-partlycloudy,
.icon-weather-partlysunny {
    background-image: url(../images/weather/v3/partly-cloudy.png)
}

.icon-weather-partly-cloudy-night {
    background-image: url(../images/weather/v3/night-2.png)
}

.icon-weather-fog {
    background-image: url(../images/weather/v3/fog.png)
}

.icon-weather-clear,
.icon-weather-clear-day,
.icon-weather-sunny {
    background-image: url(../images/weather/v3/sunny.png)
}

.icon-weather-clear-night {
    background-image: url(../images/weather/v3/night.png)
}

.icon-weather-storm,
.icon-weather-thunderstorm,
.icon-weather-tornado,
.icon-weather-tstorms {
    background-image: url(../images/weather/v3/storm.png)
}

.icon-weather-flurries,
.icon-weather-snow {
    background-image: url(../images/weather/v3/snow-2.png)
}

.icon-weather-sleet {
    background-image: url(../images/weather/v3/sleet.png)
}

.icon-weather-wind {
    background-image: url(../images/weather/v3/wind.png)
}

.icon-weather-rain {
    background-image: url(../images/weather/v3/rain.png)
}

.icon-weather-fog,
.icon-weather-haze,
.icon-weather-hazy,
.icon-weather-mist,
.icon-weather-smoke {
    background-image: url(../images/weather/v3/fog.png)
}

.icon-weather-icy {
    background-image: url(../images/weather/v3/icy.png)
}

.icon-weather-chance_of_storm,
.icon-weather-chancestorms,
.icon-weather-chancetstorms {
    background-image: url(../images/weather/v3/chance-of-storm.png)
}

.icon-weather-chance_of_snow,
.icon-weather-chanceflurries,
.icon-weather-chancesleet,
.icon-weather-chancesnow {
    background-image: url(../images/weather/v3/chance-of-snow.png)
}

.icon-weather-chance_of_rain,
.icon-weather-chancerain {
    background-image: url(../images/weather/v3/chance-of-rain.png)
}

.icon-weather-dust {
    background-image: url(../images/weather/v2/dust.png)
}

.icon-weather-hail {
    background-image: url(../images/weather/v3/snow.png)
}

*>.ads-content,
*>.block-category {
    margin-bottom: 20px
}

*>.ads-content:last-child,
*>.block-category:last-child {
    margin-bottom: 0
}

.block-page>* {
    margin-bottom: 30px
}

.block-page>:last-child {
    margin-bottom: 0
}

.block-featured-v2 {
    background: #eef2f5;
    margin-bottom: 30px;
    padding: 30px 0
}

.block-featured-v2>* {
    margin-bottom: 20px
}

.block-featured-v2>:last-child {
    margin-bottom: 0
}

.block-featured-v2 .ads-leaderboard-mobile {
    margin-top: 30px
}

.block-featured-v2-inner>* {
    margin-bottom: 20px
}

.block-featured-v2-inner>:last-child {
    margin-bottom: 0
}

.block-featured-v2-primary .headline {
    flex-direction: row
}

@media (max-width:991px) {
    .block-featured-v2-primary .headline {
        flex-direction: column
    }
}

.block-featured-v2-primary .headline .headline-content {
    order: 1;
    padding-right: 15px;
    width: 50%
}

@media (max-width:991px) {
    .block-featured-v2-primary .headline .headline-content {
        order: 2;
        padding-right: 0;
        width: 100%
    }
}

.block-featured-v2-primary .headline .headline-image {
    margin-bottom: 0;
    order: 2;
    padding-left: 15px;
    width: 50%
}

@media (max-width:991px) {
    .block-featured-v2-primary .headline .headline-image {
        margin-bottom: 20px;
        order: 1;
        padding-left: 0;
        width: 100%
    }
}

.block-featured-v2-secondary-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px !important;
    margin-left: -15px;
    margin-right: -15px
}

.block-featured-v2-secondary-items>* {
    margin-bottom: 30px
}

.block-featured-v2-secondary-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:991px) {
    .block-featured-v2-secondary-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:575px) {
    .block-featured-v2-secondary-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .block-featured-v2-secondary-item:last-child .mobile-small {
        border-bottom: none;
        padding-bottom: 0
    }
}

.block-featured {
    background: #eef2f5;
    margin-bottom: 30px;
    padding: 30px 0
}

.block-featured>* {
    margin-bottom: 20px
}

.block-featured>:last-child {
    margin-bottom: 0
}

.block-featured-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px !important;
    margin-left: -15px;
    margin-right: -15px
}

.block-featured-row>* {
    margin-bottom: 30px
}

.block-featured-row-primary,
.block-featured-row-secondary {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.block-featured-row-primary {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

@media (max-width:991px) {
    .block-featured-row-primary {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.block-featured-row-secondary {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media (max-width:991px) {
    .block-featured-row-secondary {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.block-featured-secondary {
    height: 100%
}

.block-featured-secondary-items {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    margin-bottom: -30px !important;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px
}

.block-featured-secondary-items>* {
    margin-bottom: 30px
}

.block-featured-secondary-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:991px) {
    .block-featured-secondary-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:575px) {
    .block-featured-secondary-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.block-featured-secondary-item:last-child {
    margin-bottom: 0
}

.block-category>* {
    margin-bottom: 20px
}

.block-category>:last-child {
    margin-bottom: 0
}

.block-category>.container>.block-category-inner>*,
.block-category>.layout-hp-content>.block-category-inner>*,
.block-category>.layout-sidebar-inner>.block-category-inner>* {
    margin-bottom: 20px
}

.block-category>.container>.block-category-inner>:last-child,
.block-category>.layout-hp-content>.block-category-inner>:last-child,
.block-category>.layout-sidebar-inner>.block-category-inner>:last-child {
    margin-bottom: 0
}

.block-category-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.block-category-title span {
    display: inline-block;
    vertical-align: middle
}

.block-category-title a,
.block-category-title a:active,
.block-category-title a:hover,
.block-category-title a:visited {
    color: #19191a;
    text-decoration: none
}

.block-category-circle {
    border: 3px solid #c2d1d9;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    vertical-align: middle;
    width: 18px
}

.block-category-border {
    border-bottom: 2px solid #c2d1d9;
    margin-top: 9px
}

.block-category-content>* {
    margin-bottom: 40px
}

.block-category-content>:last-child {
    margin-bottom: 0
}

.block-category-content #newsletter {
    margin-bottom: 60px;
    margin-top: 60px
}

.block-category-next {
    align-items: center;
    display: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .block-category-next {
        display: flex
    }
}

.block-category-next .line {
    background-color: #c2d1d9;
    height: 1px;
    margin-left: 20px;
    width: 100%
}

.block-category-smallarticles {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width:575px) {
    .block-category-smallarticles>* {
        margin-bottom: 40px
    }
    .block-category-smallarticles>:last-child {
        margin-bottom: 0
    }
    .block-category-smallarticles #newsletter {
        margin-bottom: 60px;
        margin-top: 60px
    }
}

.block-category-smallarticles-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:575px) {
    .block-category-smallarticles-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.block-articles>* {
    margin-bottom: 40px
}

.block-articles>:last-child {
    margin-bottom: 0
}

.block-articles #newsletter {
    margin-bottom: 60px;
    margin-top: 60px
}

.block-articles-title {
    align-items: center;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.block-articles-title .line {
    background-color: #c2d1d9;
    height: 1px;
    margin-left: 20px;
    width: 100%
}

.block-articles-bigtitle {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.48px;
    line-height: 30px
}

@media (max-width:1199px) {
    .block-articles-bigtitle {
        font-size: 20px;
        line-height: 26px
    }
}

.block-articles-separator {
    background-color: #c2d1d9;
    height: 1px;
    width: 100%
}

.person-small {
    align-items: center;
    display: flex;
    flex-wrap: nowrap
}

.person-small a,
.person-small a:hover,
.person-small a:visited {
    color: inherit;
    text-decoration: none
}

.person-small-img {
    background: #fff;
    border-radius: 50%;
    flex: 0 0 65px;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
    width: 65px
}

.person-small-img img {
    display: block;
    height: auto;
    max-width: 65px;
    width: 65px
}

.person-small-content {
    flex: 1;
    white-space: normal
}

.person-small-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.person {
    margin-bottom: 30px;
    text-align: center
}

.person-image {
    margin-bottom: 20px
}

.person-image:last-child {
    margin-bottom: 0
}

.person-image img {
    border-radius: 50%
}

.person-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px
}

.person-name:last-child {
    margin-bottom: 0
}

.person-function {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400
}

.person-detail-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.person-detail-row>* {
    margin-bottom: 30px
}

.person-detail-row>:last-child {
    margin-bottom: 0
}

.person-detail-row-image {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.person-detail-row-content {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.person-detail-row-content,
.person-detail-row-image {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:439px) {
    .person-detail-row-content,
    .person-detail-row-image {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.person-detail-image {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:439px) {
    .person-detail-image {
        margin-left: 0;
        margin-right: 0
    }
}

.person-detail-image img {
    border-radius: 50%
}

.person-detail-header {
    margin-bottom: 30px
}

.person-detail-title {
    font-size: 36px;
    letter-spacing: -1.08px;
    line-height: 42px;
    margin-bottom: 15px
}

@media (max-width:1199px) {
    .person-detail-title {
        font-size: 27px;
        line-height: 33px
    }
}

@media (max-width:991px) {
    .person-detail-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .person-detail-title {
        font-size: 24px;
        line-height: 30px
    }
}

.person-detail-title:last-child {
    margin-bottom: 0
}

.person-detail-function {
    font-size: 18px;
    line-height: 22px
}

.person-detail-content>* {
    margin-bottom: 15px
}

.person-detail-content>:last-child {
    margin-bottom: 0
}

.no-entries {
    margin: 15px 0
}

.no-entries-text {
    color: rgba(25, 25, 26, .5);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center
}

.no-entries-sidebar .no-entries-text {
    color: rgba(28, 81, 150, .7);
    font-size: 15px;
    line-height: 25px
}

.no-entries-programmes {
    margin: 100px 0
}

.no-entries-programmes .no-entries-text {
    font-size: 18px;
    line-height: 28px
}

.no-entries-prarticles {
    margin: 100px 0
}

.no-entries-prarticles .no-entries-text {
    font-size: 18px;
    line-height: 28px;
    text-align: left
}

.no-entries-jobs {
    margin: 30px 0
}

.no-entries-jobs .no-entries-text {
    text-align: left
}

.no-entries-articles {
    margin: 30px 0
}

.no-entries-articles .no-entries-text {
    font-size: 18px;
    line-height: 28px
}

.graph>* {
    margin-bottom: 15px
}

.graph>:last-child {
    margin-bottom: 0
}

.graph>*>* {
    margin-bottom: 15px
}

.graph>*>:last-child {
    margin-bottom: 0
}

.graph-header {
    padding-right: 20px
}

.graph-title {
    font-size: 20px;
    line-height: 26px
}

.graph-footer {
    margin-top: -15px;
    padding-right: 20px
}

.graph-copy {
    font-size: 12px;
    line-height: 22px;
    text-align: right
}

.graph a {
    text-decoration: underline
}

.graph a:hover {
    text-decoration: none
}

.graph-1 #chart {
    height: 350px
}

.graph-1 #chart svg {
    width: 100% !important
}

.graph-1 #chart.chart {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative
}

.graph-1 #chart .chart-tooltip {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 12px;
    max-width: 150px;
    padding: 6px;
    position: absolute
}

.graph-1 #chart .table .chart-tooltip {
    left: 10px;
    min-width: 180px;
    top: 25px;
    z-index: 1000
}

.graph-1 #chart .chart-tooltip span.gray:first-of-type {
    color: #cf2e4d
}

.graph-1 #chart .chart-tooltip span.gray:nth-of-type(3) {
    color: #19191a
}

.graph-1 #chart .chart-tooltip span.gray:nth-of-type(5) {
    color: #1c5196
}

.graph-1 #chart .chart-tooltip span.gray {
    color: #828282
}

.graph-1 #chart .circle-box {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px
}

.graph-1 #chart .deaths {
    fill: #19191a;
    stroke: #19191a;
    color: #19191a
}

.graph-1 #chart .infected {
    fill: #cf2e4d;
    stroke: #cf2e4d;
    color: #cf2e4d
}

.graph-1 #chart .recovered {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-1 #chart .infected-background {
    opacity: .25
}

.graph-1 #chart .dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5
}

.graph-1 #chart .axis line,
.graph-1 #chart .axis path {
    stroke: #ccc
}

.graph-1 #chart pre {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #19191a;
    font-family: Consolas, Inconsolata, Courier New;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px
}

.graph-1 #chart #recovered-gradient stop {
    stop-color: #1c5196 !important
}

.graph-1 #chart #infected-gradient stop {
    stop-color: #cf2e4d !important
}

.graph-1 #chart #deaths-gradient stop {
    stop-color: #19191a !important
}

.graph-2 #chart {
    height: 350px
}

.graph-2 .legend-wrapper {
    clear: both;
    overflow: hidden
}

.graph-2 .legend-items {
    align-items: stretch;
    display: flex;
    justify-content: space-between
}

.graph-2 .legend-items .legend {
    text-align: center
}

.graph-2 .sharing {
    margin-bottom: 15px;
    margin-top: 5px
}

.graph-2 .share-icon {
    display: inline-block
}

.graph-2 .legend-logo {
    float: left;
    margin-right: 25px
}

.graph-2 .legends {
    float: left
}

.graph-2 .legend {
    float: left;
    font-size: 26px;
    font-weight: 500;
    margin: 0 10px
}

.graph-2 .legend .info {
    font-size: 12px;
    max-width: 200px
}

.graph-2 .legend-inline {
    font-size: 12px;
    margin-top: 4px
}

.graph-2 #mapid {
    height: 550px;
    margin-bottom: 10px
}

.graph-2 .chart {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative
}

.graph-2 .chart svg {
    width: 100%
}

.graph-2 .chart-tooltip {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 12px;
    max-width: 150px;
    padding: 6px;
    position: absolute
}

.graph-2 .table .chart-tooltip {
    left: 10px;
    min-width: 180px;
    top: 25px;
    z-index: 1000
}

.graph-2 .chart-tooltip span.gray:first-of-type {
    color: #1c5196
}

.graph-2 .chart-tooltip span.gray:nth-of-type(3) {
    color: #cf2e4d
}

.graph-2 .chart-tooltip span.gray {
    color: #828282
}

.graph-2 .circle-box {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px
}

.graph-2 .deaths {
    fill: #19191a;
    stroke: #19191a;
    color: #19191a
}

.graph-2 .infected {
    fill: #cf2e4d;
    stroke: #cf2e4d;
    color: #cf2e4d
}

.graph-2 .recovered {
    fill: #5bc859;
    stroke: #5bc859;
    color: #5bc859
}

.graph-2 .tested {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-2 .infected-box {
    background-color: #cf2e4d
}

.graph-2 rect.infected {
    stroke-width: 1.5;
    stroke: #cf2e4d;
    fill: #cf2e4d
}

.graph-2 rect.tested {
    stroke-width: 1.5;
    stroke: #1c5196;
    fill: #8126d7
}

.graph-2 circle.infected {
    fill: #cf2e4d;
    stroke: #cf2e4d
}

.graph-2 .legend-circle {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px
}

.graph-2 .infected-background,
.graph-2 .tested-background {
    opacity: .25
}

.graph-2 .dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5
}

.graph-2 .axis line,
.graph-2 .axis path {
    stroke: #ccc
}

.graph-2 pre {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #19191a;
    font-family: Consolas, Inconsolata, Courier New;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px
}

.graph-3 #tested {
    color: #1c5196
}

.graph-3 .leaflet-container a {
    color: #1c5196 !important
}

.graph-3 .legend-wrapper {
    clear: both;
    overflow: hidden
}

.graph-3 .legend-items {
    align-items: stretch;
    display: flex;
    justify-content: space-between
}

.graph-3 .legend-items .legend {
    text-align: center
}

.graph-3 .sharing {
    margin-bottom: 15px;
    margin-top: 5px
}

.graph-3 .share-icon {
    display: inline-block
}

.graph-3 .legend-logo {
    float: left;
    margin-right: 25px
}

.graph-3 .legends {
    float: left
}

.graph-3 .legend {
    float: left;
    font-size: 26px;
    font-weight: 500;
    margin: 0 10px
}

.graph-3 .legend .info {
    font-size: 12px;
    max-width: 200px
}

.graph-3 .legend-inline {
    font-size: 12px;
    margin-top: 4px
}

.graph-3 #mapid {
    height: 550px;
    margin-bottom: 10px
}

.graph-3 .chart {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative
}

.graph-3 .chart svg {
    width: 100%
}

.graph-3 svg path {
    fill: #cf2e4d
}

.graph-3 .chart-tooltip {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 12px;
    max-width: 150px;
    padding: 6px;
    position: absolute
}

.graph-3 .table .chart-tooltip {
    left: 10px;
    min-width: 180px;
    top: 25px;
    z-index: 1000
}

.graph-3 .leaflet-bar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.graph-3 .leaflet-tooltip {
    padding: 5px 10px
}

.graph-3 .leaflet-bottom {
    bottom: 10px !important
}

.graph-3 .leaflet-tooltip strong {
    font-size: 14px;
    font-weight: 500
}

.graph-3 .leaflet-tooltip .small-info {
    font-weight: 500
}

.graph-3 .leaflet-tooltip span.gray:first-of-type,
.graph-3 .leaflet-tooltip span.gray:nth-of-type(3) {
    color: #cf2e4d
}

.graph-3 .leaflet-tooltip span.gray {
    color: #828282
}

.graph-3 .circle-box {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px
}

.graph-3 .deaths {
    fill: #19191a;
    stroke: #19191a;
    color: #19191a
}

.graph-3 .infected {
    fill: #cf2e4d;
    stroke: #cf2e4d;
    color: #cf2e4d
}

.graph-3 .recovered {
    fill: #5bc859;
    stroke: #5bc859;
    color: #5bc859
}

.graph-3 .tested {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196 !important
}

.graph-3 .infected-box {
    background-color: #cf2e4d
}

.graph-3 rect.infected {
    stroke-width: 1.5;
    stroke: #cf2e4d;
    fill: #cf2e4d
}

.graph-3 rect.tested {
    stroke-width: 1.5;
    stroke: #1c5196;
    fill: #1c5196
}

.graph-3 circle.infected {
    fill: #cf2e4d;
    stroke: #cf2e4d
}

.graph-3 .legend-circle {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px
}

.graph-3 .infected-background,
.graph-3 .tested-background {
    opacity: .25
}

.graph-3 .dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5
}

.graph-3 .axis line,
.graph-3 .axis path {
    stroke: #ccc
}

.graph-3 pre {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #19191a;
    font-family: Consolas, Inconsolata, Courier New;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px
}

@media (max-width:991px) {
    .graph-3 .legend-logo {
        float: none
    }
    .graph-3 .sharing {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .graph-3 #mapid {
        height: 300px
    }
    .graph-3 .legend {
        font-size: 20px;
        margin-right: 10px
    }
    .graph-3 .legend-inline {
        font-size: 12px
    }
}

@media (max-width:550px) {
    .graph-3 #mapid {
        height: 270px
    }
}

.graph-3 .leaflet-container .leaflet-overlay-pane circle {
    fill-opacity: .75;
    stroke-opacity: .9;
    stroke-location: inside
}

.graph-3 .leaflet-container .leaflet-overlay-pane circle.recovered {
    fill-opacity: 0
}

.graph-3 .free,
.graph-3 .progress,
.graph-3 .sharing,
.graph-3 footer {
    display: none
}

.graph-3 .legend {
    font-size: 20px;
    margin-left: 0;
    margin-right: 10px
}

.graph-3 .legends {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    margin-right: 15px;
    opacity: .9;
    padding: 5px 10px
}

.graph-3 .legend-wrapper {
    left: 10px;
    overflow: initial;
    position: fixed;
    top: 85px;
    z-index: 1000
}

.graph-3 .legend-logo svg {
    height: 32px;
    width: 190px
}

.graph-3 .legend-logo {
    float: none;
    margin-bottom: 10px
}

.graph-3 .legend-inline {
    margin-right: 10px
}

.graph-3 .legend-inline:last-child {
    margin-right: 0;
    text-align: right
}

.graph-3 .legend:last-child {
    margin-right: 0 !important
}

.graph-3 #mapid {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 500px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
}

.graph-3 .map-empty .leaflet-control,
.graph-3 .map-empty .legend-wrapper,
.graph-3 .map-empty .updated-info-block {
    display: none
}

.graph-3 .row {
    overflow: hidden
}

@media (min-width:900px) {
    .graph-3 .col-lg-30 {
        float: left;
        margin-bottom: 15px;
        width: 33%
    }
    .graph-3 .col-lg-70 {
        float: left;
        margin-bottom: 15px;
        width: 67%
    }
    .graph-3 .padding-lg-left {
        padding-left: 15px
    }
}

.graph-3 .table tbody,
.graph-3 .table td,
.graph-3 .table tfoot,
.graph-3 .table th,
.graph-3 .table thead,
.graph-3 .table tr,
.graph-3 table.table {
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle
}

.graph-3 #search {
    background: #f2f2f2;
    border: 1px solid #1c5196;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    padding: 8px 15px;
    width: 100%
}

.graph-3 .table tr {
    border-bottom: 1px solid #56ccf2
}

.graph-3 .table tr td {
    padding: 5px 10px
}

.graph-3 .table .text-right {
    text-align: right
}

.graph-3 .container,
.graph-3 .layout-hp-content,
.graph-3 .layout-sidebar-inner {
    box-sizing: border-box;
    max-width: 1110px;
    padding-left: 15px;
    padding-right: 15px
}

.graph-3 body,
.graph-3 html {
    height: 100%
}

.graph-3 body {
    display: flex;
    flex-direction: column
}

.graph-3 #content {
    flex: 1 0 auto
}

.graph-3 footer {
    background-color: #1c5196;
    flex-shrink: 0;
    line-height: 18px
}

.graph-3 footer,
.graph-3 footer * {
    color: #fff;
    font-size: 14px
}

.graph-3 footer .code {
    background-color: #3c0871
}

.graph-3 footer .inside {
    padding: 30px 15px 30px 0
}

.graph-3 footer .code .inside {
    font-size: 14px;
    margin: 0 auto;
    padding: 0
}

.graph-3 footer .code a {
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: underline
}

.graph-3 footer .list {
    margin: 0 auto;
    overflow: hidden
}

.graph-3 footer .item {
    float: left;
    width: 25%
}

.graph-3 footer .item a {
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    text-decoration: underline;
    vertical-align: middle
}

.graph-3 footer .item a img {
    float: left;
    margin-right: 8px;
    vertical-align: middle
}

@media (max-width:900px) {
    .graph-3 footer .item {
        float: none;
        width: 100%
    }
    .graph-3 footer .list {
        padding-bottom: 0;
        padding-top: 30px
    }
    .graph-3 footer .inside {
        padding-bottom: 30px;
        padding-top: 0
    }
}

.graph-3 footer .item .social {
    display: block;
    margin: 10px 0 5px;
    overflow: hidden
}

.graph-3 footer .item .social a {
    display: inline-block;
    margin: 0 5px 0 0
}

.graph-3 footer .item,
.graph-3 footer .item a,
.graph-3 footer .item h3 {
    color: #fff
}

.graph-3 footer .item h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.graph-3 footer .logo {
    display: block;
    margin-bottom: 10px
}

.graph-3 footer .thanks {
    padding-top: 10px;
    text-transform: uppercase
}

.graph-3 .free {
    color: #000;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: right
}

.graph-3 .free a {
    color: #000
}

.graph-3 .btn-minor {
    border: 1px solid #1c5196;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.graph-3 .btn-minor:hover {
    background-color: #efe3ff
}

.graph-3 .leaflet-tile-pane {
    opacity: .25
}

.graph-4 .graph-content {
    overflow-y: scroll
}

.graph-4 .legend-wrapper {
    clear: both;
    overflow: hidden
}

.graph-4 .legend-items {
    align-items: stretch;
    display: flex;
    justify-content: space-between
}

.graph-4 .legend-items .legend {
    text-align: center
}

.graph-4 .sharing {
    margin-bottom: 15px;
    margin-top: 5px
}

.graph-4 .share-icon {
    display: inline-block
}

.graph-4 .legend-logo {
    float: left;
    margin-right: 25px
}

.graph-4 .legends {
    float: left
}

.graph-4 .legend {
    float: left;
    font-size: 26px;
    font-weight: 500;
    margin: 0 10px
}

.graph-4 .legend .info {
    font-size: 12px;
    max-width: 200px
}

.graph-4 .legend-inline {
    font-size: 12px;
    margin-top: 4px
}

.graph-4 #mapid {
    height: 550px;
    margin-bottom: 10px
}

.graph-4 .chart {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative
}

.graph-4 .chart svg {
    width: 100%
}

.graph-4 .chart-tooltip {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 12px;
    max-width: 150px;
    padding: 6px;
    position: absolute
}

.graph-4 .table .chart-tooltip {
    left: 10px;
    min-width: 180px;
    top: 25px;
    z-index: 1000
}

.graph-4 .leaflet-bar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.graph-4 .leaflet-tooltip {
    padding: 5px 10px
}

.graph-4 .leaflet-tooltip strong {
    font-size: 14px;
    font-weight: 500
}

.graph-4 .leaflet-tooltip .small-info {
    font-weight: 500
}

.graph-4 .chart-tooltip .gray,
.graph-4 .leaflet-tooltip .gray {
    color: #828282
}

.graph-4 .circle-box {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px
}

.graph-4 .deaths {
    fill: #666;
    stroke: #666;
    color: #666
}

.graph-4 .infected {
    fill: #cf2e4d;
    stroke: #cf2e4d;
    color: #cf2e4d
}

.graph-4 td.infected {
    white-space: nowrap
}

.graph-4 .recovered {
    fill: #5bc859;
    stroke: #5bc859;
    color: #5bc859
}

.graph-4 .tested {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-4 .infected-box {
    background-color: #cf2e4d;
    position: relative;
    top: -3px
}

.graph-4 rect.infected {
    stroke-width: 1.5;
    stroke: #cf2e4d;
    fill: #cf2e4d
}

.graph-4 rect.tested {
    stroke-width: 1.5;
    stroke: #1c5196;
    fill: #8126d7
}

.graph-4 circle.infected {
    fill: #cf2e4d;
    stroke: #cf2e4d
}

.graph-4 .legend-circle {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px
}

.graph-4 .infected-background,
.graph-4 .tested-background {
    opacity: .25
}

.graph-4 .dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5
}

.graph-4 .axis line,
.graph-4 .axis path {
    stroke: #ccc
}

.graph-4 pre {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-family: Consolas, Inconsolata, Courier New;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px
}

@media (max-width:991px) {
    .graph-4 .legend-logo {
        float: none
    }
    .graph-4 .sharing {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .graph-4 #mapid {
        height: 300px
    }
    .graph-4 .legend {
        font-size: 20px;
        margin-right: 10px
    }
    .graph-4 .legend-inline {
        font-size: 12px
    }
}

@media (max-width:550px) {
    .graph-4 #mapid {
        height: 270px
    }
}

.graph-4 .leaflet-container .leaflet-overlay-pane circle {
    fill-opacity: .75;
    stroke-opacity: .9;
    stroke-location: inside
}

.graph-4 .leaflet-container .leaflet-overlay-pane circle.recovered {
    fill-opacity: 0
}

.graph-4 body.map-only {
    padding: 0
}

.graph-4 .map-only .free,
.graph-4 .map-only .progress,
.graph-4 .map-only .sharing,
.graph-4 .map-only footer {
    display: none
}

.graph-4 .map-only .legend {
    font-size: 20px;
    margin-left: 0;
    margin-right: 10px
}

.graph-4 .map-only .legends {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    margin-right: 15px;
    opacity: .9;
    padding: 5px 10px
}

.graph-4 .map-only .legend-wrapper {
    left: 10px;
    overflow: initial;
    position: fixed;
    top: 10px;
    z-index: 1000
}

.graph-4 .map-only .legend-logo svg {
    height: 32px;
    width: 190px
}

.graph-4 .map-only .legend-logo {
    float: none;
    margin-bottom: 10px
}

.graph-4 .legend-inline {
    margin-right: 10px
}

.graph-4 .legend-inline:last-child {
    margin-right: 0;
    text-align: right
}

.graph-4 .map-only .legend:last-child {
    margin-right: 0 !important
}

.graph-4 .map-only #mapid {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 300px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.graph-4 .map-empty .leaflet-control,
.graph-4 .map-empty .legend-wrapper,
.graph-4 .map-empty .updated-info-block {
    display: none
}

.graph-4 .row {
    overflow: hidden
}

@media (min-width:900px) {
    .graph-4 .col-lg-30 {
        float: left;
        margin-bottom: 15px;
        width: 33%
    }
    .graph-4 .col-lg-70 {
        float: left;
        margin-bottom: 15px;
        width: 67%
    }
    .graph-4 .padding-lg-left {
        padding-left: 15px
    }
}

.graph-4 .table tbody,
.graph-4 .table td,
.graph-4 .table tfoot,
.graph-4 .table th,
.graph-4 .table thead,
.graph-4 .table tr,
.graph-4 table.table {
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle
}

.graph-4 #search {
    background: #fff;
    border: 1px solid #1c5196;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    padding: 8px 15px;
    width: 100%
}

.graph-4 .table tr {
    border-bottom: 1px solid #e5ebf2
}

.graph-4 .table tr td {
    padding: 5px 10px
}

.graph-4 .table .text-right {
    cursor: help !important;
    padding-left: 5px !important;
    text-align: right
}

.graph-4 .table .text-right.infected {
    cursor: help !important
}

.graph-4 .container,
.graph-4 .layout-hp-content,
.graph-4 .layout-sidebar-inner {
    box-sizing: border-box;
    max-width: 1110px;
    padding-left: 15px;
    padding-right: 15px
}

.graph-4 .free {
    color: #000;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: right
}

.graph-4 .free a {
    color: #000
}

.graph-4 .btn-minor {
    border: 1px solid #1c5196;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.graph-4 .btn-minor:hover {
    background-color: #efe3ff
}

.graph-4 .leaflet-tile-pane {
    opacity: .25
}

.graph-5 #chart-median {
    height: 350px
}

.graph-5 #chart-median svg {
    width: 100% !important
}

.graph-5 #chart-median.chart {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative
}

.graph-5 #chart-median .chart-tooltip {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 12px;
    max-width: 150px;
    padding: 6px;
    position: absolute
}

.graph-5 #chart-median .table .chart-tooltip {
    left: 10px;
    min-width: 180px;
    top: 25px;
    z-index: 1000
}

.graph-5 #chart-median .chart-tooltip span.gray:first-of-type,
.graph-5 #chart-median .chart-tooltip span.gray:nth-of-type(3) {
    color: #19191a
}

.graph-5 #chart-median .chart-tooltip span.gray:nth-of-type(5) {
    color: #1c5196
}

.graph-5 #chart-median .chart-tooltip span.gray {
    color: #828282
}

.graph-5 #chart-median .circle-box {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px
}

.graph-5 #chart-median .median {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-5 #chart-median .infected-background {
    opacity: .25
}

.graph-5 #chart-median .dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5;
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-5 #chart-median .axis line,
.graph-5 #chart-median .axis path {
    stroke: #ccc
}

.graph-5 #chart-median pre {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #19191a;
    font-family: Consolas, Inconsolata, Courier New;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px
}

.graph-5 #chart-median #median-gradient stop {
    stop-color: #1c5196 !important
}

.graph-6 #chart-vaccine {
    height: 350px
}

.graph-6 #chart-vaccine svg {
    width: 100% !important
}

.graph-6 #chart-vaccine.chart {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative
}

.graph-6 #chart-vaccine .chart-tooltip {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 12px;
    max-width: 300px;
    padding: 6px;
    position: absolute
}

.graph-6 #chart-vaccine .table .chart-tooltip {
    left: 10px;
    min-width: 180px;
    top: 25px;
    z-index: 1000
}

.graph-6 #chart-vaccine .chart-tooltip span.gray:first-of-type,
.graph-6 #chart-vaccine .chart-tooltip span.gray:nth-of-type(3),
.graph-6 #chart-vaccine .chart-tooltip span.gray:nth-of-type(5) {
    color: #19191a
}

.graph-6 #chart-vaccine .chart-tooltip span.gray {
    color: #828282
}

.graph-6 #chart-vaccine .circle-box {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px
}

.graph-6 #chart-vaccine .vaccinated2 {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-6 #chart-vaccine .vaccinated {
    fill: #649cd3;
    stroke: #649cd3;
    color: #649cd3
}

.graph-6 #chart-vaccine .vaccinated2.dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5;
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-6 #chart-vaccine .vaccinated.dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5;
    fill: #3c82c8;
    stroke: #3c82c8;
    color: #3c82c8
}

.graph-6 #chart-vaccine .axis line,
.graph-6 #chart-vaccine .axis path {
    stroke: #ccc
}

.graph-6 #chart-vaccine pre {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #19191a;
    font-family: Consolas, Inconsolata, Courier New;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px
}

.graph-6 #chart-vaccine #vaccinated2-gradient stop {
    stop-color: #1c5196 !important
}

.graph-6 #chart-vaccine #vaccinated-gradient stop {
    stop-color: #649cd3 !important
}

.graph-7 #chart-total {
    height: 350px
}

.graph-7 #chart-total svg {
    width: 100% !important
}

.graph-7 #chart-total.chart {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative
}

.graph-7 #chart-total .chart-tooltip {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 12px;
    max-width: 220px;
    padding: 6px;
    position: absolute
}

.graph-7 #chart-total .table .chart-tooltip {
    left: 10px;
    min-width: 180px;
    top: 25px;
    z-index: 1000
}

.graph-7 #chart-total .chart-tooltip span:nth-of-type(5),
.graph-7 #chart-total .chart-tooltip span:nth-of-type(6) {
    color: #19191a
}

.graph-7 #chart-total .chart-tooltip span.gray:nth-of-type(3),
.graph-7 #chart-total .chart-tooltip span.gray:nth-of-type(4) {
    color: #1c5196
}

.graph-7 #chart-total .chart-tooltip span.gray:first-of-type,
.graph-7 #chart-total .chart-tooltip span.gray:nth-of-type(2) {
    color: #cf2e4d
}

.graph-7 #chart-total .circle-box {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px
}

.graph-7 #chart-total .infected_pcr {
    fill: #cf2e4d;
    stroke: #cf2e4d;
    color: #cf2e4d
}

.graph-7 #chart-total .vaccinated2 {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-7 #chart-total .infected_pcr-background {
    opacity: .25
}

.graph-7 #chart-total .vaccinated2-background {
    opacity: 1
}

.graph-7 #chart-total .infected_pcr.dot.highlight {
    fill: #cf2e4d;
    stroke: #cf2e4d;
    color: #cf2e4d
}

.graph-7 #chart-total .vaccinated2.dot.highlight {
    fill: #1c5196;
    stroke: #1c5196;
    color: #1c5196
}

.graph-7 #chart-total .deaths.dot.highlight {
    fill: #19191a;
    stroke: #19191a;
    color: #19191a
}

.graph-7 #chart-total .dot.highlight {
    stroke-width: 8;
    stroke-opacity: .5;
    r: 5
}

.graph-7 #chart-total .axis line,
.graph-7 #chart-total .axis path {
    stroke: #ccc
}

.graph-7 #chart-total pre {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #19191a;
    font-family: Consolas, Inconsolata, Courier New;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px
}

.graph-7 #chart-total #infected_pcr-gradient stop {
    stop-color: #cf2e4d !important
}

.graph-7 #chart-total #vaccinated2-gradient stop {
    stop-color: #1c5196 !important
}

.archive-block.archive-black-white {
    background: #1f1f21;
    color: #fff
}

.archive-block.mainblock.archive-black-white {
    background: #19191a
}

.archive-block-inner {
    border-bottom: 1px solid #c2d1d9;
    padding-bottom: 40px;
    padding-top: 40px
}

.archive-block-inner>* {
    margin-bottom: 40px
}

.archive-block-inner>:last-child {
    margin-bottom: 0
}

.archive-black-white .archive-block-inner {
    border-bottom: 1px solid hsla(0, 0%, 100%, .26)
}

.mainblock .archive-block-inner {
    border-bottom: none;
    padding-bottom: 25px;
    padding-top: 25px
}

.archive-block-header>* {
    margin-bottom: 15px
}

.archive-block-header>:last-child {
    margin-bottom: 0
}

.archive-block-headline {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:1199px) {
    .archive-block-headline {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .archive-block-headline {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .archive-block-headline {
        font-size: 26px;
        line-height: 32px
    }
}

.archive-block-title {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:575px) {
    .archive-block-title {
        font-size: 26px;
        line-height: 32px
    }
}

.archive-block-title a {
    color: inherit !important;
    text-decoration: none !important
}

.archive-block-meta {
    flex: auto;
    width: 100%
}

.archive-block-meta .headline-meta-category {
    background-color: #444548;
    color: #fff
}

.archive-block-meta .headline-meta-category a {
    color: #fff
}

.archive-block-perex {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width:1199px) {
    .archive-block-perex {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .archive-block-perex {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:575px) {
    .archive-block-perex {
        font-size: 16px;
        line-height: 26px
    }
}

.archive-black-white .archive-block-perex {
    color: hsla(0, 0%, 100%, .5)
}

.archive-block-content>* {
    margin-bottom: 30px
}

.archive-block-content>:last-child {
    margin-bottom: 0
}

.archive-block:last-child .archive-block-inner {
    border-bottom: none
}

.archive-loop {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.archive-loop>* {
    margin-bottom: 30px
}

.archive-loop>:last-child {
    margin-bottom: 0
}

.archive-loop-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

.archive-loop-item,
.archive-loop-title {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.archive-loop-item {
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width:991px) {
    .archive-loop-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:575px) {
    .archive-loop-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.archive-loop-1-2 .archive-loop-item {
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width:575px) {
    .archive-loop-1-2 .archive-loop-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.archive-carousel {
    overflow: hidden
}

.archive-carousel .headline {
    height: 0;
    visibility: hidden
}

.archive-carousel.swiper-container-horizontal .headline {
    height: auto;
    visibility: visible
}

.archive-carousel.hide-nav .swiper-navigation,
.archive-carousel.hide-nav .swiper-pagination {
    display: none
}

.archive-carousel-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.archive-carousel-wrapper .swiper-navigation {
    position: absolute;
    right: 0;
    top: -30px;
    width: 75px;
    z-index: 1
}

.archive-carousel-wrapper .swiper-navigation .swiper-button-next,
.archive-carousel-wrapper .swiper-navigation .swiper-button-prev {
    background-image: none
}

.archive-carousel-wrapper .swiper-navigation .swiper-button-next:focus,
.archive-carousel-wrapper .swiper-navigation .swiper-button-prev:focus {
    outline: none
}

.archive-carousel-wrapper .swiper-pagination {
    bottom: -30px
}

.archive-carousel-wrapper .swiper-pagination .swiper-pagination-bullet {
    background: #fff
}

.archive-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #3c82c8
}

.archive-search {
    background: #1f1f21;
    color: #fff
}

.archive-search-inner {
    padding-bottom: 40px;
    padding-top: 40px
}

.archive-search-inner>* {
    margin-bottom: 40px
}

.archive-search-inner>:last-child {
    margin-bottom: 0
}

.archive-search-main-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px
}

@media (max-width:991px) {
    .archive-search-main-inner {
        display: block;
        text-align: center
    }
}

.archive-search-main-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap
}

.archive-search-main-input {
    margin: 0 30px;
    position: relative;
    width: 100%
}

@media (max-width:991px) {
    .archive-search-main-input {
        margin: 30px auto
    }
}

.archive-search-main-input .form-group {
    margin-bottom: 0
}

.archive-search-main-input-submit,
.archive-search-main-input-submit:active,
.archive-search-main-input-submit:focus,
.archive-search-main-input-submit:hover {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: none;
    top: 9px;
    touch-action: manipulation;
    vertical-align: middle
}

.archive-search-main-more {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap
}

.archive-search-main-more,
.archive-search-main-more:active,
.archive-search-main-more:focus,
.archive-search-main-more:hover {
    color: #fff;
    text-decoration: none
}

.archive-search-main-more-text {
    text-decoration: underline
}

.archive-search-main-more-close {
    color: #cf2e4d;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    visibility: visible
}

.collapsed .archive-search-main-more-close {
    visibility: hidden
}

.archive-search-advanced-group {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 950px
}

@media (max-width:991px) {
    .archive-search-advanced-group {
        flex-wrap: wrap
    }
}

.archive-search-advanced-group>* {
    margin-right: 30px
}

.archive-search-advanced-group>:last-child {
    margin-right: 0
}

@media (max-width:991px) {
    .archive-search-advanced-group>* {
        margin-right: 0
    }
}

.archive-search-advanced-select {
    width: 100%
}

.archive-search-advanced-date-from {
    min-width: 150px
}

@media (max-width:991px) {
    .archive-search-advanced-date-from {
        padding-right: 15px;
        width: 50%
    }
}

@media (max-width:369px) {
    .archive-search-advanced-date-from {
        padding-right: 0;
        width: 100%
    }
}

.archive-search-advanced-date-to {
    min-width: 150px
}

@media (max-width:991px) {
    .archive-search-advanced-date-to {
        padding-left: 15px;
        width: 50%
    }
}

@media (max-width:369px) {
    .archive-search-advanced-date-to {
        padding-left: 0;
        width: 100%
    }
}

@media (max-width:991px) {
    .archive-search-advanced-submit {
        text-align: center;
        width: 100%
    }
}

.archive-search-advanced-reset {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center
}

@media (max-width:991px) {
    .archive-search-advanced-reset {
        margin-top: 30px
    }
}

.archive-search-advanced-reset i,
.archive-search-advanced-reset svg {
    color: #cf2e4d;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle
}

.archive-search-advanced-reset a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.archive-search-advanced-reset a:active,
.archive-search-advanced-reset a:focus,
.archive-search-advanced-reset a:hover {
    color: #fff;
    text-decoration: underline
}

.archive-search .control-label {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.archive-search .form-control {
    background: transparent !important;
    color: #fff;
    padding-right: 45px
}

.archive-search .form-control::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.archive-search .form-control:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.archive-search .form-control::placeholder {
    color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.archive-search .selectbox-wrapper select.chosen+.chosen-container .chosen-single {
    background: transparent;
    color: #fff
}

.archive-search .datepicker-wrapper .datepicker-icon i,
.archive-search .datepicker-wrapper .datepicker-icon svg,
.archive-search .selectbox-wrapper>i,
.archive-search .selectbox-wrapper>svg {
    color: #fff
}

.archive-search-advanced .form-control,
.archive-search-advanced .selectbox-wrapper select.chosen+.chosen-container .chosen-single {
    height: 45px;
    padding: 10px 15px
}

.archive-nav {
    background: #1f1f21;
    color: #fff
}

.archive-nav-inner {
    border-bottom: 1px solid hsla(0, 0%, 100%, .26)
}

.archive-nav nav ul {
    align-items: flex-end;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.archive-nav nav ul li {
    margin-right: 30px
}

.archive-nav nav ul li:last-child {
    margin-right: 0
}

.archive-nav nav ul li.active a {
    border-bottom-color: #3c82c8;
    color: #fff;
    font-weight: 700
}

.archive-nav nav ul li a {
    border-bottom: 3px solid transparent;
    bottom: -2px;
    color: #3c82c8;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 20px;
    position: relative;
    transition: all .3s;
    width: 100%
}

.archive-nav nav ul li a:hover {
    border-bottom-color: #3c82c8;
    color: #fff;
    text-decoration: none
}

@media (max-width:991px) {
    .archive-nav nav {
        overflow: hidden
    }
    .archive-nav nav ul {
        display: block;
        height: 56px;
        overflow: hidden;
        padding-top: 49px;
        position: relative
    }
    .archive-nav nav ul.open {
        height: auto
    }
    .archive-nav nav ul li {
        margin-right: 0
    }
    .archive-nav nav ul li a {
        border-bottom: 1px solid hsla(0, 0%, 100%, .26);
        padding: 15px 0
    }
    .archive-nav nav ul li.active {
        cursor: pointer;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .archive-nav nav ul li.active:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M151.5 347.8 3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        color: #fff;
        content: "";
        display: block;
        height: 20px;
        margin: auto;
        position: absolute;
        right: 8px;
        top: 0;
        width: 20px
    }
    .archive-nav nav ul li.active a {
        pointer-events: none
    }
}

.relation-headline {
    background: #19191a;
    color: #fff
}

.relation-headline-inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px
}

@media (max-width:1199px) {
    .relation-headline-inner {
        display: block
    }
}

.relation-headline-header {
    flex: 1;
    width: 100%
}

.relation-headline-content {
    flex: 0 0 auto;
    white-space: nowrap
}

.relation-headline-content-inner {
    margin-bottom: 0;
    padding-left: 30px;
    padding-top: 40px;
    width: 230px
}

.relation-headline-content-inner>* {
    margin-bottom: 30px
}

.relation-headline-content-inner>:last-child {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .relation-headline-content-inner {
        padding-left: 0;
        width: 100%
    }
}

.relation-headline-meta {
    flex: auto;
    margin-bottom: -25px;
    margin-top: 30px;
    width: 100%
}

.relation-headline-meta .headline-meta-category {
    background-color: #444548;
    color: #fff
}

.relation-headline-meta .headline-meta-category a {
    color: #fff
}

.relation-headline-title {
    display: block;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:1199px) {
    .relation-headline-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .relation-headline-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .relation-headline-title {
        font-size: 26px;
        line-height: 32px
    }
}

.relation-headline-title .toggleicon {
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 40px
}

.relation-headline-title .toggleicon-off,
.relation-headline-title .toggleicon-on {
    bottom: 0;
    color: hsla(0, 0%, 100%, .5);
    display: block;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s;
    width: 100%;
    z-index: 1
}

.relation-headline-title .toggleicon-on {
    opacity: 0;
    top: 2px
}

.relation-headline-title.collapsed .toggleicon-on,
.relation-headline-title .toggleicon-off {
    opacity: 1
}

.relation-headline-title.collapsed .toggleicon-off {
    opacity: 0
}

.relation-headline-perex {
    color: hsla(0, 0%, 100%, .5)
}

.relation-headline-perex-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 15px
}

@media (max-width:1199px) {
    .relation-headline-perex-inner {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .relation-headline-perex-inner {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:575px) {
    .relation-headline-perex-inner {
        font-size: 16px;
        line-height: 26px
    }
}

.relation-headline-subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

.relation-persons {
    margin-bottom: -15px
}

.relation-persons>* {
    margin-bottom: 15px
}

@media (max-width:1199px) {
    .relation-persons>* {
        margin-right: 15px
    }
    .relation-persons>:last-child {
        margin-right: 0
    }
    .relation-persons {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap
    }
    .relation-persons .person-small {
        display: block;
        text-align: center
    }
    .relation-persons .person-small-img {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }
}

.infoblock {
    align-items: flex-start;
    border-top: 1px solid #c2d1d9;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px
}

@media (max-width:991px) {
    .infoblock {
        flex-direction: column
    }
}

.infoblock-header {
    flex: 0 0 270px;
    margin-right: 30px;
    width: 270px
}

@media (max-width:991px) {
    .infoblock-header {
        flex: 1;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%
    }
}

.infoblock-content {
    flex: 1
}

.imgtextblock {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .imgtextblock {
        flex-direction: column
    }
}

.imgtextblock-image {
    flex: 1;
    text-align: center
}

@media (max-width:767px) {
    .imgtextblock-image {
        margin-bottom: 20px;
        text-align: left
    }
}

.imgtextblock-content {
    flex: 0 0 445px;
    margin-left: 30px;
    width: 445px
}

@media (max-width:767px) {
    .imgtextblock-content {
        flex: 1;
        margin-left: 0;
        width: 100%
    }
}

.imgtextblock-header {
    margin-bottom: 20px
}

.imgtextblock-header h1,
.imgtextblock-header h2,
.imgtextblock-header h3,
.imgtextblock-header h4,
.imgtextblock-header h5,
.imgtextblock-header h6 {
    color: #1c5196
}

.imgtextblock-link {
    margin-top: 10px
}

.appbadges {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 70px
}

.appbadges:last-child {
    margin-bottom: 0
}

.appbadges a {
    display: block;
    margin: 0 15px
}

.appbadges img {
    display: block;
    height: auto;
    max-width: 200px;
    width: 100%
}

.sectionlist-item {
    background-color: #eef2f5;
    border: 1px solid #eef2f5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px 46px 15px 26px;
    position: relative
}

.sectionlist-item:last-child {
    margin-bottom: 0
}

.sectionlist-item-header {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .sectionlist-item-header {
        margin-bottom: 0
    }
}

.sectionlist-item-header:last-child {
    margin-bottom: 0
}

.sectionlist-item-title {
    color: #1c5196;
    display: block;
    font-size: 18px;
    letter-spacing: -.48px;
    line-height: 24px
}

.sectionlist-item-title a {
    display: block
}

.sectionlist-item-icon {
    bottom: 0;
    color: #1c5196;
    display: block;
    font-size: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 26px;
    top: 0
}

.sectionlist-item-meta {
    display: block;
    list-style: none;
    margin: 5px 0 -10px;
    padding: 0
}

@media (max-width:767px) {
    .sectionlist-item-meta {
        display: none
    }
}

.sectionlist-item-meta li {
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.14px;
    line-height: 14px;
    margin: 0 10px 10px 0;
    padding: 8px 15px
}

.sectionlist-item-meta li i,
.sectionlist-item-meta li svg {
    color: #c2d1d9;
    font-size: 14px;
    margin-right: 10px
}

.sectionlist-item-meta li a {
    display: block
}

.blurbs-row-1-3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px !important;
    margin-left: -15px;
    margin-right: -15px
}

.blurbs-row-1-3>* {
    margin-bottom: 30px
}

.blurbs-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.blurbs-row-1-3 .blurbs-col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media (max-width:767px) {
    .blurbs-row-1-3 .blurbs-col {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.blurb {
    text-align: center
}

.blurb-img {
    align-items: center;
    display: flex;
    height: 95px;
    justify-content: center;
    margin-bottom: 30px
}

.blurb-img img {
    max-height: 95px
}

.blurb-content>* {
    margin-bottom: 20px
}

.blurb-content>:last-child {
    margin-bottom: 0
}

.blurb-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.blurb-text {
    font-size: 16px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 24px
}

@media (max-width:1199px) {
    .blurb-text {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:767px) {
    .blurb-text {
        font-size: 16px;
        line-height: 24px
    }
}

.blurb a,
.blurb a:active,
.blurb a:hover,
.blurb a:visited {
    color: inherit
}

.testimonials {
    background-color: #fff;
    box-shadow: 0 6px 41px rgba(27, 81, 150, .1);
    padding: 60px 30px 70px;
    position: relative
}

@media (max-width:767px) {
    .testimonials {
        padding: 30px 15px 70px;
        text-align: center
    }
}

.testimonials-block {
    align-items: center;
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    .testimonials-block {
        flex-direction: column
    }
}

.testimonials-image {
    padding-right: 30px;
    text-align: center;
    width: 33.333%
}

@media (max-width:767px) {
    .testimonials-image {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%
    }
}

.testimonials-image i,
.testimonials-image svg {
    color: rgba(28, 81, 150, .2);
    font-size: 128px;
    transform: rotateY(180deg)
}

@media (max-width:575px) {
    .testimonials-image i,
    .testimonials-image svg {
        font-size: 80px
    }
}

.testimonials-content {
    width: 66.666%
}

@media (max-width:767px) {
    .testimonials-content {
        width: 100%
    }
}

.testimonials-content>* {
    margin-bottom: 30px
}

.testimonials-content>:last-child {
    margin-bottom: 0
}

.testimonials-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.testimonials-text {
    font-size: 16px;
    line-height: 24px
}

.testimonials-footer {
    font-size: 14px;
    line-height: 22px
}

.testimonials-footer,
.testimonials-header,
.testimonials-text {
    margin-bottom: 30px
}

.testimonials-footer:last-child,
.testimonials-header:last-child,
.testimonials-text:last-child {
    margin-bottom: 0
}

.testimonials-person {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

.testimonials-person-photo {
    flex: 0 0 65px;
    margin-right: 15px;
    width: 65px
}

.testimonials-person-photo img {
    border-radius: 50%;
    display: block;
    height: 65px;
    width: 65px
}

.testimonials-person-info {
    flex: 1
}

.testimonials-person-logo {
    margin-bottom: 5px
}

.testimonials-person-logo img {
    display: block;
    height: 25px;
    width: auto
}

.testimonials .swiper-wrapper .swiper-slide {
    cursor: pointer
}

.testimonials .swiper-pagination {
    align-items: center;
    bottom: 22px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #c2d1d9;
    height: 11px;
    margin: 0 4px;
    opacity: 1;
    transition: border .1s, background .3s;
    width: 11px
}

.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1c5196;
    border: 1px solid transparent;
    height: 11px;
    width: 11px
}

.adtypes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px !important;
    margin-left: -15px;
    margin-right: -15px
}

.adtypes>* {
    margin-bottom: 30px
}

.adtypes-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:767px) {
    .adtypes-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.adtype {
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    padding: 30px;
    text-align: center
}

.adtype>* {
    margin-bottom: 30px
}

.adtype>:last-child {
    margin-bottom: 0
}

.adtype-title {
    color: #1c5196;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

.adtype-image img {
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(27, 81, 150, .16);
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 225px
}

.cta-block {
    text-align: center
}

.pricingtable {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px !important;
    margin-left: -15px;
    margin-right: -15px
}

.pricingtable>* {
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .pricingtable {
        margin-left: -5px;
        margin-right: -5px
    }
}

@media (max-width:767px) {
    .pricingtable {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pricingtable-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width:1199px) {
    .pricingtable-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width:767px) {
    .pricingtable-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.pricingbox {
    background: #fff;
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(27, 81, 150, .16);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    transform: scale(1);
    transition: transform .2s, box-shadow .2s;
    z-index: 1
}

@media (max-width:991px) {
    .pricingbox {
        padding: 20px 10px
    }
}

.pricingbox>* {
    margin-bottom: 30px
}

.pricingbox>:last-child {
    margin-bottom: 0
}

.pricingbox:hover {
    box-shadow: 0 10px 52px rgba(27, 81, 150, .16);
    transform: scale(1.15);
    z-index: 2
}

.pricingbox-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px
}

.pricingbox-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

.pricingbox-desc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.pricingbox-desc ul li {
    margin: 0 0 15px;
    padding: 0
}

.pricingbox-desc ul li:last-child {
    margin-bottom: 0
}

.pricingbox-price {
    align-items: center;
    display: flex;
    font-size: 24px;
    justify-content: center;
    line-height: 28px
}

.pricingbox-originalprice {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 10px;
    text-decoration: line-through
}

.pricingbox-ammount {
    color: #cf2e4d;
    font-weight: 700
}

.contact-links,
[data-component=richtext] .contact-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-links li,
[data-component=richtext] .contact-links li {
    margin: 0 0 5px;
    padding: 0
}

.contact-links li:before,
[data-component=richtext] .contact-links li:before {
    display: none !important
}

.contact-links li a,
[data-component=richtext] .contact-links li a {
    display: block
}

.contact-links li a i,
.contact-links li a svg,
[data-component=richtext] .contact-links li a i,
[data-component=richtext] .contact-links li a svg {
    margin-right: 10px
}

.contact-box,
[data-component=richtext] .contact-box {
    text-align: center
}

.contact-box-header,
[data-component=richtext] .contact-box-header {
    margin-bottom: 20px
}

.contact-box-title,
[data-component=richtext] .contact-box-title {
    color: #1c5196;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px
}

.contact-box-desc,
[data-component=richtext] .contact-box-desc {
    font-size: 14px;
    line-height: 22px
}

.contact-box-content,
[data-component=richtext] .contact-box-content {
    font-size: 16px;
    line-height: 26px
}

.accordion {
    margin-bottom: 50px
}

.accordion .card {
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 41px rgba(27, 81, 150, 0);
    margin-bottom: 20px;
    transition: box-shadow .1s
}

.accordion .card.opened,
.no-js .accordion .card {
    box-shadow: 0 6px 41px rgba(27, 81, 150, .1)
}

.accordion .card.opened .card-header,
.no-js .accordion .card .card-header {
    border: 1px solid rgba(238, 242, 245, 0);
    border-bottom-color: #eef2f5;
    border-radius: 4px 4px 0 0;
    transition: border .1s, border-radius .1s
}

.accordion .card.opened .card-header:first-child,
.no-js .accordion .card .card-header:first-child {
    border-radius: 4px 4px 0 0
}

.accordion .card .card-header {
    background-color: #fff;
    border: 1px solid #eef2f5;
    border-radius: 4px;
    padding: 0
}

.accordion .card .btn-link {
    align-items: center;
    background: transparent;
    box-shadow: none;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    letter-spacing: -.48px;
    line-height: 24px;
    padding: 15px 26px;
    width: 100%
}

.accordion .card .btn-link .icon-wrapper {
    display: inline-block;
    height: 25px;
    width: 25px
}

.accordion .card .btn-link .icon-wrapper .fa-chevron-down,
.accordion .card .btn-link .icon-wrapper .fa-chevron-up {
    font-size: 28px
}

.accordion .card .btn-link .icon-wrapper .fa-chevron-down {
    display: none
}

.accordion .card .btn-link.collapsed .icon-wrapper .fa-chevron-down,
.accordion .card .btn-link .icon-wrapper .fa-chevron-up {
    display: block
}

.accordion .card .btn-link.collapsed .icon-wrapper .fa-chevron-up {
    display: none
}

.accordion .card .card-body {
    padding: 40px
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 4px
}

.mapblock-map {
    height: 400px;
    width: 100%
}

.infopage>* {
    margin-bottom: 30px
}

.infopage>:last-child {
    margin-bottom: 0
}

.infopage-header>* {
    margin-bottom: 10px
}

.infopage-header>:last-child {
    margin-bottom: 0
}

.infopage-header.layout-top-block {
    padding-top: 30px
}

.infopage-header-content>* {
    margin-bottom: 10px
}

.infopage-header-content>:last-child {
    margin-bottom: 0
}

.layout-top-block .infopage-header-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .layout-top-block .infopage-header-content {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .layout-top-block .infopage-header-content {
        max-width: 638px
    }
}

@media (min-width:992px) {
    .layout-top-block .infopage-header-content {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .layout-top-block .infopage-header-content {
        max-width: 1140px
    }
}

.infopage-title {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:1199px) {
    .infopage-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .infopage-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .infopage-title {
        font-size: 26px;
        line-height: 32px
    }
}

.infopage-title em {
    font-style: normal
}

.infopage-banner {
    position: relative
}

.layout-top-block .infopage-banner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .layout-top-block .infopage-banner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .layout-top-block .infopage-banner {
        max-width: 638px
    }
}

@media (min-width:992px) {
    .layout-top-block .infopage-banner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .layout-top-block .infopage-banner {
        max-width: 1140px
    }
}

.infopage-banner-inner {
    min-height: 200px;
    position: relative
}

.infopage-banner-img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.infopage-banner-img img {
    height: auto;
    left: 50%;
    max-height: auto;
    max-width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1
}

.infopage-content>* {
    margin-bottom: 40px
}

.infopage-content>:last-child {
    margin-bottom: 0
}

.infopage-content [data-component=blurbs],
.infopage-content [data-component=cta],
.infopage-content [data-component=imgtextblock],
.infopage-content [data-component=sectionlist],
.infopage-content [data-component=single-photo],
.infopage-content [data-component=testimonials] {
    margin-bottom: 70px
}

.infopage-content [data-component=blurbs]:last-child,
.infopage-content [data-component=cta]:last-child,
.infopage-content [data-component=imgtextblock]:last-child,
.infopage-content [data-component=sectionlist]:last-child,
.infopage-content [data-component=single-photo]:last-child,
.infopage-content [data-component=testimonials]:last-child {
    margin-bottom: 0
}

.infopage-component.mt-smaller-after-big {
    margin-top: -30px
}

.infopage-component:after {
    content: "";
    display: table;
    width: 100%
}

body.ad-tv .infopage-banner-img img,
body.ad-web .infopage-banner-img img,
body.promotionindex .infopage-banner-img img {
    left: 20%;
    transform: translate(-20%, -50%)
}

body.contactindex .infopage-banner-img img {
    left: 30%;
    transform: translate(-30%, -50%)
}

#placeholder-live-nrsr:empty {
    margin: 160px auto;
    text-align: center
}

#placeholder-live-nrsr:empty:after {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    content: "\f1ce";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    margin: -15px 0 0 -15px;
    opacity: .6
}

@media (max-width:767px) {
    #live-nrsr {
        margin-top: 15px
    }
}

@media (max-width:575px) {
    #live-nrsr {
        margin-top: 0
    }
}

#liveplayer-nrsr {
    background: #19191a url(images/live/nrsr-background-xl.jpg) 50% no-repeat;
    background-size: cover;
    height: 562px;
    width: 750px
}

@media (max-width:991px) {
    #liveplayer-nrsr {
        height: 0 !important;
        padding-bottom: 75%;
        width: 100% !important
    }
    #liveplayer-nrsr>div,
    #liveplayer-nrsr object {
        height: 100% !important;
        position: absolute !important;
        width: 100% !important
    }
}

#liveplayer-nrsr.no-background {
    background: #19191a
}

img.no-live-nrsr {
    height: 562px;
    width: 750px
}

@media (max-width:991px) {
    img.no-live-nrsr {
        height: auto;
        width: 100%
    }
}

#page-gallery .layout-full {
    background-color: #1f1f21;
    color: #fff
}

#page-gallery .layout-full a {
    color: #fff
}

@media (min-width:1501px) {
    .photogallery>.container,
    .photogallery>.layout-hp-content,
    .photogallery>.layout-sidebar-inner {
        left: -150px;
        position: relative
    }
}

.photogallery-inner {
    position: relative
}

.photogallery-header {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    padding-right: 330px
}

@media (max-width:1199px) {
    .photogallery-header {
        padding-right: 0
    }
}

@media (min-width:1501px) {
    .photogallery-header {
        padding-right: 0
    }
}

.photogallery-count {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-right: 20px
}

.photogallery-count i,
.photogallery-count svg {
    color: #1c5196;
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px
}

.photogallery-title {
    font-size: 18px;
    line-height: 24px
}

.photogallery-title a,
.photogallery-title a:active,
.photogallery-title a:hover,
.photogallery-title a:visited {
    color: initial;
    text-decoration: none
}

.photogallery-back {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 15px;
    line-height: 21px;
    margin-left: auto;
    padding-left: 20px;
    text-transform: uppercase;
    white-space: nowrap
}

.photogallery-back i,
.photogallery-back svg {
    color: #cf2e4d;
    font-size: 24px;
    line-height: 30px
}

.photogallery-back span {
    margin-left: 10px
}

@media (max-width:991px) {
    .photogallery-back span {
        display: none
    }
}

.photogallery-content {
    min-height: 600px;
    padding-right: 330px;
    position: relative
}

@media (max-width:1199px) {
    .photogallery-content {
        min-height: 0;
        padding-right: 0
    }
}

@media (min-width:1501px) {
    .photogallery-content {
        padding-right: 0
    }
}

.photogallery-ad {
    height: 600px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 10
}

@media (min-width:1501px) {
    .photogallery-ad {
        right: -330px
    }
}

@media (max-width:1199px) {
    .photogallery-ad {
        height: auto;
        margin-top: 30px;
        position: static;
        width: 100%
    }
}

.photogallery-images {
    position: relative
}

.photogallery-images-next,
.photogallery-images-prev {
    bottom: 0;
    font-size: 40px;
    line-height: 1;
    min-width: 80px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 40%;
    z-index: 10
}

.photogallery-images-next:hover,
.photogallery-images-prev:hover {
    opacity: 1
}

.photogallery-images-next span,
.photogallery-images-prev span {
    bottom: 0;
    display: block;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10
}

.photogallery-images-next svg,
.photogallery-images-prev svg {
    transform: translateX(0);
    transition: all .3s
}

.photogallery-images-prev {
    left: 0;
    text-align: left
}

.photogallery-images-prev span {
    left: 30px
}

.photogallery-images-prev:hover {
    background: linear-gradient(90deg, rgba(26, 26, 34, .3), rgba(26, 26, 34, 0))
}

.photogallery-images-prev:hover svg {
    transform: translateX(-10px)
}

.photogallery-images-next {
    right: 0;
    -moz-text-align-last: right;
    text-align-last: right
}

.photogallery-images-next span {
    right: 30px
}

.photogallery-images-next:hover {
    background: linear-gradient(270deg, rgba(26, 26, 34, .3), rgba(26, 26, 34, 0))
}

.photogallery-images-next:hover svg {
    transform: translateX(10px)
}

.photogallery-image {
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.photogallery-image img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.photogallery-caption-source {
    color: hsla(0, 0%, 100%, .8);
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px
}

.photogallery-caption-title {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px
}

.photogallery-caption-desc {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px
}

.photogallery-social {
    margin-top: 15px
}

.photogallery-social .social-share {
    justify-content: flex-start
}

.photogallery-thumbs {
    margin: 0 -5px 30px;
    overflow: hidden;
    position: relative
}

.photogallery-thumbs-next,
.photogallery-thumbs-prev {
    bottom: 0;
    font-size: 20px;
    line-height: 1;
    min-width: 60px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    z-index: 10
}

.photogallery-thumbs-next:hover,
.photogallery-thumbs-prev:hover {
    opacity: 1
}

.photogallery-thumbs-next span,
.photogallery-thumbs-prev span {
    bottom: 0;
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 10
}

.photogallery-thumbs-prev {
    left: 0;
    text-align: left
}

.photogallery-thumbs-prev span {
    left: 10px
}

.photogallery-thumbs-prev:hover {
    background: linear-gradient(90deg, rgba(26, 26, 34, .4), rgba(26, 26, 34, 0))
}

.photogallery-thumbs-next {
    right: 0;
    -moz-text-align-last: right;
    text-align-last: right
}

.photogallery-thumbs-next span {
    right: 10px
}

.photogallery-thumbs-next:hover {
    background: linear-gradient(270deg, rgba(26, 26, 34, .4), rgba(26, 26, 34, 0))
}

.photogallery-thumbs-inner {
    display: inline-block;
    position: relative;
    transition: left .2s;
    white-space: nowrap
}

.photogallery-thumb {
    display: inline-block;
    padding: 0 5px
}

.photogallery-thumb a {
    border: 3px solid transparent
}

.photogallery-thumb a,
.photogallery-thumb img {
    border-radius: 4px;
    display: block;
    overflow: hidden
}

.photogallery-thumb img {
    height: auto;
    width: 179px
}

@media (max-width:1199px) {
    .photogallery-thumb img {
        width: 174px
    }
}

@media (max-width:991px) {
    .photogallery-thumb img {
        width: 137px
    }
}

@media (max-width:767px) {
    .photogallery-thumb img {
        width: 112px
    }
}

@media (min-width:1501px) {
    .photogallery-thumb img {
        width: 206px
    }
}

.photogallery-thumb.active a {
    border-color: #cf2e4d
}

.photogallery-thumb.active img {
    border-radius: 0
}

.comments>* {
    margin-bottom: 40px
}

.comments>:last-child {
    margin-bottom: 0
}

.comments-header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.comments-header .back-to-article {
    align-items: center;
    color: #19191a;
    display: flex;
    margin-left: 15px;
    white-space: nowrap
}

.comments-header .back-to-article i,
.comments-header .back-to-article svg {
    color: #cf2e4d;
    display: inline-block;
    font-size: 16px;
    margin-right: 13px;
    min-width: 13px
}

@media (max-width:991px) {
    .comments-header .back-to-article i,
    .comments-header .back-to-article svg {
        font-size: 22px;
        margin-right: 0;
        min-width: 22px
    }
}

.comments-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.48px;
    line-height: 30px
}

@media (max-width:1199px) {
    .comments-title {
        font-size: 20px;
        line-height: 26px
    }
}

.comments-title i,
.comments-title svg {
    color: #1c5196;
    margin-right: 10px
}

.comments-content>* {
    margin-bottom: 30px
}

.comments-content>:last-child {
    margin-bottom: 0 !important
}

.comments-content>:first-child {
    margin-top: 0 !important
}

.pr-search-main-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px
}

@media (max-width:991px) {
    .pr-search-main-inner {
        display: block;
        text-align: center
    }
}

.pr-search-main-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap
}

.pr-search-main-input {
    margin: 0 30px;
    position: relative;
    width: 100%
}

@media (max-width:991px) {
    .pr-search-main-input {
        margin: 30px auto
    }
}

.pr-search-main-input .form-group {
    margin-bottom: 0
}

.pr-search-main-input-submit,
.pr-search-main-input-submit:active,
.pr-search-main-input-submit:focus,
.pr-search-main-input-submit:hover {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #1c5196;
    cursor: pointer;
    font-size: 23px;
    outline: none;
    position: absolute;
    right: 11px;
    text-shadow: none;
    top: 9px;
    touch-action: manipulation;
    vertical-align: middle
}

.gallery {
    background-color: #1f1f21;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    padding: 25px 0 30px 23px
}

.gallery .heading {
    margin-bottom: 25px
}

.gallery .heading i,
.gallery .heading svg {
    color: #3c82c8;
    font-size: 25px;
    margin-right: 12px
}

.gallery .title {
    font-size: 16px;
    line-height: 22px
}

.gallery .show-more {
    color: #3c82c8;
    margin-right: 24px
}

.gallery .show-more .photos-number {
    color: #fff
}

.gallery .images .image-link {
    margin-right: 10px
}

.gallery .images .image-link img {
    border-radius: 4px;
    height: auto;
    width: 160px
}

@media (max-width:1199px) {
    .extracontent {
        display: flex;
        flex-wrap: wrap
    }
}

.extracontent-topic {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 255px
}

@media (max-width:1199px) {
    .extracontent-topic {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 20px;
        order: 10;
        width: 100%
    }
}

.topic,
[data-component=richtext] .topic {
    border: 2px solid #c2d1d9;
    border-radius: 4px;
    padding: 20px
}

.topic.topic-bg,
[data-component=richtext] .topic.topic-bg {
    background-color: #eef2f5;
    border: none;
    padding: 23px 30px 33px
}

.topic-header,
[data-component=richtext] .topic-header {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase
}

.topic-header-big,
[data-component=richtext] .topic-header-big {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: left
}

.topic-content h1,
.topic-content h2,
.topic-content h3,
.topic-content h4,
[data-component=richtext] .topic-content h1,
[data-component=richtext] .topic-content h2,
[data-component=richtext] .topic-content h3,
[data-component=richtext] .topic-content h4 {
    font-size: 18px;
    line-height: 24px
}

.topic-content ol,
.topic-content p,
.topic-content ul,
[data-component=richtext] .topic-content ol,
[data-component=richtext] .topic-content p,
[data-component=richtext] .topic-content ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.topic-content ol,
.topic-content ul,
[data-component=richtext] .topic-content ol,
[data-component=richtext] .topic-content ul {
    list-style: none;
    margin: 0 0 20px;
    padding-left: 10px
}

.topic-content ol:last-child,
.topic-content ul:last-child,
[data-component=richtext] .topic-content ol:last-child,
[data-component=richtext] .topic-content ul:last-child {
    margin-bottom: 0
}

.topic-content ol li,
.topic-content ul li,
[data-component=richtext] .topic-content ol li,
[data-component=richtext] .topic-content ul li {
    margin-bottom: 15px
}

.topic-content ol li:last-child,
.topic-content ul li:last-child,
[data-component=richtext] .topic-content ol li:last-child,
[data-component=richtext] .topic-content ul li:last-child {
    margin-bottom: 0
}

.topic-content ul li:before,
[data-component=richtext] .topic-content ul li:before {
    background: #1c5196;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin: auto 10px 2px -16px;
    width: 6px
}

.topic-content ol,
[data-component=richtext] .topic-content ol {
    counter-reset: custom-counter
}

.topic-content ol li,
[data-component=richtext] .topic-content ol li {
    counter-increment: custom-counter
}

.topic-content ol li:before,
[data-component=richtext] .topic-content ol li:before {
    color: #1c5196;
    content: counter(custom-counter) ". ";
    display: inline-block;
    font-weight: 700;
    margin-left: -20px;
    margin-right: 6px
}

.topic-content nav ul,
[data-component=richtext] .topic-content nav ul {
    padding-left: 0
}

.topic-content nav ul li,
[data-component=richtext] .topic-content nav ul li {
    margin-bottom: 20px
}

.topic-content nav ul li:before,
[data-component=richtext] .topic-content nav ul li:before {
    display: none
}

.topic-content nav ul li a,
[data-component=richtext] .topic-content nav ul li a {
    display: block
}

.topic-content nav ul li.active a,
[data-component=richtext] .topic-content nav ul li.active a {
    color: #19191a;
    font-weight: 700
}

.social-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.social-share>* {
    margin: 5px 0
}

.social-share .email,
.social-share .fb-share,
.social-share .social-comments-btn,
.social-share .twitter {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    margin: 0 2px;
    padding: 3px 10px;
    white-space: nowrap
}

.social-share .email:hover,
.social-share .fb-share:hover,
.social-share .social-comments-btn:hover,
.social-share .twitter:hover {
    text-decoration: none
}

.social-share .fb-share {
    background-color: #3f57a2;
    color: #fff
}

.social-share .twitter {
    background-color: #54b0e8;
    color: #fff
}

.social-share .email {
    background-color: #d12d2c;
    color: #fff
}

.social-share .social-comments-btn {
    height: 28px;
    line-height: 1.5
}

.social-share .social-comments-btn .fa,
.social-share .social-comments-btn i,
.social-share .social-comments-btn svg {
    margin-right: 5px
}

.social-share .IN-widget button {
    border-radius: 4px !important;
    height: 28px !important;
    margin-right: 3px !important;
    padding: 4px 13px !important
}

.video-wrapper,
.yt-video-wrapper {
    border-radius: 4px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-wrapper iframe,
.yt-video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ta3video .embed-video .form-control,
.ta3video .embed-video .form-control:active,
.ta3video .embed-video .form-control:focus,
.ta3video .embed-video .form-control:hover {
    background: #eff3f7;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #19191a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 20px 13px
}

.ta3video .embed-video-toggle {
    color: #1c5196;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    margin: 10px 0 15px;
    text-transform: uppercase
}

.single-image>* {
    margin-bottom: 10px
}

.single-image>:last-child {
    margin-bottom: 0
}

.single-image-image a {
    display: block;
    line-height: 1
}

.single-image-image img {
    border-radius: 4px;
    display: inline-block;
    line-height: 1
}

.image-shadow .single-image-image img {
    box-shadow: 0 15px 40px rgba(27, 81, 150, .16)
}

.single-image-source {
    color: rgba(25, 25, 26, .8);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin-top: -5px
}

.single-image-caption>* {
    margin-bottom: 5px
}

.single-image-caption>:last-child {
    margin-bottom: 0
}

.single-image-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.single-image-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.video-header {
    background-color: #1f1f21;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 25px
}

.video-header-inner>* {
    margin-bottom: 10px
}

.video-header-inner>:last-child {
    margin-bottom: 0
}

.video-header-beforetitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px
}

.video-header-title {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px;
    margin-bottom: 15px
}

@media (max-width:1199px) {
    .video-header-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .video-header-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .video-header-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media (max-width:1199px) {
    .video-header-title {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .video-header-title {
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .video-header-title {
        margin-bottom: 10px
    }
}

.video-header-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width:991px) {
    .video-header-meta {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start
    }
    .video-header-meta .social-share {
        justify-content: flex-start;
        margin-top: 10px
    }
}

.video-header-labels {
    color: #fff;
    flex: 1 0 0;
    margin-bottom: -5px
}

.video-header-labels a,
.video-header-labels a:active,
.video-header-labels a:focus,
.video-header-labels a:hover,
.video-header-labels a:visited {
    color: #fff
}

.video-header-labels .headline-meta {
    color: hsla(0, 0%, 100%, .5)
}

.video-header-labels .headline-meta-category {
    background-color: #444548;
    color: #fff
}

.video-header-labels .headline-meta-label {
    color: #fff
}

@media (max-width:575px) {
    .video-header-share {
        height: 0;
        overflow: hidden
    }
}

.video-header-embed {
    padding-bottom: 30px;
    padding-top: 56.25%;
    position: relative
}

.video-header-embed-inner {
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5
}

.video-header-embed-inner .message-wrap {
    display: table;
    height: 100%;
    width: 100%
}

.video-header-embed-inner .message {
    color: #fff;
    display: table-cell;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.video-header-embed .image-source {
    color: hsla(0, 0%, 100%, .8);
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin-top: 5px
}

.video-header-embed .is-finished .fp-player:after {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12
}

.video-header-embed .is-fullscreen.is-finished .fp-player:after {
    z-index: 8
}

.video-header-embed .lbx-play-again {
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
    text-align: center;
    width: 140px;
    z-index: 999
}

.video-header-embed .lbx-play-again .fp-toggle {
    background: #033c81;
    color: #fff;
    font-size: 13px;
    line-height: 40px
}

.video-header-embed .lbx-play-again .fp-toggle:hover {
    background: #04489a
}

.video-header-embed .flowplayer {
    border-radius: 4px !important;
    z-index: 1
}

.video-header-embed .no-live {
    display: block;
    height: auto;
    width: 100%
}

.video-header-embed #live-nrsr {
    padding-bottom: 30px;
    padding-top: 56.25%;
    position: relative
}

.video-header-embed #placeholder-live-nrsr {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video-header-embed #placeholder-live-nrsr img {
    height: 100%;
    left: 50%;
    max-height: 562px;
    max-width: 750px;
    min-height: auto;
    min-width: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1
}

.video-header-embed .embed-code {
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 2
}

.video-header-embed .embed-code-text {
    background-color: #444548;
    border: none;
    border-radius: 4px;
    bottom: 24px;
    box-shadow: none;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    height: 67px;
    left: 0;
    line-height: 24px;
    max-width: 600px;
    outline: none;
    overflow: auto;
    padding: 10px 17px;
    position: absolute;
    resize: none;
    width: 100%
}

.video-header-embed .embed-code.show-embed .embed-code-text {
    display: block
}

.video-header-scroll {
    line-height: .8;
    text-align: center
}

.video-header-scroll a {
    align-items: center;
    color: #c2d1d9;
    display: inline-flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400
}

.video-header-scroll a i,
.video-header-scroll a svg {
    color: #fff;
    display: block;
    font-size: 36px;
    min-height: 20px;
    transition: transform .2s
}

.video-header-scroll a:hover {
    text-decoration: none
}

.video-header-scroll a:hover i,
.video-header-scroll a:hover svg {
    transform: translateY(5px)
}

.video-header-nav {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px
}

.video-header-nav ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -10px 0;
    padding: 0
}

.video-header-nav ul li {
    margin: 10px 0;
    padding: 0 40px 0 0;
    position: relative
}

.video-header-nav ul li:after {
    background-color: #707070;
    bottom: 0;
    content: "";
    height: 27px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 3px;
    width: 1px;
    z-index: 1
}

.video-header-nav ul li:last-child {
    padding-right: 0
}

.video-header-nav ul li:last-child:after {
    display: none
}

.video-header-nav ul li a {
    color: #cf2e4d;
    display: block;
    text-decoration: none !important
}

.video-header-nav ul li.active {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase
}

.video-header-nav ul li.active a {
    color: #fff
}

.iframe-wrapper {
    border-radius: 4px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.iframe-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.auto-sentence {
    background: #eff3f7;
    border-radius: 4px;
    color: #1c5196;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 22px 30px 20px
}

.external-content-title {
    font-size: 18px;
    letter-spacing: -.48px;
    line-height: 24px;
    margin-bottom: 15px
}

.external-content-embed:after {
    clear: both;
    content: "";
    display: table
}

.external-content-embed .facebook-responsive {
    height: 0;
    min-height: 650px;
    overflow: hidden;
    position: relative
}

@media (max-width:1199px) {
    .external-content-embed .facebook-responsive {
        min-height: 590px
    }
}

@media (max-width:991px) {
    .external-content-embed .facebook-responsive {
        min-height: 590px
    }
}

@media (max-width:767px) {
    .external-content-embed .facebook-responsive {
        min-height: 550px
    }
}

@media (max-width:575px) {
    .external-content-embed .facebook-responsive {
        min-height: 550px
    }
}

@media (max-width:413px) {
    .external-content-embed .facebook-responsive {
        min-height: 510px
    }
}

@media (max-width:374px) {
    .external-content-embed .facebook-responsive {
        min-height: 490px
    }
}

@media (max-width:319px) {
    .external-content-embed .facebook-responsive {
        min-height: 470px
    }
}

.external-content-embed .facebook-responsive * {
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important
}

.download-files-title {
    font-size: 18px;
    letter-spacing: -.48px;
    line-height: 24px;
    margin-bottom: 15px
}

.download-files-list {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:1199px) {
    .download-files-list {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:991px) {
    .download-files-list {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .download-files-list {
        font-size: 16px;
        line-height: 28px
    }
}

.download-files-list li {
    align-items: flex-start;
    border-bottom: 1px solid #eff3f7;
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    width: 100%
}

.download-files-list li a {
    display: block;
    width: 100%
}

.download-files-list li a:last-child {
    font-style: 16px;
    padding-left: 10px;
    width: auto
}

.article-chart-note {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px
}

.google-chart {
    border: 1px solid #eff3f5
}

.appeal,
.google-chart {
    border-radius: 4px;
    overflow: hidden;
    width: 100%
}

.appeal {
    align-items: center;
    background-color: #1c5196;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px
}

@media (max-width:575px) {
    .appeal {
        display: block;
        text-align: center
    }
    .appeal-content {
        margin-bottom: 40px
    }
}

.appeal-btn,
.appeal-btn:active,
.appeal-btn:visited {
    background: #cf2e4d;
    box-shadow: 0 0 0 10px rgba(207, 46, 77, .5);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 80px;
    line-height: 1;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    width: 80px
}

@media (max-width:575px) {
    .appeal-btn,
    .appeal-btn:active,
    .appeal-btn:visited {
        margin-left: auto;
        margin-right: auto;
        width: 100px
    }
}

.appeal-btn:hover {
    box-shadow: 0 0 0 10px rgba(207, 46, 77, .9);
    color: #fff;
    text-decoration: none
}

.appeal-btn .text {
    display: block
}

.appeal-btn .icon {
    display: block;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 7px
}

.appeal-primary {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
    text-shadow: 1px 2px 2px #19191a
}

.appeal-secondary {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-shadow: 1px 2px 2px #19191a
}

.article>* {
    margin-bottom: 40px
}

.article>:last-child {
    margin-bottom: 0
}

.article-header {
    margin-bottom: 20px
}

.article-header>* {
    margin-bottom: 10px
}

.article-header>:last-child {
    margin-bottom: 0
}

.article-title {
    color: #1c5196;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: 43px
}

@media (max-width:1199px) {
    .article-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:991px) {
    .article-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .article-title {
        font-size: 26px;
        line-height: 32px
    }
}

.article-meta {
    margin-bottom: 0
}

.article-perex {
    font-size: 18px;
    font-weight: 400;
    font-weight: 700;
    line-height: 28px
}

@media (max-width:1199px) {
    .article-perex {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .article-perex {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:575px) {
    .article-perex {
        font-size: 16px;
        line-height: 26px
    }
}

.article-image img {
    border-radius: 4px
}

.article-image-source {
    color: rgba(25, 25, 26, .8);
    font-size: 15px;
    line-height: 19px;
    margin-top: 6px
}

.article-component:after {
    content: "";
    display: table;
    width: 100%
}

.article-content>* {
    margin-bottom: 20px
}

.article-content>:last-child {
    margin-bottom: 0 !important
}

.article-content>:first-child {
    margin-top: 0 !important
}

.article-content [data-component=appeal],
.article-content [data-component=chart],
.article-content [data-component=external-content],
.article-content [data-component=imgtextblock],
.article-content [data-component=livebox-video],
.article-content [data-component=more-about],
.article-content [data-component=single-photo],
.article-content [data-component=top-videos],
.article-content [data-component=video-component] {
    margin-bottom: 30px;
    margin-top: 70px
}

.article-tags ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 -10px;
    padding: 0
}

.article-tags ul li {
    font-size: 14px;
    line-height: 18px;
    margin: 0 10px 10px 0;
    padding: 0
}

.article-tags ul li a {
    background: #e2ecf7;
    border-radius: 4px;
    box-shadow: 0 1px 3px #e2ecf7;
    color: #1c5196;
    display: block;
    padding: 5px 15px;
    transition: all .2s
}

.article-tags ul li a:hover {
    background: #d0e4f9;
    text-decoration: underline
}

.article-tags.smallcenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 730px
}

.article-tags.smallcenter ul {
    justify-content: center
}

.article-info {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    line-height: 17px
}

.article-info.smallcenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 730px
}

@media (max-width:575px) {
    .article-info {
        display: block;
        text-align: center
    }
    .article-info>* {
        display: block;
        margin-bottom: 15px
    }
    .article-info>:last-child {
        margin-bottom: 0
    }
}

.article-info .headline-meta {
    font-size: 13px;
    line-height: 17px
}

.article-info .report-error-open-modal-button {
    white-space: nowrap
}

.article-comments .external-link-wrapper,
.article-comments .fb-comments-count-wrapper,
.article-external-link .external-link-wrapper,
.article-external-link .fb-comments-count-wrapper {
    display: flex;
    justify-content: center;
    text-align: center
}

.article-comments .external-link-wrapper .btn,
.article-comments .fb-comments-count-wrapper .btn,
.article-external-link .external-link-wrapper .btn,
.article-external-link .fb-comments-count-wrapper .btn {
    border-radius: 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    max-width: 100%;
    overflow: hidden;
    padding: 16px 30px;
    white-space: nowrap;
    width: 357px
}

.article-comments .external-link-wrapper .btn i,
.article-comments .external-link-wrapper .btn svg,
.article-comments .fb-comments-count-wrapper .btn i,
.article-comments .fb-comments-count-wrapper .btn svg,
.article-external-link .external-link-wrapper .btn i,
.article-external-link .external-link-wrapper .btn svg,
.article-external-link .fb-comments-count-wrapper .btn i,
.article-external-link .fb-comments-count-wrapper .btn svg {
    color: #3c82c8;
    font-size: 23px;
    margin-left: 15px;
    width: 30px
}

.article-comments .fb-comments-count,
.article-comments .fb-comments-count_fluid_desktop_fluid,
.article-comments .fb_comments_count,
.article-external-link .fb-comments-count,
.article-external-link .fb-comments-count_fluid_desktop_fluid,
.article-external-link .fb_comments_count {
    display: inline-block !important;
    text-align: center !important;
    width: 30px !important
}

.article-comments .fb-comments-count_fluid_desktop_fluid span,
.article-comments .fb-comments-count span,
.article-comments .fb_comments_count span,
.article-external-link .fb-comments-count_fluid_desktop_fluid span,
.article-external-link .fb-comments-count span,
.article-external-link .fb_comments_count span {
    display: inline-block !important;
    text-align: center !important;
    width: auto !important
}

.article-comments .fb-comments-count_fluid_desktop_fluid span iframe,
.article-comments .fb-comments-count span iframe,
.article-comments .fb_comments_count span iframe,
.article-external-link .fb-comments-count_fluid_desktop_fluid span iframe,
.article-external-link .fb-comments-count span iframe,
.article-external-link .fb_comments_count span iframe {
    display: inline-block !important;
    min-width: 1px !important;
    text-align: center !important;
    width: auto !important
}

.article-modal_links {
    font-size: 13px;
    line-height: 23px;
    text-align: center
}

.article-modal_links li,
.article-modal_links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.article-modal_links li {
    display: block;
    margin-bottom: 5px
}

.article-modal_links li:last-child {
    margin-bottom: 0
}

.article-modal_links li a {
    display: block
}

.searchbox-input {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    position: relative
}

.searchbox-input-icon {
    left: 27px;
    position: absolute;
    top: 20px;
    z-index: 1
}

@media (max-width:575px) {
    .searchbox-input-icon {
        left: 18px;
        top: 18px
    }
}

.searchbox-input-icon i,
.searchbox-input-icon svg {
    color: #1c5196;
    font-size: 30px;
    line-height: 30px
}

@media (max-width:575px) {
    .searchbox-input-icon i,
    .searchbox-input-icon svg {
        font-size: 22px;
        line-height: 22px
    }
}

.searchbox-input-field .form-control {
    border-radius: 12px;
    color: #1c5196;
    font-size: 18px;
    font-weight: 700;
    height: 70px;
    line-height: 26px;
    padding: 19px 120px 19px 80px
}

@media (max-width:767px) {
    .searchbox-input-field .form-control {
        padding-right: 15px
    }
}

@media (max-width:575px) {
    .searchbox-input-field .form-control {
        height: 55px;
        padding: 16px 24px 16px 55px
    }
}

.searchbox-input-button {
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 1
}

@media (max-width:767px) {
    .searchbox-input-button {
        margin-top: 20px;
        position: relative;
        right: 0;
        text-align: center;
        top: 0
    }
}

.searchbox-input-button .btn {
    border-radius: 8px;
    font-size: 15px;
    height: 45px;
    line-height: 23px;
    padding: 11px 21px
}

.searchbox-input-parameters {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-top: 10px;
    width: 100%
}

.searchbox-input-checkbox {
    background: rgba(238, 242, 245, .29);
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    color: #19191a;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 3px 10px 1px 5px;
    position: relative
}

.searchbox-input-checkbox label span {
    background: none;
    border: none;
    border-radius: 0;
    border-right: 1px solid #c2d1d9;
    padding-right: 4px;
    white-space: nowrap;
    width: 23px
}

.searchbox-input-checkbox label span:after {
    background: #c2d1d9;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 8px
}

.searchbox-input-checkbox label span .fa-check {
    color: #1c5196;
    position: relative;
    z-index: 2
}

.searchbox-input-checkbox label input:checked~span:after {
    display: none
}

.searchbox-input-more {
    display: block;
    text-align: center
}

.searchbox-input-more-toggle {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.searchbox-input-more-toggle:active,
.searchbox-input-more-toggle:focus,
.searchbox-input-more-toggle:hover {
    text-decoration: none
}

.searchbox-input-more-text {
    text-decoration: underline
}

.searchbox-input-more-close {
    color: #cf2e4d;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    visibility: visible
}

.collapsed .searchbox-input-more-close {
    visibility: hidden
}

.searchbox-input-advanced-group {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 950px
}

@media (max-width:991px) {
    .searchbox-input-advanced-group {
        flex-wrap: wrap
    }
}

.searchbox-input-advanced-group>* {
    margin-right: 30px
}

.searchbox-input-advanced-group>:last-child {
    margin-right: 0
}

@media (max-width:991px) {
    .searchbox-input-advanced-group>* {
        margin-right: 0
    }
}

.searchbox-input-advanced-date-from {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 150px
}

@media (max-width:991px) {
    .searchbox-input-advanced-date-from {
        padding-right: 15px;
        width: 50%
    }
}

@media (max-width:369px) {
    .searchbox-input-advanced-date-from {
        padding-right: 0;
        width: 100%
    }
}

.searchbox-input-advanced-date-to {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 150px
}

@media (max-width:991px) {
    .searchbox-input-advanced-date-to {
        padding-left: 15px;
        width: 50%
    }
}

@media (max-width:369px) {
    .searchbox-input-advanced-date-to {
        padding-left: 0;
        width: 100%
    }
}

.searchbox-input-advanced-reset {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center
}

@media (max-width:991px) {
    .searchbox-input-advanced-reset {
        margin-top: 30px
    }
}

.searchbox-input-advanced-reset i,
.searchbox-input-advanced-reset svg {
    color: #cf2e4d;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle
}

.searchbox-input-advanced-reset a {
    text-decoration: none;
    white-space: nowrap
}

.searchbox-input-advanced-reset a:active,
.searchbox-input-advanced-reset a:focus,
.searchbox-input-advanced-reset a:hover {
    text-decoration: underline
}

.searchfilter nav {
    border-bottom: 1px solid #c2d1d9
}

.searchfilter nav ul {
    align-items: flex-end;
    display: flex;
    flex-wrap: nowrap;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.searchfilter nav ul li {
    margin-right: 30px
}

.searchfilter nav ul li:last-child {
    margin-right: 0
}

.searchfilter nav ul li.active a {
    border-bottom-color: #1c5196;
    color: #19191a
}

@media (max-width:991px) {
    .searchfilter nav ul li.labelitem {
        display: none
    }
}

.searchfilter nav ul li a {
    border-bottom: 3px solid transparent;
    bottom: -2px;
    color: #1c5196;
    display: inline-block;
    padding: 0 0 20px;
    position: relative;
    transition: all .3s;
    width: 100%
}

.searchfilter nav ul li a:hover {
    border-bottom-color: #1c5196;
    color: #1c5196;
    text-decoration: none
}

.searchfilter nav ul li span {
    color: #19191a;
    display: inline-block;
    padding: 0 0 20px
}

@media (max-width:991px) {
    .searchfilter nav {
        overflow: hidden
    }
    .searchfilter nav ul {
        display: block;
        height: 56px;
        overflow: hidden;
        padding-top: 49px;
        position: relative
    }
    .searchfilter nav ul.open {
        height: auto
    }
    .searchfilter nav ul li {
        margin-right: 0
    }
    .searchfilter nav ul li a,
    .searchfilter nav ul li a:hover {
        border-bottom: 1px solid #c2d1d9;
        padding: 15px 0
    }
    .searchfilter nav ul li.active {
        cursor: pointer;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .searchfilter nav ul li.active:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%231f5394' d='M151.5 347.8 3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        color: #1c5196;
        content: "";
        display: block;
        height: 20px;
        margin: auto;
        position: absolute;
        right: 8px;
        top: 0;
        width: 20px
    }
    .searchfilter nav ul li.active a {
        pointer-events: none
    }
}

.competitionform {
    padding: 30px 0
}

.competitionform-question {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px
}

.competitionform-options>* {
    margin-bottom: 10px
}

.competitionform-options .form-group {
    margin: 0
}

.competitionform-option .form-group {
    background: rgba(238, 242, 245, .29);
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    color: #19191a;
    padding: 3px 10px 3px 5px;
    position: relative
}

.competitionform-option .form-group label {
    display: block
}

.competitionform-option .form-group label span {
    background: none;
    border: none;
    border-radius: 0;
    border-right: 1px solid #c2d1d9;
    height: 23px;
    padding-right: 4px;
    white-space: nowrap;
    width: 23px
}

.competitionform-option .form-group label span:after {
    background: #c2d1d9;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: -3px;
    margin: auto;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 8px
}

.competitionform-option .form-group label span .fa-check {
    color: #1c5196;
    position: relative;
    z-index: 2
}

.competitionform-option .form-group label input:checked~span:after {
    display: none
}

.competitionform-option .has-error .js-form-error {
    display: block;
    left: 0;
    position: absolute
}

.form-summary {
    margin-bottom: 20px
}

.form-summary-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center
}

.form-summary-content {
    border: 1px solid #c2d1d9;
    padding: 12px 15px 15px
}

.form-summary-content.no-border {
    border: none;
    margin: 30px 0 50px;
    padding: 0
}

.form-summary-content-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px
}

.form-summary-content-text {
    max-height: 287px;
    overflow: auto
}

.competitionbanner {
    background: #eff3f7;
    border-radius: 4px;
    overflow: hidden;
    text-align: center
}

@media (min-width:1200px) {
    .competitionbanner {
        display: flex;
        flex-wrap: nowrap
    }
}

.competitionbanner-header {
    background: #cf2e4d;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .competitionbanner-header {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 7px
    }
    .competitionbanner-title {
        transform: rotate(-90deg)
    }
}

.competitionbanner-content {
    padding: 15px;
    width: 100%
}

@media (min-width:1200px) {
    .competitionbanner-content {
        align-items: center;
        display: flex
    }
}

.competitionbanner-text {
    color: #1c5196;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    padding: 15px
}

.competitionbanner-cta {
    padding: 15px
}

.referendum2023-inner {
    padding-top: 30px
}

.ref23widget {
    background: #fff;
    background: linear-gradient(0deg, #eef2f5, #fff);
    overflow: hidden;
    padding: 20px 40px 10px;
    position: relative
}

@media (max-width:991px) {
    .ref23widget {
        padding: 30px 15px 20px
    }
    #page-home .ref23widget {
        background: #fff
    }
}

.ref23widget-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px
}

.ref23widget-inner>* {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .ref23widget-inner {
        justify-content: center
    }
}

.ref23widget-logo {
    display: flex;
    padding-left: 100px;
    position: relative
}

@media (max-width:1199px) {
    .ref23widget-logo {
        padding-left: 0
    }
    .ref23details .ref23widget-logo {
        padding-left: 100px
    }
}

@media (max-width:991px) {
    .ref23widget-logo {
        background: linear-gradient(0deg, #eef2f5, #fff);
        justify-content: center;
        margin-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 0;
        width: 120%
    }
    #page-home .ref23widget-logo {
        background: #fff;
        border-bottom: 1px solid #eff2f5
    }
    .ref23details .ref23widget-logo {
        background: transparent;
        border-bottom: none;
        padding-left: 0;
        width: 100%
    }
}

@media (max-width:575px) {
    .ref23details .ref23widget-logo {
        margin-top: 10px
    }
    .ref23widget-logo {
        margin-bottom: 30px
    }
}

.ref23widget-logo-icon {
    bottom: -23px;
    left: -20px;
    position: absolute
}

@media (max-width:1199px) {
    .ref23widget-logo-icon {
        display: none
    }
    .ref23details .ref23widget-logo-icon {
        display: block
    }
}

@media (max-width:991px) {
    .ref23widget-logo-icon {
        bottom: 0;
        display: block;
        left: 0;
        position: relative
    }
    .ref23details .ref23widget-logo-icon {
        display: none
    }
    .ref23widget-logo-icon img {
        width: 85px
    }
}

.ref23widget-logo-text {
    height: 52px;
    position: relative;
    top: -3px
}

.ref23details .ref23widget-logo-text {
    align-items: center;
    display: flex
}

@media (max-width:1199px) {
    .ref23widget-logo-text {
        height: auto
    }
    .ref23details .ref23widget-logo-text {
        height: 52px
    }
}

@media (max-width:991px) {
    .ref23widget-logo-text {
        text-align: center
    }
    .ref23details .ref23widget-logo-text {
        height: auto
    }
}

.ref23widget-logo-text-title {
    color: #1c5196;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 30px;
    text-transform: uppercase
}

.ref23widget-logo-text-date {
    color: #cf2e4d;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 22px;
    text-transform: uppercase
}

.ref23widget-logo-text-date.ongoing {
    font-size: 17px;
    line-height: 23px
}

.ref23widget-logo-text-date.no-data-yet {
    font-size: 12px;
    line-height: 18px
}

@media (max-width:991px) {
    .ref23widget-logo-text-date.no-data-yet {
        font-size: 16px;
        line-height: 22px
    }
}

.ref23widget-logo-text-date.finished {
    font-size: 14px;
    line-height: 20px
}

@media (max-width:991px) {
    .ref23widget-logo-text-date.finished {
        font-size: 16px;
        line-height: 22px
    }
}

.ref23widget-logo-text-date.counting {
    font-size: 13px;
    line-height: 19px
}

@media (max-width:991px) {
    .ref23widget-logo-text-date.counting {
        font-size: 16px;
        line-height: 22px
    }
}

.ref23widget-votes {
    align-items: center;
    display: flex;
    position: relative
}

@media (max-width:991px) {
    .ref23widget-votes {
        justify-content: center;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .ref23widget-votes {
        padding-right: 10px
    }
}

@media (max-width:575px) {
    .ref23widget-votes {
        padding-right: 0;
        width: 100%
    }
}

.ref23widget-votes-vote {
    align-items: center;
    display: flex;
    flex-wrap: nowrap
}

.ref23widget-votes-vote:first-child {
    margin-right: 30px
}

@media (max-width:1199px) {
    .ref23widget-votes-vote:first-child {
        margin-right: 15px
    }
}

@media (max-width:991px) {
    .ref23widget-votes-vote {
        flex-direction: column;
        width: 50%
    }
    .ref23widget-votes-vote:first-child {
        margin-right: 10px
    }
    .ref23widget-votes-vote:nth-child(2) {
        margin-left: 10px
    }
}

@media (max-width:575px) {
    .ref23widget-votes-vote {
        width: 120px
    }
}

.ref23widget-votes-title {
    color: #1c5196;
    display: block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 42px;
    margin-right: 12px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .ref23widget-votes-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
        margin-right: 0
    }
}

.ref23widget-votes-percentage {
    background: #eef2f5;
    border-radius: 42px;
    color: #1c5196;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 42px;
    letter-spacing: -.02em;
    line-height: 26px;
    padding: 8px 22px;
    white-space: nowrap
}

.ref23widget-source {
    bottom: 7px;
    font-size: 12px;
    line-height: 1;
    opacity: .5;
    position: absolute;
    right: 8px
}

@media (max-width:991px) {
    .ref23widget-nums {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .ref23widget-nums {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:575px) {
    .ref23widget-nums {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

.ref23widget-nums-line {
    align-items: center;
    border-bottom: 1px solid #c2d1d9;
    display: flex;
    flex-wrap: nowrap;
    max-width: 170px;
    padding: 5px 0
}

@media (max-width:575px) {
    .ref23widget-nums-line {
        border-bottom: none;
        border-right: 1px solid #c2d1d9;
        max-width: 100%;
        padding: 0;
        width: 50%
    }
    .ref23widget-nums-line:first-child {
        justify-content: flex-end;
        padding-right: 10px;
        text-align: right
    }
    .ref23widget-nums-line:nth-child(2) {
        padding-left: 10px
    }
}

.ref23widget-nums-line:last-child {
    border-bottom: none;
    border-right: none
}

.ref23widget-nums-line-key {
    color: #505d68;
    display: block;
    font-size: 16px;
    line-height: 26px;
    width: 80px
}

@media (max-width:575px) {
    .ref23widget-nums-line-key {
        padding-right: 5px;
        width: auto
    }
}

@media (max-width:374px) {
    .ref23widget-nums-line-key {
        font-size: 14px;
        line-height: 24px
    }
}

.ref23widget-nums-line-value {
    color: #1c5196;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 28px;
    text-align: right;
    width: 75px
}

@media (max-width:575px) {
    .ref23widget-nums-line-value {
        white-space: nowrap;
        width: auto
    }
}

@media (max-width:374px) {
    .ref23widget-nums-line-value {
        font-size: 16px;
        line-height: 26px
    }
}

.ref23widget-cta {
    position: relative;
    top: -4px;
    width: 92px
}

@media (max-width:991px) {
    .ref23widget-cta {
        padding-left: 20px;
        top: 0;
        width: 112px
    }
    .ref23details .ref23widget-cta {
        display: none
    }
}

@media (max-width:767px) {
    .ref23widget-cta {
        padding-left: 10px
    }
}

@media (max-width:575px) {
    .ref23widget-cta {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-left: 0
    }
    .ref23details .ref23widget-cta {
        display: block
    }
    .ref23widget-cta .btn {
        margin-bottom: 20px;
        margin-top: 15px
    }
}

.ref23widget-cta .btn {
    font-size: 15px;
    height: auto;
    line-height: 1;
    padding: 13px 30px;
    text-transform: uppercase
}

.ref23detail {
    background: #fbfcfc;
    border: 1px solid #eff3f7
}

.ref23detail-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative
}

@media (max-width:575px) {
    .ref23detail-inner {
        flex-direction: column
    }
}

.ref23detail-head {
    flex: 0 0 51%;
    padding: 30px 0 30px 40px;
    position: relative;
    z-index: 2
}

@media (max-width:991px) {
    .ref23detail-head {
        flex: 0 0 56%;
        padding: 15px 55px 15px 20px
    }
}

@media (max-width:767px) {
    .ref23detail-head {
        flex: 0 0 52%;
        padding: 15px 40px 15px 20px
    }
}

@media (max-width:575px) {
    .ref23detail-head {
        padding: 15px 20px
    }
}

.ref23detail-head>* {
    margin-bottom: 15px
}

.ref23detail-head>:last-child {
    margin-bottom: 0
}

.ref23detail-head-title {
    color: #1c5196;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.08px;
    line-height: 42px;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .ref23detail-head-title {
        font-size: 27px;
        line-height: 33px
    }
}

@media (max-width:991px) {
    .ref23detail-head-title {
        font-size: 24px;
        line-height: 30px
    }
}

.ref23detail-head-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ref23detail-head-desc p {
    margin-bottom: 15px
}

.ref23detail-head-desc p:last-child {
    margin-bottom: 0
}

.ref23detail-head-desc strong {
    color: #cf2e4d;
    font-weight: 700
}

.ref23detail-head-desc a {
    color: #1c5196;
    text-decoration: underline
}

.ref23detail-head-desc a:hover {
    text-decoration: none
}

.ref23detail-icon {
    align-items: center;
    background: linear-gradient(90deg, #fbfcfc 50%, #eff3f7 0);
    display: flex;
    padding-top: 40px;
    position: relative;
    z-index: 3
}

@media (max-width:991px) {
    .ref23detail-icon {
        background: transparent;
        margin: 0 -60px;
        pointer-events: none
    }
}

@media (max-width:767px) {
    .ref23detail-icon {
        margin: 0 -50px
    }
}

@media (max-width:575px) {
    .ref23detail-icon {
        display: none
    }
}

@media (max-width:991px) {
    .ref23detail-icon img {
        width: 120px
    }
}

@media (max-width:767px) {
    .ref23detail-icon img {
        width: 100px
    }
}

.ref23detail-togglebtn {
    display: none;
    margin-bottom: -25px;
    margin-top: -20px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    z-index: 3
}

@media (max-width:575px) {
    .ref23detail-togglebtn {
        display: block
    }
}

.ref23detail-togglebtn a {
    background: #1c5196;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 21px;
    height: 41px;
    margin: 10px auto 5px;
    padding: 5px 0;
    text-align: center;
    transform: rotate(180deg);
    width: 41px
}

.ref23detail-togglebtn a svg {
    -webkit-animation: MoveUpDown 1.5s linear infinite;
    animation: MoveUpDown 1.5s linear infinite;
    transform: translateY(2px)
}

.ref23detail-togglebtn a.collapsed {
    transform: rotate(0deg)
}

.ref23detail-question {
    background: #eff3f7;
    position: relative;
    z-index: 2
}

@media (min-width:576px) {
    .ref23detail-question {
        display: block !important
    }
}

.ref23detail-question-inner {
    padding: 30px 40px 30px 0
}

@media (max-width:991px) {
    .ref23detail-question-inner {
        padding: 15px 20px 15px 55px
    }
}

@media (max-width:767px) {
    .ref23detail-question-inner {
        padding: 15px 20px 15px 40px
    }
}

@media (max-width:575px) {
    .ref23detail-question-inner {
        display: flex;
        flex-wrap: nowrap;
        padding: 25px 20px 15px
    }
}

.ref23detail-question-inner>* {
    margin-bottom: 15px
}

.ref23detail-question-inner>:last-child {
    margin-bottom: 0
}

.ref23detail-question-title {
    color: #1c5196;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.08px;
    line-height: 42px
}

@media (max-width:1199px) {
    .ref23detail-question-title {
        font-size: 27px;
        line-height: 33px
    }
}

@media (max-width:991px) {
    .ref23detail-question-title {
        font-size: 24px;
        line-height: 30px
    }
}

.ref23detail-question-title img {
    display: none
}

@media (max-width:575px) {
    .ref23detail-question-title img {
        display: block;
        margin: 20px -20px -30px;
        width: 110px
    }
}

.ref23detail-question-desc {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

@media (max-width:575px) {
    .ref23detail-question-desc {
        padding-left: 20px;
        padding-top: 4px
    }
}

.ref23detail-question-desc p {
    margin-bottom: 15px
}

.ref23detail-question-desc p:last-child {
    margin-bottom: 0
}

.ref23detail-question-desc strong {
    color: #cf2e4d;
    font-weight: 700
}

.ref23detail-question-desc a {
    color: #1c5196;
    text-decoration: underline
}

.ref23detail-question-desc a:hover {
    text-decoration: none
}

@-webkit-keyframes MoveUpDown {
    0%,
    to {
        transform: translateY(2px)
    }
    50% {
        transform: translateY(-2px)
    }
}

@keyframes MoveUpDown {
    0%,
    to {
        transform: translateY(2px)
    }
    50% {
        transform: translateY(-2px)
    }
}

.chosen-container-single .chosen-single div b {
    display: none !important
}

.video-js * {
    background-color: transparent
}

.sr-only {
    margin: 0;
    padding: 0;
    width: auto
}

#preloader {
    opacity: 0;
    pointer-events: none;
    transition-delay: .7s
}