@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,cyrillic);

.label, sub, sup {
    vertical-align: baseline
}

.collapsing, .nav .nav-divider, svg:not(:root) {
    overflow: hidden
}

body, figure {
    margin: 0
}

.btn-group > .btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
    float: left
}

.btn, .text-nowrap {
    white-space: nowrap
}

.contacts, .fa-ul, .structureList, .structureList ul, .tree ul li {
    list-style-type: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

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

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.popover, .tooltip, body {
    font-family: "Open Sans", sans-serif
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

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

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.img-thumbnail, body {
    background-color: #fff
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

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

a {
    color: #1946ba;
    text-decoration: none
}

a:focus, a:hover {
    color: #102d77;
    text-decoration: underline
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e0e0e0
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Schlange Sans Bold", "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #bdbdbd
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt, label {
    font-weight: 700
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #bdbdbd
}

.text-primary {
    color: #1946ba
}

a.text-primary:focus, a.text-primary:hover {
    color: #13358d
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #1946ba
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #13358d
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #e0e0e0
}

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

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

ol, ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dd {
    margin-left: 0
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #bdbdbd
}

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e0e0e0
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.table, address {
    margin-bottom: 20px
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #bdbdbd
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #e0e0e0;
    border-left: 0;
    text-align: right
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

caption, th {
    text-align: left
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

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

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #bdbdbd
}

.table {
    width: 100%;
    max-width: 100%
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset, legend {
    padding: 0;
    border: 0
}

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

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

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

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

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

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

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

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

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #1946ba;
    border-color: #163ea4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #13358d;
    border-color: #071333
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #13358d;
    border-color: #0f296e
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #0f296e;
    border-color: #071333
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #1946ba;
    border-color: #163ea4
}

.btn-primary .badge {
    color: #1946ba;
    background-color: #fff
}

.btn-success {
    background-color: #94d600;
    border-color: #82bd00
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #71a300;
    border-color: #2a3d00
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #71a300;
    border-color: #587f00
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #587f00;
    border-color: #2a3d00
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #94d600;
    border-color: #82bd00
}

.btn-success .badge {
    color: #94d600;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #3db5e6;
    border-color: #26ace3
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #1b9fd5;
    border-color: #105b7a
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1b9fd5;
    border-color: #1787b5
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #1787b5;
    border-color: #105b7a
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #3db5e6;
    border-color: #26ace3
}

.btn-info .badge {
    color: #3db5e6;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ff8400;
    border-color: #e67700
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #cc6a00;
    border-color: #663500
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #cc6a00;
    border-color: #a85700
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #a85700;
    border-color: #663500
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #ff8400;
    border-color: #e67700
}

.btn-warning .badge {
    color: #ff8400;
    background-color: #fff
}

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

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #bb0935;
    border-color: #5a0419
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #bb0935;
    border-color: #99072b
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #99072b;
    border-color: #5a0419
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #ec0b43;
    border-color: #d40a3c
}

.btn-danger .badge {
    color: #ec0b43;
    background-color: #fff
}

.btn-link {
    color: #1946ba;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #102d77;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #bdbdbd;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header, .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #1946ba
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #bdbdbd
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #bdbdbd
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.nav > li, .nav > li > a {
    display: block;
    position: relative
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

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

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #e0e0e0
}

.nav > li.disabled > a {
    color: #bdbdbd
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #bdbdbd;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #e0e0e0;
    border-color: #1946ba
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

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

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #e0e0e0 #e0e0e0 #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-justified > li, .nav-stacked > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1946ba
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.modal, .modal-open {
    overflow: hidden
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

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

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 992px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width: 768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.breadcrumb > li, .pagination {
    display: inline-block
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
        float: left
    }

    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #e3e3e3
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #e3e3e3
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #e3e3e3
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #e3e3e3
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #e3e3e3
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #bdbdbd
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li, .pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1946ba;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #102d77;
    background-color: #e0e0e0;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #1946ba;
    border-color: #1946ba;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #bdbdbd;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge, .label {
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-weight: 700
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #e0e0e0
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.close, .list-group-item > .badge {
    float: right
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #bdbdbd;
    background-color: #fff;
    cursor: not-allowed
}

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

.label:empty {
    display: none
}

.label-default {
    background-color: #bdbdbd
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #a3a3a3
}

.label-primary {
    background-color: #1946ba
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #13358d
}

.label-success {
    background-color: #94d600
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #71a300
}

.label-info {
    background-color: #3db5e6
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #1b9fd5
}

.label-warning {
    background-color: #ff8400
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #cc6a00
}

.label-danger {
    background-color: #ec0b43
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #bb0935
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #bdbdbd;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #1946ba;
    background-color: #fff
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

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

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

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

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

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

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

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

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

.alert-danger .alert-link {
    color: #843534
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #e0e0e0;
    color: #bdbdbd;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #bdbdbd
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #1946ba;
    border-color: #1946ba
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #abc0f4
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #1946ba
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1946ba;
    border-color: #1946ba
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1946ba
}

.panel-primary > .panel-heading .badge {
    color: #1946ba;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1946ba
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover, .tooltip {
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption, .carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel, .carousel-inner {
    position: relative
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.carousel-caption .btn, .text-hide {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.fa, .fa-stack {
    display: inline-block
}

.btn-success {
    color: #333
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/Fontawesome//fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/Fontawesome//fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/Fontawesome//fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/Fontawesome//fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/Fontawesome//fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/Fontawesome//fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

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

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

.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

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

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

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box
}

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

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

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

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

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

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

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

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

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

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

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

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

.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 {
    margin: 5px 0;
    display: block
}

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-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;
    -ms-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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

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

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

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

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

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

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

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

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

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

.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, .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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

.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-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-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-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

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

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

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

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

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

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel > .slides {
    position: absolute
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0
}

.blueimp-gallery > .slides > .slide-error {
    background: url(../img/error.png) center no-repeat
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none
}

.blueimp-gallery > .next, .blueimp-gallery > .prev {
    position: absolute;
    top: 50%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    box-sizing: content-box;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none
}

.page-content h2, .panel-mnp h3.name {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 400
}

.blueimp-gallery > .next {
    left: auto
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0
}

.blueimp-gallery > .close:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .play-pause:hover, .blueimp-gallery > .prev:hover, .blueimp-gallery > .title:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .close, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .play-pause, .blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .title {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-left > .prev, .blueimp-gallery-right > .next, .blueimp-gallery-single > .next, .blueimp-gallery-single > .play-pause, .blueimp-gallery-single > .prev {
    display: none
}

.blueimp-gallery > .close, .blueimp-gallery > .next, .blueimp-gallery > .play-pause, .blueimp-gallery > .prev, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery > .play-pause {
    background-size: 40px 20px
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0
}

.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blueimp-gallery > .indicator > li {
    display: inline-block;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: center no-repeat rgba(255, 255, 255, .25);
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery > .indicator > .active, .blueimp-gallery > .indicator > li:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .indicator {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .indicator, .blueimp-gallery > .slides > .slide > .video-content > video, .blueimp-gallery > .slides > .slide > .video-playing > a, .blueimp-gallery > .slides > .slide > .video-playing > img {
    display: none
}

.blueimp-gallery > .slides > .slide > .video-content > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .video-content > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
    top: 0
}

.blueimp-gallery > .slides > .slide > .video-content > a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer
}

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
    opacity: 1
}

.blueimp-gallery > .slides > .slide > .video-playing > video {
    display: block
}

.blueimp-gallery > .slides > .slide > .video-loading > a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url(../img/video-play.svg)
}

@font-face {
    font-family: 'Schlange Sans Light';
    src: url(fonts/als_schlange_sans/light/font.eot);
    src: url(fonts/als_schlange_sans/light/font.eot?#iefix) format('embedded-opentype'),
    url(fonts/als_schlange_sans/light/font.svg#als_schlange_sansregular) format('svg'),
    url(fonts/als_schlange_sans/light/font.otf) format('opentype'),
    url(fonts/als_schlange_sans/light/font.woff) format('woff'),
    url(fonts/als_schlange_sans/light/font.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Schlange Sans';
    src: url(fonts/als_schlange_sans/regular/font.eot);
    src: url(fonts/als_schlange_sans/regular/font.eot?#iefix) format('embedded-opentype'),
    url(fonts/als_schlange_sans/regular/font.svg#als_schlange_sansregular) format('svg'),
    url(fonts/als_schlange_sans/regular/font.otf) format('opentype'),
    url(fonts/als_schlange_sans/regular/font.woff) format('woff'),
    url(fonts/als_schlange_sans/regular/font.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Schlange Sans Bold';
    src: url(fonts/als_schlange_sans/bold/font.eot);
    src: url(fonts/als_schlange_sans/bold/font.eot?#iefix) format('embedded-opentype'),
    url(fonts/als_schlange_sans/bold/font.svg#als_schlange_sansregular) format('svg'),
    url(fonts/als_schlange_sans/bold/font.otf) format('opentype'),
    url(fonts/als_schlange_sans/bold/font.woff) format('woff'),
    url(fonts/als_schlange_sans/bold/font.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

svg.icon {
    width: 24px;
    height: 24px;
    display: inline-block
}

svg.icon--warning {
    fill: #ff8400 !important
}

svg.icon--danger {
    fill: #ec0b43 !important
}

.b-pager {
    margin-top: 1em
}

.req {
    color: #ff8400
}

.info {
    font-size: 12px
}

p.info {
    margin: 0
}

.form-add-comment .title-add-comment {
    cursor: pointer
}

.form-add-comment .btn-open-form {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 24px;
    margin-bottom: 20px;
    outline: 0
}

.form-add-comment .btn-open-form .fa-plus {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform-origin: 50% 40%;
    transform-origin: 50% 40%
}

.form-add-comment .btn-open-form.btn-expanded-panel .fa-plus {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form-add-comment .btn-open-form + h3 {
    margin-right: 1em;
    margin-top: .8em;
    float: right
}

.form-add-comment .panel-add-comment {
    display: none;
    margin-bottom: 30px
}

.form-add-comment .panel-add-comment .contactsPad {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 4px
}

@media (max-width: 991px) {
    .form-add-comment .btn[type=submit] {
        margin-top: 2em
    }
}

.unit-edit-button {
    float: right;
    margin-left: 15px;
    -webkit-transition: color .4s;
    transition: color .4s;
    color: rgba(0, 0, 0, .1);
    font-size: 14px
}

.contact-pad:hover .unit-edit-button, .page-header:hover .unit-edit-button {
    color: rgba(0, 0, 0, .2)
}

.contact-pad:hover .unit-edit-button:focus, .contact-pad:hover .unit-edit-button:hover, .page-header:hover .unit-edit-button:focus, .page-header:hover .unit-edit-button:hover {
    color: #1946ba
}

.page-header .unit-edit-button {
    margin-right: 15px;
    margin-top: 6px
}

h1, h2, h3 {
    text-rendering: optimizeLegibility
}

.page-content {
    padding: 15px 10px 30px
}

@media (max-width: 991px) {
    .page-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .page-content {
        font-size: 16px
    }
}

.page-content p {
    margin: 0 0 1em
}

.page-content h1 {
    font-size: 28px;
    color: #555;
    letter-spacing: -.02em
}

@media (min-width: 992px) {
    .page-content h1 {
        font-size: 32px
    }
}

.page-content h2 {
    font-size: 24px
}

@media (min-width: 992px) {
    .page-content h2 {
        font-size: 28px
    }
}

.page-content h3 {
    font-size: 22px;
    color: #555
}

.page-content h4 {
    font-size: 19px
}

.page-content h5 {
    font-size: 16px
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin: 1.5em 0 .5em
}

.page-content .page-header {
    margin: .3em 0
}

.page-content h1.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.page-content h1.page-header .page-header-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px
}

.page-content h1.page-header .label {
    font-size: 12px;
    margin-right: 0
}

@media (max-width: 767px) {
    .page-content .row-offcanvas h1.page-header {
        margin-right: 45px
    }
}

.page-content .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit
}

.page-content .panel-title a {
    color: #1946ba
}

.page-content p + ol, .page-content p + ul {
    margin-top: -.7em
}

.panel-mnp .panel-title {
    font-size: 20px
}

.panel-mnp h3.name {
    font-size: 18px
}

.panel-mnp h3.name + .academic-title {
    margin: 0 0 1em;
    font-size: 13px;
    line-height: 1.2
}

.panel-mnp .panel-body h4.name {
    margin-top: 0
}

.panel-mnp .panel-body .list-unstyled {
    margin-bottom: 0
}

.panel-mnp hr {
    margin: .5em 0
}

img.flag {
    display: inline-block;
    margin-right: 7px;
    margin-top: -3px
}

.panel-collapse .collapse-header {
    font-weight: 600;
    margin-bottom: 0;
    color: rgba(0, 0, 0, .5)
}

.panel-collapse .collapse-header a {
    text-decoration: none
}

.panel-collapse .collapse-header a:hover {
    border-bottom: 1px dotted rgba(0, 0, 0, .2)
}

.panel-collapse .collapse-body {
    margin: 15px 0;
    font-size: 14px;
    color: gray-light
}

.faq-card .answer + p, .faq-card blockquote.panel-heading {
    margin-bottom: 0
}

.faq-card blockquote {
    font-size: 16px
}

.faq-card .answer {
    margin-top: 0
}

.modal-header .modal-title {
    margin: 0
}

.long-string {
    word-break: break-all;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.link-special-wrap a {
    color: #999;
    border-bottom: 1px dotted #bbb
}

.link-special-wrap a:hover {
    text-decoration: none
}

.label-alt {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 160%;
    font-weight: 700;
    display: inline-block;
    margin: 7.5px 7.5px 0 0
}

.label-alt__flag {
    margin: -1px 7px 0 0
}

.label-gray, .label-gray-0, .label-gray-1, .label-white {
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400
}

.label-gray {
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.label-gray-0 {
    color: #333;
    background: rgba(0, 0, 0, .05)
}

a.label-gray-0 {
    color: #1946ba
}

a.label-gray-0:hover {
    color: #102d77;
    background-color: rgba(0, 0, 0, .1)
}

.label-gray-1 {
    color: #333;
    background: rgba(0, 0, 0, .1)
}

.label-white {
    color: #333;
    background: 0 0
}

.b-breadcrumbs {
    background: rgba(25, 70, 186, .75);
    min-height: 46px;
    padding: 12px 0 0
}

@media (max-width: 991px) {
    .b-breadcrumbs {
        margin-top: 63px
    }

    .overflow-hidden, .overflow-hidden body {
        overflow: hidden
    }
}

.b-breadcrumbs .breadcrumb {
    padding: 0 0 0 22px;
    margin: 0 0 0 10px;
    background-color: transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, .4);
    font-weight: 300
}

.b-breadcrumbs .breadcrumb li {
    margin-bottom: 12px
}

.b-breadcrumbs .breadcrumb li:first-child {
    margin-left: -22px
}

.b-breadcrumbs .breadcrumb > li + li::before {
    color: rgba(255, 255, 255, .2);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding: 0 10px
}

.b-menu-main-sm .nav > li > a, .b-top-menu .navbar-text {
    font-family: "Open Sans", sans-serif
}

.b-breadcrumbs .breadcrumb li.active {
    font-weight: 700;
    color: #fff;
    position: relative
}

.b-breadcrumbs .breadcrumb li.active::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom-color: #eff3fd
}

.b-breadcrumbs .breadcrumb a {
    color: rgba(255, 255, 255, .7);
    font-weight: 600
}

.b-breadcrumbs .breadcrumb a:focus, .b-breadcrumbs .breadcrumb a:hover {
    color: #fff
}

ul.compact-list {
    padding-left: 0;
    margin-left: -15px
}

ul.compact-list ul {
    padding-left: 0;
    margin-bottom: 1em
}

ul.compact-list li {
    list-style: none;
    margin: .7em 0 .7em 15px;
    line-height: 1.2
}

ul.compact-list > li {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px
}

ul.compact-list > li + li {
    border-top: 1px dotted rgba(0, 0, 0, .2);
    padding-top: 15px
}

ul.compact-list > li > ul > li {
    font-size: 14px
}

ul.compact-list > li > ul > li > ul > li {
    font-size: 13px;
    font-weight: 400
}

ul.compact-list li.active {
    color: #ec0b43;
    position: relative
}

ul.compact-list li.active::before {
    content: '';
    position: absolute;
    left: -13px;
    height: 100%;
    border-left: 2px solid #ec0b43
}

ul.compact-list li.active li {
    color: #333
}

ul.compact-list li.active > a {
    color: #ec0b43;
    text-decoration: underline
}

.b-footer h4 > a, .b-footer h4 > a:hover, .b-footer-top .menu a:focus, .b-footer-top .menu a:hover, .b-links-main a:focus, .b-links-main a:hover, .b-news-card a:hover, .b-root-list .header a, .c-btn:hover, .carousel-top-news .item a.carousel-caption, .main-drop-menu .main-drop-menu__url a:hover, .page-content a[data-gallery]:hover, .university-stucture .tree ul li a:hover, a.contact-pad {
    text-decoration: none
}

ul.compact-list.has-active > li > ul {
    display: none
}

ul.compact-list.has-active > li.is-active > ul {
    display: block
}

.cd-nav-trigger {
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    z-index: 9;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    display: inline-block;
    cursor: pointer
}

.cd-nav-trigger:focus {
    outline: 0
}

.cd-nav-trigger .cd-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 3px;
    display: inline-block;
    background-color: #fff;
    z-index: 11
}

.cd-nav-trigger .cd-icon::after, .cd-nav-trigger .cd-icon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px)
}

.cd-nav-trigger::after, .cd-nav-trigger::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform
}

.cd-nav-trigger::before {
    background-color: #1946ba;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.cd-nav-trigger::after {
    background-color: #ec0b43;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.cd-nav-trigger.close-nav::before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cd-nav-trigger.close-nav::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.cd-nav-trigger.close-nav .cd-icon {
    background-color: rgba(255, 255, 255, 0)
}

.cd-nav-trigger.close-nav .cd-icon::after, .cd-nav-trigger.close-nav .cd-icon::before {
    background-color: #fff
}

.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-primary-nav {
    position: relative;
    z-index: 7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: visibility 0s, opacity .3s;
    transition: visibility 0s, opacity .3s
}

.cd-overlay-content, .cd-overlay-nav {
    z-index: 8
}

.cd-primary-nav .b-menu-main-sm {
    display: none
}

@media (max-width: 991px) {
    .cd-primary-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding-top: 64px;
        overflow: auto;
        background-color: #1946ba;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        opacity: 0
    }

    .cd-primary-nav.fade-in {
        visibility: visible;
        opacity: 1
    }

    .cd-primary-nav.fade-in .b-menu-main-sm, .cd-primary-nav.fade-in .b-top-menu {
        display: block
    }

    .cd-primary-nav .b-top-menu {
        display: none
    }
}

.cd-overlay-content, .cd-overlay-nav {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 4px;
    width: 4px;
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px)
}

.cd-overlay-content span, .cd-overlay-nav span, .collapse, .fade {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000
}

.cd-overlay-content span, .cd-overlay-nav span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cd-overlay-content.is-hidden, .cd-overlay-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.b-footer__contacts .nav-pills > li > a:focus .icon, .b-footer__contacts .nav-pills > li > a:hover .icon, .b-links-main a:focus img, .b-links-main a:hover img {
    opacity: 1
}

.cd-overlay-nav span {
    background-color: #2459e2
}

.cd-overlay-content span {
    background-color: #ec0b43
}

.b-menu-main {
    margin: 0 16px;
    border-radius: 0;
    min-height: initial;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.b-menu-main li.root > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    border-bottom: 5px solid transparent;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: border-color .1s ease-in-out, font-size .3s;
    transition: border-color .1s ease-in-out, font-size .3s;
    text-shadow: 0 0 22px #1946ba
}

.b-menu-main li.root > a:focus, .b-menu-main li.root > a:hover {
    background: 0 0;
    border-bottom-color: rgba(236, 11, 67, .28)
}

.b-menu-main li.root > a.main-menu__root-hover {
    border-bottom-color: #ec0b43;
    color: #ec0b43
}

.nav-menu:after,
.nav-menu:before {
    display: none;
}

@media (max-width: 1199px) {
    .b-menu-main li.root > a {
        font-size: 15px;
        padding-left: 4px;
        padding-right: 4px
    }

    .main-drop-menu {
        font-size: 13px
    }
}

.b-menu-main .nav > li {
    position: static;
    width: auto;
}

.main-drop-menu {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    z-index: 1000;
    padding: 30px 30px 15px;
    box-shadow: 0 1000px 0 1000px rgba(25, 70, 186, .3)
}

.b-top-menu, .b-top-menu .nav-wrap {
    padding-left: 0;
    padding-right: 0
}

.main-drop-menu .row h5 {
    margin-top: 2em
}

.main-drop-menu ul.list-unstyled {
    margin-left: 0;
    margin-bottom: 2em
}

.main-drop-menu ul.list-unstyled li {
    margin: .5em 0;
    line-height: 1.3
}

.main-drop-menu ul.list-unstyled li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .1)
}

.main-drop-menu .main-drop-menu__logo {
    margin: 0 30px -15px 0;
    float: left;
    height: 45px
}

.main-drop-menu .main-drop-menu__url {
    margin: -5px 0 -3px
}

.main-drop-menu .main-drop-menu__url a {
    color: #999;
    border-bottom: 1px dotted #bbb
}

.b-top-menu {
    border: none;
    background-color: #163ea4;
    border-radius: 0;
    min-height: 45px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .b-top-menu {
        background-color: transparent
    }

    .b-top-menu .nav > li > a.dropdown-toggle::after {
        float: right
    }
}

.b-top-menu .container {
    -webkit-transition: width .3s;
    transition: width .3s
}

.b-top-menu .navbar-text {
    font-weight: 300;
    color: rgba(255, 255, 255, .4);
    height: 45px;
    font-size: 13px;
    line-height: 45px;
    margin: 0
}

.b-top-menu .navbar-text strong {
    font-weight: 600
}

@media (min-width: 992px) {
    .b-top-menu .separate-button {
        border-left: 1px solid rgba(255, 255, 255, .1)
    }
}

.b-top-menu .nav > li > a {
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .9);
    white-space: nowrap
}

.b-top-menu .nav > li > a:focus, .b-top-menu .nav > li > a:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.b-top-menu .nav > li > a:focus::after, .b-top-menu .nav > li > a:hover::after {
    color: rgba(255, 255, 255, .5)
}

.b-top-menu .nav > li > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, .2);
    padding-left: .2em
}

.b-top-menu .nav > li > a.dropdown-toggle::after {
    content: "\f107"
}

.b-top-menu .nav > li.active > a, .b-top-menu .nav > li.open > a {
    background: rgba(255, 255, 255, .1)
}

.b-top-menu .nav > li:first-child > a {
    border-top: none
}

.b-top-menu .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0
}

@media (max-width: 991px) {
    .b-top-menu .dropdown-menu, .b-top-menu .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, .1)
    }

    .b-top-menu .nav > li {
        display: block;
        width: auto
    }

    .b-top-menu .nav > li > a {
        border-top: 2px dotted rgba(255, 255, 255, .1);
        margin-bottom: 0;
        display: block;
        height: auto;
        line-height: normal;
        padding: 12px 15px;
        text-align: left;
        font-size: 20px;
        white-space: normal
    }

    .b-top-menu .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none
    }

    .b-top-menu .dropdown-menu a {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 20px;
        padding: 8px 15px 8px 25px;
        color: #fff;
        white-space: normal
    }

    .b-top-menu .dropdown-backdrop {
        position: static
    }

    .supportMenu--accessiblilitySettings .rowFlex.rowFlex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-menu-main-sm {
    padding: 15px 30px;
    border-radius: 15px;
    background-color: #163ea4
}

@media (max-width: 767px) {
    .b-menu-main-sm {
        border-radius: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 15px
    }
}

.supportMenu, .supportMenu .nav-wrap {
    padding-left: 0;
    padding-right: 0
}

.b-menu-main-sm .bg {
    position: absolute;
    width: 200%;
    margin-left: -15px;
    margin-top: -50%;
    padding-bottom: 200%;
    padding-top: 56px;
    border: 2px dotted rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: none
}

.b-menu-main-sm .nav > li > a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
    white-space: normal
}

.b-menu-main-sm .nav > li > a:focus, .b-menu-main-sm .nav > li > a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .1)
}

.b-menu-main-sm .nav > li > a::after {
    content: none
}

.supportMenu {
    border: none;
    background-color: #eee;
    border-radius: 0;
    min-height: 40px;
    margin-bottom: 0
}

.supportMenu--accessiblilitySettings {
    display: none
}

@media (max-width: 991px) {
    .supportMenu {
        background-color: transparent;
        margin-top: 30px
    }

    .supportMenu .rowFlex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .supportMenu .rowFlex > .navbar-nav {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .supportMenu .rowFlex > .navbar-nav > li:last-child {
        display: none
    }
}

@media (max-width: 767px) {
    .supportMenu .rowFlex > .navbar-nav > li {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

.supportMenu .rowFlex > .navbar-nav > li.accessible-button {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (max-width: 767px) {
    .supportMenu .rowFlex > .navbar-nav > li.accessible-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.supportMenu .nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    color: rgba(255, 255, 255, .9);
    white-space: nowrap;
    font-size: 13px;
    height: 40px;
    line-height: 38px
}

.supportMenu .nav > li > a:focus, .supportMenu .nav > li > a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .05)
}

.supportMenu .nav > li > a:focus::after, .supportMenu .nav > li > a:hover::after {
    color: rgba(255, 255, 255, .5)
}

.supportMenu .nav > li > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, .2);
    padding-left: .2em
}

.supportMenu .nav > li > a.dropdown-toggle::after {
    content: "\f107"
}

.supportMenu .nav > li.active > a {
    background-color: rgba(0, 0, 0, .1)
}

@media (min-width: 992px) {
    .supportMenu .separate-button {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .supportMenu .nav > li {
        margin: 0 1px
    }

    .supportMenu .nav > li > a {
        color: #999
    }

    .supportMenu .nav > li > a:focus, .supportMenu .nav > li > a:focus::after, .supportMenu .nav > li > a:hover, .supportMenu .nav > li > a:hover::after {
        color: #777
    }

    .supportMenu .nav > li > a::after {
        color: #bdbdbd
    }

    .supportMenu .nav > li.active > a {
        color: #333
    }
}

@media (max-width: 991px) {
    .supportMenu .nav > li > a.dropdown-toggle::after {
        float: right
    }

    .supportMenu .dropdown-menu, .supportMenu .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, .1)
    }

    .supportMenu .nav > li {
        display: block;
        width: auto
    }

    .supportMenu .nav > li > a {
        border-top: 2px dotted rgba(255, 255, 255, .1);
        margin-bottom: 0;
        display: block;
        height: auto;
        line-height: normal;
        padding: 12px 15px;
        text-align: left;
        white-space: normal
    }

    .supportMenu .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none
    }

    .supportMenu .dropdown-menu a {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 20px;
        padding: 8px 15px 8px 25px;
        color: #fff;
        white-space: normal
    }

    .supportMenu .dropdown-backdrop {
        position: static
    }

    .supportMenu .nav > li > a {
        font-size: 16px
    }
}

.supportMenu .accessible-button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.supportMenu .accessible-button #accessibleButton {
    cursor: pointer
}

.supportMenu .accessible-button .icon {
    width: 20px;
    height: 20px;
    margin-bottom: -6px;
    fill: #bdbdbd
}

.supportMenu .navbar-form {
    margin-top: 5px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .supportMenu .accessible-button .icon {
        width: 24px;
        height: 24px;
        margin-right: 10px
    }

    .supportMenu .navbar-form {
        margin-left: 0;
        margin-right: 0
    }
}

.supportMenu .navbar-form > label {
    font-size: 13px;
    font-weight: 400
}

.supportMenu .navbar-form .btn-group > label.btn, .supportMenu .navbar-form button.btn {
    font-weight: 700
}

.supportMenu .navbar-form .btn-group > label.btn.accessibleSize--M {
    font-size: 10px;
    line-height: 18px
}

.supportMenu .navbar-form .btn-group > label.btn.accessibleSize--XL {
    font-size: 15px;
    line-height: 18px
}

.supportMenu .navbar-form .btn-group > label.btn.accessibleColor--wb > span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 2px 6px;
    margin: -2px -4px
}

@media (min-width: 992px) {
    .supportMenu .search-panel {
        padding-left: 0;
        margin-left: -15px
    }
}

@media (max-width: 991px) {
    .supportMenu .search-panel {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 40px
    }

    .supportMenu .search-panel .input-group .input-group-btn {
        width: 1%
    }
}

.supportMenu .search-panel .icon--search {
    position: absolute;
    fill: #e0e0e0;
    z-index: 7;
    width: 24px;
    height: 24px;
    margin: 3px 8px;
    left: 0
}

.supportMenu .search-panel .form-control {
    padding-left: 36px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 20px 0 0 20px !important
}

@media (min-width: 992px) {
    .supportMenu .search-panel .form-control {
        width: 160px
    }
}

@media (min-width: 1200px) {
    .supportMenu .search-panel .form-control {
        width: 240px
    }
}

.supportMenu .search-panel .form-control:focus {
    background-color: #fff
}

@media (min-width: 992px) {
    .supportMenu .search-panel .form-control:focus {
        width: 300px
    }
}

@media (min-width: 1200px) {
    .supportMenu .search-panel .form-control:focus {
        width: 500px
    }
}

.supportMenu .search-panel .btn {
    border-radius: 0 20px 20px 0
}

.b-top-menu__flag {
    width: 16px;
    margin: 0 10px 3px 0
}

body, html {
    overflow-x: hidden
}

@media (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }

    .row-offcanvas-right {
        right: 0
    }

    .row-offcanvas-left {
        left: 0
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%
    }

    .row-offcanvas-right.active {
        right: 50%
    }

    .row-offcanvas-left.active {
        left: 50%
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 1;
        width: 50%
    }
}

.b-page-nav, .b-page-nav .nav-pills > li > a:focus, .b-page-nav .nav-pills > li > a:hover {
    background: rgba(25, 70, 186, .07)
}

.sidebar-offcanvas-toggle-button {
    width: 45px;
    height: 60px;
    border-radius: 30px 0 0 30px;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.sidebar-offcanvas-toggle-button:focus {
    outline-style: none
}

.sidebar-offcanvas-toggle-button::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    content: "\f053";
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.sidebar-offcanvas-toggle-button.active {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.sidebar-offcanvas-toggle-button.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.b-page-nav .nav-pills > li > a {
    border-radius: 0;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 700
}

.b-page-nav .nav-pills > li.active > a {
    color: #ec0b43;
    font-weight: 700;
    background: 0 0
}

.b-page-nav .nav-pills > li + li > a:before, .b-root-list .list li::after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.b-root-list .pic-wrap .pic, .blueimp-gallery > .indicator > li {
    background-size: cover;
    background-position: center;
    background-clip: content-box
}

.b-page-nav .nav-pills > li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.b-page-nav .nav-pills > li + li > a:before {
    color: #ec0b43;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    content: "\f111";
    margin-left: -10px;
    padding-right: 10px;
    font-size: 4px;
    vertical-align: middle
}

.b-page-nav .nav-pills.abcd > li > a {
    padding: 11px 10px;
    font-size: 21px;
    font-weight: 400
}

.b-page-nav .nav-pills.abcd > li.active > a {
    font-weight: 800
}

.b-page-nav .nav-pills.abcd > li + li > a:before {
    display: none
}

.b-root-list {
    margin-top: 30px
}

.b-root-list > .row {
    overflow: hidden
}

.b-root-list .pic-wrap {
    min-height: 256px
}

.b-root-list .pic-wrap div {
    border-radius: 50%;
    position: absolute
}

.b-root-list .pic-wrap .pic {
    width: 220px;
    height: 220px;
    background-color: rgba(255, 255, 255, .5);
    background-repeat: no-repeat;
    margin-bottom: 45px;
    border: 5px solid rgba(0, 0, 0, .1);
    top: 10px;
    right: 25px
}

.b-root-list .pic-wrap .circle-1 {
    width: 270px;
    height: 270px;
    border: 2px dotted rgba(0, 0, 0, .1);
    top: -15px;
    right: 0
}

.b-root-list .pic-wrap .circle-2 {
    width: 230px;
    height: 230px;
    border: 2px dotted rgba(0, 0, 0, .1);
    top: -80px;
    right: 80px
}

.b-root-list .pic-wrap .circle-3 {
    width: 160px;
    height: 160px;
    border: 2px dotted rgba(0, 0, 0, .1);
    top: -45px;
    right: 115px
}

.b-root-list .pic-wrap .connect-1, .b-root-list .pic-wrap .connect-2 {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(0, 0, 0, .1);
    background-color: #fff
}

.b-root-list .pic-wrap .connect-1 {
    top: 72px;
    right: 258px
}

.b-root-list .pic-wrap .connect-2 {
    top: 118px;
    right: 265px
}

.b-root-list .header {
    font-family: "Schlange Sans Light", "Open Sans", sans-serif;
    font-weight: 300;
    margin: 0;
    color: #fff;
    display: inline-block;
    padding: 7.5px 30px;
    border-radius: 22px 22px 0 0;
    min-height: 44px;
    background-color: #ec0b43
}

@media (max-width: 767px) {
    .b-root-list .header {
        display: block;
        border-radius: 0;
        margin: 0 -15px 15px
    }
}

.b-root-list .header a {
    margin-left: 15px;
    display: inline-block;
    font-size: 65%;
    color: #fff;
    border-bottom: 1px dotted #fff
}

.b-root-list .header-hr {
    border: none;
    border-radius: 3px;
    height: 5px;
    background-color: #ec0b43;
    margin: 0
}

.b-root-list .header + .header-hr {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.b-root-list .list {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px
}

@media (max-width: 767px) {
    .b-root-list .header + .header-hr {
        display: none
    }

    .b-root-list .list {
        margin-top: 0
    }
}

.b-root-list .list li {
    position: relative
}

.b-root-list .list li:hover::after {
    color: #ec0b43;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.b-root-list .list li::after {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    content: "\f192";
    position: absolute;
    left: 22px;
    top: 12px;
    margin-left: -5.5px;
    color: rgba(25, 70, 186, .25);
    font-size: 20px;
    -webkit-transition-property: -webkit-transform, color;
    transition-property: transform, color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.b-root-list .list li a {
    padding-left: 44px;
    min-height: 44px;
    border-radius: 22px;
    -webkit-transition: background-color, .4s;
    transition: background-color, .4s
}

.b-root-list .list li a:focus, .b-root-list .list li a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.b-root-list .list li a[href^=http]::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14c";
    margin-left: .8em;
    vertical-align: middle;
    font-size: 54%;
    color: rgba(25, 70, 186, .5)
}

.page-content__sidebar {
    margin-top: 2em;
    font-size: 13px;
    line-height: 1.4;
    color: #777;
    padding-left: 15px
}

@media (max-width: 991px) {
    .page-content__sidebar {
        padding-left: 0;
        margin-right: -15px
    }
}

@media (max-width: 767px) {
    .page-content__sidebar {
        margin-right: 15px
    }
}

.page-content__sidebar h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 5px
}

.page-content__sidebar h3 + .list-group {
    margin-top: 16px
}

.page-content__sidebar .nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px
}

.page-content__sidebar .affix {
    width: 242.5px;
    top: 15px;
    z-index: 1;
    position: fixed !important;
    padding-bottom: 45px
}

@media (max-width: 991px) {
    .page-content__sidebar .affix {
        min-width: 100%;
        position: static !important
    }
}

.page-content__sidebar .affix li.active > a {
    border-left: 2px solid #ec0b43;
    padding-left: 13px;
    font-weight: 600;
    color: #ec0b43
}

.b-tabs {
    margin-top: 30px
}

.b-tabs .nav-tabs {
    margin-bottom: 30px
}

.b-tabs .nav-tabs a {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #555;
}

.b-tabs .nav-tabs > li > a {
    padding-right: 0;
    padding-left: 0;
    margin-right: 58px;
    border: none;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-bottom-color .2s;
    transition: border-bottom-color .2s
}

.b-tabs .nav-tabs > li.open > a, .b-tabs .nav-tabs > li > a:focus, .b-tabs .nav-tabs > li > a:hover {
    border-bottom-color: rgba(236, 11, 67, .3);
    background-color: transparent
}

@media (max-width: 767px) {
    .b-tabs .nav-tabs > li > a {
        margin-right: 16px;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 400
    }
}

.b-tabs .nav-tabs > li > a:focus .icon, .b-tabs .nav-tabs > li > a:hover .icon {
    fill: rgba(236, 11, 67, .5)
}

.b-tabs .nav-tabs > li > a .icon {
    width: 32px;
    height: 32px;
    fill: rgba(0, 0, 0, .2);
    vertical-align: bottom;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.b-tabs .nav-tabs > li > a .icon--chevron {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.b-tabs .nav-tabs > li.active > a {
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 5px solid #ec0b43;
    background-color: transparent;
}

.b-tabs .nav-tabs > li.active > a .icon {
    fill: #ec0b43
}

.b-tabs .nav-tabs > li.disabled > a {
    border-bottom-color: transparent;
    color: #999
}

.b-tabs .nav-tabs > li.disabled > a .icon {
    fill: rgba(0, 0, 0, .1)
}

.b-tabs .nav-tabs .dropdown-menu {
    right: 0;
    margin-right: 2px
}

.collapse, .fade {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000
}

.blueimp-gallery .title {
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 30px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=0);
    font-size: 24px;
    text-shadow: none;
    text-align: center;
    opacity: 1
}

.b-activity-card .name::after, .b-news-card.-on-news-list-page a::after, .b-news-main .b-news-wrap::after, .carousel-top-news .item a.carousel-caption::after {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
    pointer-events: none
}

.blueimp-gallery > .indicator > li {
    width: 44px;
    height: 44px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background-repeat: no-repeat;
    border-radius: 50%;
    border-width: 2px;
    margin: 11px 14px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s
}

.blueimp-gallery > .indicator > li.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border: 4px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.blueimp-gallery > .next, .blueimp-gallery > .prev {
    border: none;
    background: 0 0;
    font-size: 80px;
    width: 80px;
    height: 160px;
    line-height: 160px;
    margin-top: -80px
}

.blueimp-gallery > .next {
    right: 0
}

.blueimp-gallery > .prev {
    left: 0
}

body:last-child .blueimp-gallery > .close {
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0
}

body:last-child .blueimp-gallery > .play-pause {
    background-image: none;
    color: #fff;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    width: 60px;
    height: 60px
}

body:last-child .blueimp-gallery > .play-pause::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f04b"
}

body:last-child .blueimp-gallery.blueimp-gallery-playing > .play-pause::before {
    content: "\f04c"
}

#blueimp-gallery-floor {
    background-color: #fff
}

#blueimp-gallery-floor > .indicator {
    margin: 0
}

#blueimp-gallery-floor > .indicator > li {
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: 700;
    background-color: #1946ba;
    counter-increment: floor;
    border: none;
    color: #fff;
    line-height: 30px;
    margin-left: 10px;
    margin-right: 10px
}

#blueimp-gallery-floor > .indicator > li::before {
    content: counter(floor);
    display: inline-block
}

#blueimp-gallery-floor > .indicator > li.active {
    background-color: #ec0b43;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

#blueimp-gallery-floor.blueimp-gallery-controls > .bg {
    display: block
}

#blueimp-gallery-floor > .bg {
    position: absolute;
    display: none;
    width: 500px;
    height: 500px;
    background-color: rgba(224, 224, 224, .85);
    border-radius: 50%;
    left: 50%;
    margin-left: -250px;
    bottom: -280px
}

.rowFlex, .rowFlex-col--flex {
    display: -webkit-box;
    display: -ms-flexbox
}

#blueimp-gallery-floor > .title {
    top: auto;
    bottom: 90px;
    color: #333;
    padding: 0;
    background-image: none
}

#blueimp-gallery-floor > .close, #blueimp-gallery-floor > .next, #blueimp-gallery-floor > .play-pause, #blueimp-gallery-floor > .prev {
    color: #1946ba
}

#blueimp-gallery-media > .indicator > li {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, .9);
    border: none;
    margin-left: 8px;
    margin-right: 8px
}

#blueimp-gallery-media > .indicator > li.active {
    background-color: #ec0b43;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.rowFlex {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.rowFlex-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%
}

.rowFlex-col--flex {
    display: flex
}

.rowFlex--start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rowFlex--space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rowFlex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rowFlex--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rowFlex--gutters {
    margin-left: -15px;
    margin-right: -15px
}

.rowFlex--gutters > * {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px
}

.bv-form .help-block {
    margin-bottom: 0
}

.bv-form .tooltip-inner {
    text-align: left
}

.bv-form li.bv-tab-success > a {
    color: #3c763d
}

.bv-form li.bv-tab-error > a {
    color: #a94442
}

.bv-form .bv-icon-no-label {
    top: 0
}

.bv-form .bv-icon-input-group {
    top: 0;
    z-index: 100
}

.c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: border-color, .2s;
    transition: border-color, .2s
}

.c-btn-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3
}

.c-btn-icon {
    margin: -3px 6px -2px 0;
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.c-btn--round {
    border-radius: 18px
}

.c-btn--border {
    border-color: rgba(25, 70, 186, .2)
}

.c-btn--border .c-btn-icon {
    fill: rgba(25, 70, 186, .3)
}

.c-btn--border:focus, .c-btn--border:hover {
    border-color: rgba(25, 70, 186, .4)
}

.c-btn--border:focus .c-btn-icon, .c-btn--border:hover .c-btn-icon {
    fill: #1946ba
}

.h-sticky-header {
    width: 100%;
    height: 64px;
    background-color: #1946ba;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0
}

.h-sticky-header > .container {
    padding-right: 69px;
    padding-left: 5px
}

.header-logo-sm {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 64px;
    margin-top: 0;
    margin-bottom: 0
}

.b-footer__logo, .header-logo-sm__logo {
    position: relative;
    width: 270px;
    height: 63px;
    display: block;
    background: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbCgk8IUVOVElUWSBuc19mbG93cyAiaHR0cDovL25zLmFkb2JlLmNvbS9GbG93cy8xLjAvIj4KXT4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTUgMTAwIj4KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgogICAgPCFbQ0RBVEFbCiAgICAgIGNpcmNsZSwgcGF0aCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgICAucmVkZG90IHsKICAgICAgICBmaWxsOiAjRUMwQjQzOwogICAgICB9CiAgICBdXT4KICA8L3N0eWxlPgoKICA8Y2lyY2xlIGN4PSI1MC42IiBjeT0iNTQuNyIgcj0iMi4yIi8+CiAgPGNpcmNsZSBjeD0iNjAiIGN5PSI0MC42IiByPSIzLjMiLz4KICA8Y2lyY2xlIGN4PSI2OS40IiBjeT0iNDUuMyIgcj0iMy4zIi8+CiAgPGNpcmNsZSBjeD0iNzguNyIgY3k9IjUwIiByPSIzLjMiLz4KICA8Y2lyY2xlIGN4PSI2OS40IiBjeT0iNTQuNyIgcj0iMy4zIi8+CiAgPGNpcmNsZSBjeD0iODguMSIgY3k9IjU0LjciIHI9IjMuMyIvPgogIDxjaXJjbGUgY3g9Ijg4LjEiIGN5PSI2NCIgcj0iMi4yIi8+CiAgPGNpcmNsZSBjeD0iOTcuNSIgY3k9IjU5LjQiIHI9IjIuMiIvPgogIDxjaXJjbGUgY3g9Ijk3LjUiIGN5PSI1MCIgcj0iMy4zIi8+CiAgPGNpcmNsZSBjeD0iODguMSIgY3k9IjQ1LjMiIHI9IjMuMyIvPgogIDxjaXJjbGUgY3g9Ijc4LjciIGN5PSI1OS40IiByPSIyLjIiLz4KICA8Y2lyY2xlIGN4PSI5Ny41IiBjeT0iNDAuNiIgcj0iMy4zIi8+CiAgPGNpcmNsZSBjeD0iMTA2LjgiIGN5PSIzNiIgcj0iMi4yIi8+CiAgPGNpcmNsZSBjeD0iMTA2LjgiIGN5PSI1NC43IiByPSIyLjIiLz4KICA8Y2lyY2xlIGN4PSI3OC43IiBjeT0iNDAuNiIgcj0iMi4yIi8+CiAgPGNpcmNsZSBjeD0iNjkuNCIgY3k9IjY0IiByPSIyLjIiLz4KICA8Y2lyY2xlIGN4PSI2MCIgY3k9IjUwIiByPSIzLjMiLz4KICA8Y2lyY2xlIGN4PSI1MC42IiBjeT0iNDUuMyIgcj0iMy4zIiBjbGFzcz0icmVkZG90Ii8+CiAgPGNpcmNsZSBjeD0iNDEuMyIgY3k9IjU5LjQiIHI9IjEuMyIvPgogIDxjaXJjbGUgY3g9IjQxLjMiIGN5PSI1MCIgcj0iMS4zIi8+CiAgPGNpcmNsZSBjeD0iNjAiIGN5PSI1OS4zIiByPSIxLjMiLz4KICA8Y2lyY2xlIGN4PSI2MCIgY3k9IjMxLjMiIHI9IjEuMyIvPgogIDxjaXJjbGUgY3g9Ijc4LjciIGN5PSI2OC43IiByPSIxLjMiLz4KICA8Y2lyY2xlIGN4PSI1MC42IiBjeT0iMzYiIHI9IjEuMyIvPgogIDxjaXJjbGUgY3g9IjY5LjQiIGN5PSIzNiIgcj0iMS4zIi8+CiAgPGNpcmNsZSBjeD0iNzguNyIgY3k9IjY4LjciIHI9IjEuMyIvPgogIDxjaXJjbGUgY3g9IjEyNS41IiBjeT0iNDUuMyIgcj0iMS4zIi8+CiAgPGNpcmNsZSBjeD0iMTA2LjgiIGN5PSI2NCIgcj0iMS4zIi8+CiAgPGNpcmNsZSBjeD0iMTE2LjIiIGN5PSI0MC42IiByPSIzLjMiLz4KICA8Y2lyY2xlIGN4PSIxMDYuOCIgY3k9IjQ1LjMiIHI9IjMuMyIvPgogIDxjaXJjbGUgY3g9IjExNi4yIiBjeT0iNTkuNCIgcj0iMS4zIi8+CiAgPGNpcmNsZSBjeD0iMTE2LjIiIGN5PSI1MCIgcj0iMi4yIi8+CiAgPGNpcmNsZSBjeD0iODguMSIgY3k9IjM2IiByPSIxLjMiLz4KICA8Y2lyY2xlIGN4PSIxMTYuMiIgY3k9IjMxLjMiIHI9IjEuMyIvPgogIDxjaXJjbGUgY3g9IjEyNS41IiBjeT0iMzYiIHI9IjEuMyIvPgogIDxwYXRoIGQ9Ik0xNTMgNDMuM2MuMy0uNy40LTEuMy4yLTEuNyAwLS4zLS40LS41LS44LS43LTEtLjQtMS44IDAtMi4zIDEuM2wtMy41IDguNy01LTljLS4zLS41LS42LTEtMS0xLS40LS4yLTEtLjItMS40IDAtLjMuMy0uNi43LS42IDEuMnMwIDEgLjQgMS41bDYgMTAuNmMtLjIuNy0uNSAxLjMtLjggMS42LS4zLjMtLjYuNC0xIC40aC0uNWMtLjIgMC0uNCAwLS42LS4ybC0uNi0uMmMtMS0uMy0xLjUgMC0xLjguOC0uNCAxIDAgMS42IDEgMi4yLjYuMyAxLjUuNSAyLjUuNSAxLjMgMCAyLjMtLjUgMy0xLjQgMS0uNyAxLjctMi4yIDIuNS00bDQuNS0xMC43em01IDE2Yy41IDAgMS0uMiAxLjItLjYuMy0uMy41LS43LjUtMS4ydi02LjJoOC4ydjYuMmMwIC41IDAgMSAuMyAxLjIuMy40LjcuNSAxLjMuNS41IDAgMSAwIDEuMi0uNS4zLS4zLjUtLjcuNS0xLjJ2LTE1YzAtLjUtLjItMS0uNS0xLjItLjMtLjQtLjctLjUtMS4yLS41LS42IDAtMSAwLTEuMy41LS4zLjMtLjQuNy0uNCAxLjJ2NS44aC04LjN2LTUuOGMwLS41LS4yLTEtLjUtMS4yLS4zLS40LS43LS41LTEuMi0uNXMtMSAwLTEuMy41Yy0uMi4zLS40LjctLjQgMS4ydjE1YzAgLjUuMiAxIC40IDEuMi4zLjQuOC41IDEuMy41em0xOS43IDBjLjUgMCAxLS40IDEuNi0xbDguNC0xMS41djEwLjdjMCAuNSAwIDEgLjQgMS4yLjQuNC44LjUgMS40LjUuNSAwIDEgMCAxLjItLjUuMy0uMy40LS43LjQtMS4ydi0xNWMwLTEtLjUtMS43LTEuNi0xLjctLjYgMC0xIC4zLTEuNiAxbC04LjMgMTEuNVY0Mi41YzAtLjUtLjItMS0uNS0xLjItLjMtLjQtLjctLjUtMS4yLS41LS42IDAtMSAwLTEuMy41LS4zLjMtLjQuNy0uNCAxLjJ2MTVjMCAuNS4yIDEgLjUgMS4zLjMuMy43LjQgMS4yLjR6bTI4LjYtMTBjLjYtLjMgMS0uOCAxLjUtMS40LjUtMSAuNy0xLjYuNy0yLjUgMC0zLjItMi4zLTUtNi44LTUtMS42IDAtMyAuMi00LjIuNS0xIDAtMS42LjgtMS42IDEuOHYxNC41YzAgMSAuNCAxLjYgMS40IDEuOCAxLjMuMyAyLjguNCA0LjUuNCA1IDAgNy40LTIgNy40LTUuNyAwLTEtLjMtMi0xLTIuOC0uNS0uOC0xLjItMS4zLTItMS43em0tNC42LS44SDE5OXYtNWgyLjRjMi41IDAgMy42LjggMy42IDIuNCAwIDEuNi0xIDIuNS0zLjMgMi41ek0yMDUgNTZjLS43LjMtMS43LjUtMyAuNWgtM1Y1MWgzYzIuNiAwIDQgMSA0IDIuOCAwIDEtLjQgMS43LTEgMnptMjAuNSAyLjhjLjMtLjMuNC0uNi40LTEgMC0uNi0uMi0xLS41LTEuMi0uMy0uMy0uNy0uNC0xLjItLjRoLTcuNXYtNWg1LjhjLjUgMCAxIDAgMS4yLS40LjMtLjIuNC0uNi40LTEgMC0uNSAwLTEtLjQtMS4yLS4zLS4yLS43LS40LTEuMi0uNGgtNS44di00LjRoNy4yYy41IDAgMSAwIDEuMi0uNC4zLS4zLjUtLjYuNS0xIDAtLjYtLjItMS0uNS0xLjItLjMtLjMtLjctLjQtMS4yLS40aC05Yy0uNCAwLTEgMC0xLjIuNS0uMy4zLS40LjctLjQgMS4ydjE1YzAgLjUgMCAxIC41IDEuMi4yLjQuNi41IDEgLjVoOS4zYy41IDAgMSAwIDEuMi0uNHpNMjQyIDQ2LjZjMC0yLS42LTMuNi0yLTQuNS0xLTEtMy0xLjQtNS0xLjQtMS42IDAtMyAuMi00LjIuNC0xIC4yLTEuNS44LTEuNSAydjE0LjVjMCAuNSAwIDEgLjQgMS4yLjMuNC43LjUgMS4zLjUuNSAwIDEgMCAxLjItLjUuMy0uMy41LS43LjUtMS4ydi00LjdoMi4yYzIgMCAzLjctLjQgNS0xLjUgMS4zLTEgMi0yLjYgMi00Ljd6bS05LjMtMi44bDItLjJjMi42IDAgMy44IDEgMy44IDMgMCAyLjMtMS4zIDMuMy0zLjggMy4zLTEgMC0xLjUgMC0yLS4ydi02ek0yNTcgNTUuM2MtMS4zLjgtMi42IDEtMy44IDEtMS41IDAtMi43LS40LTMuNy0xLjYtMS0xLTEuNS0yLjctMS41LTQuN3MuNS0zLjUgMS40LTQuN2MxLjUtMiA0LTIuMyA3LjItMSAxIC40IDEuOC4yIDItLjUuNS0uOC4zLTEuNS0uNi0yLTEtMS0yLjgtMS4zLTUtMS4zLTIuNiAwLTQuNyAxLTYuMiAyLjYtMS41IDEuOC0yLjMgNC0yLjMgN3MuNyA1LjIgMiA3YzEuNiAxLjYgMy43IDIuNSA2LjUgMi41IDIuMiAwIDQtLjUgNS40LTEuNi41LS40LjgtLjggMS0xLjMgMC0uNCAwLS44LS4zLTEuMi0uNC0uNi0xLS43LTItLjJ6bTE5LjMtMTQuNWMtLjYgMC0xIC4zLTEuNiAxbC04LjMgMTEuNVY0Mi41YzAtLjUtLjItMS0uNS0xLjItLjQtLjQtLjgtLjUtMS4zLS41LS42IDAtMSAwLTEuMy41LS4zLjMtLjQuNy0uNCAxLjJ2MTVjMCAuNSAwIDEgLjQgMS4zLjMuMy43LjQgMS4yLjRzMS0uMyAxLjYtMWw4LjQtMTEuNHYxMC43YzAgLjUgMCAxIC40IDEuMi4zLjQuNy41IDEuMy41LjUgMCAxIDAgMS4yLS41LjMtLjMuNC0uNy40LTEuMnYtMTVjMC0xLS42LTEuNy0xLjctMS43em0yMC40IDEuNWMwLS41LS4yLTEtLjUtMS0uMy0uNC0uNy0uNS0xLjItLjVoLTEyLjVjLS41IDAtMSAwLTEuMi40LS4zLjItLjQuNi0uNCAxIDAgLjUgMCAxIC4zIDEuMi4zLjMuNy40IDEuMi40aDQuNnYxMy43YzAgLjUuMiAxIC41IDEuMi4zLjQuNy41IDEuMy41LjUgMCAxIDAgMS4yLS41LjMtLjMuNS0uNy41LTEuMlY0My44aDQuNWMuNSAwIDEgMCAxLjItLjQuMy0uMy41LS43LjUtMXptMTQgMTRIMzAzdi01aDUuOGMuNSAwIDEtLjIgMS4yLS41LjMtLjIuNS0uNi41LTEgMC0uNS0uMi0xLS41LTEuMi0uMy0uMi0uNy0uNC0xLjItLjRIMzAzdi00LjRoNy4zYy41IDAgMSAwIDEuMi0uNC4zLS4zLjQtLjYuNC0xIDAtLjYtLjItMS0uNS0xLjItLjMtLjMtLjctLjQtMS4yLS40aC05Yy0uNSAwLTEgMC0xLjIuNS0uMi4zLS40LjctLjQgMS4ydjE1YzAgLjUuMiAxIC41IDEuMi40LjQuOC41IDEuNC41aDkuMmMuNCAwIC44IDAgMS0uNC40LS4zLjYtLjYuNi0xIDAtLjYtLjItMS0uNS0xLjItLjMtLjMtLjctLjQtMS0uNHptMTguNS0xNGMwLS41LS4yLTEtLjQtMS0uMy0uNC0uNy0uNS0xLjItLjVIMzE1Yy0uNSAwLS44IDAtMSAuNC0uNC4yLS42LjYtLjYgMSAwIC41LjIgMSAuNSAxLjIgMCAuMy41LjQgMSAuNGg0LjZ2MTMuN2MwIC41IDAgMSAuNCAxLjIuMy40LjguNSAxLjMuNXMxIDAgMS4yLS41Yy4zLS4zLjUtLjcuNS0xLjJWNDMuOGg0LjZjLjUgMCAxIDAgMS4yLS40LjItLjMuNC0uNy40LTF6bTI1LjMgMTUuMnYtMTVjMC0xLS41LTEuNy0xLjYtMS43LS43IDAtMS4zLjMtMS43IDFMMzQzIDUzLjJWNDIuNWMwLS41LS4yLTEtLjUtMS4yLS4zLS40LS43LS41LTEuMy0uNS0uNSAwLTEgMC0xLjIuNS0uMy4zLS40LjctLjQgMS4ydjE1YzAgLjUgMCAxIC40IDEuMy4zLjMuNy40IDEuMi40czEtLjMgMS41LTFMMzUxIDQ3djEwLjdjMCAuNS4zIDEgLjYgMS4yLjMuNC43LjUgMS4zLjUuNCAwIC44IDAgMS0uNS40LS4zLjUtLjcuNS0xLjJ6bTE3LTE2LjdoLTEyLjRjLS40IDAtLjggMC0xIC40LS40LjItLjUuNi0uNSAxIDAgLjUgMCAxIC40IDEuMi4yLjMuNi40IDEgLjRoNC43djEzLjdjMCAuNSAwIDEgLjQgMS4yLjQuNC44LjUgMS40LjUuNSAwIDEgMCAxLjItLjUuMy0uMy41LS43LjUtMS4yVjQzLjhoNC42Yy41IDAgMSAwIDEuMi0uNC4zLS4zLjUtLjcuNS0xIDAtLjYtLjItMS0uNS0xLjItLjMtLjMtLjctLjQtMS4yLS40em0yMCAwYy0uNyAwLTEuMi4zLTEuNyAxbC01LjIgOC40LTUuMy04LjNjLS40LTEtMS0xLjItMS43LTEuMi0uNSAwLTEgMC0xLjIuNC0uMi4zLS40LjgtLjQgMS4zdjE1YzAgMSAuNSAxLjcgMS42IDEuNyAxIDAgMS42LS42IDEuNi0xLjdWNDcuMmwzLjcgNmMuMy41LjguOCAxLjUuOC42IDAgMS0uMyAxLjUtMWwzLjctNnYxMC41YzAgLjUgMCAxIC40IDEuMi40LjQuOC41IDEuNC41LjUgMCAxIDAgMS4yLS41LjMtLjMuNS0uNy41LTEuMnYtMTVjMC0uNSAwLTEtLjMtMS4yLS4zLS40LS43LS41LTEuMi0uNXptMjEgMi40Yy0xLjctMS44LTQtMi43LTYuNi0yLjdzLTUgMS02LjYgMi43Yy0xLjYgMS44LTIuMyA0LTIuMyA2LjhzLjggNSAyLjQgNi44YzEuNSAxLjggMy43IDIuNyA2LjUgMi43IDIuNiAwIDQuOC0xIDYuNC0yLjcgMS41LTEuNyAyLjMtNCAyLjMtNi44IDAtMi43LS44LTUtMi4zLTYuOHptLTIuOCAxMS41Yy0xIDEtMi4yIDEuNy0zLjggMS43LTEuOCAwLTMtLjYtNC0xLjctMS0xLjItMS40LTIuOC0xLjQtNC43cy41LTMuNSAxLjQtNC43YzEtMSAyLjItMS43IDQtMS43IDEuNSAwIDIuOC42IDMuNyAxLjcgMSAxLjIgMS40IDIuOCAxLjQgNC43IDAgMi0uMyAzLjUtMS4zIDQuN3oiLz4KPC9zdmc+Cg==) 0 2px no-repeat;
    background-size: contain
}

@media(max-width: 768px) {
    .header-logo-sm__logo {
        max-width: 180px;
        max-height: 48px;
    }
}

.h-header {
    position: relative;
    background: -webkit-linear-gradient(#1946ba 50%, rgba(25, 70, 186, .8) 80%, rgba(25, 70, 186, 0));
    background: linear-gradient(#1946ba 50%, rgba(25, 70, 186, .8) 80%, rgba(25, 70, 186, 0));
    width: 100%;
    z-index: 3;
    height: 335px;
    top: 0;
    -webkit-transition: height .3s;
    transition: height .3s
}

@media (max-width: 1199px) {
    .h-header {
        height: 320px
    }
}

@media (max-width: 991px) {
    .h-header {
        height: auto;
        position: static;
        background: #1946ba;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        text-align: center
    }
}

.h-header .navbar-toggle {
    color: #1946ba;
    padding: 0;
    background: #fff;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    margin: 23px 12px
}

.h-header .navbar-toggle.collapsed {
    color: #fff;
    background: #1946ba
}

.h-header .navbar-toggle.b-menu-main-sm__toggle {
    color: #ec0b43;
    background: #fff
}

.h-header .navbar-toggle.b-menu-main-sm__toggle.collapsed {
    color: #fff;
    background: #ec0b43
}

@media (max-width: 767px) {
    .h-header .navbar-toggle {
        float: none;
        display: inline-block;
        margin: 0 8px 23px
    }

    .h-header .logo-hor {
        display: inline-block
    }
}

.h-header .icon {
    fill: #fff
}

.b-header-pad {
    display: none
}

.b-header-pad + a.sr-only + .h-sticky-header + .h-header {
    height: auto;
    background: #1946ba
}

.l-header-logo__img, .l-header-logo__link {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.l-header-logo {
    display: flex;
    margin: 0;
    text-align: center
}

.l-header-logo__link {
    position: relative;
    padding-right: 16px;
    display: block;
    text-align: left;
}

.l-header-logo__link--120 {
    margin-left: 16px;
}

.l-header-logo__svg {
    height: 36px;
}

.l-header-logo__svg--120 {
    width: 65px;
}

.header-logo-sm__logo--120 {
    height: 26px;
    width: 45px;
}

@media (max-width: 1199px) {
    .l-header-logo__link {
        /*max-width: 230px;*/
        /*margin: 0 20px 0;*/
    }

    .l-header-logo__svg {
        max-width: 230px;
    }
}

@media (max-width: 991px) {
    .l-header-logo__link {
        width: 100%;
        margin: 0
    }
}

.l-header-logo__img {
    width: 360px;
    height: 227px;
    margin: -52px 0 -60px -40px;
    -webkit-transition: width .3s;
    transition: width .3s;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbDQogPCFFTlRJVFkgbnNfZmxvd3MgImh0dHA6Ly9ucy5hZG9iZS5jb20vRmxvd3MvMS4wLyI+DQpdPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MTkgMjY0Ij4NCiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCiAgICA8IVtDREFUQVsNCiAgICAgIGNpcmNsZSwgcGF0aCB7DQogICAgICAgIGZpbGw6ICNmZmY7DQogICAgICB9DQogICAgICAucmVkZG90IHsNCiAgICAgICAgZmlsbDogI0VDMEI0MzsNCiAgICAgIH0NCiAgICBdXT4NCiAgPC9zdHlsZT4NCg0KICA8Y2lyY2xlIGN4PSIxNTMuNyIgY3k9IjExMCIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjE2OS42IiBjeT0iODYiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIxODUuNiIgY3k9Ijk0IiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjAxLjYiIGN5PSIxMDIiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIxODUuNiIgY3k9IjExMCIgcj0iNS42Ii8+DQogIDxjaXJjbGUgY3g9IjIxNy41IiBjeT0iMTEwIiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjE3LjUiIGN5PSIxMjYiIHI9IjMuNyIvPg0KICA8Y2lyY2xlIGN4PSIyMzMuNSIgY3k9IjExOCIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjIzMy41IiBjeT0iMTAyIiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjE3LjUiIGN5PSI5NCIgcj0iNS42Ii8+DQogIDxjaXJjbGUgY3g9IjIwMS42IiBjeT0iMTE4IiByPSIzLjciLz4NCiAgPGNpcmNsZSBjeD0iMjMzLjUiIGN5PSI4NiIgcj0iNS42Ii8+DQogIDxjaXJjbGUgY3g9IjI0OS41IiBjeT0iNzguMSIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjI0OS41IiBjeT0iMTEwIiByPSIzLjciLz4NCiAgPGNpcmNsZSBjeD0iMjAxLjYiIGN5PSI4NiIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjE4NS42IiBjeT0iMTI2IiByPSIzLjciLz4NCiAgPGNpcmNsZSBjeD0iMTY5LjYiIGN5PSIxMDIiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIxNTMuNyIgY3k9Ijk0IiByPSI1LjYiIGNsYXNzPSJyZWRkb3QiLz4NCiAgPGNpcmNsZSBjeD0iMTM3LjciIGN5PSIxMTgiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIxMzcuNyIgY3k9IjEwMiIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjE2OS42IiBjeT0iMTE3LjkiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIxNjkuNiIgY3k9IjcwLjEiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIyMDEuNSIgY3k9IjEzMy45IiByPSIyLjIiLz4NCiAgPGNpcmNsZSBjeD0iMTUzLjciIGN5PSI3OC4xIiByPSIyLjIiLz4NCiAgPGNpcmNsZSBjeD0iMTg1LjYiIGN5PSI3OC4xIiByPSIyLjIiLz4NCiAgPGNpcmNsZSBjeD0iMjAxLjUiIGN5PSIxMzMuOSIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI4MS40IiBjeT0iOTQiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIyNDkuNSIgY3k9IjEyNiIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI2NS41IiBjeT0iODYiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIyNDkuNSIgY3k9Ijk0IiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjY1LjUiIGN5PSIxMTgiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIyNjUuNSIgY3k9IjEwMiIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjIxNy41IiBjeT0iNzguMSIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI2NS41IiBjeT0iNzAuMSIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI4MS40IiBjeT0iNzguMSIgcj0iMi4yIi8+DQogIDxwYXRoIGQ9Ik04My4yIDE2Mi4zYy4zLS43LjQtMS4yLjItMS43LS4yLS4zLS40LS41LTEtLjctLjgtLjQtMS42IDAtMi4yIDEuM2wtMy43IDktNS05LjItMS0xYy0uNi0uMi0xLS4yLTEuNSAwLS41LjMtLjcuNy0uOCAxLjIgMCAuNiAwIDEgLjQgMS42bDYuMyAxMS0xIDEuNWMtLjMuMy0uNi41LTEgLjVoLS42bC0uNi0uMi0uNS0uMmMtMS0uMy0xLjUgMC0xLjguOC0uNCAxIDAgMS42IDEgMi4yLjYuMyAxLjUuNSAyLjYuNSAxLjMgMCAyLjMtLjUgMy0xLjQgMS0xIDEuNy0yLjQgMi42LTQuNGw0LjYtMTF6TTg4LjMgMTc4LjdjLjUgMCAxLS4yIDEuMy0uNS4zLS40LjQtLjguNC0xLjN2LTYuNGg4LjR2Ni4zYzAgLjQuMi44LjUgMS4yLjIuMy42LjUgMSAuNS43IDAgMS0uMiAxLjQtLjUuMy0uNC41LS44LjUtMS4zdi0xNS40YzAtLjYtLjMtMS0uNi0xLjMtLjMtLjQtLjctLjUtMS4zLS41LS40IDAtLjggMC0xIC41LS40LjMtLjYuNy0uNiAxLjN2Nkg5MHYtNmMwLS42IDAtMS0uNC0xLjMtLjMtLjQtLjgtLjUtMS4zLS41LS42IDAtMSAwLTEuMy41LS4zLjMtLjQuNy0uNCAxLjNWMTc3YzAgLjQgMCAuOC40IDEuMi4zLjMuNy41IDEuMy41ek0xMDguNCAxNzguN2MuNiAwIDEtLjQgMS43LTFsOC42LTExLjh2MTFjMCAuNC4yLjguNSAxIC40LjUuOC43IDEuNC43LjYgMCAxLS4yIDEuMy0uNS4zLS40LjQtLjguNC0xLjN2LTE1LjRjMC0xLjItLjQtMS44LTEuNS0xLjgtLjcgMC0xLjIuMy0xLjcgMWwtOC41IDExLjh2LTExYzAtLjYtLjItMS0uNS0xLjMtLjMtLjQtLjctLjUtMS4zLS41LS41IDAtMSAwLTEuMy41LS4zLjMtLjQuOC0uNCAxLjNWMTc3YzAgLjQgMCAxIC40IDEuMi4zLjMuNy41IDEuMi41ek0xMzcuNyAxNjguNWMuNi0uMyAxLjItLjggMS42LTEuNS40LS43LjctMS41LjctMi40IDAtMy4zLTIuNC01LTctNS0xLjYgMC0zIDAtNC4zLjQtMSAuMi0xLjcuOC0xLjcgMnYxNC43YzAgMSAuNiAxLjYgMS42IDEuOCAxLjMuMiAzIC4zIDQuNi4zIDUgMCA3LjctMiA3LjctNiAwLTEtLjUtMi0xLTIuNy0uNi0uNi0xLjQtMS0yLjMtMS41em0tNC43LS44aC0yLjZ2LTVoMi4zYzIuNSAwIDMuNy43IDMuNyAyLjMgMCAxLjgtMSAyLjctMy40IDIuN3ptMy4zIDcuNWMtLjYuNS0xLjYuNy0zIC43bC0zLS4zdi01LjRoM2MyLjcgMCA0IDEgNCAyLjggMCAxLS4zIDEuOC0xIDIuMnpNMTU3LjMgMTc4LjJjLjMtLjIuNS0uNi41LTEgMC0uNi0uMi0xLS41LTEuMi0uMy0uMy0uNy0uNS0xLjItLjVoLTcuNnYtNWg2Yy41IDAgMSAwIDEuMi0uNC4zLS4yLjQtLjYuNC0xIDAtLjUgMC0xLS40LTEuMi0uMy0uMy0uNy0uNC0xLjMtLjRoLTZWMTYzaDcuNmMuNCAwIC44LS4zIDEtLjUuNC0uMy41LS43LjUtMS4yIDAtLjQgMC0uOC0uNC0xLS4yLS40LS42LS41LTEtLjVoLTkuM2MtLjUgMC0xIDAtMS4zLjUtLjMuMy0uNC43LS40IDEuM1YxNzdjMCAuNCAwIC44LjQgMSAuNC41LjguNyAxLjMuN2g5LjRjLjYgMCAxLS4yIDEuMy0uNXpNMTc0LjMgMTY1LjdjMC0yLS43LTMuNi0yLTQuNi0xLjMtMS0zLTEuNC01LjMtMS40LTEuNiAwLTMgLjItNC4yLjQtMSAuMi0xLjYgMS0xLjYgMnYxNWMwIC40LjIuOC41IDEuMi4zLjMuNy41IDEuMi41czEtLjIgMS4yLS41Yy4zLS40LjUtLjguNS0xLjN2LTVsMi4yLjJjMiAwIDQtLjYgNS4yLTEuNyAxLjQtMSAyLTIuNyAyLTQuOHptLTkuNi0zaDIuMmMyLjQgMCAzLjYgMSAzLjYgMyAwIDIuMy0xLjIgMy40LTQgMy40aC0ydi02LjJ6TTE4OS41IDE3NC43Yy0xLjMuNy0yLjYgMS0zLjggMS0xLjUgMC0yLjgtLjUtMy44LTEuNi0xLTEtMS42LTIuOC0xLjYtNC44cy41LTMuNiAxLjQtNC44YzEuNS0yIDQtMi4zIDcuMy0xIDEuMy40IDIgLjIgMi4zLS41LjQtMSAuMi0xLjctLjYtMi4yLTEuMi0xLTMtMS4zLTUtMS4zLTMgMC01IDEtNi42IDIuNy0xLjQgMS43LTIuMiA0LTIuMiA3cy43IDUuNCAyLjIgN2MxLjQgMS44IDMuNiAyLjcgNi41IDIuNyAyLjIgMCA0LS42IDUuNi0xLjcuNS0uMy44LS44IDEtMS4yIDAtLjQgMC0uOC0uMy0xLS41LS44LTEuMi0xLTIuMi0uM3pNMjA5LjQgMTU5LjhjLS43IDAtMS4yLjMtMS43IDFsLTguNSAxMS44di0xMWMwLS42LS4yLTEtLjUtMS4zLS4zLS40LS43LS41LTEuMy0uNS0uNSAwLTEgMC0xLjMuNS0uMi4zLS4zLjctLjMgMS4zVjE3N2MwIC40IDAgMSAuNCAxLjIuNC4zLjguNSAxLjQuNS41IDAgMS0uNCAxLjYtMWw4LjUtMTEuOHYxMWMwIC40LjIuOC41IDEgLjMuNS43LjcgMS4zLjcuNiAwIDEtLjIgMS4zLS41LjMtLjQuNC0uOC40LTEuM3YtMTUuNGMwLTEuMi0uNS0xLjgtMS42LTEuOHpNMjMwLjIgMTYxLjNjMC0uNS0uMi0uOC0uNS0xLS4zLS40LS43LS41LTEuMi0uNWgtMTIuOGMtLjUgMC0xIDAtMS4yLjQtLjMuMy0uNS42LS41IDEgMCAuNi4yIDEgLjUgMS4zLjMuMi43LjQgMS4yLjRoNC43djE0YzAgLjQgMCAuOC40IDEuMi4zLjMuNy41IDEuMy41czEtLjIgMS40LS41Yy4zLS40LjQtLjguNC0xLjN2LTE0aDQuN2MuNSAwIDEtLjMgMS4yLS41LjMtLjMuNS0uNy41LTEuMnpNMjQ0LjQgMTc1LjVoLTcuN3YtNWg2Yy40IDAgLjggMCAxLS40LjQtLjIuNi0uNi42LTEgMC0uNS0uMi0xLS41LTEuMi0uMy0uMy0uNy0uNC0xLjItLjRoLTZWMTYzaDcuNWMuNiAwIDEtLjMgMS4zLS41LjMtLjMuNS0uNy41LTEuMiAwLS40LS4yLS44LS41LTEtLjMtLjQtLjctLjUtMS4yLS41aC05Yy0uNiAwLTEgMC0xLjMuNS0uMy4zLS41LjctLjUgMS4zVjE3N2MwIC40LjIuOC41IDEgLjMuNS44LjcgMS4zLjdoOS40Yy41IDAgMS0uMiAxLjItLjUuMy0uMi40LS42LjQtMSAwLS42IDAtMS0uNC0xLjItLjMtLjMtLjctLjUtMS4yLS41ek0yNjMuNSAxNjEuM2MwLS41LS4yLS44LS41LTEtLjMtLjQtLjctLjUtMS4yLS41SDI0OWMtLjUgMC0xIDAtMS4yLjQtLjMuMy0uNS42LS41IDEgMCAuNi4yIDEgLjUgMS4zLjMuMi43LjQgMS4yLjRoNC42djE0YzAgLjQuMi44LjUgMS4yLjQuMy44LjUgMS40LjVzMS0uMiAxLjMtLjVjLjMtLjQuNC0uOC40LTEuM3YtMTRoNC44Yy41IDAgMS0uMyAxLjItLjUuMy0uMy41LS43LjUtMS4yek0yODkuNCAxNzd2LTE1LjRjMC0xLjItLjYtMS44LTEuNy0xLjgtLjYgMC0xLjIuMy0xLjYgMWwtOC41IDExLjh2LTExYzAtLjYgMC0xLS40LTEuMy0uMi0uNC0uNy0uNS0xLjItLjUtLjYgMC0xIDAtMS4zLjUtLjMuMy0uNC43LS40IDEuM1YxNzdjMCAuNC4yIDEgLjUgMS4yLjMuMy43LjUgMS4yLjUuNiAwIDEtLjQgMS42LTFMMjg2IDE2NnYxMWMwIC40IDAgLjguNCAxIC4zLjUuNy43IDEuMy43LjUgMCAxLS4yIDEuMi0uNS4yLS40LjQtLjguNC0xLjN6TTMwNyAxNTkuOGgtMTNjLS40IDAtLjggMC0xIC40LS40LjMtLjYuNi0uNiAxIDAgLjYgMCAxIC41IDEuMy4yLjIuNi40IDEgLjRoNC43djE0YzAgLjQuMi44LjUgMS4yLjMuMy43LjUgMS4zLjVzMS0uMiAxLjItLjVjLjMtLjQuNS0uOC41LTEuM3YtMTRoNC43Yy40IDAgLjgtLjMgMS0uNS40LS4zLjYtLjcuNi0xLjJzLS4yLS44LS41LTFjLS4yLS40LS42LS41LTEtLjV6TTMyNy4yIDE1OS44Yy0uNyAwLTEuMy4zLTEuNyAxbC01LjMgOC42LTUuNC04LjVjLS41LTEtMS0xLjItMS44LTEuMi0uNSAwLTEgMC0xLjIuNC0uMy4zLS40LjgtLjQgMS40VjE3N2MwIDEgLjUgMS43IDEuNiAxLjdzMS42LS42IDEuNi0xLjh2LTEwLjZsMy44IDZjLjQuNiAxIDEgMS42IDEgLjYgMCAxLjItLjQgMS42LTFsMy43LTZ2MTAuNWMwIC40LjIuOC41IDEuMi4zLjMuNy41IDEuMy41LjYgMCAxLS4yIDEuNC0uNS4zLS40LjQtLjguNC0xLjN2LTE1LjRjMC0uNiAwLTEtLjQtMS4zLS4zLS40LS43LS41LTEuMi0uNXpNMzQ4LjYgMTYyLjJjLTEuNi0xLjgtNC0yLjctNi43LTIuN3MtNS4yIDEtNi43IDIuN2MtMS42IDItMi40IDQuMi0yLjQgN3MuNyA1LjIgMi4zIDdjMS41IDEuOCAzLjcgMi43IDYuNiAyLjdzNS0xIDYuNi0yLjhjMS41LTEuOCAyLjMtNC4yIDIuMy03cy0xLTUtMi40LTd6TTM0NiAxNzRjLTEgMS4yLTIuNCAxLjgtNCAxLjgtMS44IDAtMy0uNi00LTEuOC0xLTEuMy0xLjUtMy0xLjUtNC44IDAtMiAuNS0zLjUgMS40LTQuNyAxLTEuMyAyLjItMiA0LTIgMS42IDAgMyAuNyA0IDIgLjggMS4yIDEuMyAyLjggMS4zIDQuN3MtLjUgMy42LTEuNCA0Ljh6Ii8+DQo8L3N2Zz4NCg==)
}

.l-header-title .first-string img, .l-header-title .second-string img {
    display: none;
    width: 100%
}

@media (max-width: 1199px) {
    .l-header-logo__img {
        width: 330px;
        height: 208px;
        margin: -50px 0 -58px -40px
    }
}

.l-header-title {
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(255, 255, 255, .9);
    cursor: default;
    text-align: right;
}

.l-header-title .sub-head {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    margin-top: 0;
    margin-bottom: 5px;
}

.l-header-title .first-string, .l-header-title .second-string {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    opacity: .6;
}

.l-header-title .first-string {
    white-space: nowrap;
    margin: 5px auto 0;
    overflow: hidden
}

.l-header-title .second-string {
    margin: 0 auto 10px;
    position: relative
}

@media (max-width: 1199px) {
    .l-header-title .sub-head {
        font-size: 12px
    }

    .l-header-title .first-string, .l-header-title .second-string {
        font-size: 15px
    }
}

.b-links-main {
    background: #1946ba;
    color: #fff;
    margin-bottom: 30px
}

.b-links-main > .container {
    padding: 0
}

.b-links-main h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    display: table;
    width: 100%
}

.b-links-main a {
    color: #fff;
    display: table-row
}

.b-links-main a img, .b-links-main a span {
    display: table-cell;
    vertical-align: middle
}

.b-links-main a:focus, .b-links-main a:hover {
    background: rgba(255, 255, 255, .1)
}

.b-links-main a img {
    opacity: .3;
    padding: 12px;
    width: 54px;
    height: 54px
}

.b-links-main a span {
    width: 100%
}

.b-slider-main {
    margin-top: -170px;
    position: relative;
    z-index: 1;
    background: #1946ba
}

.b-news-main, .b-news-main .nav-tabs {
    margin-bottom: 15px
}

.b-news-main .tab-pane {
    position: relative
}

.b-news-main .b-news-wrap {
    height: 313px;
    overflow: hidden;
    position: relative
}

.b-news-main .b-news-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x
}

@media (max-width: 991px) {
    .b-slider-main {
        margin-top: 62px
    }

    .b-news-main .b-news-wrap::after {
        content: none
    }
}

@media (max-width: 767px) {
    .b-news-main .b-news-wrap {
        height: 615px
    }
}

.b-news-main .b-news-wrap .handle {
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.b-actvity-main__link-all, .b-news__link-all {
    position: absolute;
    right: 0;
    top: -50px
}

.b-actvity-main__link-all::after, .b-news__link-all::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: rgba(0, 0, 0, .5);
    padding-left: .5em
}

.b-ads-controls, .b-news-controls {
    min-height: 40px
}

.b-ads-controls .pager, .b-news-controls .pager {
    margin: 0 0 -20px
}

.b-ads-controls__all-items-link, .b-news-controls__all-items-link {
    position: absolute;
    right: 0
}

@media (max-width: 767px) {
    .b-actvity-main__link-all, .b-news__link-all {
        font-size: 13px;
        top: -43px
    }

    .b-ads-controls .pager, .b-news-controls .pager {
        display: none
    }

    .b-ads-controls__all-items-link, .b-news-controls__all-items-link {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.b-ads-controls .pager .next > a, .b-ads-controls .pager .next > span, .b-ads-controls .pager .previous > a, .b-ads-controls .pager .previous > span, .b-news-controls .pager .next > a, .b-news-controls .pager .next > span, .b-news-controls .pager .previous > a, .b-news-controls .pager .previous > span {
    float: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    padding: 0;
    text-align: center
}

.b-ads-controls .pager .next, .b-ads-controls .pager .previous, .b-news-controls .pager .next, .b-news-controls .pager .previous {
    margin: 0
}

.b-ads-controls .steps-count, .b-news-controls .steps-count {
    color: #bdbdbd;
    border-color: transparent
}

.b-news-main .b-news-card {
    float: left;
    width: 8.33333%;
    padding: 0 15px;
    margin-top: 15px;
    overflow: hidden
}

.b-news-main .b-news-card a {
    display: block;
}

.b-news-main .b-news-card .news-photo {
    width: 100%;
    height: auto;
    padding: 3px;
    border-radius: 3px;
    margin: 0 auto -21px;
    background-color: rgba(0, 0, 0, .1);
    background-size: contain;
    background-origin: content-box
}

@media (min-width: 1200px) {
    .b-news-main .b-news-card .news-photo {
        width: 256px
    }
}

.b-news-main .b-news-card .news-photo::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 66.5%
}

.b-news-main .b-news-card .news-photo img {
    display: none
}

@media (max-width: 991px) {
    .b-news-main .b-news-card {
        width: 16.66666%;
        height: 140px;
        overflow: hidden;
        position: relative
    }

    .b-news-main .b-news-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 15px;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
        pointer-events: none
    }

    .b-news-main .b-news-card .news-photo {
        width: 25%;
        float: left;
        margin-right: 15px
    }

    .b-news-main .b-news-card .date, .b-news-main .b-news-card .title {
        margin-left: 25%;
        padding-left: 15px
    }

    .b-news-main .b-news-card:nth-child(4n) {
        margin-left: -16.66666%;
        margin-top: 163px
    }

    .b-news-main .b-news-card:nth-child(4n - 1) {
        margin-left: -33.33333%;
        margin-top: 163px
    }
}

@media (max-width: 767px) {
    .b-news-main .b-news-card {
        width: 33.33333%;
        height: auto;
        overflow: visible;
        padding: 0
    }

    .b-news-main .b-news-card::after {
        content: none
    }

    .b-news-main .b-news-card:nth-child(4n) {
        margin-left: -33.33333%;
        margin-top: 465px
    }

    .b-news-main .b-news-card:nth-child(4n - 1) {
        margin-left: -33.33333%;
        margin-top: 315px
    }

    .b-news-main .b-news-card:nth-child(4n - 2) {
        margin-top: 165px;
        margin-left: -33.33333%
    }

    .b-news-main .b-news-card .label {
        height: 16px;
        font-size: 8px
    }
}

.b-actvity-main, .b-actvity-main .nav-tabs, .b-into-itmo, .b-into-itmo .nav-tabs, .b-life-itmo, .b-life-itmo .nav-tabs, .b-social-embed, .b-social-embed .nav-tabs {
    margin-bottom: 15px
}

.b-actvity-main .nav-pills, .b-into-itmo .nav-pills, .b-life-itmo .nav-pills, .b-social-embed .nav-pills {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.b-actvity-main .nav-pills a, .b-into-itmo .nav-pills a, .b-life-itmo .nav-pills a, .b-social-embed .nav-pills a {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    border: none;
    border-bottom: 5px solid transparent;
    border-radius: 0
}

.b-actvity-main .nav-pills a:focus, .b-actvity-main .nav-pills a:hover, .b-into-itmo .nav-pills a:focus, .b-into-itmo .nav-pills a:hover, .b-life-itmo .nav-pills a:focus, .b-life-itmo .nav-pills a:hover, .b-social-embed .nav-pills a:focus, .b-social-embed .nav-pills a:hover {
    background-color: transparent;
    border-bottom-color: #1946ba
}

@media (max-width: 767px) {
    .b-actvity-main .nav-pills a, .b-into-itmo .nav-pills a, .b-life-itmo .nav-pills a, .b-social-embed .nav-pills a {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 400
    }
}

.b-activity-card .name, .b-footer .popover .popover-title {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 400
}

.b-actvity-main .nav-pills li.active > a, .b-into-itmo .nav-pills li.active > a, .b-life-itmo .nav-pills li.active > a, .b-social-embed .nav-pills li.active > a {
    border-bottom: 5px solid rgba(25, 70, 186, .5);
    background-color: transparent;
    color: #1946ba
}

.b-actvity-main .nav-pills li.active > a:focus, .b-actvity-main .nav-pills li.active > a:hover, .b-into-itmo .nav-pills li.active > a:focus, .b-into-itmo .nav-pills li.active > a:hover, .b-life-itmo .nav-pills li.active > a:focus, .b-life-itmo .nav-pills li.active > a:hover, .b-social-embed .nav-pills li.active > a:focus, .b-social-embed .nav-pills li.active > a:hover {
    border-bottom-color: #1946ba
}

.b-actvity-main {
    margin-bottom: 0
}

.activity-list {
    position: relative
}

.activity-list:after, .activity-list:before {
    content: " ";
    display: table
}

.activity-list:after {
    clear: both
}

.b-activity-card {
    float: left;
    width: 100%;
    padding: 15px 15px 0;
    min-height: 115px
}

.b-activity-card__col2 {
    width: 100%;
}

@media (min-width: 768px) {
    .activity-list__all-items-link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .b-activity-card {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .b-activity-card {
        width: 33.3333333%
    }
    .b-activity-card__col2 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .b-activity-card {
        min-height: initial;
        padding: 15px 0 0
    }

    .b-activity-card + .b-activity-card {
        margin-top: 15px;
        border-top: 1px dotted rgba(0, 0, 0, .1)
    }
}

.b-activity-card .date {
    float: left;
    text-align: center;
    margin-top: 5px;
    font-size: 11px
}

.b-activity-card .date__dash {
    margin: 18px 7px 0;
    color: #BDBDBD;
    font-size: 14px;
}

.b-activity-card .date .num {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    display: block;
    margin: 0;
    color: #fff;
    background: #ec0b43;
    overflow: hidden;
    font-size: 21px;
    line-height: 36px;
    position: relative
}

.b-activity-card .date .num::after, .b-activity-card .date .num::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
    top: 3px
}

.b-activity-card .date .num::before {
    left: 25%
}

.b-activity-card .date .num::after {
    right: 25%
}

.b-activity-card .date month {
    display: block;
    margin-top: -18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.b-activity-card .date year {
    display: block;
    color: #bdbdbd
}

.b-activity-card .name {
    margin: 0 0 0 60px;
    height: 85px;
    overflow: hidden;
    position: relative;
    font-size: 19px
}

.b-activity-card .name__contest {
    margin-left: 125px;
}

.b-activity-card .name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x
}

@media (max-width: 767px) {
    .b-activity-card .name {
        height: auto
    }

    .b-activity-card .name::after {
        content: none
    }
}

.b-intro-card {
    float: left;
    width: 100%;
    min-height: 85px
}

@media (min-width: 768px) {
    .b-intro-card {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 1200px) {
    .b-intro-card {
        width: 33.3333333%
    }
}

.b-intro-card .icon {
    width: 55px;
    height: 55px;
    float: left;
    text-align: center;
    margin-top: 15px;
    display: block;
    color: #fff;
    background: #1946ba;
    border-radius: 50%;
    overflow: hidden
}

.b-intro-card .icon .fa {
    line-height: 55px
}

.b-intro-card section {
    margin: 15px 0 0 70px;
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .b-intro-card section {
        height: 60px;
        overflow: hidden;
        position: relative
    }

    .b-intro-card section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 15px;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
        pointer-events: none
    }
}

.b-intro-card section h4 {
    margin-bottom: 0
}

.b-intro-card section p {
    color: #bdbdbd
}

.b-life-itmo {
    padding-bottom: 15px
}

.b-life-itmo .b-life-itmo__content {
    margin-top: 30px;
    margin-bottom: 15px
}

.b-life-itmo .pager .next > a {
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #ec0b43;
    color: #ec0b43
}

.b-life-itmo .pager .next > a:focus, .b-life-itmo .pager .next > a:hover {
    background-color: rgba(236, 11, 67, .15)
}

.b-social-embed {
    margin-bottom: 30px
}

.b-social-embed .b-social-embed__content .icn-social {
    width: 42px;
    display: block;
    margin: 15px 0
}

.b-footer {
    padding: 15px 0 30px;
    background: url(../img/building.png) right bottom no-repeat rgba(25, 70, 186, .75);
    color: rgba(255, 255, 255, .5);
    font-size: 13px
}

.b-footer .tooltip-inner {
    background-color: #1946ba;
    min-width: 120px;
    white-space: nowrap
}

.b-footer .tooltip.top .tooltip-arrow {
    border-top-color: #1946ba
}

.b-footer .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1946ba
}

.b-footer .popover {
    min-width: 255px;
    color: #333
}

@media (max-width: 767px) {
    .b-footer .popover {
        position: static !important;
        max-width: none;
        margin: 15px 0
    }

    .b-footer .popover .arrow {
        display: none
    }
}

.b-footer .popover a {
    color: #1946ba
}

.b-footer .popover .popover-title {
    font-size: 24px
}

.b-footer .popover .popover-content h4 {
    color: #333
}

.b-footer .popover .popover-content .btn-block {
    margin: 15px 0;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 160%;
    font-family: "Schlange Sans Bold", "Open Sans", sans-serif;
    font-weight: 600;
    color: #1946ba
}

.b-footer__logo {
    margin: 4px 0 10px -25px
}

.b-footer__contacts .nav-pills > li > a {
    margin-left: -9px;
    padding-left: 45px;
    padding-right: 5px;
    min-height: 40px
}

.b-footer__contacts .nav-pills > li.active > a {
    background-color: #1946ba !important
}

.b-footer__contacts .nav-pills > li.active > a .icon-wrap {
    background-color: #ec0b43
}

.b-footer__contacts .icon-wrap {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: -40px;
    margin-top: -6px;
    border-radius: 50%
}

.b-footer__contacts .icon-wrap .icon {
    margin: 4px 0 0 4px;
    opacity: .7
}

.b-footer__contacts .icon {
    fill: #fff
}

.b-footer__contacts .icon.icon--chevron {
    opacity: .5;
    margin-bottom: -6px
}

.b-footer__contacts__js-popover {
    display: none
}

.b-footer__apps .nav a {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    padding: 0;
    margin-right: 10px
}

.b-footer__apps .nav a:focus .icon, .b-footer__apps .nav a:hover .icon {
    opacity: 1
}

.b-footer__apps .nav a .icon {
    width: 30px;
    height: 30px;
    margin: 10px;
    fill: #fff;
    opacity: .7
}

.b-footer__social .social-link {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2) !important;
    opacity: .7;
    margin: 8px 5px 0 0
}

.b-footer__social .social-link:focus, .b-footer__social .social-link:hover {
    opacity: 1;
    background-color: transparent !important
}

.b-footer__social .social-link:focus::after, .b-footer__social .social-link:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.b-footer__social .social-link::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-top: -44px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.b-footer__social .social-link.-vk::after {
    background-color: #4c75a3
}

.b-footer__social .social-link.-facebook::after {
    background-color: #3b5b98
}

.b-footer__social .social-link.-google-plus::after {
    background-color: #dc4e41
}

.b-footer__social .social-link.-linkedin::after {
    background-color: #0077b5
}

.b-footer__social .social-link.-youtube::after {
    background-color: #cd201f
}

.b-footer__social .social-link.-twitter::after {
    background-color: #55acee
}

.b-footer__social .social-link.-instagram::after {
    background-color: #3f729b
}

.b-footer__social .social-link .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin: 10px;
    position: relative;
    z-index: 1
}

.b-footer .text-muted {
    color: rgba(255, 255, 255, .5)
}

.b-footer a {
    color: #fff
}

.b-footer h4 {
    margin-top: 25px;
    color: rgba(255, 255, 255, .9)
}

.b-footer h4 > a {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .5) 50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .5) 50%);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 18px
}

.b-footer .nav li a {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    -webkit-transition-property: opacity, background-color;
    transition-property: opacity, background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.b-footer__social .-telegram:before {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    background: url('../img/telegram.png') no-repeat;
    background-position: center center;
    background-color: transparent !important;
    background-size: 18px auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.b-footer__social .social-link.-telegram:hover:before {
    opacity: 1;
}

.b-footer__social .social-link.-telegram::after {
    background-color: #34afed;
    margin-top: -38px;
}

.b-footer .nav li a:focus, .b-footer .nav li a:hover {
    background-color: rgba(255, 255, 255, .1)
}

.b-footer-bottom {
    background: rgba(25, 70, 186, .9);
    position: relative;
    min-height: 47px
}

.b-footer-bottom__links {
    letter-spacing: .05em;
    margin-right: 90px;
    margin-top: 13px
}

.b-footer-bottom__links a {
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    white-space: nowrap
}

.b-footer-bottom__links a:focus, .b-footer-bottom__links a:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .2) 50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .2) 50%);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 17px
}

.b-footer-bottom__links .www {
    font-family: "Schlange Sans Light", "Open Sans", sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, .5)
}

.b-footer-bottom__slogan {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.b-footer-bottom__slogan:hover i.fa {
    opacity: .5;
    top: 15%
}

.b-footer-bottom__slogan__img {
    width: 151px;
    height: 110px;
    display: block;
    -webkit-transition: width .3s;
    transition: width .3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbDQoJPCFFTlRJVFkgbnNfZmxvd3MgImh0dHA6Ly9ucy5hZG9iZS5jb20vRmxvd3MvMS4wLyI+DQpdPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDIwMCAxNDYiPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjAwdjE0NkgweiIvPjxwYXRoIGZpbGw9IiNFQzBCNDMiIGQ9Ik0yMDAgMzAuNzE4QzE3OC43NzUgMTEuODE2IDE1MC44MS4zMDggMTIwLjE0OC4zMDggNTMuNzk0LjMxIDAgNTQuMTA0IDAgMTIwLjQ2MmMwIDguNzY3Ljk2MyAxNy4zMDQgMi43NSAyNS41NEgyMDBWMzAuNzE4eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik00NS41MjIgOTIuNzY3Yy4zNzYgMCAuNjctLjExNC44ODMtLjMzNy4yMTYtLjIzLjMyLS41MjMuMzItLjg4VjgwLjE4M2MwLS4zNjMtLjEwNC0uNjU3LS4zMi0uODktLjIxMy0uMjMzLS41MDctLjM1NC0uODgzLS4zNTQtLjM4NCAwLS42ODUuMTItLjg5LjM1My0uMjEuMjMyLS4zMS41MjYtLjMxLjg5VjkxLjU1YzAgLjM1Ni4xLjY0OC4zMS44OC4yMDYuMjIyLjUwNy4zMzcuODkuMzM3TTYxLjgyOCA4MC43ODJjLjIwNi0uMTk4LjMxLS40Ni4zMS0uNzggMC0uMzMtLjEwMy0uNTk1LS4zMS0uNzgyLS4yMDctLjE4Ny0uNDktLjI4LS44NTQtLjI4SDUxLjQ4Yy0uMzUyIDAtLjYzLjA5NC0uODQuMjgtLjIwMy4xODgtLjMwOC40NTItLjMwOC43ODMgMCAuMzE4LjEwNC41OC4zMS43OC4yMDcuMi40ODYuMzAzLjgzNy4zMDNoMy41NDN2MTAuNDU4YzAgLjM2Mi4xMDYuNjU0LjMxMy44ODYuMjA0LjIzLjUwNS4zMzcuODkuMzM3LjM5MiAwIC42ODYtLjEwOC44OTQtLjMzNy4yMDctLjIzLjMxMy0uNTIzLjMxMy0uODg2VjgxLjA4NmgzLjU0M2MuMzYgMCAuNjQ1LS4xMDIuODUyLS4zMDRNNzYuNDI3IDkyLjQyN2MuMjE2LjIyNi41MS4zNC44OC4zNC4zOSAwIC42OS0uMTE0Ljg5NS0uMzQuMjEtLjIyNS4zMS0uNTIuMzEtLjg4VjgwLjE4M2MwLS4zNzctLjA5NS0uNjc1LS4yOS0uOTAzLS4xOTItLjIyNy0uNDctLjM0LS44My0uMzQtLjQ2OCAwLS44NjIuMjUyLTEuMTg0Ljc2M2wtNC4wMDUgNi40NzQtNC4wOTMtNi40NTRjLS4zMi0uNTIzLS43MzMtLjc4My0xLjI0LS43ODMtLjMzNSAwLS42MDYuMTA4LS44MTQuMzEzLS4yMS4yMDUtLjMxLjUyLS4zMS45NTNWOTEuNTVjMCAuODEyLjM3MiAxLjIyIDEuMTI0IDEuMjIuNzQ0IDAgMS4xMi0uNDA3IDEuMTItMS4yMnYtOC4wNmwyLjk2NyA0LjY1Yy4yOTQuNDY4LjY3LjcgMS4xMjMuNy40NCAwIC44MDgtLjI0MiAxLjEwMi0uNzE4bDIuOTI4LTQuNzM0djguMTU4Yy0uMDAyLjM2Mi4xMDQuNjU2LjMxNy44OE05Mi41MSA4OS40MzNjLS42OTcuOTI3LTEuNzA3IDEuMzktMy4wMTggMS4zOS0xLjI5NCAwLTIuMjk0LS40NjMtMi45OTQtMS4zOS0uNy0uOTMyLTEuMDU0LTIuMTItMS4wNTQtMy41NzYgMC0xLjQ1OC4zNTMtMi42NSAxLjA1NC0zLjU3OC43LS45MzMgMS43LTEuMzk3IDIuOTk0LTEuMzk3IDEuMzEgMCAyLjMyLjQ2NCAzLjAxOCAxLjM5Ni43MDQuOTI3IDEuMDU1IDIuMTIgMS4wNTUgMy41NzcgMCAxLjQ1Ni0uMzUgMi42NDQtMS4wNTUgMy41NzZtLTMuMDE4LTEwLjY5NmMtMi4wOTQgMC0zLjcxNy42Ny00Ljg2IDIuMDA3LTEuMTQyIDEuMzM4LTEuNzE0IDMuMDQtMS43MTQgNS4xMTIgMCAyLjA4My41NzIgMy43ODYgMS43MTUgNS4xMThzMi43NjYgMS45OTYgNC44NiAxLjk5NmMyLjEgMCAzLjcyNC0uNjY0IDQuODctMS45OTYgMS4xNS0xLjMzMiAxLjcyNi0zLjAzNSAxLjcyNi01LjExOCAwLTIuMDcyLS41NzYtMy43NzQtMS43MjgtNS4xMTItMS4xNDUtMS4zMzctMi43Ny0yLjAwNy00Ljg3LTIuMDA3Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTYwLjYxIDg0LjQxN2MwLS4xOC0uMDItLjMyLS4wNi0uNDE2LS4wMzUtLjA5Ny0uMTA3LS4yMzItLjIyMi0uNDEtLjAyLS4wMzctLjA5LS4xMTMtLjIwNy0uMjMyLS4wNi0uMDU3LS4xMTMtLjExNy0uMTctLjE3LS4wNTQtLjA1OC0uMTA2LS4xMDctLjE2Mi0uMTUtLjExLS4xMDMtLjE4Mi0uMTUtLjIyLS4xNS0uMDcgMC0uMTc3LjAzMy0uMzI4LjEwMi0uMTU0LjA2LS4yNDMuMTItLjI2My4xNjctLjAwNi4wNDQtLjAxLjEwMy0uMDEuMTgzIDAgLjAyNSAwIC4wNTcuMDA0LjA5NiAwIC4wMzguMDA1LjA4Mi4wMDcuMTIuMDA4LjA0My4wMS4wODUuMDEuMTI2LjAwMy4wNDQuMDAzLjA3NS4wMDMuMSAwIC4wMzMuMDc3LjExNS4yMy4yNC4xNDQuMTI2LjI2Ny4yNTQuMzcuMzg2LjEwNC4xMi4xNTYuMjUyLjE1Ni4zOTIgMCAuMTQ0LS4wMS4yNzYtLjAzLjQwMy0uMDIuMTItLjA1Ni4yMy0uMS4zMzgtLjA0NS4xMDUtLjEwNy4yMDctLjE4LjMwNC0uMDc2LjA5OC0uMTcuMTktLjI4LjI5My0uMDM2LjAyNi0uMDY1LjA2NC0uMDkzLjEwNC0uMDMuMDUtLjA2LjA5My0uMDg2LjE0LS4wMjIuMDU1LS4wNC4xMDQtLjA1Ny4xNTMtLjAxMi4wNTItLjAyMi4xLS4wMjIuMTQgMCAuMTE4LjA0OC4yMTIuMTQuMjkuMDg4LjA3NC4xOTQuMTA4LjMyMi4xMDguMjMyIDAgLjQzOC0uMTYzLjYyNS0uNDk4LjE4Mi0uMzIzLjMzLS43MDYuNDQ0LTEuMTQyLjExNy0uNDQyLjE3Ny0uNzc4LjE4LTEuMDEzTTYxLjY0NiA4Ny4zMjdjLS4xMTguMTMzLS4yMjYuMjctLjMyNi40MTctLjA2Mi4wODUtLjEyMy4xODItLjE3Ni4yOS0uMDU3LjEwMi0uMTA3LjIxMi0uMTUuMzI0LS4wNDUuMTEtLjA4LjIyNS0uMTA1LjM0NC0uMDI4LjExNC0uMDQyLjIyMy0uMDQyLjMyNSAwIC4yMTIuMDU0LjM5OC4xNTguNTY4LjEwMi4xNy4yMy4zMzIuMzkuNDgzLjE1OC4xNS4zMjYuMjk0LjUxLjQzLjE4My4xMzMuMzU0LjI2Ny41MS40MDMuMTU2LjEzNy4yODguMjcyLjM5My40MTQuMTAzLjE0LjE1My4yOS4xNTMuNDUyIDAgLjEzLS4wMy4yNzgtLjEwNC40NC0uMDY3LjE2NS0uMTg1LjMxNC0uMzUuNDQ1LS4wNTguMDUtLjEyMi4wODYtLjE4Ny4xMi0uMDY3LjAzNi0uMTMzLjA2Ny0uMTkyLjA4Ni0uMDYyLjAyNi0uMTIuMDQ2LS4xNzMuMDU3LS4wNTQuMDEzLS4wOTQuMDItLjEyMy4wMi0uMDI2IDAtLjA2IDAtLjA5OC4wMDItLjAzNyAwLS4wOC4wMDUtLjEyLjAwNS0uMDM4LjAwMy0uMDcuMDA1LS4xMDYuMDEyLS4wMzUuMDA4LS4wNTcuMDE0LS4wNy4wMi0uMTA3LjA1Ny0uMTkyLjEyNi0uMjUuMjA1LS4wNTcuMDg1LS4wODYuMTk4LS4wODYuMzUgMCAuMTcuMDM1LjI5OC4xLjM5Mi4wNy4wODcuMjA0LjEzLjQxLjEzLjE1IDAgLjMxMi0uMDI2LjQ5Mi0uMDg3LjE4LS4wNTcuMzU2LS4xNDUuNTMzLS4yNTUuMTc2LS4xMS4zNDMtLjI0LjUwNy0uMzkyLjE2OC0uMTUuMzEzLS4zMTguNDM4LS40OTUuMTI3LS4xNzguMjI1LS4zNjUuMy0uNTY2LjA3Ni0uMjAzLjExNC0uNDA4LjExNC0uNjIgMC0uMTQ0LS4wMjYtLjI3NS0uMDc4LS40MDMtLjA1LS4xMzMtLjExNS0uMjUtLjE5Ni0uMzctLjA4Ny0uMTE3LS4xOC0uMjM0LS4yODUtLjM0NS0uMTAzLS4xMDUtLjIxNy0uMjE4LS4zMy0uMzIyLS4xMjctLjExNC0uMjUyLS4yMjUtLjM4LS4zMjUtLjEyNi0uMTA3LS4yNS0uMjEyLS4zNzItLjMxOC0uMTItLjEwOC0uMjM4LS4yMTctLjM1LS4zNC0uMTE0LS4xMTItLjIxOC0uMjQ1LS4zMTMtLjM4My4xMy0uMTQuMjctLjI4LjQxNi0uNDEuMTUtLjE0LjMyNi0uMjk4LjUyNS0uNDkuMTMtLjEzLjIzNy0uMjcuMzMyLS40MjMuMDk1LS4xNTQuMTQyLS4yODYuMTQyLS40MDMgMC0uMzMtLjE0My0uNDk3LS40MjQtLjQ5Ny0uMTAyIDAtLjIwOC4wMzMtLjMyNS4wOTQtLjExNi4wNjMtLjIzMi4xNS0uMzUzLjI1Ni0uMTI0LjEwNS0uMjQuMjI1LS4zNi4zNjRNOTguMDIzIDg4Ljk0Yy4wMS4wNzguMDE4LjE1NS4wMy4yMjMuMDEuMDcuMDIyLjE0Ni4wMy4yMzQuMDEuMDg0LjAxNS4xODguMDIuMzE1LjAwNy4xMjcuMDE0LjI4NS4wMTQuNDc1IDAgLjA4LS4wMDcuMTgyLS4wMDcuMzAybC0uMDIuNDAzLS4wMTguNDQ4Yy0uMDEuMTYtLjAxNy4zMDctLjAyMy40NTItLjAwNy4xNDUtLjAxMy4yNzctLjAxNi40LS4wMDQuMTIzLS4wMDYuMjItLjAwNi4zIDAgLjA4LjAwMi4xOC4wMS4zMDcuMDA1LjEzLjAyLjI1Ny4wNS4zODQuMDMuMTI2LjA3Ni4yMzIuMTM1LjMyOC4wNi4wOTQuMTQzLjE0LjI1My4xNC4wNzUgMCAuMTM2LS4wMDcuMTg0LS4wMi4wNDctLjAyLjA4OC0uMDQuMTMtLjA1Ny4wMzMtLjAyOC4wNjgtLjA2LjEwMy0uMDk2LjAzNS0uMDM4LjA3Mi0uMDgyLjExNS0uMTMyLjA2NC0uMzguMTQtLjczNy4yMjUtMS4wNjcuMDg4LS4zMzUuMTkyLS42NS4zMi0uOTUyLjEyMy0uMjk4LjI3LS41OC40NDQtLjg0Ny4xNzMtLjI2My4zOC0uNTIuNjE4LS43Ny4zMDctLjMwOC42MDMtLjU0Ljg4OC0uNy4yODMtLjE1My41Ni0uMjcuODMtLjM1Ni4xMTMtLjAzNC4yMjctLjA3Mi4zMzctLjEuMTEyLS4wMzIuMjE4LS4wNjYuMzEzLS4xMDUuMDg4LS4wMzguMTY0LS4wNzYuMjE3LS4xMi4wNTgtLjA0NC4wODctLjEwMi4wODctLjE2IDAtLjA5Mi0uMDMtLjE3Ni0uMDg3LS4yMzctLjA1My0uMDY2LS4xMjYtLjEyLS4yMDgtLjE2LS4wODItLjA0Mi0uMTc0LS4wNzMtLjI2NS0uMDg2LS4wOTgtLjAyLS4xODQtLjAyNS0uMjU3LS4wMjUtLjM4IDAtLjc0NC4wODctMS4wNzYuMjctLjMzOC4xNzgtLjY0OC40MS0uOTM3LjY5NC0uMjg3LjI4NC0uNTQ4LjYwMy0uNzg1Ljk1My0uMjMzLjM0NC0uNDQuNjktLjYxNiAxLjAzLS4wMDUtLjE0NSAwLS4zMTcuMDE3LS41MjYuMDItLjIwOC4wMzctLjQzLjA2LS42NTYuMDIzLS4yMjUuMDQ0LS40NDUuMDY3LS42NjIuMDE4LS4yMTcuMDMtLjQwNC4wMy0uNTYzIDAtLjA4LS4wMTYtLjE2LS4wNDctLjIzMy0uMDI3LS4wOC0uMDctLjE0Ni0uMTItLjIwNS0uMDU3LS4wNi0uMTItLjEwNC0uMTk2LS4xNC0uMDctLjA0LS4xNTQtLjA2LS4yNDItLjA2LS4wNzMgMC0uMTUuMDItLjIyNS4wNTUtLjA4LjAzNC0uMTQ1LjA4NS0uMjA4LjE0Mi0uMDYuMDYyLS4xMS4xMzItLjE0Ni4yMTUtLjAzOC4wOC0uMDU3LjE2NC0uMDU3LjI1MiAwIC4xNy4wMDMuMzE1LjAwOC40MjUuMDEuMTEyLjAxNi4yMDMuMDI1LjI4NE0xMDQuOTcgODguNTEzYy4xMjItLjMxNy4yNjctLjU5Ni40My0uODI1LjE2OC0uMjMzLjM0NS0uNDE4LjU0LS41NDYuMTg4LS4xMy4zNzctLjE5Ny41NTctLjE5Ny4wMyAwIC4wNjYuMDEuMTA0LjAyMi4wMzguMDE3LjA3Ny4wMzQuMTEzLjA1Ny4wMzcuMDI2LjA2NC4wNjIuMDg3LjA5Ni4wMjUuMDM3LjA0LjA3NS4wNC4xMjcgMCAuMTA4LS4wMTUuMjItLjA0NC4zMi0uMDI3LjEwMy0uMDguMjAzLS4xNTQuMzEtLjA3LjEwNy0uMTcuMjItLjI5NC4zNDgtLjEyNS4xMjUtLjI4LjI3LS40NzMuNDM1LS4wODUuMDczLS4xODcuMTUyLS4yOTcuMjQtLjExLjA4OC0uMjIuMTc3LS4zMjguMjYtLjExLjA4NC0uMjE1LjE2My0uMzEuMjMyLS4wOTUuMDctLjE3LjEyOC0uMjI4LjE2LjA0NS0uMzcuMTMtLjcyLjI1Ny0xLjA0bTQuNjI2IDEuMDRjLS4wOCAwLS4xODQuMDczLS4zMTYuMjE4LS4yMzcuMjY2LS40OS41MTItLjc2My43MzgtLjI3Mi4yMy0uNTUyLjQzLS44NC41OTQtLjI4Ny4xNjYtLjU4NS4yOTctLjg4NS4zOS0uMjk4LjA5NC0uNTk2LjE0LS44ODcuMTQtLjIyOCAwLS40MTUtLjAzNy0uNTYzLS4xMTJzLS4yNjItLjE3LS4zNTItLjI4NGMtLjA4OC0uMTEtLjE0NS0uMjM2LS4xODItLjM3Ni0uMDMtLjEzNi0uMDQ4LS4yNjUtLjA0OC0uMzkyIDAtLjA2LjAzLS4xMDcuMDg4LS4xNDUuMDU3LS4wNC4xMTYtLjA4LjE3NS0uMTEuNDI2LS4yNjIuODE0LS41MjQgMS4xNjQtLjc5LjM0Ny0uMjYyLjY0Ny0uNTIzLjg5NC0uNzkuMjUtLjI1Ny40NDUtLjUyLjU4LS43OC4xNC0uMjYuMjA1LS41MTguMjA1LS43NjcgMC0uMTI0LS4wMjUtLjI0NC0uMDctLjM3LS4wNS0uMTIzLS4xMTgtLjIzMy0uMjEtLjMzNXMtLjItLjE4LS4zMzUtLjI0NWMtLjEzLS4wNjUtLjI4My0uMDk4LS40NS0uMDk4LS4yMjggMC0uNDQ1LjAzMi0uNjQyLjEtLjE5Ny4wNjctLjM4LjE1Mi0uNTQ1LjI1OC0uMTcuMTA2LS4zMTUuMjI2LS40NTUuMzYtLjEzNS4xMzItLjI2Mi4yNjQtLjM3Mi4zOS0uMTc3LjIxLS4zMzUuNDQyLS40Ny42OS0uMTMzLjIzOC0uMjQ3LjQ5NS0uMzQuNzU2LS4wODMuMjYtLjE1My41MjQtLjE5Ny43OS0uMDQ2LjI3Mi0uMDcuNTMzLS4wNy43OSAwIC44MDYuMTggMS40MjIuNTM0IDEuODQyLjM1OC40MTYuODYuNjI4IDEuNTEuNjI4LjI4MiAwIC41Ny0uMDQ4Ljg2OC0uMTMuMjk4LS4wODguNTktLjIxLjg4LS4zNi4yOTQtLjE1LjU3NS0uMzI2Ljg1LS41MzYuMjc1LS4yMDIuNTIzLS40MjUuNzUtLjY3LjIwNC0uMjA2LjM1NS0uMzk2LjQ2My0uNTcuMTEtLjE3LjE2LS4zMjQuMTYtLjQ3IDAtLjEyNy0uMDEtLjIxNS0uMDI3LS4yNy0uMDIzLS4wNTQtLjA1OC0uMDgzLS4xMDItLjA4M00xMzQuNjI3IDg3LjQ3MmMtLjAxLjA3NC0uMDIuMTUzLS4wMzMuMjM0LS4wMTYuMDg4LS4wMzMuMTctLjA1LjI1Ni0uMDE4LjA4OC0uMDM0LjE2LS4wNDMuMjI0LS4wNDMuMjAyLS4xMzIuNDI3LS4yNTguNjc1LS4xMjYuMjQ3LS4yNzguNTA3LS40NDcuNzYtLjE3LjI1OC0uMzYuNTEtLjU2Ljc1LS4yMDIuMjQzLS4zOTYuNDYtLjU5My42NS0uMTkzLjE5LS4zNy4zNC0uNTQuNDU1LS4xNjUuMTEtLjMuMTctLjQwMy4xNy0uMSAwLS4xOTQtLjAzMi0uMjg4LS4xLS4wOTItLjA2NC0uMTQzLS4xNjYtLjE0My0uMjkgMC0uMjIuMDI0LS40MjYuMDgtLjYyLjA1Mi0uMTk2LjExOC0uMzguMTktLjU1LjA4LS4xNzcuMTU4LS4zMjguMjQzLS40NzMuMDg4LS4xNDYuMTYzLS4yNzguMjM2LS4zOTcuMjI4LS4zOTguNDUzLS43MzUuNjctMS4wMTQuMjE0LS4yNzUuNDIyLS41MDQuNjE0LS42NzcuMTk0LS4xNzguMzgtLjMxLjU1Ni0uMzk2LjE3My0uMDg1LjMzOC0uMTM1LjQ4OC0uMTVoLjAxM2MuMDQ2IDAgLjA4My4wMTYuMTE3LjA0Ni4wMzUuMDMzLjA2Ni4wNjMuMDkyLjEwNC4wMjQuMDQzLjA0LjA4LjA1My4xMTguMDEzLjAzMy4wMi4wNjIuMDIuMDY3IDAgLjAzNC0uMDA2LjA4Ni0uMDE2LjE2bTExLjE3OCA1LjAyYy4yODctLjEwMy41MjgtLjIzLjcyLS4zOC4xOTItLjE1LjMzOC0uMzE2LjQ0LS40ODcuMS0uMTc3LjE0Ny0uMzM1LjE0Ny0uNDhsLS4wNjQtLjI1NWMtLjAyIDAtLjA0OC4wMS0uMDc3LjAzLS4wMy4wMjMtLjA3LjA0My0uMS4wNjItLjA0Mi4wMy0uMDgzLjA2My0uMTI0LjA5Ni0uMTcuMTItLjMyLjIyNy0uNDU3LjMxLS4xMzQuMDg4LS4yNjcuMTUzLS40LjIwNy0uMTMzLjA1LS4yNy4wOTItLjQxLjExNC0uMTQyLjAyLS4zMS4wMzUtLjQ5NS4wMzUtLjI5IDAtLjUzNi0uMDYzLS43MzItLjE4Mi0uMi0uMTItLjM1OC0uMjg3LS40ODItLjUxLS4xMTgtLjIxNy0uMjA0LS40NzYtLjI1OC0uNzc3LS4wNTQtLjMtLjA3OC0uNjMzLS4wNzgtLjk5MiAwLS4wMy4wMDMtLjA4OC4wMTItLjE4Mi4wMTMtLjA4My4wMi0uMTc3LjAzNS0uMjcyLjAxNC0uMDk4LjAyNi0uMTkzLjA0LS4yNzguMDEtLjA4Mi4wMTUtLjEzOC4wMTUtLjE3NiAwLS4wMy4wMDMtLjA2Ni4wMDMtLjEwMi4wMDQtLjAzOC4wMDQtLjA3LjAwNC0uMSAwLS4wODctLjAxNy0uMTYtLjA0OC0uMjE1LS4wMy0uMDU4LS4xMS0uMDktLjIzLS4wOS0uMTc0IDAtLjMzNy4wMzItLjQ4OC4wODUtLjE1OC4wNi0uMzAzLjEzNS0uNDQuMjMzLS4xMzguMS0uMjcuMjE4LS40LjM1Ny0uMTI2LjEzOC0uMjUuMjgzLS4zNzYuNDU0LS4wOTQuMTIyLS4yMjYuMjc2LS4zODYuNDYtLjE2Ni4xODItLjM0LjM3NS0uNTE3LjU3NC0uMTc1LjE5NC0uMzUyLjM4NC0uNTE3LjU3NS0uMTY0LjE3OC0uMjk1LjMzMi0uMzg1LjQ1OC4wMi0uMTcuMDMzLS4zMTUuMDQtLjQzNS4wMDgtLjEyLjAxNi0uMjUuMDMtLjM5LjAxNS0uMTQuMDM2LS4zMDYuMDY4LS40OTUuMDM0LS4xOTQuMDgyLS40NS4xNS0uNzcuMDM2LS4xNTcuMDY3LS4zMS4xLS40Ni4wMy0uMTU0LjA2LS4yOTQuMDgtLjQxOC4wMjQtLjEyNS4wNDItLjIyNi4wNTItLjMxLjAxMy0uMDgyLjAyLS4xMjQuMDItLjEzOCAwLS4wNDQuMDA2LS4xLjAxMi0uMTU3LjAxLS4wNjMuMDEzLS4xMjMuMDEzLS4xODUgMC0uMDU3LS4wMDctLjEwNS0uMDE1LS4xNi0uMDEtLjA1LS4wMzItLjA5Ny0uMDY0LS4xNDMtLjAzLS4wMzctLjA4Mi0uMDc1LS4xMzctLjA5NC0uMDU4LS4wMy0uMTM0LS4wNC0uMjI1LS4wNC0uMTIzIDAtLjIyOC4wMjctLjMyLjA4LS4wOS4wNTQtLjE2My4xMjQtLjIyNC4yMi0uMDYuMDg0LS4xMDYuMTg4LS4xMzUuMy0uMDMuMTIyLS4wNDMuMjQyLS4wNDMuMzY4IDAgLjAzMy0uMDAzLjA2LS4wMDMuMDktLjM3Mi4zNy0uNzM3Ljc0NC0xLjA5MyAxLjEyMy0uMzY0LjM4LS43NDguNzM3LTEuMTU1IDEuMDYtLjE4NC4xNDctLjM0OC4yNi0uNDg2LjM0Mi0uMTQzLjA4Mi0uMjg0LjEyLS40MjUuMTItLjExMyAwLS4yMTctLjA1OC0uMzAzLS4xNzItLjA4OC0uMTItLjE2LS4yNjUtLjIxNC0uNDM0LS4wNi0uMTcyLS4xLS4zNTUtLjEyMy0uNTQ1LS4wMy0uMTktLjA0NC0uMzYtLjA0NC0uNTEyIDAtLjIyNy4wMTYtLjQzMy4wNTQtLjYwNC4wMzUtLjE3OC4wNzItLjMzNi4xMTQtLjQ3NmwuMTE2LS4zNjZjLjA0LS4xMDYuMDUzLS4yMDQuMDUzLS4yOSAwLS4wNC0uMDItLjA4NS0uMDY1LS4xMzItLjA0NC0uMDQ1LS4wOTItLjA5LS4xNS0uMTQtLjA1OC0uMDQ3LS4xMTgtLjA5NS0uMTY4LS4xMzgtLjA1OC0uMDUtLjA5Mi0uMDktLjEwNi0uMTI4LS4wMy0uMDU3LS4wNTgtLjExNC0uMDktLjE3LS4wMjctLjA1NC0uMDYtLjEwNS0uMDk4LS4xNS0uMDM3LS4wNDYtLjA4LS4wODItLjEzMy0uMTE1LS4wNTMtLjAyNy0uMTEzLS4wNC0uMTg2LS4wNC0uMzc0IDAtLjc0My4wNzMtMS4xMDMuMjE4LS4zNi4xNDQtLjcuMzgtMS4wMy42ODgtLjI4My4yNzItLjU1NC41OTUtLjgxNS45Ny0uMjQuMzUtLjQ1NC43MTMtLjY0NCAxLjA4OC0uMDMzLjAyNS0uMDU0LjA0NS0uMDgzLjA3LS4yMDIuMTktLjM4Mi4zNTgtLjUzMy41MDYtLjE1NC4xNDMtLjMxLjI3NS0uNDY1LjM5Ny0uMTUyLjEyMy0uMzIzLjI0LS41MDMuMzQ4LS4xOC4xMTQtLjM5Ni4yMzMtLjY0NS4zNTMtLjQ2OC4yMjgtLjk2LjM0Mi0xLjQ2OC4zNDItLjExNCAwLS4yMDYtLjA1Ny0uMjgtLjE3Ny0uMDctLjExMy0uMTMyLS4yNjUtLjE3Ni0uNDQ4LS4wNDItLjE4LS4wODUtLjM4NS0uMTEyLS42MDUtLjAyOC0uMjI0LS4wNTMtLjQ0Mi0uMDgyLS42NTItLjAyOC0uMjUtLjA2Mi0uNDktLjEtLjcxMi0uMDM3LS4yMjItLjA5OC0uNDQ4LS4xOC0uNjc0LS4wMi0uMDU4LS4wNS0uMTA0LS4wOS0uMTUyLS4wNDUtLjA0My0uMDktLjA3OC0uMTM3LS4xMTMtLjA0OC0uMDI2LS4wOTUtLjA1Ni0uMTQyLS4wNy0uMDUtLjAxNy0uMDktLjAyNS0uMTE2LS4wMjUtLjE1NiAwLS4zMjcuMDM4LS41LjExNC0uMTczLjA3NC0uMzQ4LjE3LS41MTcuMjg1LS4xNzQuMTE3LS4zMzguMjQzLS40OTguMzgyLS4xNTYuMTQ2LS4zLjI3Ny0uNDI3LjQwMy0uMS4xMDgtLjIuMjIzLS4zMS4zMzgtLjEwNS4xMi0uMjA0LjI0My0uMzEuMzY0LS4xLjEyLS4yMDIuMjM4LS4yOS4zNi0uMDk0LjExMi0uMTg0LjIyMy0uMjYuMzIzLS4wOC4xLS4xNi4yMDYtLjIzOC4zMjYtLjA4Mi4xMi0uMTYuMjMtLjIzNi4zNC0uMDcyLjEwOC0uMTQuMjEtLjE5NS4yOTgtLjA2LjA5NS0uMTA2LjE2NC0uMTQyLjIwOGgtLjAzYy0uMDIgMC0uMDQzLS4wMi0uMDY3LS4wNS0uMDI4LS4wMzUtLjA0Mi0uMDY0LS4wNDItLjA4OCAwLS4xNjUuMDItLjM2Ny4wNTctLjYuMDM2LS4yMzQuMDY3LS41MDUuMS0uODE0LjAxNS0uMjAzLjAzNC0uMzkzLjA1LS41NjguMDE2LS4xNzguMDMtLjM0OC4wNS0uNTI0LjAyMy0uMTcuMDQzLS4zNDguMDU4LS41Mi4wMi0uMTcuMDM0LS4zNTguMDQ4LS41Ni4wMTMtLjE3NC4wMjUtLjM3My4wNDQtLjU5NC4wMTctLjIyLjAzOC0uNDQ4LjA2LS42NzYuMDIzLS4yMjcuMDQ1LS40NDcuMDctLjY2OC4wMjQtLjIyMi4wNTQtLjQxNy4wOS0uNTg4LjAwNS0uMDQ4LjAyLS4xMTIuMDQtLjIwMi4wMjctLjA5LjA1My0uMTgzLjA3NS0uMjg0bC4wNy0uMjc3Yy4wMTYtLjA5Mi4wMjUtLjE2NS4wMjUtLjIyIDAtLjE3LS4wNTMtLjMtLjE0Ny0uNC0uMDk4LS4wOTMtLjIwNy0uMTQtLjMyNy0uMTQtLjA1NyAwLS4xMTcuMDEzLS4xNy4wNC0uMDU1LjAyNS0uMTEuMDYtLjE1NS4wOTUtLjA1LjA0LS4wOTIuMDgzLS4xMjguMTI3LS4wMzUuMDQ0LS4wNjYuMDg3LS4wODMuMTIyLS4wNS4xMTctLjEuMjI1LS4xMzQuMzItLjAzNC4wOTctLjA2LjE5NC0uMDc4LjI5NS0uMDIuMDk2LS4wMzUuMTk2LS4wNDguMjktLjAxLjEwMy0uMDE2LjIxMi0uMDIuMzMtLjAwNS4xMDMtLjAwOC4yMjctLjAxNi4zOGwtLjAyLjQ4NHYuMDNsLS4wMDUuMDA4Yy0uMS4wNS0uMjEyLjExMi0uMzQuMTgtLjEyNi4wNjYtLjI2NC4xMzMtLjQxMi4yMDUtLjE1LjA2OC0uMzMuMTMtLjU0LjE5LS4yMDcuMDYtLjQyNC4xMS0uNjQ2LjE2LS4yMjQuMDQ1LS40NDguMDktLjY3LjEyNC0uMjE4LjA0Mi0uNDIuMDY2LS41OTcuMDk2LS4xOC4wMjUtLjMyNy4wNC0uNDQ0LjA1My0uMTE1LjAxMy0uMTg2LjAyLS4yLjAyLS4wNTcgMC0uMS0uMDIyLS4xMjMtLjA1NC0uMDI1LS4wMzYtLjAzOC0uMS0uMDM4LS4xOTQgMC0uMDUzLjAwNi0uMTEyLjAxNC0uMTg2LjAxLS4wNjUuMDI3LS4xNTguMDUtLjI3LjAyMy0uMTEyLjA1NS0uMjUuMDk0LS40MTUuMDQ0LS4xNjUuMDkyLS4zNzYuMTQ4LS42MzIuMDA2LS4wMy4wMi0uMDg4LjAzNy0uMTczbC4wNTQtLjI5Yy4wMTYtLjEwNy4wMzgtLjIyNi4wNi0uMzQ0LjAyNi0uMTIyLjA0NS0uMjM0LjA2LS4zMzYuMDE3LS4xMDQuMDI4LS4xODguMDM4LS4yNjQuMDE0LS4wNy4wMTctLjEyLjAxNy0uMTQgMC0uMDMtLjAxMy0uMDc2LS4wMzUtLjEzMy0uMDI0LS4wNTctLjA2LS4xMTQtLjEwNC0uMTctLjA0LS4wNTgtLjA5LS4xMDUtLjE1LS4xNDYtLjA1OC0uMDQ0LS4xMi0uMDYzLS4xOC0uMDYzLS4wMjggMC0uMDc0LjAyLS4xMy4wNTgtLjA2LjAzOC0uMTE3LjA4Mi0uMTc1LjE0LS4wNi4wNTYtLjExLjEyLS4xNTMuMTgyLS4wNDUuMDctLjA2Ni4xMy0uMDY2LjE4bC0uMDI2LjI2NmMtLjAxNi4xMi0uMDM1LjI1Mi0uMDYzLjQwNC0uMDIuMTU0LS4wNS4zMS0uMDc3LjQ4LS4wMzIuMTY3LS4wNi4zMy0uMDkuNDg4cy0uMDUzLjMwNC0uMDguNDNjLS4wMjMuMTI2LS4wNDYuMjI4LS4wNi4yOTgtLjA3Ni4zMTMtLjE1OC41NS0uMjU3LjctLjA5Ni4xNTUtLjE4Ny4yNDctLjI3LjI3Ni0uMDQyLjAxMy0uMTIuMDI0LS4yMjIuMDRsLS4zNi4wMzZjLS4xMzYuMDEyLS4yODUuMDItLjQ0LjAzLS4xNTguMDA4LS4zMTIuMDE3LS40NTUuMDIyLS4xNDYuMDA3LS4yNzguMDEtLjQuMDEzLS4xMTguMDA2LS4yMS4wMDYtLjI3My4wMDYtLjA1NyAwLS4xMTcuMDEtLjE3Ny4wMjgtLjA2LjAyLS4xMTMuMDQ2LS4xNi4wODYtLjA1LjA0My0uMDkuMDg1LS4xMTcuMTQ2LS4wMzUuMDYtLjA1Mi4xMzItLjA1Mi4yMTggMCAuMDQuMDE4LjA4OC4wNTMuMTUuMDI4LjA2LjA3LjExNC4xMi4xNzQuMDUuMDU1LjEwMy4xMDQuMTcuMTQ2LjA2My4wNC4xMy4wNi4xOTUuMDYuMDIyIDAgLjA3NSAwIC4xNjQtLjAwN2wuMzA3LS4wMmMuMTItLjAwNC4yNDUtLjAxMi4zOC0uMDI0LjEzNC0uMDEuMjYzLS4wMi4zODMtLjAyNS4xMTctLjAwNy4yMi0uMDEzLjMxLS4wMi4wODUtLjAwNi4xNDItLjAwNi4xNi0uMDA2LjAyMiAwIC4wNDUtLjAwNS4wNjctLjAwNS4wMjUtLjAwMi4wNDctLjAwMi4wNzItLjAwMi4wNzIgMCAuMTQuMDEuMjEuMDI4LjA2NC4wMjIuMTE2LjA2Ni4xNS4xNDYtLjA1Mi40MDgtLjEwOC43OS0uMTgyIDEuMTMzLS4wNjQuMzQ3LS4xMzIuNjgyLS4xOTQgMS4wMDMtLjA2Ni4zMjItLjEyLjYzOC0uMTY0Ljk1LS4wNDguMzEyLS4wNy42MzUtLjA3Ljk3IDAgLjAzLjAwOC4wODMuMDE3LjE2OC4wMTIuMDg1LjA0LjE2Ny4wNzguMjU1LjAzMy4wODguMDg4LjE2My4xNTQuMjMzcy4xNS4xMDQuMjU2LjEwNGMuMDIgMCAuMDY2LS4wMTcuMTI3LS4wNTMuMDYtLjAzMy4xMi0uMDcuMTgyLS4xMTUuMDYzLS4wNDYuMTE2LS4wODguMTY0LS4xMzQuMDUyLS4wNDQuMDc2LS4wOC4wOC0uMTA1LjAxLS4wODUuMDEzLS4xNjUuMDE1LS4yMzMuMDA0LS4wNjguMDA0LS4xMzcuMDA0LS4yMDIgMC0uMDY3IDAtLjEzMy0uMDA1LS4yMDMtLjAwMi0uMDY3IDAtLjE0NS4wMDQtLjIzMy4wMDItLjE1Ni4wMTItLjMwNS4wMjItLjQ0NC4wMTItLjE0Mi4wMy0uMjkuMDUtLjQzOC4wMi0uMTUuMDQtLjMxNS4wNjUtLjQ4Ni4wMjYtLjE3My4wNi0uMzcyLjEtLjU5My4wMDgtLjA1LjAxNy0uMTM0LjAzNS0uMjQ0LjAxNy0uMTEzLjAzMy0uMjQuMDYtLjM4LjAxOC0uMTM4LjA0LS4yOC4wNjItLjQyOC4wMjItLjE0Ni4wNS0uMjguMDcyLS40LjAyNS0uMTIuMDQ4LS4yMi4wNy0uMjk3LjAyLS4wODMuMDQ3LS4xMi4wNjgtLjEyLjMzMi0uMDI1LjY3LS4wNjQgMS0uMTE3LjM0LS4wNTMuNjU3LS4xMTMuOTY3LS4xOC4zMTQtLjA3Mi42MDQtLjE1Ljg4LS4yNDYuMjgtLjA5Mi41MzYtLjE4My43Ni0uMjg0LjE2LS4wNzIuMzEtLjE1Ny40NS0uMjZsLjEwNy0uMDg1Yy0uMDA0LjA0OC0uMDA2LjA5Ni0uMDA2LjEzNi0uMDEyLjE2NC0uMDE4LjMxNS0uMDI4LjQ0Ny0uMDEuMTQtLjAxNS4yNDctLjAyLjMzLS4wMTYuMjYtLjAzNy41NDctLjA2NS44Ny0uMDMuMzItLjA2My42NDQtLjA5NS45OC0uMDMuMzMtLjA2OC42Ni0uMTA2Ljk5LS4wMzUuMzI2LS4wNjYuNjMtLjA5Ni45LS4wMjIuMTQzLS4wNC4yOTQtLjA2NC40Ni0uMDI0LjE2LS4wNDguMzIzLS4wNzcuNDc1bC0uMDY0LjQxMmMtLjAyLjEyNC0uMDI4LjIxMi0uMDI4LjI2NyAwIC4wNi4wMi4xMjQuMDUzLjE5LjAzNi4wNi4wODMuMTIuMTM4LjE2Ny4wNTYuMDU0LjEyLjA5LjE5LjEyNi4wNjUuMDMyLjEzNC4wNDQuMTk4LjA0NC4wMjcgMCAuMDg0LS4wMi4xNi0uMDY2LjA4Mi0uMDQuMTU0LS4xMTUuMjI3LS4yMjIuMTMtLjIzNy4yNzgtLjUyLjQ1LS44MzQuMTc2LS4zMTUuMzY0LS42My41NzYtLjk0Ny4yMzgtLjM2NS40OTctLjcyNS43NzQtMS4wOC4yNzgtLjM1Mi41NS0uNjY4LjgxNC0uOTQ2LjI2Ni0uMjguNTEyLS41MDMuNzQtLjY3Ny4yMjQtLjE3LjM5Ni0uMjU2LjUyNS0uMjU2LjAzIDAgLjA2My4wMjUuMDg4LjA5LjAzLjA1Ni4wNTUuMTM4LjA3NS4yMy4wMi4wOTcuMDM2LjIuMDU3LjMxNy4wMTUuMTE2LjAzLjIzLjA0LjM0bC4wMy4zMDVjLjAwNS4wODYuMDEuMTU2LjAxNS4yLjAzNC4yOS4wNzguNTYzLjEzMi44MTQuMDUzLjI1OC4xMzUuNDgzLjI0Mi42ODguMTA3LjIuMjU2LjM1LjQ0NC40NC4xOS4wOS40MDQuMTM3LjY1LjEzNy4zMTgtLjAwNS42MzUtLjA2Ljk0NC0uMTcuMzA2LS4xMDUuNjA1LS4yNS44OTYtLjQyOC4yODYtLjE3NC41NjQtLjM3Mi44MzYtLjYuMTY0LS4xMzYuMzE4LS4yNzcuNDc0LS40Mi0uMDg1LjMyLS4xMzMuNjA4LS4xMzMuODY4IDAgLjE4OC4wMzQuMzU0LjEuNDk3LjA3My4xNDcuMTYuMjcuMjcyLjM2Ny4xMTMuMTAyLjI0My4xNzguMzkzLjIyOC4xNDQuMDUzLjI5NS4wOC40NTQuMDguMDcgMCAuMTgyLS4wNDMuMzI3LS4xMTguMTQ3LS4wODIuMzA4LS4xODMuNDgyLS4zMDYuMTgtLjEyMy4zNTMtLjI2Mi41My0uNDE0LjE3OC0uMTUuMzMyLS4zMDIuNDU3LS40NDcuMDM3LS4wNC4wODctLjEuMTUzLS4xODQuMDYtLjA4Mi4xMzYtLjE3My4yMi0uMjczLjA3Ni0uMTAyLjE2LS4yMDYuMjQyLS4zMDguMDg0LS4xMDcuMTYtLjIwNC4yMzMtLjI5LjA3NS0uMDguMTM2LS4xNS4xOTItLjIwNC4wNTQtLjA1Ni4wODctLjA4Ni4xMDQtLjA4Ni4wMiAwIC4wNDguMDI1LjA3LjA3NS4wMTguMDUuMDM4LjEwNC4wNTMuMTc4LjAxNy4wNjYuMDM1LjEzOC4wNTQuMjIuMDE3LjA4NC4wMzUuMTUyLjA1NC4yMTYuMDM1LjExNC4wOTIuMjI4LjE1OC4zMzQuMDcuMTEuMTUuMjAzLjIzNy4yODQuMDkuMDgzLjE4My4xNDYuMjg2LjE5NS4xLjA1Mi4yMDUuMDc3LjMwNy4wNzcuMjQgMCAuNTEtLjA3Ny44MS0uMjMzLjMwNC0uMTUyLjYwNS0uMzY1LjkxLS42MzguMjg3LS4yNjYuNTc0LS41MzcuODU3LS44MzQuMjc4LS4yODUuNTUtLjYuODAyLS45NC0uMDEuMTMyLS4wMjIuMjctLjAzLjQxNi0uMDI4LjQyNC0uMDY3Ljc4Mi0uMTIgMS4wOC0uMDUuMjkzLS4wOTIuNTUtLjEzNi43Ny0uMDE0LjA3OC0uMDI2LjE2NC0uMDQ1LjI2NmwtLjA0My4zMDNjLS4wMTcuMTAzLS4wMjguMjAyLS4wMzguMy0uMDA3LjEtLjAxLjE4LS4wMS4yNTYgMCAuMDU4LjAxMy4xMDcuMDQzLjE2NS4wMy4wNTguMDcuMS4xMjguMTQ2LjA1LjA0NC4xMTQuMDgzLjE5LjEwNi4wNzQuMDI2LjE1My4wMzguMjQyLjAzOC4wOTUgMCAuMTc0LS4wMTIuMjM2LS4wMzguMDU4LS4wMjMuMTE0LS4wNzUuMTY3LS4xMzguMDU0LS4wNjUuMTE0LS4xNS4xNzQtLjI1My4wNjItLjEwNi4xNDQtLjI0LjI0OC0uMzk2LjA1Ny0uMDkuMTUtLjIwOC4yNy0uMzY2LjEyNC0uMTU4LjI2NC0uMzI3LjQxNy0uNTEuMTU1LS4xODcuMzItLjM4LjQ5My0uNThsLjQ5NS0uNTU4Yy4xNjQtLjE3LjMwNi0uMzIuNDM2LS40NDguMTI1LS4xMjUuMjI0LS4yMDguMjkzLS4yNSAwIC41OTIuMDQ4IDEuMTAzLjE1IDEuNTI3LjEwMi40MzIuMjUuNzgzLjQ0NSAxLjA2LjE5OC4yOC40NC40ODQuNzMuNjEuMjg0LjEzLjYxLjIuOTg2LjIuMzY4LjAwNi42OTUtLjA1Ljk4LS4xNDhNNTMuODggOTkuNzdjLS4zOCAwLS42NjMuMTItLjg1OC4zNTctLjE5Ni4yMzItLjI5LjUzLS4yOS44OTN2Ny4xMDdjMCAyLjQxLS45OSAzLjYxNC0yLjk2OCAzLjYxNHMtMi45NjUtMS4xODgtMi45NjUtMy41N3YtNy4xNWMwLS4zNi0uMTEzLS42Ni0uMzI2LS44OTMtLjIxNi0uMjM2LS41MjItLjM1Ni0uOTEtLjM1Ni0uMzc2IDAtLjY3LjEyLS44NzcuMzU3LS4yMS4yMzItLjMxMy41My0uMzEzLjg5M3Y3LjA0N2MwIDEuNzUuNDIgMy4xNiAxLjI2IDQuMjMuODQyIDEuMDcgMi4yMSAxLjYwMyA0LjEwOCAxLjYwMy45ODUgMCAxLjgzLS4xNTIgMi41NC0uNDYuNzE2LS4zMTQgMS4yNy0uNzQ2IDEuNjYtMS4zMDUuMzkzLS41Ni42NzItMS4xNzMuODQ3LTEuODUuMTctLjY3Mi4yNi0xLjQyMy4yNi0yLjI2di03LjAwNmMwLS4zNjItLjEtLjY2LS4zLS44OTQtLjIwNC0uMjM1LS40OTItLjM1NS0uODctLjM1NU03MC4xMjggOTkuNzdjLS43MjYgMC0xLjA4OC40MTgtMS4wODggMS4yNXY4LjM4bC02LjY2Ni04Ljk2NGMtLjMyLS40NC0uNzE2LS42NjUtMS4xODctLjY2NS0uNzUzIDAtMS4xMzIuNDI1LTEuMTMyIDEuMjczdjExLjQyNGMwIC44Mi4zNjQgMS4yMyAxLjA5IDEuMjMuNzQgMCAxLjExMy0uNDEgMS4xMTMtMS4yM3YtOC4zMThsNi43NCA4Ljk0NGMuMzIyLjQwNC42ODcuNjA0IDEuMDkuNjA0LjM1IDAgLjYyOC0uMTE0Ljg0LS4zNDIuMjA3LS4yMy4zMS0uNTIyLjMxLS44OVYxMDEuMDJjMC0uODMyLS4zNjctMS4yNS0xLjExLTEuMjVNNzcuNDU3IDk5Ljc3Yy0uMzkyIDAtLjY4OC4xMi0uOS4zNTctLjIwNS4yMzItLjMxMi41My0uMzEyLjg5M3YxMS40NDdjMCAuMzY2LjEwNi42Ni4zMTMuODkuMjEuMjI3LjUwOC4zNC45LjM0LjM3NyAwIC42Ny0uMTEzLjg4NS0uMzQuMjItLjIzLjMyNy0uNTIzLjMyNy0uODlWMTAxLjAyYzAtLjM2LS4xMDgtLjY2LS4zMjctLjg5My0uMjE0LS4yMzYtLjUwOC0uMzU2LS44ODYtLjM1Nk05My43MDYgOTkuODdjLS43NjctLjMwNS0xLjMyNi4wMzMtMS42NzcgMS4wMzNsLTMuNDU1IDkuMzYzLTMuNzUtOS40NjVjLS4zNjYtLjkxNi0uOTItMS4yMTgtMS42OC0uOTEtLjM2LjEzNi0uNTg0LjM5NC0uNjY0Ljc4LS4wOC4zNzctLjAzOC43MjguMTI0IDEuMDRsNC42NiAxMS4yOThjLjI2LjU5Ny42NDcuODkgMS4xNy44OS41ODIgMCAuOTkyLS4zMSAxLjIzNS0uOTI4bDQuNDU4LTExLjQyNGMuMzUtLjg2LjIxLTEuNDItLjQyMi0xLjY3Nk0xMDYuMSAxMTEuNTM4aC01LjgzNnYtMy45MTVoNC41MDRjLjM2MyAwIC42NS0uMTAyLjg1NC0uMy4yMTMtLjIwNS4zMTgtLjQ2Ny4zMTgtLjc5IDAtLjMzNy0uMTA1LS42LS4zMTgtLjc4NS0uMjA0LS4xOTMtLjQ5LS4yODUtLjg1NC0uMjg1aC00LjUwNHYtMy41M2g1LjYzM2MuMzUyIDAgLjYzLS4wOTcuODQtLjI5OC4yMDQtLjE5Mi4zMTMtLjQ1LjMxMy0uNzc1IDAtLjMzNC0uMTA4LS42LS4zMTMtLjc5Ni0uMjEtLjE5NS0uNDg4LS4yOTYtLjg0LS4yOTZoLTYuODIyYy0uMzg4IDAtLjY5LjEyLS45MDguMzU2LS4yMTUuMjM1LS4zMjcuNTM0LS4zMjcuOXYxMS40MjNjMCAuMzY2LjExNC42NjMuMzM1Ljg5Ny4yMjQuMjM1LjUzLjM1My45MjIuMzUzaDcuMDAzYy4zNDggMCAuNjMtLjA5OC44MzctLjI5LjIxMi0uMTk1LjMxLS40NTUuMzEtLjc4IDAtLjMzNi0uMDk4LS42MDMtLjMxLS43OTYtLjIxLS4xOTctLjQ5LS4yOTItLjgzOC0uMjkyTTExNy4xOTUgMTA1Ljc5NWMtLjUuMzczLTEuMjY0LjU1Ni0yLjI5OC41NTYtLjQ5OCAwLS45NTYtLjAyNC0xLjM3My0uMDh2LTQuMzE4Yy42Ny0uMDgyIDEuMTg2LS4xMiAxLjUzNC0uMTIgMS45MjIgMCAyLjg4NC43MjYgMi44ODQgMi4xOCAwIC44MTctLjI1IDEuNDE4LS43NDcgMS43ODNtLjc0NyAxLjg4OGMuNzc3LS4yNyAxLjM5OC0uNzMyIDEuODU0LTEuMzkzLjQ2LS42Ni42ODQtMS40NjguNjg0LTIuNDIgMC0yLjgwMy0xLjc0LTQuMjAzLTUuMjItNC4yMDMtMS4yMjQgMC0yLjIzMy4wODctMy4wMjYuMjY1LS43NTQuMTYzLTEuMTI2LjYyNS0xLjEyNiAxLjM5NXYxMS4xNGMwIC4zNjcuMS42NjMuMzEuODkuMjEyLjIyOC41MDguMzQ2LjkuMzQ2LjM3NSAwIC42Ny0uMTE4Ljg4Mi0uMzQ2LjIyLS4yMjcuMzI1LS41MjIuMzI1LS44OXYtNC4zOGMuMzYyLjA1Ny43NTcuMDgzIDEuMTkzLjA4My4zOTcgMCAuNjktLjAxMy44NjQtLjAzOGwyLjg2MiA0LjcyYy41MTMuODUgMS4xMjQgMS4wNjcgMS44MzYuNjYzLjMxLS4xODYuNDgzLS40NjMuNTI0LS44MzMuMDQtLjM3Mi0uMDYzLS43NC0uMzA4LTEuMWwtMi41NTQtMy45ek0xMzIuNzUyIDEwNi40MTRjLS41MTYtLjI3Mi0xLjA4Mi0uNTMtMS42OTQtLjc3LS42MTItLjI0LTEuMTc3LS40NDItMS42OTQtLjYwNS0uNTItLjE2My0uOTUzLS4zOTMtMS4zMDMtLjY5Ni0uMzQ3LS4zMDMtLjUyNi0uNjctLjUyNi0xLjEgMC0uOTcuNjctMS40NTMgMi0xLjQ1My43OTMgMCAxLjYyLjE4IDIuNDg0LjU0My45OC40MzIgMS42MjMuMzYgMS45MTYtLjIxNy4zNS0uNjg4LjExNi0xLjI1Ni0uNzAzLTEuNjk3LS45ODQtLjU3LTIuMTUyLS44NDctMy41MTMtLjg0Ny0xLjUwNyAwLTIuNjU0LjMzMy0zLjQ0MiAxLjAwNi0uNzkuNjcyLTEuMTggMS41ODctMS4xOCAyLjc0IDAgLjk0OC4yNCAxLjcyLjcyOCAyLjMyMy40OC42MDcgMS4wNzIgMS4wNSAxLjc2NCAxLjMyNi42OS4yNyAxLjM4Mi41MTggMi4wNjcuNzM0LjY4OC4yMSAxLjI3NC40OTYgMS43NTguODUuNDguMzUuNzI1LjgxLjcyNSAxLjM3IDAgLjU4LS4yMTggMS4wMTYtLjY1NCAxLjMxMi0uNDQuMjk4LTEuMDM0LjQ0LTEuNzg4LjQ0LS45NDQgMC0xLjk1LS4yNDUtMy4wMjUtLjc0NC0uODkyLS4zNTgtMS40Ny0uMjgtMS43MzcuMjQzLS4xODguMzUyLS4yMDMuNjktLjA1IDEuMDMyLjE1NS4zMzYuNDYuNjIyLjkxNS44NjUgMS4wNzYuNTUzIDIuMzU3LjgyNyAzLjgzOC44MjcgMS42NTQgMCAyLjg5Mi0uMzg3IDMuNzE1LTEuMTYzLjgyLS43NyAxLjIzLTEuODEgMS4yMy0zLjExNyAwLS43NjQtLjE3Ni0xLjQyNy0uNTIzLTEuOTc2LS4zNS0uNTU0LS43ODYtLjk2NS0xLjMwNS0xLjIzTTEzOS42NjcgOTkuNzdjLS4zOTIgMC0uNjg4LjEyLS45LjM1Ny0uMjA3LjIzMi0uMzEyLjUzLS4zMTIuODkzdjExLjQ0N2MwIC4zNjYuMTA0LjY2LjMxMy44OS4yMTIuMjI3LjUwOC4zNC45LjM0LjM3OCAwIC42Ny0uMTEzLjg4Ny0uMzQuMjE3LS4yMy4zMjQtLjUyMy4zMjQtLjg5VjEwMS4wMmMwLS4zNi0uMTA4LS42Ni0uMzI1LS44OTMtLjIxNi0uMjM2LS41MS0uMzU2LS44ODgtLjM1Nk0xNTUuMTUgOTkuNzdoLTkuNTdjLS4zNSAwLS42MjYuMDkyLS44MzcuMjg1LS4yMDcuMTg2LS4zMTMuNDUyLS4zMTMuNzg2IDAgLjMyMi4xMDYuNTg0LjMxMy43OS4yMS4xOTguNDg4LjMuODM4LjNoMy41NzN2MTAuNTM3YzAgLjM2Ni4xMDQuNjYuMzEzLjg5LjIxLjIyNy41MS4zNC45LjM0cy42ODgtLjExMy44OTgtLjM0Yy4yMDUtLjIzLjMxMy0uNTIzLjMxMy0uODlWMTAxLjkzaDMuNTcyYy4zNiAwIC42NDgtLjEwMi44NTctLjMuMjEtLjIwNi4zMS0uNDY4LjMxLS43OSAwLS4zMzMtLjEtLjYtLjMxLS43ODUtLjIwOC0uMTk0LS40OTUtLjI4NC0uODU4LS4yODRNMTcwLjE4NyA5OS45NzJjLS40MDMtLjIwNC0uNzQ3LS4yMzUtMS4wMjgtLjA5Ny0uMjg1LjEzMi0uNTQuMzcyLS43Ny43MjZsLTMuMTQ3IDQuODgzLTMuMjQ4LTQuODgyYy0uMjQzLS4zNzgtLjUyLS42MzQtLjgyOC0uNzctLjMxMy0uMTMzLS42NjYtLjA4OC0xLjA3LjE0Mi0uNjQ1LjQ1OC0uNjg3IDEuMTMtLjEyIDEuOTk4bDMuOTcyIDUuNjkzdjQuNzg0YzAgLjM2LjEwNi42NTYuMzEzLjg5LjIwOC4yMjguNTA2LjM0Mi44OTYuMzQyLjM3OCAwIC42Ny0uMTE1Ljg5LS4zNDMuMjE1LS4yMzMuMzIyLS41My4zMjItLjg5di00Ljg4NWwzLjkxMy01Ljg1NWMuMjE4LS4zMjMuMzI3LS42MzMuMzM1LS45MjcuMDA2LS4yOTYtLjEzNi0uNTY0LS40MzMtLjgwOE0xNTQuNTAzIDg4LjU1Yy0uMDU0LjE5LS4xMjcuMzgtLjIxNS41Ny0uMDg1LjE5NS0uMTgzLjM4NS0uMjkzLjU2Ny0uMTA4LjE4NC0uMjEuMzUzLS4zMTYuNTEtLjA5OC4xNDctLjIyLjMwMy0uMzczLjQ2My0uMTQ4LjE2My0uMzAyLjMxLS40Ni40NDYtLjE1NS4xNC0uMzA0LjI1NC0uNDQ1LjM0Ni0uMTQuMDkyLS4yNC4xMzYtLjMxMy4xMzYtLjIxIDAtLjM1NS0uMDY0LS40MjgtLjE4NC0uMDgtLjExNy0uMTEzLS4yNzctLjExMy0uNDczIDAtLjEzMy4wMi0uMjgzLjA2OC0uNDU0LjA0NC0uMTcuMTA0LS4zNDguMTg2LS41MzMuMDc3LS4xODcuMTY2LS4zOC4yNjctLjU3Ny4xLS4xOTUuMjEtLjM5My4zMTUtLjU3OC4xMTQtLjE4Ni4yMjUtLjM3LjM0LS41NC4xMDgtLjE3LjIxMi0uMzIzLjMxMi0uNDU2LjA1My0uMDczLjExNC0uMTQ2LjE5Ny0uMjIyLjA3OC0uMDc4LjE2Ny0uMTQ2LjI2NS0uMjEyLjA5NC0uMDYuMTk1LS4xMS4zMDMtLjE1LjEwNi0uMDQuMjEtLjA2Mi4zMTQtLjA2Mi4xMjMgMCAuMjMuMDczLjMyOC4yMTIuMDkyLjEzNC4xNC4zNi4xNC42NzYgMCAuMTYtLjAzLjMzMi0uMDgyLjUxN20zLjM2MyAyLjA3NWMtLjAzIDAtLjA2NS4wMjItLjEuMDY2LS4wMzUuMDUyLS4wNzIuMTAzLS4xMi4xNi0uMTU4LjIxNC0uMzM4LjM3Ny0uNTQ0LjQ4NC0uMjAyLjExLS40NjQuMTY1LS43ODIuMTY1LS4xMzIgMC0uMjYtLjAzMy0uMzgtLjA5Ny0uMTE4LS4wNjMtLjIyMy0uMTc3LS4zMTMtLjM0NC0uMDg1LS4xNjQtLjE1Ni0uMzkzLS4yMDUtLjY3Ni0uMDUyLS4yODQtLjA3Ny0uNjQ3LS4wNzctMS4xIDAtLjE2LjAxMy0uMzM4LjA0NC0uNTMuMDMyLS4xOS4wNjMtLjM3Ny4wOTctLjU1NS4wNC0uMTguMDctLjMzMy4xLS40Ny4wMjctLjEzNC4wNC0uMjIyLjA0LS4yNjcgMC0uMDc4LS4wMS0uMTQ1LS4wMjUtLjE4My0uMDItLjAzNy0uMDQtLjA3NS0uMDY4LS4xMDItLjAzLS4wMy0uMDU4LS4wNjMtLjA4Mi0uMS0uMDI4LS4wMzItLjA0OC0uMDkyLS4wNjMtLjE2NS0uMDIyLS4wNjMtLjA1Mi0uMTI3LS4wOTMtLjE5NS0uMDQyLS4wNy0uMDkyLS4xMjYtLjE0Ni0uMTc4LS4wNTMtLjA1Ni0uMTEtLjA5OC0uMTY2LS4xMzMtLjA2LS4wMy0uMTE0LS4wNS0uMTY3LS4wNS0uMDMgMC0uMDYzLjAxMy0uMDk4LjAyNS0uMDM2LjAyLS4wNjcuMDM4LS4xMDMuMDU0LS4wMzIuMDItLjA3LjAzMy0uMS4wNXMtLjA2Ny4wMjItLjEwMy4wMjJjLS4wMzQgMC0uMDczLS4wMDYtLjEyMi0uMDIycy0uMDk4LS4wMy0uMTUtLjA1Yy0uMDUzLS4wMTYtLjEwMy0uMDM0LS4xNS0uMDU0LS4wNDctLjAxMy0uMDktLjAyNS0uMTI4LS4wMjUtLjEzNyAwLS4zMS4wNjMtLjUyOC4xOS0uMjE0LjEzMi0uNDQuMzA1LS42ODIuNTIzLS4yMzcuMjItLjQ3My40NzYtLjcwNC43NjctLjIzLjI5NC0uNDMuNjAzLS41OTYuOTI4LS4xNDguMjkzLS4yNzcuNTU1LS4zOC43OTgtLjEwNC4yNDYtLjE4OC40NjgtLjI1LjY3Ni0uMDY4LjIwOC0uMTE1LjQwMy0uMTQuNTgtLjAyNi4xODMtLjA0LjM1My0uMDQuNTE4IDAgLjE2NC4wMjYuMzIuMDguNDY4LjA1Ny4xNDUuMTMuMjcuMjI1LjM5LjA5NC4xMTMuMi4yMDIuMzIzLjI2Ni4xMjQuMDcuMjUyLjEwMi4zOS4xMDIuMiAwIC40My0uMDY0LjY5My0uMTk3LjI2Mi0uMTMyLjUyNi0uMzAzLjgtLjUxNC4yNjctLjIxMi41MjgtLjQ1Ljc4My0uNzE2LjI1My0uMjYzLjQ3NC0uNTI3LjY1Ny0uNzk2LjA1NC4yODguMTI1LjU2NC4yMS44Mi4wODYuMjY0LjE5Ni40ODguMzI1LjY4Ny4xMzQuMTkyLjI5LjM1LjQ3LjQ2My4xODcuMTEyLjQwMi4xNjUuNjU1LjE2NS4xOSAwIC4zOC0uMDMyLjU1OC0uMTA0LjE4My0uMDczLjM0OC0uMTYuNTAyLS4yNy4xNS0uMTEzLjI5LS4yMzYuNDEzLS4zNzMuMTIzLS4xNC4yMjUtLjI3LjI5Ni0uNC4wNjQtLjA5LjEwNS0uMTc1LjEzLS4yNjMuMDMyLS4wODUuMDQ1LS4xNi4wNDUtLjIzIDAtLjA0Ny0uMDI0LS4wOTQtLjA3Mi0uMTQ1LS4wNDgtLjA0My0uMTA0LS4wNjUtLjE2Mi0uMDY1Ii8+PC9zdmc+)
}

.b-footer-bottom__slogan i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    color: #fff;
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.b-footer-top {
    background: rgba(25, 70, 186, .1);
    border-top: 3px solid rgba(25, 70, 186, .3)
}

@media (max-width: 767px) {
    .b-footer-bottom__slogan {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    .b-footer-top > .container {
        padding: 0
    }
}

.b-footer-top .menu a {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    padding: 10px 15px;
    margin-top: -3px;
    border-top: 3px solid transparent;
    -webkit-transition: border-top-color .4s, color .4s;
    transition: border-top-color .4s, color .4s
}

.b-footer-top .menu a:hover {
    border-top-color: rgba(25, 70, 186, .5)
}

.b-footer-top .menu a:hover .icon--address, .b-footer-top .menu a:hover .icon--info, .b-footer-top .menu a:hover .icon--map {
    fill: #ec0b43;
    opacity: 1
}

.b-footer-top .menu a:hover .icon--chevron {
    opacity: 1
}

.b-footer-top .menu a .icon {
    fill: #1946ba;
    -webkit-transition: fill .3s, opacity .4s, -webkit-transform .2s;
    transition: fill .3s, opacity .4s, transform .2s;
    opacity: .5;
    margin-bottom: -3px
}

.b-footer-top .menu a .icon.icon--address, .b-footer-top .menu a .icon.icon--info, .b-footer-top .menu a .icon.icon--map {
    width: 32px;
    height: 32px;
    margin: -3px 5px -9px -7px
}

.b-footer-top .menu a .icon.icon--chevron {
    margin-bottom: -5px
}

.b-footer-top .menu a.button-panel-expanded {
    border-top-color: #ec0b43;
    background-color: rgba(255, 255, 255, .7);
    color: #ec0b43
}

.b-footer-top .menu a.button-panel-expanded .icon {
    fill: #ec0b43;
    opacity: 1
}

.b-footer-top .menu a.button-panel-expanded .icon.icon--chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.b-footer-top .menu .b-footer-top__floor-links {
    display: inline-block
}

.b-footer-top .menu .b-footer-top__floor-links a {
    display: none
}

.b-footer-top .menu .b-footer-top__floor-links a:first-child {
    display: inherit
}

.b-footer-top__quick-links {
    background-color: rgba(255, 255, 255, .7)
}

.b-footer-top__quick-links ul {
    margin: 15px 0 30px;
    color: rgba(25, 70, 186, .25)
}

.b-footer-top__quick-links a {
    padding: .3em 0;
    display: inline-block
}

.h-share {
    margin-top: 3em;
    text-align: center;
    clear: both
}

.h-share:after, .h-share:before {
    content: " ";
    display: table
}

.h-share:after {
    clear: both
}

.h-share .share-title {
    margin: 0;
    padding: 7.5px;
    background: #fff;
    color: #bdbdbd;
    display: inline-block
}

.h-share hr {
    margin: 0 0 -20px
}

.b-share_theme_counter {
    display: block;
    margin: 20px 0;
    min-height: 80px;
    text-align: center
}

.b-share_theme_counter .b-share {
    padding: 0 !important
}

.b-share_theme_counter .b-share .b-share-btn__wrap {
    display: inline-block
}

.b-share_theme_counter a.b-share__handle {
    display: inline-block;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    padding: 10px !important
}

.b-share_theme_counter a.b-share__handle:active, .b-share_theme_counter a.b-share__handle:hover {
    background: 0 0;
    border: 0;
    height: 60px
}

.b-share_theme_counter a.b-share__handle:active .b-share-icon, .b-share_theme_counter a.b-share__handle:hover .b-share-icon {
    position: absolute;
    top: 0
}

.b-share_theme_counter a.b-share__handle:active .b-share-counter, .b-share_theme_counter a.b-share__handle:hover .b-share-counter {
    position: static;
    top: auto
}

.b-share_theme_counter a.b-share__handle .b-share-icon {
    width: 0;
    height: 0;
    position: absolute;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-color: #fff;
    border-width: 0;
    border-radius: 20px;
    -webkit-transition: border-color .2s, border-width .2s;
    transition: border-color .2s, border-width .2s;
    background-image: none;
    background-color: transparent
}

.b-share_theme_counter a.b-share__handle .b-share-icon:before {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    font-size: 24px;
    font-family: FontAwesome;
    text-align: center;
    line-height: 40px;
    content: "";
    -webkit-transition: color .4s;
    transition: color .4s
}

.b-news-card .label, .b-news-card .title, .b-share_theme_counter a.b-share__handle .b-share-counter {
    font-family: "Open Sans", sans-serif
}

.b-share_theme_counter a.b-share__handle .b-share-counter {
    display: inline-block;
    width: 40px;
    height: 22px;
    padding: 2px;
    margin: 48px 0 0;
    color: #676f79;
    text-align: center;
    background: #e0e0e0;
    border-radius: 10px
}

.b-share_theme_counter a.b-share__handle .b-share-counter:before {
    margin-left: 12px;
    margin-top: -14px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #e0e0e0;
    content: ""
}

.b-news-card .news-photo + .label, .news-topic a:last-child {
    border-bottom-left-radius: 0
}

.b-share_theme_counter a.b-share__handle.b-share-btn__vkontakte .b-share-icon:before {
    content: "\f189";
    color: #4c75a3
}

.b-share_theme_counter a.b-share__handle.b-share-btn__vkontakte:hover .b-share-icon {
    border-color: #4c75a3;
    border-width: 20px
}

.b-share_theme_counter a.b-share__handle.b-share-btn__vkontakte:hover .b-share-icon:before {
    color: #fff
}

.b-share_theme_counter a.b-share__handle.b-share-btn__vkontakte:hover .b-share-counter {
    background: #bed7f4
}

.b-share_theme_counter a.b-share__handle.b-share-btn__vkontakte:hover .b-share-counter:before {
    border-bottom-color: #bed7f4
}

.b-share_theme_counter a.b-share__handle.b-share-btn__facebook .b-share-icon:before {
    content: "\f09a";
    color: #3b5b98
}

.b-share_theme_counter a.b-share__handle.b-share-btn__facebook:hover .b-share-icon {
    border-color: #3b5b98;
    border-width: 20px
}

.b-share_theme_counter a.b-share__handle.b-share-btn__facebook:hover .b-share-icon:before {
    color: #fff
}

.b-share_theme_counter a.b-share__handle.b-share-btn__facebook:hover .b-share-counter {
    background: #bed0f4
}

.b-share_theme_counter a.b-share__handle.b-share-btn__facebook:hover .b-share-counter:before {
    border-bottom-color: #bed0f4
}

.b-share_theme_counter a.b-share__handle.b-share-btn__twitter .b-share-icon:before {
    content: "\f099";
    color: #55acee
}

.b-share_theme_counter a.b-share__handle.b-share-btn__twitter:hover .b-share-icon {
    border-color: #55acee;
    border-width: 20px
}

.b-share_theme_counter a.b-share__handle.b-share-btn__twitter:hover .b-share-icon:before {
    color: #fff
}

.b-share_theme_counter a.b-share__handle.b-share-btn__twitter:hover .b-share-counter {
    background: #bedcf4
}

.b-share_theme_counter a.b-share__handle.b-share-btn__twitter:hover .b-share-counter:before {
    border-bottom-color: #bedcf4
}

.b-share_theme_counter a.b-share__handle.b-share-btn__gplus .b-share-icon:before {
    content: "\f0d5";
    color: #dc4e41
}

.b-share_theme_counter a.b-share__handle.b-share-btn__gplus:hover .b-share-icon {
    border-color: #dc4e41;
    border-width: 20px
}

.b-share_theme_counter a.b-share__handle.b-share-btn__gplus:hover .b-share-icon:before {
    color: #fff
}

.b-share_theme_counter a.b-share__handle.b-share-btn__gplus:hover .b-share-counter {
    background: #f4c2be
}

.b-share_theme_counter a.b-share__handle.b-share-btn__gplus:hover .b-share-counter:before {
    border-bottom-color: #f4c2be
}

.news-topic a {
    border-left: 5px solid #ddd;
    font-size: 14px;
    font-weight: 700
}

.news-topic a:first-child {
    border-top-left-radius: 0
}

.news-topic a.gray {
    border-left-color: #bdbdbd
}

.news-topic a.red {
    border-left-color: #f44
}

.news-topic a.orange {
    border-left-color: #ff8400
}

.news-topic a.green {
    border-left-color: #94d600
}

.news-topic a.violet {
    border-left-color: #a6c
}

.news-topic a.blue {
    border-left-color: #3db5e6
}

.news-topic a.navy-blue {
    border-left-color: #35f
}

.news-topic a.active.gray {
    background-color: #bdbdbd;
    border-color: #bdbdbd
}

.news-topic a.active.red {
    background-color: #f44;
    border-color: #f44
}

.news-topic a.active.orange {
    background-color: #ff8400;
    border-color: #ff8400
}

.news-topic a.active.green {
    background-color: #94d600;
    border-color: #94d600
}

.news-topic a.active.violet {
    background-color: #a6c;
    border-color: #a6c
}

.news-topic a.active.blue {
    background-color: #3db5e6;
    border-color: #3db5e6
}

.news-topic a.active.navy-blue {
    background-color: #35f;
    border-color: #35f
}

.b-news-card .label {
    height: 21px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 160%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.b-news-card .label-red {
    background-color: #f44
}

.b-news-card .label-orange {
    background-color: #ff8400
}

.b-news-card .label-green {
    background-color: #94d600
}

.b-news-card .label-violet {
    background-color: #a6c
}

.b-news-card .label-blue {
    background-color: #3db5e6
}

.b-news-card .label-navy-blue {
    background-color: #35f
}

.b-news-card .label-gray {
    background-color: #555
}

.b-news-card .date {
    display: block;
    margin: 5px 0;
    color: #aaa;
    font-size: 12px;
    line-height: 1.4
}

.b-news-card .title {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
    color: #1946ba
}

.b-news-card .details {
    color: #333
}

.b-news-card a:focus .details, .b-news-card a:focus .title, .b-news-card a:hover .details, .b-news-card a:hover .title {
    color: #102d77
}

.news-photo {
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbDQoJPCFFTlRJVFkgbnNfZmxvd3MgImh0dHA6Ly9ucy5hZG9iZS5jb20vRmxvd3MvMS4wLyI+DQpdPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDE5IiBoZWlnaHQ9IjI2NCIgdmlld0JveD0iLTY4LjIxOCAtNjcuODk4IDQxOSAyNjQiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNC45ODggOTQuNDM2Yy4yOS0uNjk2LjM0NC0xLjI2Ni4xNjMtMS42OS0uMTM4LS4zMjUtLjQxNC0uNTctLjgyLS43MjgtLjk5Mi0uMzYyLTEuNzguMTEtMi4zMDUgMS4zODdsLTMuNyA4Ljk3Ny01LjEwNS05LjE2OGMtLjMwMi0uNTY3LS42NjUtLjk1LTEuMDgtMS4xNC0uNDIyLS4xOTMtLjg4OC0uMTY1LTEuMzg1LjA5My0uNDYuMjU4LS43MTMuNjU1LS43NSAxLjE4LS4wMzYuNTEuMSAxLjAyMi40IDEuNTE2bDYuMjcgMTAuOWMtLjI3Ni43MTgtLjU3MiAxLjI2LS44OCAxLjYwOC0uMzA1LjM1LS42NTcuNTE4LTEuMDguNTE4LS4xOSAwLS4zNjctLjAxOC0uNTMtLjA1Mi0uMTY2LS4wMzQtLjM2LS4wOTYtLjU3OC0uMTg0LS4yMzItLjA5My0uMzk0LS4xNDgtLjQ4LS4xNjUtLjk0My0uMzEtMS41ODYtLjA0Mi0xLjg5NS43Ny0uMzQ1LjkyLS4wMSAxLjY2OC45OTcgMi4yMTguNjYyLjM2OCAxLjU1My41NTYgMi42NS41NTYgMS4yMTcgMCAyLjIzMy0uNDYzIDMuMDE3LTEuMzc3Ljc3LS44OTcgMS41OS0yLjM2IDIuNDM4LTQuMzQzbDQuNjUzLTEwLjg3NHpNMjAuMDggMTEwLjc2Yy41MzQgMCAuOTYtLjE2NiAxLjI3LS40OTQuMzA3LS4zMjcuNDYzLS43NTIuNDYzLTEuMjY3di02LjMyOGg4LjM4VjEwOWMwIC41MTMuMTUuOTM4LjQ0OCAxLjI2NC4zLjMzLjczMy40OTYgMS4yODYuNDk2LjUzNSAwIC45NjItLjE2NiAxLjI3LS40OTUuMzA4LS4zMjYuNDY0LS43NTIuNDY0LTEuMjY2VjkzLjY2MmMwLS41MTMtLjE1NS0uOTQzLS40Ni0xLjI3OC0uMzEtLjMzOC0uNzM4LS41MS0xLjI3My0uNTEtLjU1MyAwLS45ODYuMTcyLTEuMjg2LjUxLS4yOTYuMzM2LS40NDYuNzY2LS40NDYgMS4yNzh2NS44OTVoLTguMzh2LTUuODk1YzAtLjUxNC0uMTU2LS45NDMtLjQ2Mi0xLjI3OC0uMzEtLjMzOC0uNzM3LS41MS0xLjI3LS41MS0uNTU1IDAtLjk4OC4xNzItMS4yOS41MS0uMjk1LjMzNi0uNDQ2Ljc2Ny0uNDQ2IDEuMjc4VjEwOWMwIC41MTIuMTUuOTM3LjQ0OCAxLjI2NC4zLjMzLjczMy40OTYgMS4yODYuNDk2ek00MC4yMyAxMTAuNzZjLjU1NyAwIDEuMDk2LS4zMzMgMS42MDQtLjk5Mmw4LjU5LTExLjczNlYxMDljMCAuNDk1LjE1LjkxNi40NDggMS4yNS4zLjM0Ljc0Mi41MSAxLjMxMy41MS41NTQgMCAuOTgtLjE2NiAxLjI3My0uNDk3LjI4OC0uMzI1LjQzMy0uNzUuNDMzLTEuMjYzVjkzLjY2M2MwLTEuMTg3LS41NTUtMS43ODgtMS42NS0xLjc4OC0uNjMgMC0xLjE4OC4zMjUtMS42Ni45NjZsLTguNTM2IDExLjgxNHYtMTAuOTljMC0uNTEzLS4xNS0uOTQzLS40NDYtMS4yNzgtLjMtLjM0LS43MzQtLjUxLTEuMjg3LS41MS0uNTcgMC0xLjAxLjE3Mi0xLjMuNTEtLjI4Ny4zMzYtLjQzMi43NjYtLjQzMiAxLjI3N1YxMDljMCAuNTUuMTQ2Ljk4My40MzUgMS4yOTIuMjkuMzEuNy40NjggMS4yMTcuNDY4ek02OS40NiAxMDAuNjQ4Yy42NjMtLjM1IDEuMi0uODYgMS42MDMtMS41Mi40NS0uNzM0LjY4LTEuNTM3LjY4LTIuMzgzIDAtMy4zMi0yLjMzMi01LjAwNi02LjkyOC01LjAwNi0xLjYyIDAtMy4wOTIuMTA4LTQuMzc0LjMyNS0xLjA4My4xOS0xLjYzMi44MzYtMS42MzIgMS45MnYxNC43N2MwIDEuMDY4LjU0MiAxLjY4OCAxLjYwOCAxLjg0IDEuMjc4LjE5OCAyLjgzLjMgNC42MTUuMyA1LjA0NSAwIDcuNjA0LTEuOTY4IDcuNjA0LTUuODQ2IDAtMS4wODUtLjMxLTIuMDMtLjkxNi0yLjgxNC0uNTU1LS43MTYtMS4zMTQtMS4yNS0yLjI1Ny0xLjU4OHptLTQuNjctLjg3NWgtMi42NVY5NC43OWMuODIyLS4wODIgMS42MjItLjEyNCAyLjM4LS4xMjQgMi40NzIgMCAzLjY3NS43ODcgMy42NzUgMi40MDUgMCAxLjgyLTEuMTE0IDIuNzAzLTMuNDA2IDIuNzAzem0zLjMzMiA3LjU2NWMtLjY1NC40MzctMS42NDguNjU4LTIuOTU1LjY1OC0xLjE3IDAtMi4xODgtLjA1LTMuMDI3LS4xNXYtNS40MTdoM2MyLjY1NiAwIDMuOTQ3LjkgMy45NDcgMi43NTYgMCAxLjAwMi0uMzI0IDEuNzI1LS45NjUgMi4xNTJ6TTg5LjExMyAxMTAuMzM3Yy4zLS4yOC40NTQtLjY2LjQ1NC0xLjEyIDAtLjQ4LS4xNTMtLjg2OC0uNDU0LTEuMTUtLjMtLjI4LS43MDMtLjQyMi0xLjE5OC0uNDIySDgwLjIxdi01LjAyNmg1LjkyYy41MTQgMCAuOTI3LS4xNDggMS4yMjYtLjQzOC4zLS4yOS40NTMtLjY3My40NTMtMS4xMzUgMC0uNDgtLjE1NC0uODY0LS40NTYtMS4xMzctLjMtLjI3LS43MS0uNDA3LTEuMjI0LS40MDdoLTUuOTJWOTQuOTloNy40MzVjLjQ5NiAwIC45LS4xNDIgMS4xOTgtLjQyMi4zLS4yOC40NTQtLjY2LjQ1NC0xLjEyMiAwLS40OC0uMTUzLS44NjctLjQ1NC0xLjE0OC0uMy0uMjgtLjcwMi0uNDIzLTEuMTk4LS40MjNoLTkuMTQzYy0uNTUyIDAtLjk5LjE3Mi0xLjI5OC41MS0uMzA3LjMzNS0uNDYyLjc2NS0uNDYyIDEuMjc4djE1LjMxYzAgLjUxNC4xNi45NDMuNDc3IDEuMjc4LjMxNi4zNC43NTcuNTEgMS4zMS41MWg5LjM4NmMuNDk0IDAgLjg5Ny0uMTQzIDEuMTk3LS40MjN6TTEwNi4wNCA5Ny44MjhjMC0yLjA4Mi0uNjU4LTMuNjM3LTEuOTUyLTQuNjE4LTEuMjg1LS45NzYtMy4wNy0xLjQ3LTUuMy0xLjQ3LTEuNTg4IDAtMi45OTcuMTItNC4xODcuMzU0LTEuMDYzLjIxLTEuNjAzLjg4My0xLjYwMyAyLjAwMlYxMDljMCAuNTEyLjE1LjkzNy40NDggMS4yNjQuMy4zMy43MzMuNDk2IDEuMjg2LjQ5Ni41MzUgMCAuOTYyLS4xNjYgMS4yNy0uNDk0LjMwOC0uMzI3LjQ2NC0uNzUyLjQ2NC0xLjI2N3YtNC44NWMuNTQuMDc4IDEuMjkyLjExOCAyLjI0My4xMTggMi4xNiAwIDMuOTQtLjU0NiA1LjI5LTEuNjIgMS4zNTQtMS4wOCAyLjA0Mi0yLjcwMyAyLjA0Mi00Ljgyem0tOS41NzYtMi44OGMuNzUyLS4wOTcgMS41MDYtLjE0NyAyLjI0My0uMTQ3IDIuNDkyIDAgMy43MDMgMS4wMiAzLjcwMyAzLjExIDAgMi4yMzYtMS4yNzMgMy4zMjMtMy44OTMgMy4zMjMtLjg1NiAwLTEuNTQ1LS4wMy0yLjA1My0uMDk0di02LjE5ek0xMjEuMjkgMTA2Ljc2N2MtMS4yOTMuNzYyLTIuNTY3IDEuMTQ4LTMuNzg1IDEuMTQ4LTEuNTI3IDAtMi44MDUtLjU5Mi0zLjc5Ny0xLjc2LS45OTctMS4xNzMtMS41MDItMi44MS0xLjUwMi00Ljg2NSAwLTEuOTg0LjQ3LTMuNTk1IDEuMzk3LTQuNzg3IDEuNTA1LTEuOTM2IDMuOTg0LTIuMzE0IDcuMzI2LTEuMDMyIDEuMTI0LjQyIDEuODYzLjI0NyAyLjE5My0uNDkuMzg2LS44MjYuMTU1LTEuNTM3LS42ODYtMi4xMS0xLjIwMy0uODQtMi45MDgtMS4yNjQtNS4wNjctMS4yNjQtMi43NDMgMC00LjkyLjg5LTYuNDY2IDIuNjQ3LTEuNTQ0IDEuNzUyLTIuMzI3IDQuMTMtMi4zMjcgNy4wNjQgMCAyLjk3LjczNyA1LjM1NSAyLjE5IDcuMDkgMS40NTcgMS43NCAzLjY0MyAyLjYyMyA2LjQ5NSAyLjYyMyAyLjI1IDAgNC4xMjctLjU0NSA1LjU4NC0xLjYxOC40Ny0uMzU3Ljc2Mi0uNzcuODY2LTEuMjI3LjEwNi0uNDY1LjAzLS44Ny0uMjItMS4xOTctLjQ4LS42OTItMS4yMjgtLjc3NS0yLjIwMi0uMjJ6TTE0MS4xNDUgOTEuODc1Yy0uNjMgMC0xLjE4Ny4zMjUtMS42NTguOTY2bC04LjUzNyAxMS44MTR2LTEwLjk5YzAtLjUxMy0uMTUtLjk0My0uNDQ3LTEuMjc4LS4zLS4zNC0uNzMzLS41MS0xLjI4Ni0uNTEtLjU3MiAwLTEuMDEuMTcyLTEuMy41MS0uMjg4LjMzNi0uNDMzLjc2Ni0uNDMzIDEuMjc3VjEwOWMwIC41NS4xNDYuOTgzLjQzNSAxLjI5Mi4yOS4zMS43LjQ2OCAxLjIxNi40NjguNTU3IDAgMS4wOTUtLjMzMyAxLjYwNC0uOTkybDguNTktMTEuNzM2VjEwOWMwIC40OTUuMTUuOTE2LjQ0OCAxLjI1LjMuMzQuNzQuNTEgMS4zMTMuNTEuNTU0IDAgLjk4Mi0uMTY2IDEuMjc0LS40OTcuMjg4LS4zMjUuNDM0LS43NS40MzQtMS4yNjNWOTMuNjYzYzAtMS4xODYtLjU1Ny0xLjc4OC0xLjY1My0xLjc4OHpNMTYxLjk3NCA5My40MmMwLS40OC0uMTUyLS44NjQtLjQ1NS0xLjEzOC0uMy0uMjctLjcxMi0uNDA3LTEuMjI1LS40MDdoLTEyLjgyYy0uNDk1IDAtLjg5Ny4xMzctMS4xOTguNDA3LS4zLjI3My0uNDU1LjY1Ni0uNDU1IDEuMTM4IDAgLjQ2LjE1Mi44NDMuNDUzIDEuMTM0LjMuMjkuNzAzLjQzNyAxLjIuNDM3aDQuNjc3VjEwOWMwIC41MTMuMTUuOTM4LjQ0NyAxLjI2NS4zLjMzLjczLjQ5NiAxLjI4NC40OTZzLjk4Ni0uMTY2IDEuMjg1LS40OTVjLjI5Ny0uMzI2LjQ0OC0uNzUuNDQ4LTEuMjY1Vjk0Ljk5aDQuNjc3Yy41MTUgMCAuOTI3LS4xNDYgMS4yMjYtLjQzNy4zLS4yOS40NTQtLjY3Mi40NTQtMS4xMzN6TTE3Ni4xNzIgMTA3LjY0NWgtNy43MDZ2LTUuMDI2aDUuOTJjLjUxNiAwIC45MjgtLjE0OCAxLjIyNy0uNDM4LjMtLjI5LjQ1My0uNjczLjQ1My0xLjEzNSAwLS40OC0uMTUyLS44NjQtLjQ1NS0xLjEzNy0uMy0uMjctLjcxLS40MDctMS4yMjQtLjQwN2gtNS45MlY5NC45OWg3LjQzNmMuNDk2IDAgLjg5OC0uMTQyIDEuMTk3LS40MjIuMy0uMjguNDU0LS42Ni40NTQtMS4xMjIgMC0uNDgtLjE1My0uODY3LS40NTUtMS4xNDgtLjMtLjI4LS43MDItLjQyMy0xLjE5OC0uNDIzaC05LjE0M2MtLjU1NCAwLS45OS4xNzItMS4zLjUxLS4zMDcuMzM1LS40Ni43NjUtLjQ2IDEuMjc4djE1LjMxYzAgLjUxNC4xNi45NDMuNDc2IDEuMjc4LjMxNi4zNC43NTguNTEgMS4zMS41MWg5LjM4N2MuNDk1IDAgLjg5OC0uMTQzIDEuMTk4LS40MjMuMzAyLS4yOC40NTQtLjY2LjQ1NC0xLjEyIDAtLjQ4LS4xNTItLjg2OC0uNDUzLTEuMTUtLjMtLjI4LS43MDMtLjQyMi0xLjE5OC0uNDIyek0xOTUuMjQzIDkzLjQyYzAtLjQ4LS4xNTMtLjg2NC0uNDU2LTEuMTM4LS4zLS4yNy0uNzEtLjQwNy0xLjIyNC0uNDA3aC0xMi44MmMtLjQ5NCAwLS44OTYuMTM3LTEuMTk3LjQwNy0uMzAzLjI3My0uNDU1LjY1Ni0uNDU1IDEuMTM4IDAgLjQ2LjE1My44NDMuNDU0IDEuMTM0LjMuMjkuNzAzLjQzNyAxLjIuNDM3aDQuNjc2VjEwOWMwIC41MTMuMTUuOTM4LjQ0OCAxLjI2NS4zLjMzLjczMi40OTYgMS4yODUuNDk2cy45ODUtLjE2NiAxLjI4NS0uNDk1Yy4yOTctLjMyNi40NDgtLjc1LjQ0OC0xLjI2NVY5NC45OWg0LjY3N2MuNTE0IDAgLjkyOC0uMTQ2IDEuMjI3LS40MzcuMy0uMjkuNDUzLS42NzIuNDUzLTEuMTMzek0yMjEuMTU0IDEwOVY5My42NjJjMC0xLjE4Ny0uNTU2LTEuNzg4LTEuNjUyLTEuNzg4LS42MyAwLTEuMTg3LjMyNS0xLjY1Ny45NjZsLTguNTM3IDExLjgxNHYtMTAuOTljMC0uNTEzLS4xNS0uOTQzLS40NDctMS4yNzgtLjMtLjM0LS43MzItLjUxLTEuMjg1LS41MS0uNTcgMC0xLjAxLjE3Mi0xLjMwMi41MS0uMjg3LjMzNy0uNDMyLjc2Ni0uNDMyIDEuMjc3VjEwOWMwIC41NDguMTQ3Ljk4Mi40MzcgMS4yOTIuMjkuMzEuNy40NjggMS4yMTcuNDY4LjU1NyAwIDEuMDk2LS4zMzMgMS42MDQtLjk5Mmw4LjU5LTExLjczNlYxMDljMCAuNDk1LjE1LjkxNi40NDggMS4yNS4zLjM0Ljc0LjUxIDEuMzEzLjUxLjU1MiAwIC45OC0uMTY2IDEuMjcyLS40OTcuMjg3LS4zMjYuNDMyLS43NS40MzItMS4yNjR6TTIzOC42NTIgOTEuODc1aC0xMi44MmMtLjQ5NSAwLS44OTcuMTM3LTEuMTk3LjQwNy0uMzAyLjI3My0uNDU2LjY1Ni0uNDU2IDEuMTM4IDAgLjQ2LjE1Ljg0My40NTIgMS4xMzQuMy4yOS43MDMuNDM3IDEuMi40MzdoNC42NzdWMTA5YzAgLjUxMy4xNS45MzguNDQ3IDEuMjY1LjMuMzMuNzMuNDk2IDEuMjg0LjQ5NnMuOTg3LS4xNjYgMS4yODYtLjQ5NWMuMjk4LS4zMjYuNDUtLjc1LjQ1LTEuMjY1Vjk0Ljk5aDQuNjc2Yy41MTUgMCAuOTI3LS4xNDYgMS4yMjYtLjQzNy4zLS4yOS40NTQtLjY3My40NTQtMS4xMzQgMC0uNDgyLS4xNTMtLjg2NS0uNDU2LTEuMTQtLjMtLjI2OC0uNzEtLjQwNS0xLjIyNC0uNDA1ek0yNTguOTY1IDkxLjg3NWMtLjY3IDAtMS4yMzcuMzYzLTEuNjkgMS4wOGwtNS4zMTUgOC41ODctNS40MjMtOC41NmMtLjQ1My0uNzM0LTEuMDUtMS4xMDctMS43Ny0xLjEwNy0uNDggMC0uODc0LjE1Mi0xLjE3NS40NTItLjMuMy0uNDUuNzYtLjQ1IDEuMzYzVjEwOWMwIDEuMTY3LjU0NiAxLjc2IDEuNjI0IDEuNzZzMS42MjUtLjU5MyAxLjYyNS0xLjc2Vjk4LjUwM2wzLjggNS45NTVjLjQxNy42NjIuOTU4Ljk5OCAxLjYxLjk5OC42MzIgMCAxLjE2NC0uMzQ2IDEuNTgtMS4wMjVsMy43NDUtNi4wNTNWMTA5YzAgLjUxMy4xNTUuOTM4LjQ2MyAxLjI2NS4zMS4zMy43MzYuNDk1IDEuMjcuNDk1LjU1MyAwIC45ODYtLjE2NyAxLjI4NS0uNDk2LjMtLjMyNS40NS0uNzUuNDUtMS4yNjVWOTMuNjYyYzAtLjUzLS4xNDMtLjk2My0uNDItMS4yOS0uMjgzLS4zMy0uNjktLjQ5OC0xLjIwOC0uNDk4ek0yODAuMzM1IDk0LjM0OGMtMS41NjQtMS44Mi0zLjgwNS0yLjc0Mi02LjY1Ni0yLjc0MnMtNS4wODguOTIzLTYuNjQ0IDIuNzQzYy0xLjU1MyAxLjgxMy0yLjM0IDQuMTU4LTIuMzQgNi45NjggMCAyLjgyNy43ODcgNS4xNzcgMi4zNCA2Ljk4MiAxLjU1NyAxLjgxMiAzLjc5IDIuNzMgNi42NDMgMi43M3M1LjA5LS45MiA2LjY1NS0yLjczYzEuNTYyLTEuODA2IDIuMzU0LTQuMTU1IDIuMzU0LTYuOTgyLS4wMDItMi44MS0uNzk0LTUuMTU1LTIuMzU1LTYuOTd6bS0yLjY3NCAxMS43M2MtLjkyIDEuMjItMi4yNiAxLjgzNy0zLjk4IDEuODM3LTEuNzA1IDAtMy4wMzYtLjYxOC0zLjk1Ni0xLjgzNi0uOTI4LTEuMjMtMS4zOTgtMi44My0xLjM5OC00Ljc2MyAwLTEuOTMuNDctMy41MzMgMS4zOTgtNC43NjIuOTItMS4yMTggMi4yNS0xLjgzNiAzLjk1NS0xLjgzNiAxLjcyMiAwIDMuMDYyLjYxNyAzLjk4IDEuODM1LjkzIDEuMjMgMS40IDIuODMgMS40IDQuNzYycy0uNDcgMy41MzUtMS40IDQuNzYyeiIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9Ijg1LjQ0OCIgY3k9IjQyLjA5NCIgcj0iMy43MDkiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIxMDEuNDE4IiBjeT0iMTguMTM5IiByPSI1LjU2NCIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjExNy4zODkiIGN5PSIyNi4xMjQiIHI9IjUuNTY0Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTMzLjM1OSIgY3k9IjM0LjEwOSIgcj0iNS41NjQiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIxMTcuMzg5IiBjeT0iNDIuMDk0IiByPSI1LjU2NCIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjE0OS4zMjkiIGN5PSI0Mi4wOTQiIHI9IjUuNTY1Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTQ5LjMyOCIgY3k9IjU4LjA2NCIgcj0iMy43MSIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjE2NS4yOTkiIGN5PSI1MC4wNzkiIHI9IjMuNzA5Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTY1LjMiIGN5PSIzNC4xMDkiIHI9IjUuNTY0Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTQ5LjMyOCIgY3k9IjI2LjEyNCIgcj0iNS41NjQiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIxMzMuMzU5IiBjeT0iNTAuMDc5IiByPSIzLjcxIi8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTY1LjMiIGN5PSIxOC4xMzkiIHI9IjUuNTY0Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTgxLjI3IiBjeT0iMTAuMTUzIiByPSIzLjcxIi8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTgxLjI3IiBjeT0iNDIuMDk0IiByPSIzLjcxIi8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTMzLjM1OSIgY3k9IjE4LjEzOSIgcj0iMy43MSIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjExNy4zODkiIGN5PSI1OC4wNjQiIHI9IjMuNzA5Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTAxLjQxOCIgY3k9IjM0LjEwOSIgcj0iNS41NjQiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNODUuNDQ4IDIzLjI4YzEuNTcgMCAyLjg0NiAxLjI3NSAyLjg0NiAyLjg0NHMtMS4yNzcgMi44NDYtMi44NDYgMi44NDYtMi44NDUtMS4yNzctMi44NDUtMi44NDYgMS4yNzYtMi44NDUgMi44NDUtMi44NDVtMC0yLjcyYy0zLjA3MiAwLTUuNTY0IDIuNDktNS41NjQgNS41NjQgMCAzLjA3MyAyLjQ5MiA1LjU2NCA1LjU2NCA1LjU2NCAzLjA3NCAwIDUuNTY1LTIuNDkgNS41NjUtNS41NjQgMC0zLjA3My0yLjQ5Mi01LjU2NC01LjU2NS01LjU2NHoiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSI2OS40NzgiIGN5PSI1MC4wNzkiIHI9IjIuMTY5Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iNjkuNDc4IiBjeT0iMzQuMTA5IiByPSIyLjE2OSIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjEwMS40MTgiIGN5PSI0OS45NjYiIHI9IjIuMTY4Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTAxLjQxOCIgY3k9IjIuMTY4IiByPSIyLjE2OCIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjEzMy4yNDYiIGN5PSI2Ni4wNSIgcj0iMi4xNjkiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSI4NS40NDgiIGN5PSIxMC4xNTMiIHI9IjIuMTY4Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTE3LjM4OSIgY3k9IjEwLjE1MyIgcj0iMi4xNjgiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIxMzMuMjQ2IiBjeT0iNjYuMDUiIHI9IjIuMTY5Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMjEzLjIxIiBjeT0iMjYuMTI0IiByPSIyLjE2OCIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjE4MS4yNyIgY3k9IjU4LjA2NCIgcj0iMi4xNjkiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIxOTcuMjM5IiBjeT0iMTguMTM5IiByPSI1LjU2NCIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjE4MS4yNyIgY3k9IjI2LjEyNCIgcj0iNS41NjQiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIxOTcuMjQiIGN5PSI1MC4wNzkiIHI9IjIuMTY4Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTk3LjI0IiBjeT0iMzQuMTA5IiByPSIzLjcwOSIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjE0OS4zMjgiIGN5PSIxMC4xNTMiIHI9IjIuMTY5Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMTk3LjI0IiBjeT0iMi4xNjkiIHI9IjIuMTY4Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iMjEzLjIxIiBjeT0iMTAuMTUzIiByPSIyLjE2OCIvPjwvc3ZnPg==);
    background-color: #f1f1f1;
    height: 166px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.b-news-card.-on-news-list-page {
    margin-top: 30px;
    padding-left: 0
}

.b-news-card.-on-news-list-page a {
    display: block;
    height: 282px;
    overflow: hidden;
    position: relative
}

.b-news-card.-on-news-list-page a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x
}

.b-news-card.-on-news-list-page .news-photo {
    margin-bottom: -21px
}

.activity-summary .news-photo, .b-news-card.-on-activity-list-page .news-photo {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbDQogPCFFTlRJVFkgbnNfZmxvd3MgImh0dHA6Ly9ucy5hZG9iZS5jb20vRmxvd3MvMS4wLyI+DQpdPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MTkgMjY0Ij4NCiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCiAgICA8IVtDREFUQVsNCiAgICAgIGNpcmNsZSwgcGF0aCB7DQogICAgICAgIGZpbGw6ICMxOTQ2QkE7DQogICAgICB9DQogICAgICAucmVkZG90IHsNCiAgICAgICAgZmlsbDogI0VDMEI0MzsNCiAgICAgIH0NCiAgICBdXT4NCiAgPC9zdHlsZT4NCg0KICA8Y2lyY2xlIGN4PSIxNTMuNyIgY3k9IjExMCIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjE2OS42IiBjeT0iODYiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIxODUuNiIgY3k9Ijk0IiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjAxLjYiIGN5PSIxMDIiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIxODUuNiIgY3k9IjExMCIgcj0iNS42Ii8+DQogIDxjaXJjbGUgY3g9IjIxNy41IiBjeT0iMTEwIiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjE3LjUiIGN5PSIxMjYiIHI9IjMuNyIvPg0KICA8Y2lyY2xlIGN4PSIyMzMuNSIgY3k9IjExOCIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjIzMy41IiBjeT0iMTAyIiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjE3LjUiIGN5PSI5NCIgcj0iNS42Ii8+DQogIDxjaXJjbGUgY3g9IjIwMS42IiBjeT0iMTE4IiByPSIzLjciLz4NCiAgPGNpcmNsZSBjeD0iMjMzLjUiIGN5PSI4NiIgcj0iNS42Ii8+DQogIDxjaXJjbGUgY3g9IjI0OS41IiBjeT0iNzguMSIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjI0OS41IiBjeT0iMTEwIiByPSIzLjciLz4NCiAgPGNpcmNsZSBjeD0iMjAxLjYiIGN5PSI4NiIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjE4NS42IiBjeT0iMTI2IiByPSIzLjciLz4NCiAgPGNpcmNsZSBjeD0iMTY5LjYiIGN5PSIxMDIiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIxNTMuNyIgY3k9Ijk0IiByPSI1LjYiIGNsYXNzPSJyZWRkb3QiLz4NCiAgPGNpcmNsZSBjeD0iMTM3LjciIGN5PSIxMTgiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIxMzcuNyIgY3k9IjEwMiIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjE2OS42IiBjeT0iMTE3LjkiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIxNjkuNiIgY3k9IjcwLjEiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIyMDEuNSIgY3k9IjEzMy45IiByPSIyLjIiLz4NCiAgPGNpcmNsZSBjeD0iMTUzLjciIGN5PSI3OC4xIiByPSIyLjIiLz4NCiAgPGNpcmNsZSBjeD0iMTg1LjYiIGN5PSI3OC4xIiByPSIyLjIiLz4NCiAgPGNpcmNsZSBjeD0iMjAxLjUiIGN5PSIxMzMuOSIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI4MS40IiBjeT0iOTQiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIyNDkuNSIgY3k9IjEyNiIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI2NS41IiBjeT0iODYiIHI9IjUuNiIvPg0KICA8Y2lyY2xlIGN4PSIyNDkuNSIgY3k9Ijk0IiByPSI1LjYiLz4NCiAgPGNpcmNsZSBjeD0iMjY1LjUiIGN5PSIxMTgiIHI9IjIuMiIvPg0KICA8Y2lyY2xlIGN4PSIyNjUuNSIgY3k9IjEwMiIgcj0iMy43Ii8+DQogIDxjaXJjbGUgY3g9IjIxNy41IiBjeT0iNzguMSIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI2NS41IiBjeT0iNzAuMSIgcj0iMi4yIi8+DQogIDxjaXJjbGUgY3g9IjI4MS40IiBjeT0iNzguMSIgcj0iMi4yIi8+DQogIDxwYXRoIGQ9Ik04My4yIDE2Mi4zYy4zLS43LjQtMS4yLjItMS43LS4yLS4zLS40LS41LTEtLjctLjgtLjQtMS42IDAtMi4yIDEuM2wtMy43IDktNS05LjItMS0xYy0uNi0uMi0xLS4yLTEuNSAwLS41LjMtLjcuNy0uOCAxLjIgMCAuNiAwIDEgLjQgMS42bDYuMyAxMS0xIDEuNWMtLjMuMy0uNi41LTEgLjVoLS42bC0uNi0uMi0uNS0uMmMtMS0uMy0xLjUgMC0xLjguOC0uNCAxIDAgMS42IDEgMi4yLjYuMyAxLjUuNSAyLjYuNSAxLjMgMCAyLjMtLjUgMy0xLjQgMS0xIDEuNy0yLjQgMi42LTQuNGw0LjYtMTF6TTg4LjMgMTc4LjdjLjUgMCAxLS4yIDEuMy0uNS4zLS40LjQtLjguNC0xLjN2LTYuNGg4LjR2Ni4zYzAgLjQuMi44LjUgMS4yLjIuMy42LjUgMSAuNS43IDAgMS0uMiAxLjQtLjUuMy0uNC41LS44LjUtMS4zdi0xNS40YzAtLjYtLjMtMS0uNi0xLjMtLjMtLjQtLjctLjUtMS4zLS41LS40IDAtLjggMC0xIC41LS40LjMtLjYuNy0uNiAxLjN2Nkg5MHYtNmMwLS42IDAtMS0uNC0xLjMtLjMtLjQtLjgtLjUtMS4zLS41LS42IDAtMSAwLTEuMy41LS4zLjMtLjQuNy0uNCAxLjNWMTc3YzAgLjQgMCAuOC40IDEuMi4zLjMuNy41IDEuMy41ek0xMDguNCAxNzguN2MuNiAwIDEtLjQgMS43LTFsOC42LTExLjh2MTFjMCAuNC4yLjguNSAxIC40LjUuOC43IDEuNC43LjYgMCAxLS4yIDEuMy0uNS4zLS40LjQtLjguNC0xLjN2LTE1LjRjMC0xLjItLjQtMS44LTEuNS0xLjgtLjcgMC0xLjIuMy0xLjcgMWwtOC41IDExLjh2LTExYzAtLjYtLjItMS0uNS0xLjMtLjMtLjQtLjctLjUtMS4zLS41LS41IDAtMSAwLTEuMy41LS4zLjMtLjQuOC0uNCAxLjNWMTc3YzAgLjQgMCAxIC40IDEuMi4zLjMuNy41IDEuMi41ek0xMzcuNyAxNjguNWMuNi0uMyAxLjItLjggMS42LTEuNS40LS43LjctMS41LjctMi40IDAtMy4zLTIuNC01LTctNS0xLjYgMC0zIDAtNC4zLjQtMSAuMi0xLjcuOC0xLjcgMnYxNC43YzAgMSAuNiAxLjYgMS42IDEuOCAxLjMuMiAzIC4zIDQuNi4zIDUgMCA3LjctMiA3LjctNiAwLTEtLjUtMi0xLTIuNy0uNi0uNi0xLjQtMS0yLjMtMS41em0tNC43LS44aC0yLjZ2LTVoMi4zYzIuNSAwIDMuNy43IDMuNyAyLjMgMCAxLjgtMSAyLjctMy40IDIuN3ptMy4zIDcuNWMtLjYuNS0xLjYuNy0zIC43bC0zLS4zdi01LjRoM2MyLjcgMCA0IDEgNCAyLjggMCAxLS4zIDEuOC0xIDIuMnpNMTU3LjMgMTc4LjJjLjMtLjIuNS0uNi41LTEgMC0uNi0uMi0xLS41LTEuMi0uMy0uMy0uNy0uNS0xLjItLjVoLTcuNnYtNWg2Yy41IDAgMSAwIDEuMi0uNC4zLS4yLjQtLjYuNC0xIDAtLjUgMC0xLS40LTEuMi0uMy0uMy0uNy0uNC0xLjMtLjRoLTZWMTYzaDcuNmMuNCAwIC44LS4zIDEtLjUuNC0uMy41LS43LjUtMS4yIDAtLjQgMC0uOC0uNC0xLS4yLS40LS42LS41LTEtLjVoLTkuM2MtLjUgMC0xIDAtMS4zLjUtLjMuMy0uNC43LS40IDEuM1YxNzdjMCAuNCAwIC44LjQgMSAuNC41LjguNyAxLjMuN2g5LjRjLjYgMCAxLS4yIDEuMy0uNXpNMTc0LjMgMTY1LjdjMC0yLS43LTMuNi0yLTQuNi0xLjMtMS0zLTEuNC01LjMtMS40LTEuNiAwLTMgLjItNC4yLjQtMSAuMi0xLjYgMS0xLjYgMnYxNWMwIC40LjIuOC41IDEuMi4zLjMuNy41IDEuMi41czEtLjIgMS4yLS41Yy4zLS40LjUtLjguNS0xLjN2LTVsMi4yLjJjMiAwIDQtLjYgNS4yLTEuNyAxLjQtMSAyLTIuNyAyLTQuOHptLTkuNi0zaDIuMmMyLjQgMCAzLjYgMSAzLjYgMyAwIDIuMy0xLjIgMy40LTQgMy40aC0ydi02LjJ6TTE4OS41IDE3NC43Yy0xLjMuNy0yLjYgMS0zLjggMS0xLjUgMC0yLjgtLjUtMy44LTEuNi0xLTEtMS42LTIuOC0xLjYtNC44cy41LTMuNiAxLjQtNC44YzEuNS0yIDQtMi4zIDcuMy0xIDEuMy40IDIgLjIgMi4zLS41LjQtMSAuMi0xLjctLjYtMi4yLTEuMi0xLTMtMS4zLTUtMS4zLTMgMC01IDEtNi42IDIuNy0xLjQgMS43LTIuMiA0LTIuMiA3cy43IDUuNCAyLjIgN2MxLjQgMS44IDMuNiAyLjcgNi41IDIuNyAyLjIgMCA0LS42IDUuNi0xLjcuNS0uMy44LS44IDEtMS4yIDAtLjQgMC0uOC0uMy0xLS41LS44LTEuMi0xLTIuMi0uM3pNMjA5LjQgMTU5LjhjLS43IDAtMS4yLjMtMS43IDFsLTguNSAxMS44di0xMWMwLS42LS4yLTEtLjUtMS4zLS4zLS40LS43LS41LTEuMy0uNS0uNSAwLTEgMC0xLjMuNS0uMi4zLS4zLjctLjMgMS4zVjE3N2MwIC40IDAgMSAuNCAxLjIuNC4zLjguNSAxLjQuNS41IDAgMS0uNCAxLjYtMWw4LjUtMTEuOHYxMWMwIC40LjIuOC41IDEgLjMuNS43LjcgMS4zLjcuNiAwIDEtLjIgMS4zLS41LjMtLjQuNC0uOC40LTEuM3YtMTUuNGMwLTEuMi0uNS0xLjgtMS42LTEuOHpNMjMwLjIgMTYxLjNjMC0uNS0uMi0uOC0uNS0xLS4zLS40LS43LS41LTEuMi0uNWgtMTIuOGMtLjUgMC0xIDAtMS4yLjQtLjMuMy0uNS42LS41IDEgMCAuNi4yIDEgLjUgMS4zLjMuMi43LjQgMS4yLjRoNC43djE0YzAgLjQgMCAuOC40IDEuMi4zLjMuNy41IDEuMy41czEtLjIgMS40LS41Yy4zLS40LjQtLjguNC0xLjN2LTE0aDQuN2MuNSAwIDEtLjMgMS4yLS41LjMtLjMuNS0uNy41LTEuMnpNMjQ0LjQgMTc1LjVoLTcuN3YtNWg2Yy40IDAgLjggMCAxLS40LjQtLjIuNi0uNi42LTEgMC0uNS0uMi0xLS41LTEuMi0uMy0uMy0uNy0uNC0xLjItLjRoLTZWMTYzaDcuNWMuNiAwIDEtLjMgMS4zLS41LjMtLjMuNS0uNy41LTEuMiAwLS40LS4yLS44LS41LTEtLjMtLjQtLjctLjUtMS4yLS41aC05Yy0uNiAwLTEgMC0xLjMuNS0uMy4zLS41LjctLjUgMS4zVjE3N2MwIC40LjIuOC41IDEgLjMuNS44LjcgMS4zLjdoOS40Yy41IDAgMS0uMiAxLjItLjUuMy0uMi40LS42LjQtMSAwLS42IDAtMS0uNC0xLjItLjMtLjMtLjctLjUtMS4yLS41ek0yNjMuNSAxNjEuM2MwLS41LS4yLS44LS41LTEtLjMtLjQtLjctLjUtMS4yLS41SDI0OWMtLjUgMC0xIDAtMS4yLjQtLjMuMy0uNS42LS41IDEgMCAuNi4yIDEgLjUgMS4zLjMuMi43LjQgMS4yLjRoNC42djE0YzAgLjQuMi44LjUgMS4yLjQuMy44LjUgMS40LjVzMS0uMiAxLjMtLjVjLjMtLjQuNC0uOC40LTEuM3YtMTRoNC44Yy41IDAgMS0uMyAxLjItLjUuMy0uMy41LS43LjUtMS4yek0yODkuNCAxNzd2LTE1LjRjMC0xLjItLjYtMS44LTEuNy0xLjgtLjYgMC0xLjIuMy0xLjYgMWwtOC41IDExLjh2LTExYzAtLjYgMC0xLS40LTEuMy0uMi0uNC0uNy0uNS0xLjItLjUtLjYgMC0xIDAtMS4zLjUtLjMuMy0uNC43LS40IDEuM1YxNzdjMCAuNC4yIDEgLjUgMS4yLjMuMy43LjUgMS4yLjUuNiAwIDEtLjQgMS42LTFMMjg2IDE2NnYxMWMwIC40IDAgLjguNCAxIC4zLjUuNy43IDEuMy43LjUgMCAxLS4yIDEuMi0uNS4yLS40LjQtLjguNC0xLjN6TTMwNyAxNTkuOGgtMTNjLS40IDAtLjggMC0xIC40LS40LjMtLjYuNi0uNiAxIDAgLjYgMCAxIC41IDEuMy4yLjIuNi40IDEgLjRoNC43djE0YzAgLjQuMi44LjUgMS4yLjMuMy43LjUgMS4zLjVzMS0uMiAxLjItLjVjLjMtLjQuNS0uOC41LTEuM3YtMTRoNC43Yy40IDAgLjgtLjMgMS0uNS40LS4zLjYtLjcuNi0xLjJzLS4yLS44LS41LTFjLS4yLS40LS42LS41LTEtLjV6TTMyNy4yIDE1OS44Yy0uNyAwLTEuMy4zLTEuNyAxbC01LjMgOC42LTUuNC04LjVjLS41LTEtMS0xLjItMS44LTEuMi0uNSAwLTEgMC0xLjIuNC0uMy4zLS40LjgtLjQgMS40VjE3N2MwIDEgLjUgMS43IDEuNiAxLjdzMS42LS42IDEuNi0xLjh2LTEwLjZsMy44IDZjLjQuNiAxIDEgMS42IDEgLjYgMCAxLjItLjQgMS42LTFsMy43LTZ2MTAuNWMwIC40LjIuOC41IDEuMi4zLjMuNy41IDEuMy41LjYgMCAxLS4yIDEuNC0uNS4zLS40LjQtLjguNC0xLjN2LTE1LjRjMC0uNiAwLTEtLjQtMS4zLS4zLS40LS43LS41LTEuMi0uNXpNMzQ4LjYgMTYyLjJjLTEuNi0xLjgtNC0yLjctNi43LTIuN3MtNS4yIDEtNi43IDIuN2MtMS42IDItMi40IDQuMi0yLjQgN3MuNyA1LjIgMi4zIDdjMS41IDEuOCAzLjcgMi43IDYuNiAyLjdzNS0xIDYuNi0yLjhjMS41LTEuOCAyLjMtNC4yIDIuMy03cy0xLTUtMi40LTd6TTM0NiAxNzRjLTEgMS4yLTIuNCAxLjgtNCAxLjgtMS44IDAtMy0uNi00LTEuOC0xLTEuMy0xLjUtMy0xLjUtNC44IDAtMiAuNS0zLjUgMS40LTQuNyAxLTEuMyAyLjItMiA0LTIgMS42IDAgMyAuNyA0IDIgLjggMS4yIDEuMyAyLjggMS4zIDQuN3MtLjUgMy42LTEuNCA0Ljh6Ii8+DQo8L3N2Zz4NCg==);
    height: 0;
    padding-bottom: 100%;
    background-size: contain
}

.activity-summary .date, .b-news-card.-on-activity-list-page .date {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin: .2em 0 .8em
}

.activity-summary .date .fa-stack, .b-news-card.-on-activity-list-page .date .fa-stack {
    zoom: 75%;
    margin: -3px .5em 0 0
}

.activity-summary .date .fa-stack .fa-circle, .b-news-card.-on-activity-list-page .date .fa-stack .fa-circle {
    color: #ec0b43
}

.activity-summary .title, .b-news-card.-on-activity-list-page .title {
    font-family: "Schlange Sans Bold", "Open Sans", sans-serif;
    font-size: 18px
}

.label-light, .media-news a h4, .university-stucture h1 {
    font-family: "Open Sans", sans-serif
}

.activity-summary .details, .b-news-card.-on-activity-list-page .details {
    font-size: 14px;
    line-height: 1.4;
    color: #bdbdbd
}

.label-light {
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 160%;
    font-weight: 700;
    color: #bdbdbd;
    background-color: rgba(0, 0, 0, .1);
    display: inline-block
}

.label.activity-status {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    color: #888
}

.-on-activity-list-page .label {
    height: 17px;
    line-height: 16px;
    padding: 0 6px
}

.-on-activity-list-page .label-red {
    color: #f44;
    background-color: rgba(255, 68, 68, .07)
}

.-on-activity-list-page .label-orange {
    color: #ff8400;
    background-color: rgba(255, 132, 0, .07)
}

.-on-activity-list-page .label-green {
    color: #94d600;
    background-color: rgba(148, 214, 0, .07)
}

.-on-activity-list-page .label-violet {
    color: #a6c;
    background-color: rgba(170, 102, 204, .07)
}

.-on-activity-list-page .label-blue {
    color: #3db5e6;
    background-color: rgba(61, 181, 230, .07)
}

.-on-activity-list-page .label-navy-blue {
    color: #35f;
    background-color: rgba(51, 85, 255, .07)
}

.-on-activity-list-page .label-gray {
    color: #555;
    background-color: rgba(85, 85, 85, .07)
}

.carousel-top-news {
    margin-bottom: 30px
}

.carousel-top-news .item .picture {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%
}

.carousel-top-news .item a {
    display: block
}

.carousel-top-news .item a.carousel-caption {
    overflow: hidden;
    text-align: left;
    text-shadow: none;
    height: 265px;
    position: static
}

.carousel-top-news .item a.carousel-caption::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x
}

.carousel-top-news .item a.carousel-caption .title {
    color: #1946ba;
    font-size: 21px;
    margin-top: 0
}

.carousel-top-news .item a.carousel-caption .details {
    color: #555;
    font-size: 13px;
    line-height: 1.4
}

.carousel-top-news .item a.carousel-caption:focus .details, .carousel-top-news .item a.carousel-caption:focus .title, .carousel-top-news .item a.carousel-caption:hover .details, .carousel-top-news .item a.carousel-caption:hover .title {
    color: #1946ba
}

@media (max-width: 1199px) {
    .carousel-top-news .item a.carousel-caption {
        height: 182px
    }

    .carousel-top-news .item a.carousel-caption .title {
        font-size: 18px
    }
}

.carousel-top-news .carousel-controls-row {
    margin-top: -45px
}

@media (max-width: 991px) {
    .carousel-top-news .carousel-controls-row {
        margin-top: 0
    }
}

.carousel-top-news .carousel-controls-row .col-lg-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background: rgba(255, 255, 255, .7)
}

.carousel-top-news .carousel-control {
    position: static;
    float: left;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid rgba(0, 0, 0, .1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 15px;
    padding: 0;
    margin-right: 12px;
    text-align: center;
    background: #fff
}

.carousel-top-news .carousel-control:hover {
    background: #e0e0e0
}

.carousel-top-news .carousel-control:hover i {
    color: #1946ba;
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel-top-news .carousel-control i {
    display: inline-block;
    font-size: 11px;
    color: rgba(0, 0, 0, .2);
    text-shadow: none
}

.carousel-top-news .carousel-indicators {
    position: static;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right
}

.carousel-top-news .carousel-indicators li {
    border: none;
    background: rgba(0, 0, 0, .1)
}

.carousel-top-news .carousel-indicators li.active {
    background: #ec0b43
}

ul.actual-popular {
    margin-bottom: 0
}

.tab-content.actual-popular {
    overflow: auto;
    padding: 0;
    height: 394px;
    border-bottom: 1px solid #e0e0e0
}

.tab-content.actual-popular .list-group {
    margin: 0 !important
}

.tab-content.actual-popular .list-group .list-group-item {
    border-radius: 0;
    padding: 10px;
    border: none;
    margin: 0;
    border-bottom: 1px solid #DDD;
    border-left: 2px solid #fff;
    background: #fff
}

.tab-content.actual-popular .list-group .list-group-item:focus, .tab-content.actual-popular .list-group .list-group-item:hover {
    background: #EEE
}

.tab-content.actual-popular .list-group .list-group-item:focus.gray, .tab-content.actual-popular .list-group .list-group-item:hover.gray {
    border-left-color: #bdbdbd
}

.tab-content.actual-popular .list-group .list-group-item:focus.red, .tab-content.actual-popular .list-group .list-group-item:hover.red {
    border-left-color: #f44
}

.tab-content.actual-popular .list-group .list-group-item:focus.orange, .tab-content.actual-popular .list-group .list-group-item:hover.orange {
    border-left-color: #ff8400
}

.tab-content.actual-popular .list-group .list-group-item:focus.green, .tab-content.actual-popular .list-group .list-group-item:hover.green {
    border-left-color: #94d600
}

.tab-content.actual-popular .list-group .list-group-item:focus.violet, .tab-content.actual-popular .list-group .list-group-item:hover.violet {
    border-left-color: #a6c
}

.tab-content.actual-popular .list-group .list-group-item:focus.blue, .tab-content.actual-popular .list-group .list-group-item:hover.blue {
    border-left-color: #3db5e6
}

.tab-content.actual-popular .list-group .list-group-item:focus.navy-blue, .tab-content.actual-popular .list-group .list-group-item:hover.navy-blue {
    border-left-color: #35f
}

.tab-content.actual-popular .list-group .list-group-item.gray {
    border-left-color: rgba(189, 189, 189, .5)
}

.tab-content.actual-popular .list-group .list-group-item.red {
    border-left-color: rgba(255, 68, 68, .5)
}

.tab-content.actual-popular .list-group .list-group-item.orange {
    border-left-color: rgba(255, 132, 0, .5)
}

.tab-content.actual-popular .list-group .list-group-item.green {
    border-left-color: rgba(148, 214, 0, .5)
}

.tab-content.actual-popular .list-group .list-group-item.violet {
    border-left-color: rgba(170, 102, 204, .5)
}

.tab-content.actual-popular .list-group .list-group-item.blue {
    border-left-color: rgba(61, 181, 230, .5)
}

.tab-content.actual-popular .list-group .list-group-item.navy-blue {
    border-left-color: rgba(51, 85, 255, .5)
}

.tab-content.actual-popular .list-group .list-group-item:last-child {
    border-bottom: none
}

.tab-content.actual-popular .list-group .list-group-item p {
    line-height: 1.3;
    font-size: 12px;
    margin-bottom: .5em
}

.tab-content.actual-popular .list-group .list-group-item p.date {
    margin: 0;
    font-size: 10px;
    color: #aaa
}

.tab-content.actual-popular .list-group .list-group-item p.date i.fa {
    color: #ddd;
    margin-left: 10px;
    margin-right: .5em;
    top: 0
}

.media-news a {
    display: block;
    position: relative;
    margin-bottom: 1px
}

.media-news a img {
    width: 100%
}

.media-news a h4 {
    position: absolute;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    z-index: 10;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#99000000', GradientType=0);
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin: 0;
    font-weight: 400;
    font-size: 14px
}

.page-content blockquote + .pic-fw {
    margin-top: 0;
    margin-left: 0;
    width: 100%
}

.sub-header .activity-status {
    font-size: 14px
}

.sub-header .label-lang-wrap {
    white-space: nowrap
}

.sub-header .red {
    background-color: #f44
}

.sub-header .orange {
    background-color: #ff8400
}

.sub-header .green {
    background-color: #94d600
}

.sub-header .violet {
    background-color: #a6c
}

.sub-header .blue {
    background-color: #3db5e6
}

.sub-header .navy-blue {
    background-color: #35f
}

.sub-header .gray {
    background-color: #555
}

.sub-header i.fa {
    color: #bbb;
    margin-right: .3em
}

.news-header + p.sub-header {
    margin: -40px 0 3em;
    padding-left: 15px;
    position: relative
}

.news-header + p.sub-header .label-gray {
    background: rgba(0, 0, 0, .7)
}

.form-add-comment.-on-news-page {
    margin-top: 3em
}

.contact-pad.-on-news-page .long-string {
    font-size: 12px
}

.contact-pad.-on-news-page .label-default {
    background-color: rgba(0, 0, 0, .05);
    font-weight: 400;
    border-radius: 12px;
    color: #333;
    margin-bottom: .3em;
    display: inline-block;
    padding: 5px 10px
}

.contact-pad.-on-news-page .label-default:focus, .contact-pad.-on-news-page .label-default:hover {
    background-color: rgba(0, 0, 0, .1)
}

.university-stucture h1 {
    background: rgba(25, 70, 186, .5);
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 160%;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 18px;
    margin: 20px 0 0
}

.university-stucture h1 small {
    color: #fff;
    display: block;
    padding: 5px 0
}

.university-stucture .tree {
    margin-right: 20px
}

.university-stucture .tree ul li {
    padding-top: 0;
    padding-bottom: 0
}

.university-stucture .tree ul li::after, .university-stucture .tree ul li::before {
    -webkit-transition: -webkit-transform border-color 1s;
    transition: transform border-color 1s
}

.university-stucture .tree ul li span {
    position: absolute;
    background: rgba(25, 70, 186, .1);
    width: 12px;
    height: 12px;
    margin-left: -26px;
    border-radius: 50%
}

.university-stucture .tree ul li.parent_li > span {
    width: 28px;
    height: 28px;
    margin: 6px 0 0 -34px;
    border: 1px solid rgba(25, 70, 186, .25)
}

.university-stucture .tree .download-link {
    display: block;
    margin: 30px 0 15px 31px;
    font-size: 17px;
    color: #ec0b43;
}

.university-stucture .tree .download-link i {
    margin-right: 12px;
    font-size: 20px;
}

.university-stucture .tree ul li span i {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.university-stucture .tree ul li span i.fa-lg {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.university-stucture .tree ul li span i.fa-angle-down {
    color: #ec0b43
}

.university-stucture .tree ul li span i.fa-angle-right {
    color: rgba(25, 70, 186, .65)
}

.university-stucture .tree ul li span:hover + a + ul > li::after, .university-stucture .tree ul li span:hover + a + ul > li::before {
    border-color: #ec0b43
}

.university-stucture .tree ul li span:hover i.fa-angle-right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: #ec0b43
}

.university-stucture .tree ul li span:hover i.fa-angle-down {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: rgba(25, 70, 186, .65)
}

.university-stucture .tree ul li.parent_li > span {
    width: 28px;
    height: 28px;
    margin: 6px 0 0 -34px;
    border: 1px solid rgba(25, 70, 186, .25)
}

.university-stucture .tree ul li.li-active span {
    background-color: #fff;
    border-color: rgba(25, 70, 186, .5)
}

.university-stucture .tree ul li > span {
    margin-top: 17px
}

.university-stucture .tree ul li li > span {
    margin-top: 16px
}

.university-stucture .tree ul li li li > span {
    margin-top: 15px
}

.university-stucture .tree ul li li li li > span {
    margin-top: 8px
}

.university-stucture .tree ul li a {
    color: #333;
    display: block;
    margin-left: -40px;
    padding: 10px 20px 10px 40px
}

.university-stucture .tree ul li a[href] {
    color: #1946ba
}

.university-stucture .tree ul li a[href]:hover {
    text-decoration: underline
}

.university-stucture .tree li.li-active > ul > li{
    background: rgba(25,70,186,.15);
    margin-top: 2px;
    margin-bottom: 2px;
}

.university-stucture .tree li.li-active > ul > li.li-active{
    background: rgba(25,70,186,.0);
}

.university-stucture .tree li.li-active > a {
    background: rgba(25,70,186,.15);
    margin-top: 2px;
    margin-bottom: 2px;
}

.university-stucture .tree > ul {
    padding-left: 15px
}

.university-stucture .tree > ul > li {
    font-size: 17px;
    padding-left: 40px
}

.university-stucture .tree > ul > li.li-active {
    margin-bottom: 20px
}

.university-stucture .tree > ul > li > ul > li {
    font-size: 16px
}

.university-stucture .tree > ul > li > ul > li.li-active {
    padding-bottom: 15px
}

.university-stucture .tree > ul > li > ul > li > ul > li.parent_li > span {
    margin-top: 3px
}

.university-stucture .tree > ul > li > ul > li > ul > li > a {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.university-stucture .tree > ul > li > ul > li > ul > li::after {
    top: 20px
}

.university-stucture .tree > ul > li > ul > li > ul > li > ul > li li::after, .university-stucture .tree > ul > li > ul > li > ul > li > ul > li::after {
    top: 13px
}

.university-stucture .tree > ul > li > ul > li > ul > li > ul > li li:last-child::before, .university-stucture .tree > ul > li > ul > li > ul > li > ul > li:last-child::before {
    height: 12px
}

.university-stucture .tree > ul > li > ul > li > ul > li > ul > li {
    font-size: 14px;
}

.university-stucture .tree > ul > li > ul > li > ul > li > ul > li > a {
    padding-top: 3px;
    padding-bottom: 3px
}

.university-stucture .tree > ul > li > ul > li > ul > li.li-active {
    padding-bottom: 10px
}

.tree {
    min-height: 20px;
    padding: 0
}

.tree ul {
    padding: 0;
    margin: 0 0 0 5px
}

.tree ul li {
    margin: 0;
    padding-left: 30px;
    position: relative
}

.tree ul li::after, .tree ul li::before {
    content: '';
    left: -27px;
    position: absolute;
    right: auto
}

.tree ul li::before {
    border-left: 1px dotted #CCC;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree ul li::after {
    border-top: 1px dotted #CCC;
    height: 20px;
    top: 20px;
    width: 25px
}

.tree ul li.parent_li > span {
    cursor: pointer
}

.tree ul li:last-child::before {
    height: 19px
}

.tree > ul > li::after, .tree > ul > li::before {
    border: 0
}

.page-content .pic-l, .page-content .pic-r {
    width: 29%;
    height: auto;
    margin: 7px 30px 15px
}

.page-content .pic-l {
    float: left;
    margin-left: 0
}

.page-content .pic-r {
    float: right;
    margin-right: 0
}

.page-content .pic-fw {
    clear: both;
    display: block;
    margin: 45px auto;
    width: 85%;
    height: auto;
    border-radius: 5px
}

.page-content .pic-fw, .page-content .pic-l, .page-content .pic-r {
    border-radius: 5px
}

.page-content a[data-gallery] .pic-placeholder {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.page-content a[data-gallery] .pic-placeholder::before {
    content: '';
    border-radius: 7px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    opacity: 0
}

.page-content a[data-gallery] .pic-placeholder::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    font-size: 21px;
    margin-left: -24px;
    margin-top: -26px;
    position: absolute;
    top: 100%;
    left: 100%;
    color: #fff;
    text-shadow: 0 0 50px #000;
    opacity: .5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition-property: font-size, opacity, margin-left, margin-top;
    transition-property: font-size, opacity, margin-left, margin-top;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.page-content a[data-gallery]:hover .pic-placeholder::before {
    opacity: 1
}

.page-content a[data-gallery]:hover .pic-placeholder::after {
    font-size: 31.5px;
    margin-left: -36px;
    margin-top: -39px;
    opacity: 1
}

@media (max-width: 767px) {
    .page-content .pic-fw, .page-content .pic-l, .page-content .pic-r {
        width: 62%;
        margin: 15px 0;
        float: none;
        clear: both;
        display: block
    }
}

.media-gallery header:after, .media-gallery header:before, .media-gallery main:after, .media-gallery main:before {
    display: table;
    content: " "
}

@media (max-width: 991px) {
    .page-content .pic-fw {
        width: 100%
    }
}

.media-gallery {
    margin-top: 30px;
    padding: 0
}

.media-gallery header {
    padding: 15px 15px 8px;
    border-radius: 7.5px 7.5px 0 0
}

.media-gallery header:after {
    clear: both
}

.media-gallery .over-title {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    line-height: 160%;
    font-weight: 700;
    letter-spacing: .2em;
    margin-top: 0;
    margin-bottom: .2em;
    color: #ccc
}

.media-gallery .over-title + .title {
    margin: 0
}

.media-gallery main {
    padding: 13px
}

.media-gallery main:after {
    clear: both
}

.media-gallery main div {
    padding: 2px
}

.media-gallery main a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 4px;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all .25s;
    transition: all .25s
}

.media-gallery main a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.media-gallery footer {
    padding: 15px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 0 0 7.5px 7.5px
}

.media-gallery footer:after, .media-gallery footer:before {
    content: " ";
    display: table
}

.media-gallery footer:after {
    clear: both
}

.media-gallery .link {
    float: left;
    margin-top: 3px;
    font-size: 85%
}

.media-gallery .link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14c";
    margin-left: .8em;
    vertical-align: middle;
    color: rgba(25, 70, 186, .5);
    font-size: 85%
}

.media-gallery .logo {
    float: right;
    margin: 0
}

.media-gallery .logo .img-logo {
    width: 35px;
    float: left;
    margin-top: -1px;
    margin-right: 9px
}

.media-gallery .logo .img-label {
    width: 44px;
    float: left
}

.b-switch-lang {
    position: fixed;
    z-index: 10;
    margin: 15px 15px 0;
    bottom: 0;
    right: 0;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s
}

@media (max-width: 767px) {
    .b-switch-lang {
        margin: 0;
        border-radius: 0
    }
}

.b-switch-lang.js-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.b-switch-lang header {
    margin-bottom: 30px
}

.b-switch-lang main {
    font-size: 18px
}

.b-switch-lang .icon.icon--close {
    width: 32px;
    height: 32px;
    fill: #000
}

.b-switch-lang .en {
    opacity: .7
}

.b-read-more {
    margin-bottom: 3em
}

.b-read-more__inner-wrap {
    height: 3em;
    overflow: hidden;
    position: relative
}

.b-read-more__inner-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
    pointer-events: none
}

.c-personCard-photo, .contact-pad .pic-person {
    background-image: url(../img/user.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-position: center
}

.b-read-more__link {
    display: block;
    margin: 1em auto -1em;
    width: 100%;
    height: 0;
    position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #bdbdbd
}

.b-read-more__link .fa-fw {
    width: 2em;
    height: 2em;
    position: absolute;
    left: 50%;
    margin-left: -1em;
    top: -1em;
    line-height: 2em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 50%;
    background-color: #fff
}

.b-read-more__link:hover .fa-fw {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.b-read-more.is-expanded .b-read-more__inner-wrap {
    height: auto !important;
    overflow: visible
}

.b-read-more.is-expanded .b-read-more__inner-wrap::after {
    content: none
}

.b-read-more.is-expanded .b-read-more__link {
    display: none
}

.b-read-more.contact-pad .b-read-more__inner-wrap {
    height: 240px
}

.b-read-more.contact-pad .b-read-more__link {
    border-bottom: none
}

.b-read-more.contact-pad .b-read-more__link i {
    color: #1946ba;
    width: 2em;
    font-size: 1.5em
}

.structureList {
    padding-left: 22px
}

.structureList li {
    display: block
}

.structureList > li {
    position: relative
}

.structureList > li::after, .structureList > li::before {
    content: '';
    position: absolute
}

.structureList > li::before {
    left: -17px;
    top: 22px;
    bottom: 12px;
    border-left: 1px dotted rgba(0, 0, 0, .3)
}

.structureList > li::after {
    left: -20px;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #ec0b43;
    border-radius: 50%
}

.structureList > li li {
    position: relative
}

.structureList > li li::after, .structureList > li li::before {
    content: '';
    position: absolute
}

.structureList > li li::before {
    left: -55px;
    top: 12px;
    width: 23px;
    border-top: 1px dotted rgba(0, 0, 0, .3)
}

.structureList > li li::after {
    left: -30px;
    top: 9px;
    width: 6px;
    height: 6px;
    border: 1px solid #ec0b43;
    border-radius: 50%
}

.structureList h4 {
    font-family: "Schlange Sans", "Open Sans", sans-serif;
    font-weight: 400;
    margin: .7em 0
}

.c-personCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 480px) {
    .c-personCard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-personCard-photo {
    width: 150px;
    height: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    margin-left: 5px;
    border: 4px solid rgba(0, 0, 0, .05)
}

@media (max-width: 480px) {
    .c-personCard-photo {
        margin-bottom: 30px;
        margin-left: 0
    }
}

.c-personCard-details {
    margin-left: 45px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (max-width: 480px) {
    .c-personCard-details {
        margin-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
}

.c-personCard-details .name {
    margin: .2em 0
}

.c-personCard-details hr {
    margin: 10px 0
}

.l-person-col {
    -ms-flex-preferred-size: 335px;
    flex-basis: 335px;
    max-width: 100%
}

.contact-pad {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 7.5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    margin-top: 15px;
    margin-bottom: 30px;
    -webkit-transition: box-shadow .4s, border-color .3s;
    transition: box-shadow .4s, border-color .3s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.rowFlex-col > .contact-pad {
    margin: 15px 0 0
}

.page-header + .contact-pad {
    margin-top: -10px;
    border-radius: 0 0 7.5px 7.5px;
    padding-top: 18px
}

a.contact-pad {
    display: block
}

a.contact-pad:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    border-color: rgba(25, 70, 186, .3)
}

a.contact-pad:hover .name {
    color: #13358d
}

a.contact-pad .name {
    color: #1946ba
}

.contact-pad .pic-person {
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    display: block;
    border-radius: 8px;
    margin: 0 auto;
    border: 4px solid rgba(0, 0, 0, .05);
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.contact-pad .collapse-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -32px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1946ba;
    cursor: pointer;
    -webkit-transition: margin-bottom .2s;
    transition: margin-bottom .2s
}

.contact-pad .collapse-toggle-text, .person-contacts-button {
    height: 2em;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    line-height: 2em;
    padding: 0 2.5em 0 1em;
    border: 1px solid rgba(25, 70, 186, .2);
    border-radius: 22.5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: border-color .2s, box-shadow .2s;
    transition: border-color .2s, box-shadow .2s
}

.contact-pad .collapse-toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1px solid rgba(25, 70, 186, .2);
    -webkit-transition: border-color .2s, background-color .2s, -webkit-transform .1s;
    transition: border-color .2s, background-color .2s, transform .1s
}

.contact-pad .collapse-toggle-btn::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078"
}

.contact-pad .collapse-toggle:after, .contact-pad .collapse-toggle:before {
    background-color: transparent;
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.contact-pad .collapse-toggle::before {
    margin-right: 15px
}

.contact-pad .collapse-toggle::after {
    margin-left: 15px
}

.contact-pad .collapse-toggle[aria-expanded=true] {
    margin-bottom: 30px !important
}

.contact-pad .collapse-toggle[aria-expanded=true]::after, .contact-pad .collapse-toggle[aria-expanded=true]::before {
    background-color: rgba(25, 70, 186, .3)
}

.contact-pad .collapse-toggle[aria-expanded=true] .collapse-toggle-text {
    box-shadow: 0 2px 10px transparent;
    border-color: transparent
}

.contact-pad .collapse-toggle[aria-expanded=true] .collapse-toggle-btn {
    border-color: transparent;
    background-color: rgba(25, 70, 186, .6) !important;
    color: #fff !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contact-pad .collapse-toggle:hover .collapse-toggle-text, .person-contacts-button:hover {
    border-color: rgba(25, 70, 186, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.contact-pad .collapse-toggle:hover .collapse-toggle-btn {
    background-color: rgba(25, 70, 186, .1)
}

.contact-pad dl.dl-horizontal dt {
    font-size: 12px;
    line-height: 21px;
    width: 120px
}

.contact-pad dl.dl-horizontal dd {
    margin-left: 140px
}

.contact-pad dl.dl-horizontal dd a {
    word-break: break-word
}

.contact-pad dl {
    margin-bottom: 10px
}

.contact-pad dl dt {
    font-weight: 400;
    color: #676f79;
    font-size: 13px
}

.contact-pad dl dd {
    font-size: 18px;
    word-wrap: break-word
}

.contact-pad dl dt + dd {
    margin-bottom: 10px;
    margin-top: 0
}

.contact-pad .label-alt {
    margin: 7.5px 7.5px 0 0
}

.contact-pad .label-lang-wrap {
    float: right;
    margin-top: -10px;
    margin-right: -7.5px
}

.contact-pad .label-lang-wrap a.label {
    color: #1946ba;
    font-weight: 400
}

.contact-pad.-boss .pic-person {
    margin-bottom: 0
}

.contact-pad.-person-list {
    font-size: 13px;
    line-height: 1.3;
    color: #555
}

.contact-pad.-person-list .rowFlex-col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    position: relative
}

.contact-pad.-person-list .pic-person {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-left: -4px;
    box-sizing: content-box;
    border-radius: 50%;
    background-position: center top
}

.contact-pad.-person-list .position {
    font-size: 16px;
    margin-top: 0
}

.contact-pad.-person-list .contact-card + .contact-card, .contact-pad.-person-list .contact-card + .position, .contact-pad.-person-list .position + .contact-card {
    margin-top: 15px
}

.contact-pad.-person-list .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-pad.-person-list .name > :first-child:not(.unit-edit-button) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.contact-pad.-person-list hr {
    margin: 6px 0
}

.contact-pad.-person-list .details {
    margin-bottom: .3em
}

.contact-card {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-content__sidebar .contact-card {
    display: block;
    padding-left: 15px
}

.page-content__sidebar .contact-card .position {
    margin: 1em 0 0 -15px
}

.page-content__sidebar .contact-card .name {
    font-size: 120%;
    color: #555;
    font-weight: 600
}

.page-content__sidebar .contact-card ul.contacts {
    margin: 1em 0 1.5em 24px
}

.page-content__sidebar .contact-card ul.contacts li {
    margin-top: .3em;
    padding-left: .5em
}

.contact-pad > .contact-card {
    margin-bottom: 0
}

.contact-card__photo {
    width: 76px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contact-card__details {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.contact-card--boss .contact-card__photo {
    width: 100px
}

.contact-card--boss .contact-card__details {
    margin-left: 30px
}

@media (max-width: 480px) {
    .contact-card--boss {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-card--boss .contact-card__details {
        margin: 5px 0
    }
}

.contact-card .position {
    margin-top: 0
}

.contact-card .position .fa-fw {
    width: 12px;
    margin-left: -15px;
    color: #ec0b43
}

.contact-card .name {
    font-size: 22px;
    margin: .2em 0
}

.contact-card hr {
    margin: 10px 0
}

.contact-card .academic-title {
    color: #777;
    margin: 5px 0
}

.-person-list .contacts.fa-ul, .contacts {
    margin-bottom: 0
}

.phoneList > :not(.-boss) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 100%
}

.contacts {
    padding-left: 0;
    margin-left: 2.14285714em
}

.contacts.contacts {
    margin-top: .5em
}

.contacts li {
    position: relative;
    padding-left: 1em;
    margin-top: 1.3em
}

.contacts li i.fa-li {
    color: #b7bcc2;
    -webkit-transition: color .4s;
    transition: color .4s;
    cursor: default
}

.contacts svg.icon {
    fill: rgba(25, 70, 186, .75);
    -webkit-transition: fill .4s;
    transition: fill .4s;
    position: absolute;
    left: 8px
}

.contacts.rowFlex {
    margin-left: 0
}

.contacts.rowFlex li {
    margin-top: 0;
    padding: 0 15px 0 3.14285714em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    min-width: 280px
}

.contacts--rows li {
    margin-top: .6em !important
}

.contacts--rows svg.icon {
    margin-top: .7em
}

.contacts--rows dl {
    margin: 0;
    padding: .6em 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.-person-list .contacts.fa-ul li {
    padding-right: 0;
    margin-top: .4em;
    line-height: 1.4;
    color: #555;
    font-size: 13px;
    word-wrap: break-word
}

.-person-list .contacts.fa-ul li:first-child {
    font-weight: 700;
    color: #333
}

.-person-list .contacts.fa-ul li .fa-phone, .-person-list .contacts.fa-ul li .fa-envelope-o {
    color: rgba(25, 70, 186, .75)
}

.b-iconic-box-info__stat {
    font-family: "Schlange Sans Bold", "Open Sans", sans-serif
}

.b-iconic-box {
    display: flex;
    flex-direction: row;
    padding: 15px;
    margin: 20px 0 0
}

.b-iconic-box:first-child {
    padding-top: 0;
    margin-top: 0
}

.b-iconic-box_light-blue {
    background-color: #f8fafd;
    border: 1px solid rgba(25, 70, 186, .08);
    box-shadow: 0 2px 10px rgba(25, 70, 186, .03);
    margin-top: 0;
    border-radius: 7.5px
}

.b-iconic-box__icon, .b-iconic-box__image {
    width: 50px;
    flex-grow: 0;
    flex-shrink: 0
}

.b-iconic-box__icon .paragraph-icon {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(72, 85, 116, .7);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    opacity: .65;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    padding: 10px
}

.b-iconic-box__icon .paragraph-icon .icon {
    fill: #1946BA;
    width: 30px;
    height: 30px
}

.b-iconic-box__image .b-iconic-box-image {
    display: block;
    border: none;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.b-iconic-box__info {
    width: 100%;
    margin: 0 0 0 15px
}

.b-iconic-box__info .b-iconic-box-info__title {
    font-weight: 600;
    font-size: 28px;
    color: #555;
    line-height: 36px;
    margin: 7px 0 0
}

.b-iconic-box-info__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 15px;
    margin: 10px 0 0
}

.b-iconic-box-info__links .b-iconic-box-info-links__link {
    line-height: 45px;
    padding: 14px 0 0;
    margin: 0 14px 0 0
}

.b-iconic-box-info__stat {
    clear: both;
    width: 100%
}

.b-iconic-box-info__stat .b-iconic-box-info-stat__auditory, .b-iconic-box-info__stat .b-iconic-box-info-stat__campuses {
    padding: 15px
}

.b-iconic-box-info-stat__auditory .coll-title, .b-iconic-box-info-stat__campuses .coll-title {
    display: block;
    font-family: 'Schlange Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #444;
    margin-bottom: 5px
}

.b-iconic-box-info-stat__campuses .meganapr-campus {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #3c5ec2;
    text-decoration: none;
    line-height: 26px;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.b-iconic-box-info-stat__campuses .meganapr-campus:hover {
    color: #102d77;
    text-decoration: underline
}

.b-iconic-box-info-stat__campuses .meganapr-campus:before {
    display: block;
    position: absolute;
    left: 10px;
    top: 9px;
    content: '\20';
    border: 1px solid rgba(25, 70, 186, .75);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

.b-iconic-box-info-stat__campuses .meganapr-campus:after {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    content: '\3E';
    vertical-align: middle;
    margin-left: 8px
}

.b-iconic-box-info-stat__auditory .meganapr-size {
    display: block;
    font-family: 'Schlange Sans Bold', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #555
}

.b-iconic-box-info-stat__auditory .pad-title, .b-iconic-box-info-stat__campuses .pad-title {
    padding: 0 0 13px;
    font-family: 'Schlange Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #444
}

.b-iconic-box-info-stat__auditory .pad-title.outspaced, .b-iconic-box-info-stat__campuses .pad-title.outspaced {
    margin-bottom: 15px
}

.b-iconic-box-info-stat__auditory .attachment {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2f48b5;
    text-decoration: none;
    transition: color .3s ease 0s
}

.b-iconic-box-info-stat__auditory .attachment .icon {
    vertical-align: middle;
    margin-left: 8px;
    fill: #2f48b5;
    transition: fill .3s ease 0s
}

.b-iconic-box-info-stat__auditory .attachment:hover {
    color: #102d77;
    text-decoration: underline
}

.b-iconic-box-info-stat__auditory .attachment:hover .icon {
    fill: #102d77
}

.b-iconic-box-info-stat__campuses .meganapr-pad {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #1946BA;
    text-decoration: none;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out
}

.b-iconic-box-info-stat__campuses .meganapr-pad:hover {
    color: #102d77;
    text-decoration: underline
}

.b-iconic-box-info-stat__campuses .meganapr-pad .program-director {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border: 2px solid #eee;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out
}

.b-iconic-box__info .contact-title {
    display: block;
    font-family: 'Schlange Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #555;
    margin-bottom: 10px
}

.b-iconic-box__info .contact-name {
    display: block;
    font-family: 'Schlange Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #444
}

.b-iconic-box__info .contact-name a {
    display: inline-block
}

.b-iconic-box__info .contact-position {
    display: block;
    font-size: 14px;
    color: #ccc
}

.b-iconic-box__info .contact-position {
    color: #999
}

.b-iconic-box__info .contact-photo {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    max-width: 85px;
    margin-bottom: 20px
}

.b-iconic-box__info .contact-photo img {
    width: 100%;
    display: block;
    margin: 0
}

.b-iconic-box__info .contact-me {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    padding: 0 1em;
    margin-top: 20px
}

.contact-photo-wrap {
    width: 50px;
    padding: 0
}

/*# sourceMappingURL=main.min.css.map */
.question-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #1946ba;
    color: #1946ba;
    border-radius: 12px;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.edu-tables table td,
.edu-tables table th {
    padding: 4px;
    font-size: 12px;
}

.edu-tables table td .c-btn {
    display: block;
    max-width: 88px;
    text-align: center;
    font-size: 12px;
}

#eduTableModal {
    font-size: 14px;
}

#listed-table-header {
    opacity: 0;
}

#listed-table-header__fixed {
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 3px 0px #0000001a;
}

#listed-table-header__fixed td {
    vertical-align: bottom;
}

.listed-table {
    table-layout: fixed;
    width: 1500px;
}

.table-scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-height {
    height: 700px;
    overflow: auto;
}

.table-scroll td a {
    display: inline;
    word-wrap: break-word;
}

.schedule-alert {
    padding: 20px 20px 8px;
    clear: both;
    font-size: 15px;
    background: rgba(25, 70, 186, .1);
    text-align: center;
    font-weight: 400;
    margin: 20px 0 20px;
    border-radius: 5px;
}

.schedule-alert_disciplines {
    color: #da680f;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}