@charset "UTF-8";

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 100500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../photoswipe/default-skin/default-skin.svg.png)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 100600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 100620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 100550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #2526a9;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #17186a;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #2526a9 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #1c1d7f !important
}

.bg-secondary {
    background-color: #6c6f70 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #535556 !important
}

.bg-success {
    background-color: #9acd32 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #7ba428 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #fb0 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #cc9600 !important
}

.bg-danger {
    background-color: #d52b1e !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a82218 !important
}

.bg-light {
    background-color: #efefef !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d6d6d6 !important
}

.bg-dark {
    background-color: #6c6f70 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #535556 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #2526a9 !important
}

.border-secondary {
    border-color: #6c6f70 !important
}

.border-success {
    border-color: #9acd32 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #fb0 !important
}

.border-danger {
    border-color: #d52b1e !important
}

.border-light {
    border-color: #efefef !important
}

.border-dark {
    border-color: #6c6f70 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-3by4::before {
    padding-top: 133.33333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #2526a9 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #17186a !important
}

.text-secondary {
    color: #6c6f70 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #464849 !important
}

.text-success {
    color: #9acd32 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #6c9023 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #fb0 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #b38300 !important
}

.text-danger {
    color: #d52b1e !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #921d15 !important
}

.text-light {
    color: #efefef !important
}

a.text-light:focus,
a.text-light:hover {
    color: #c9c9c9 !important
}

.text-dark {
    color: #6c6f70 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #464849 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2526a9
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.form-control {
    display: block;
    width: 100%;
    height: 2.25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2526a9;
    background-color: #efefef;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #2526a9;
    background-color: #efefef;
    border-color: #6e6fdf;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(37, 38, 169, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #2526a9;
    background-color: #efefef
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 0);
    padding-bottom: calc(.375rem + 0);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 0);
    padding-bottom: calc(.5rem + 0);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 0);
    padding-bottom: calc(.25rem + 0);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 0 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 0);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 0);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #9acd32
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(154, 205, 50, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #9acd32;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239acd32' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #9acd32;
    box-shadow: 0 0 0 .2rem rgba(154, 205, 50, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #9acd32;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239acd32' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #9acd32;
    box-shadow: 0 0 0 .2rem rgba(154, 205, 50, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #9acd32
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #9acd32
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #9acd32
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #aed75b;
    background-color: #aed75b
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(154, 205, 50, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #9acd32
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #9acd32
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #9acd32;
    box-shadow: 0 0 0 .2rem rgba(154, 205, 50, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #d52b1e
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(213, 43, 30, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #d52b1e;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d52b1e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #d52b1e;
    box-shadow: 0 0 0 .2rem rgba(213, 43, 30, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #d52b1e;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d52b1e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #d52b1e;
    box-shadow: 0 0 0 .2rem rgba(213, 43, 30, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #d52b1e
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #d52b1e
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #d52b1e
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e44d42;
    background-color: #e44d42
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(213, 43, 30, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #d52b1e
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #d52b1e
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #d52b1e;
    box-shadow: 0 0 0 .2rem rgba(213, 43, 30, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 1.5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

#toolbar-placeholder {
    height: 52px;
    background-color: red
}

.mr-20 {
    margin-right: 20px
}

.ml-20 {
    margin-left: 20px
}

#ap-container,
#ap-edit-info,
#ap-megamenu-head,
#ap-modelinfo {
    overflow: hidden;
    padding: 10px;
    min-height: 50px;
    text-align: center;
    white-space: normal
}

#ap-container .head,
#ap-edit-info .head,
#ap-megamenu-head .head,
#ap-modelinfo .head {
    margin: 5px;
    font-weight: 400;
    font-size: 22px
}

#ap-container .text,
#ap-edit-info .text,
#ap-megamenu-head .text,
#ap-modelinfo .text {
    margin: 5px;
    font-size: 14px;
    line-height: 1.2
}

#ap-container,
#ap-edit-info {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px
}

#ap-container .head {
    color: #555
}

#ap-container .text {
    color: #7f8691
}

#ap-container .text.capital {
    text-transform: capitalize
}

#ap-container .small {
    color: #7f8691
}

#ap-edit-info .head,
#ap-edit-info .small,
#ap-edit-info .text {
    color: #fff
}

#ap-container.box-area {
    background-color: rgba(255, 201, 210, .75)
}

#ap-container.box-segment {
    background-color: rgba(255, 227, 231, .75)
}

#ap-container.box-grid {
    background-color: rgba(255, 218, 199, .75)
}

#ap-container.box-row {
    background-color: rgba(255, 229, 191, .75)
}

#ap-container.box-element {
    background-color: rgba(232, 243, 248, .75)
}

#ap-container.box-special {
    background-color: rgba(239, 250, 180, .75)
}

#ap-edit-info.box-new {
    background-color: #2197db
}

#ap-edit-info.box-warn {
    background-color: #ffa826
}

#ap-edit-info.box-reload {
    background-color: #8b1528
}

#ap-modelinfo-border {
    padding: 0;
    border: 4px solid #eed2ee
}

#ap-modelinfo {
    background-color: rgba(238, 210, 238, .75)
}

#ap-modelinfo .head {
    color: #555
}

#ap-modelinfo .small,
#ap-modelinfo .text {
    color: #7f8691
}

#ap-megamenu-head {
    min-height: initial;
    background-color: #ffc9d2
}

#ap-megamenu-head .head {
    color: #555
}

#ap-megamenu-head .text {
    color: #555
}

.ap-label-author,
.ap-label-copygroup,
.ap-label-detail,
.ap-label-detailonly,
.ap-label-developer,
.ap-label-editor,
.ap-label-reusegroup,
.ap-label-special {
    position: relative;
    top: -5px;
    display: inline;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px
}

.ap-label-developer {
    background-color: #b31b34
}

.ap-label-editor {
    background-color: #ffa826
}

.ap-label-author {
    background-color: #144382
}

.ap-label-detail {
    background-color: #1bb39a
}

.ap-label-detailonly {
    background-color: #1bb39a
}

.ap-label-special {
    background-color: #ff264a
}

.ap-label-copygroup {
    background-color: #ff264a
}

.ap-label-reusegroup {
    background-color: #2197db
}

#megamenu-editor .container {
    padding: 0
}

#megamenu-editor .container .ap-header .mega-menu .container {
    width: inherit
}

#megamenu-editor .dropdown .dropdown-menu {
    position: relative;
    display: block;
    overflow: visible;
    max-height: none
}

#megamenu-editor .nav {
    list-style: none;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/robotocondensed-light-webfont.eot);
    src: url(../fonts/robotocondensed-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/robotocondensed-light-webfont.woff2) format("woff2"), url(../fonts/robotocondensed-light-webfont.woff) format("woff")
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/robotocondensed-lightitalic-webfont.eot);
    src: url(../fonts/robotocondensed-lightitalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/robotocondensed-lightitalic-webfont.woff2) format("woff2"), url(../fonts/robotocondensed-lightitalic-webfont.woff) format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/robotocondensed-regular-webfont.eot);
    src: url(../fonts/robotocondensed-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/robotocondensed-regular-webfont.woff2) format("woff2"), url(../fonts/robotocondensed-regular-webfont.woff) format("woff")
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/robotocondensed-bold-webfont.eot);
    src: url(../fonts/robotocondensed-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/robotocondensed-bold-webfont.woff2) format("woff2"), url(../fonts/robotocondensed-bold-webfont.woff) format("woff")
}

@font-face {
    font-family: Courier;
    src: url(../fonts/cour_1-webfont.eot);
    src: url(../fonts/cour_1-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/cour_1-webfont.woff2) format("woff2"), url(../fonts/cour_1-webfont.woff) format("woff"), url(../fonts/cour_1-webfont.ttf) format("truetype");
    font-weight: 300
}

body {
    color: #2526a9;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 300
}

b,
strong {
    font-weight: 700
}

h1 {
    margin-bottom: .75rem;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #2526a9
}

h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1em;
    color: #2526a9
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #2526a9
}

h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1em;
    color: #2526a9
}

h5 {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #2526a9
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: underline
}

ol,
ul {
    padding-left: 32px
}

ol>li,
ul>li {
    margin-bottom: .5rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: .5rem
}

ul>li {
    position: relative;
    list-style-type: none
}

ul>li:before {
    content: "Â»";
    position: absolute;
    left: -16px;
    top: 0;
    line-height: 1em;
    font-size: 1.3rem
}

a {
    text-decoration: underline
}

a:hover {
    color: #d52b1e
}

.list-unstyled>li:before {
    content: none
}

table {
    margin-bottom: 1em
}

table.bezbarvy tr:nth-child(even),
table.nocolor tr:nth-child(even) {
    background-color: #fff
}

table.bezramecku td,
table.bezramecku th,
table.noborder td,
table.noborder th {
    border: 0;
    background-color: transparent
}

table.bezramecku td:first-of-type,
table.bezramecku td:last-of-type,
table.bezramecku th:first-of-type,
table.bezramecku th:last-of-type,
table.noborder td:first-of-type,
table.noborder td:last-of-type,
table.noborder th:first-of-type,
table.noborder th:last-of-type {
    border: 0
}

table.bezramecku tr:nth-child(even),
table.noborder tr:nth-child(even) {
    background-color: transparent
}

table.monospace * {
    font-family: Courier;
    font-weight: 300
}

table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #efefef;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 300
}

table tr:nth-child(even) {
    background-color: #faf8f8
}

main hr {
    height: 1px;
    margin-bottom: 10px;
    border: 0;
    background: #ddd;
    color: #ddd;
    font-size: 0
}

main img {
    max-width: 100%;
    height: auto
}

.color-green {
    color: #9acd32
}

.color-red {
    color: #d52b1e
}

.img-responsive {
    width: 100%;
    height: auto
}

.collapse {
    display: none
}

.nezalamovat,
.nowrap {
    white-space: nowrap
}

@media (min-width:992px) {
    .h-lg-100 {
        height: 100% !important
    }
}

.metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .75em;
    line-height: 1.25;
    font-size: .9em;
    color: #2526a9
}

.metadata div {
    border-left: 1px solid #2526a9;
    margin-left: .5rem;
    padding-left: .5rem
}

.metadata div:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0
}

.metadata .divider {
    display: none
}

.metadata .type {
    color: #d52b1e;
    text-transform: uppercase
}

.metadata .type a {
    color: #d52b1e;
    text-decoration: none
}

.metadata .author {
    color: #d52b1e
}

.metadata .author a {
    text-decoration: underline;
    color: #d52b1e
}

.metadata .author a:hover {
    text-decoration: none
}

.metadata .author ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.metadata .author ul li {
    display: inline-block;
    margin: 0 0 0 .25rem;
    padding: 0;
    background: 0 0
}

.metadata .author ul li:first-child {
    margin: 0
}

.metadata .author ul li:before {
    content: none
}

.categories {
    margin: 0 0 10px
}

.categories ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.categories ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: 0 0
}

.categories ul li:before {
    content: none
}

.categories ul li a,
.categories ul li span {
    padding: 2px 5px;
    border: 1px solid #2526a9;
    text-decoration: none
}

.categories ul li a:hover,
.categories ul li span:hover {
    border: 1px solid #2526a9
}

.filterbox {
    margin: 0 30px 30px 30px;
    position: relative
}

.filterbox.search label {
    width: 100%
}

.filter-sorting button+div,
.filterbox.filterbox-selects button+div {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 0;
    max-width: 300px;
    position: absolute;
    z-index: 1;
    background: #fff
}

.filter-sorting ul li,
.filterbox.filterbox-selects ul li {
    background: 0 0;
    padding: 0;
    margin: 0 -1px -1px 0;
    display: block;
    vertical-align: top;
    cursor: pointer
}

.filter-sorting ul li:before,
.filterbox.filterbox-selects ul li:before {
    content: none
}

.filter-sorting ul li:hover,
.filterbox.filterbox-selects ul li:hover {
    background-color: #f5f5f5
}

.filter-sorting ul li.active,
.filterbox.filterbox-selects ul li.active {
    background: #2526a9;
    color: #fff
}

.filter-sorting ul li a,
.filterbox.filterbox-selects ul li a {
    font-size: 15px;
    display: block;
    padding: 5px 15px
}

.filterbox.search form {
    position: relative
}

.filterbox.search form label.input {
    display: block;
    width: 100%
}

.filterbox.search form label.input input {
    color: #2526a9;
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #2526a9;
    padding: 13px 50px 13px 15px;
    background: #fff;
    margin-bottom: 0
}

.filterbox.search form .fa.fa-search {
    border: 0;
    background: url(../img/temporal.png) no-repeat center center;
    background-size: 35px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 4px
}

.filter-sorting button,
.filterbox.filterbox-selects button,
.list-options button {
    font-size: 17px;
    color: #2526a9;
    display: inline-block;
    font-weight: 300;
    border-bottom: 1px solid #2526a9;
    margin-right: 0;
    margin-bottom: 0;
    border-top: 0;
    padding: 0 28px 4px 0;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 45px;
    float: left
}

.filter-sorting button+ul,
.filterbox.filterbox-selects button+ul,
.list-options button+ul {
    margin-top: -20px !important;
    padding: 0;
    border-radius: 0;
    border: 0
}

.filter-sorting button:after,
.filterbox.filterbox-selects button:after,
.list-options button:after {
    content: "";
    background: url(../img/carret.svg.png) no-repeat center center;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 11px
}

.list-options .list-option {
    position: relative;
    display: inline-block;
    margin-right: 45px
}

.list-options .list-optionlist {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    min-width: 0;
    min-width: 100%
}

.list-options .list-optionlist li {
    margin: 0;
    padding: 0;
    background: 0 0
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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 rgba(0, 0, 0, .2);
    border-radius: .3rem;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e9ecef
}

.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 1rem
}

.modal-footer {
    padding: 1rem;
    text-align: right;
    border-top: 1px solid #e9ecef
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.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: 500px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 800px
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: .3em dashed;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #2526a9;
    white-space: nowrap;
    text-decoration: none
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #2526a9;
    background-color: #f8f9fa
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2526a9
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #6c757d
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: .875rem;
    line-height: 1.5;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: .3em dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.navbar {
    margin-bottom: 25px;
    padding: 0
}

.navbar .navbar-toggler {
    margin: 30px 0;
    padding-left: 2.75rem;
    border: 0;
    background: url(../img/hamburger.svg.png) no-repeat .75rem center;
    text-transform: uppercase;
    color: #2526a9
}

.navbar .navbar-mobile {
    display: none
}

.navbar .navbar-desktop {
    display: none
}

.navbar-service-mobile {
    padding: 20px;
    background-color: #efefef
}

.navbar-service-mobile ul {
    margin: 0;
    padding: 0
}

.navbar-service-mobile ul li {
    display: block;
    margin-bottom: 1rem;
    list-style-type: none
}

.navbar-service-mobile ul li:last-child {
    margin-bottom: 0
}

.navbar-service-mobile ul li a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    transition: color .15s
}

@media (min-width:992px) {
    .navigation {
        z-index: 100001
    }

    .navbar .navbar-mobile {
        display: none !important
    }

    .navbar .navbar-desktop {
        display: block
    }

    .navbar .navbar-service {
        display: block;
        padding: 30px 0;
        text-align: right
    }

    .navbar .navbar-service ul {
        margin: 0;
        padding: 0;
        font-size: 0
    }

    .navbar .navbar-service ul li {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        vertical-align: top
    }

    .navbar .navbar-service ul li:before {
        content: none
    }

    .navbar .navbar-service ul li a {
        color: #6c6f70;
        font-size: .875rem;
        font-weight: 300;
        margin-left: 1.5rem;
        vertical-align: top;
        text-decoration: none
    }

    .navbar .navbar-service ul li a:hover {
        text-decoration: underline
    }

    .navbar .navbar-service__search {
        position: relative;
        top: 4px;
        display: inline-block;
        width: 17px;
        height: 17px;
        padding: 0 40px;
        background: url(../img/search.png) no-repeat center center;
        text-indent: -9999px;
        font-size: 0 !important
    }

    .navbar .navbar-service__search:before {
        content: "";
        height: 13px;
        width: 1px;
        background: #6c6f70;
        display: block;
        position: absolute;
        top: 2px;
        left: -1px
    }

    .navbar .navbar-service__search:after {
        content: "";
        height: 13px;
        width: 1px;
        background: #6c6f70;
        display: block;
        position: absolute;
        top: 2px;
        right: 0
    }

    .navbar .navbar-service__language {
        text-transform: uppercase
    }

    .navbar-nav {
        position: relative;
        z-index: 9999;
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .navbar-nav>li {
        display: table-cell;
        padding-left: 0;
        border-left: 1px solid #fff
    }

    .navbar-nav>li:first-child {
        border-left: 0
    }

    .navbar-nav>li:before {
        content: none
    }

    .navbar-nav>li.active>a {
        -webkit-box-shadow: 0 -2px 10px 0 #ecf1f7;
        -moz-box-shadow: 0 -2px 10px 0 #ecf1f7;
        box-shadow: 0 -2px 10px 0 #ecf1f7;
        background: #fff;
        color: #2526a9
    }

    .navbar-nav>li>a {
        z-index: 2;
        position: relative;
        display: block;
        min-height: 77px;
        padding: 10px 10px 0;
        background: #2526a9;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        transition: color .3s, background .3s, box-shadow .3s;
        text-decoration: none
    }

    .navbar-nav>li>a:active,
    .navbar-nav>li>a:focus,
    .navbar-nav>li>a:hover {
        text-decoration: none;
        color: #2526a9;
        background: #fff;
        -webkit-box-shadow: 0 -2px 10px 0 #ecf1f7;
        -moz-box-shadow: 0 -2px 10px 0 #ecf1f7;
        box-shadow: 0 -2px 10px 0 #ecf1f7
    }

    .navbar-nav .dropdown-menu {
        min-width: 220px;
        margin: 0;
        padding: 0;
        border: 0
    }

    .navbar-nav .dropdown-menu>li {
        margin-bottom: 0
    }

    .navbar-nav .dropdown-menu>li:before {
        content: none
    }

    .navbar-nav .dropdown-menu>li.active a {
        background: #f5f5f5
    }

    .navbar-nav .dropdown-menu>li a {
        padding: 15px 20px;
        white-space: normal;
        font-weight: 300;
        color: #2526a9
    }

    .mega-menu .dropdown-megamenu {
        position: absolute;
        z-index: 1;
        width: 100%;
        padding: 50px 20px !important;
        -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
        -moz-box-shadow: 0 0 20px 5px #ebf0f6;
        box-shadow: 0 0 20px 5px #ebf0f6
    }

    .mega-menu .dropdown-megamenu img {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        max-width: 200px;
        height: auto
    }

    .mega-menu .dropdown-megamenu ul {
        overflow: hidden;
        margin: 30px 0 0;
        padding: 0;
        columns: 2;
        font-size: 0
    }

    .mega-menu .dropdown-megamenu ul li {
        margin-right: 16px;
        margin-left: 16px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        font-size: 15px
    }

    .mega-menu .dropdown-megamenu ul li a {
        display: block;
        padding: 0 !important;
        text-decoration: none
    }

    .mega-menu .dropdown-megamenu ul li a:hover {
        text-decoration: underline
    }

    .mega-menu .dropdown-megamenu .ap-linksequence {
        margin-top: 40px
    }

    .mega-menu .dropdown-megamenu .ap-linksequence ul {
        columns: auto
    }

    .mega-menu .dropdown-megamenu .ap-linksequence ul li {
        background: 0 0;
        width: 100%;
        display: block;
        padding-left: 0
    }

    .mega-menu .dropdown-megamenu .ap-linksequence ul li:before {
        content: none
    }

    .mega-menu .dropdown-megamenu .ap-linksequence ul li a {
        background: url(../img/ico-document.svg.png) no-repeat left center;
        background-size: 25px 29px;
        display: block;
        padding: 6px 0 6px 39px !important;
        margin-bottom: 10px;
        transition: background-position .3s
    }

    .mega-menu .dropdown-megamenu .ap-linksequence ul li a:active,
    .mega-menu .dropdown-megamenu .ap-linksequence ul li a:focus,
    .mega-menu .dropdown-megamenu .ap-linksequence ul li a:hover {
        background-position: left 5px center
    }

    .mega-menu .dropdown-megamenu .main-category-link {
        position: absolute;
        top: 20px;
        right: 50px
    }

    .mega-menu .mega {
        position: static
    }
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: .25rem .25rem 0 0
}

.nav-tabs>li>a:hover {
    border-color: #e9ecef #e9ecef #dee2e6 #e9ecef #e9ecef #dee2e6 #dee2e6
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6 #dee2e6 #fff;
    border-bottom-color: transparent;
    cursor: default
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-nav-mobile,
.sidebar {
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

.navbar-nav-mobile {
    padding: 20px
}

.sidebar {
    display: none;
    margin-bottom: 1.5rem;
    padding: 40px
}

@media (min-width:992px) {
    .sidebar {
        display: block
    }
}

.sidebar-nav>li {
    margin-bottom: 1rem;
    padding-left: 0
}

.sidebar-nav li {
    display: block
}

.sidebar-nav li.current:before,
.sidebar-nav li:active:before,
.sidebar-nav li:focus:before,
.sidebar-nav li:hover:before {
    color: #d52b1e
}

.sidebar-nav li.current>a,
.sidebar-nav li:active>a,
.sidebar-nav li:focus>a,
.sidebar-nav li:hover>a {
    color: #d52b1e
}

.sidebar-nav li a {
    display: block;
    text-decoration: underline
}

.sidebar-nav li ul {
    margin: 1rem 0 0 1rem;
    padding: 0 0 0 10px
}

.sidebar-block>div>div {
    padding: 40px;
    background: #efefef
}

.ap-list-content {
    margin-bottom: 45px
}

.list-entry {
    margin-bottom: 45px
}

.list-entries-boxed .list-entry-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.list-entries-boxed .list-entry {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.list-entries-boxed .list-entry .image {
    margin-bottom: 20px
}

.list-entries-boxed .list-entry .body {
    padding: 0 30px;
    color: #2526a9
}

@media (min-width:768px) {
    .list-entries-boxed .list-entry {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

ul.pagination {
    margin: 30px 0
}

ul.pagination li {
    background: 0 0;
    padding: 0;
    margin: 0;
    display: inline-block
}

ul.pagination li:before {
    content: none
}

ul.pagination li a {
    text-decoration: underline;
    padding: 5px 9px
}

ul.pagination .fa.fa-step-forward {
    background: url(../img/circle-arrow-right.svg.png) no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    top: -1px;
    position: relative
}

ul.pagination .fa.fa-step-backward {
    background: url(../img/circle-arrow-left.svg.png) no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    top: -1px;
    position: relative
}

.faq-list h3 {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    padding: 10px 0 0 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    text-decoration: underline
}

.faq-list .list-entry {
    margin-bottom: 1em
}

.embed-responsive {
    margin-bottom: 1em
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.video-wrapper {
    width: 100%;
    margin: 0 auto 1rem
}

.audio-wrapper {
    margin-bottom: 1rem
}

.mejs__qualities-selector-list-item {
    background: 0 0
}

.teaser h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 22px;
    line-height: 1.1em
}

.teaser h2 .teaser-head {
    text-decoration: none
}

.teaser h2 .teaser-head:hover {
    text-decoration: underline
}

.teaser .text {
    margin-bottom: 10px;
    color: #2526a9
}

.cc_div .bar #s-inr {
    max-width: 41em !important
}

#s-c-bn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    background-image: url(https://www.cnb.cz/export/system/modules/cz.nelasoft.opencms.cnb/resources/img/accordion-plus.svg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    transform: rotate(45deg);
    border-radius: unset
}

#s-c-bn:after {
    content: unset
}

.cc_div .c-bn {
    background-color: #2526a9 !important;
    color: #fff !important;
    border-radius: 0 !important
}

#s-bns button:first-child {
    background: #2526a9 !important
}

#s-cnt button+button:hover {
    background: #2526a9 !important
}

#s-c-bn,
#s-c-bn:hover {
    background-color: inherit !important;
    outline: 0
}

#cc_div #cm {
    display: none !important
}

#s-bns {
    position: relative !important;
    border-top: 0 !important;
    border-bottom: 1px solid #f1f3f5
}

#cookiesSettingsButton {
    position: fixed;
    right: auto;
    left: 5px;
    bottom: 5px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 1.5em;
    outline: 0;
    border: 0;
    background: 0 0;
    cursor: pointer
}

#cookiesSettingsButton img {
    width: 100%
}

#s-mds {
    padding: 1.3em 1.6em;
    display: block;
    width: 100%
}

#s-mds .p:first-child {
    margin-top: 0
}

#s-cnt .b-bn .b-tl {
    background: #9dabe2 !important;
    border-radius: 0
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
    background: #9dabe2
}

#s-bl .c-bl.b-ex {
    background: 0 0
}

#s-bl tbody tr:hover {
    background: inherit
}

#s-bl .b-acc .p {
    background-color: #fff
}

.cc_div .bar #s-bl tr:nth-child(odd) {
    background: #efefef
}

div[data-service] .c-bg {
    opacity: 0 !important
}

div[data-service] .c-n-t a {
    color: #9dabe2 !important;
    border-bottom: 1px solid #9dabe2 !important
}

div[data-service] .c-n-c .c-l-b,
div[data-service] .c-n-c .c-la-b {
    margin-top: 1rem !important;
    border-radius: 0 !important;
    background: #2526a9 !important;
    color: #fff !important
}

.crossword-container {
    overflow: auto;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.crossword-grid {
    margin: 0 auto
}

.crossword-grid tr:nth-child(even) {
    background-color: transparent
}

.crossword-grid tr td {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 1px;
    border: 0
}

.crossword-grid tr td input {
    width: 40px;
    height: 40px;
    font-size: 1.7em;
    text-transform: uppercase;
    text-align: center;
    border: 1px #6c6f70 solid;
    border-radius: 1px
}

.crossword-grid tr td input:disabled {
    background-color: #6c6f70
}

.crossword-grid tr td.crossword-td-secret input {
    background-color: #2526a9;
    color: #fff
}

.crossword-grid tr td.crossword-td-secret.cts-success input {
    border: 2px #9acd32 solid
}

.crossword-grid tr td.crossword-td-secret.cts-fail input {
    border: 2px #d52b1e solid
}

.crossword-grid tr td:first-child {
    text-align: right;
    padding-right: .75em
}

.crossword-grid tr.cwg-answer-fail td:not(.crossword-td-secret) input {
    color: #d52b1e
}

.crossword-message {
    display: none;
    font-weight: 700;
    margin-bottom: 1rem
}

.crossword-message.cm-fail {
    color: #d52b1e
}

main {
    order: 1
}

aside {
    order: 2
}

@media (min-width:992px) {
    main {
        order: 2
    }

    aside {
        order: 1
    }
}

.clr-red {
    color: #d52b1e
}

.poznamka {
    font-size: 18px;
    color: #d52b1e
}

.breadcrumb li a {
    text-decoration: none
}

.exratesWrapp table {
    width: 100%
}

.exratesWrapp table td,
.exratesWrapp table th {
    width: 100%
}

.exratesWrapp form input[type=text] {
    border: 1px solid #9dabe2;
    padding: 5px;
    color: #9dabe2
}

.xfrateWrapp table {
    width: 100%
}

.xfrateWrapp table td,
.xfrateWrapp table th {
    width: 100%
}

.xfrateWrapp select {
    border: 1px solid #9dabe2;
    padding: 5px;
    color: #9dabe2
}

.xfrateWrapp form {
    border: 2px solid #9dabe2;
    padding: 20px
}

.xfrateWrapp form .col-12.col-lg-6 {
    text-align: left
}

.xfrateWrapp form label {
    color: #9dabe2;
    margin-right: 15px
}

.xfrateWrapp .btn.btn-primary {
    margin-right: 15px
}

.exratesBtn {
    margin-right: 15px
}

.notifiSepar {
    color: #9dabe2;
    font-weight: 700;
    min-width: 100px;
    display: inline-block
}

.notifiSepar--last {
    margin-top: 25px
}

.emailNotifi {
    border: 1px solid #9dabe2;
    padding: 25px
}

.blog-author-image {
    float: left;
    display: inline;
    margin: 0 15px 15px 0
}

.blog-author-text {
    clear: both;
    display: inline
}

.list-option.btn-group.specialHelper {
    position: relative;
    display: inline-block
}

.search-helper {
    display: inline-block;
    position: relative
}

.testimage img:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    display: block;
    position: absolute
}

aside form input[name=submit] {
    margin-bottom: 35px
}

.hidenCheckbox {
    display: none !important
}

.filterbox {
    margin: 0 0 30px 0
}

.list-entries-boxed .list-entry .body {
    padding: 0
}

.modal-backdrop {
    z-index: 199999
}

.modal {
    z-index: 200000
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    border-radius: 50px
}

.archiveSelectMonth.list-option,
.archiveSelectYear.list-option {
    position: relative;
    float: left
}

html.no-overflow {
    overflow-y: hidden
}

.collapse.in {
    display: block
}

.collapse {
    display: none
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.clearfix {
    clear: both
}

.ap-sitemap .top {
    background: 0 0;
    padding-left: 0
}

.ap-sitemap .top ul {
    padding-left: 25px
}

.ap-sitemap .top>a {
    font-size: 21px;
    text-decoration: underline
}

.icolink {
    display: block;
    padding: 17px 0 17px 60px;
    margin-top: -1px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece
}

.icolink.icolink-word {
    background: url(../img/ico-doc.svg.png) no-repeat left 18px center
}

.icolink.icolink-excel {
    background: url(../img/ico-xls.svg.png) no-repeat left 18px center
}

.icolink.icolink-pdf {
    background: url(../img/ico-pdf.svg.png) no-repeat left 18px center
}

.icolink.icolink-img {
    background: url(../img/ico-image.svg.png) no-repeat left 15px center
}

.icolink.icolink-vid {
    background: url(../img/ico-video.svg.png) no-repeat left 15px center
}

.icolink.icolink-aud {
    background: url(../img/ico-audio.svg.png) no-repeat left 18px center
}

.icolink.icolink-htm {
    background: url(../img/ico-html.svg.png) no-repeat left 15px center
}

.icolink.icolink-zip {
    background: url(../img/ico-archive.svg.png) no-repeat left 18px center
}

.icolink.icolink-crt {
    background: url(../img/ico-crt.svg.png) no-repeat left 18px center
}

.icolink.icolink-default {
    background: url(../img/ico-link.svg.png) no-repeat left 15px center
}

.icolink:active,
.icolink:focus,
.icolink:hover {
    text-decoration: none;
    background-color: #efefef;
    color: #2526a9
}

.alert.alert-info {
    margin: 40px 0;
    text-align: center;
    border: 1px solid #9dabe2;
    padding: 30px 40px 40px 40px
}

.alert.alert-info h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif
}

.alert.alert-error {
    margin: 20px 0;
    text-align: center;
    border: 1px solid #d52b1e;
    padding: 20px;
    font-size: 17px;
    font-weight: 300;
    color: #d52b1e
}

#captcha {
    max-width: 250px;
    position: relative
}

#captcha canvas {
    height: 52px !important;
    position: absolute;
    right: -5px
}

.notifiTable button {
    margin: 0
}

.notifiTable td {
    width: 100%
}

.ap-linksequence-images ul li {
    background: 0 0
}

.link-image {
    text-indent: -9999px;
    padding-left: 0
}

.sky-form-full {
    border: 1px solid #9dabe2;
    margin: 30px 0 20px 0;
    padding: 20px;
    color: #9dabe2;
    width: 100%
}

.sky-form-full label {
    width: 100% !important;
    padding-left: 0 !important
}

.sky-form-full .col-sm-6.col-md-6.col-xs-12 {
    float: left
}

.sky-form-oneline .select,
.sky-form-oneline input,
.sky-form-oneline label {
    display: inline-block !important;
    max-width: max-content;
    margin: 0 20px 0 0 !important
}

.sky-form-oneline select {
    min-width: 150px;
    margin-bottom: 0 !important
}

.sky-form-oneline button {
    margin-top: 0
}

.dynapps-links-top {
    margin-top: 20px
}

.dynapps-links a {
    display: block
}

.specialTr th {
    border: 0;
    padding-bottom: 10px;
    font-weight: 700;
    background: #fff;
    text-align: center
}

.specialTr+tr th {
    border-right: 1px solid #fff
}

.box--shadow {
    box-shadow: 0 0 20px 5px #ebf0f6;
    padding: 20px
}

.ap-list-entries .ap-list-box .teaser .teaser-text {
    word-wrap: break-word;
    display: inline-block;
    max-width: 100%
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-color: #ddd !important
}

.fc table {
    max-width: 100%;
    display: table;
    max-height: 100%
}

.grecaptcha-badge {
    display: none !important
}

.logo {
    float: left;
    display: block;
    width: 120px;
    height: 50px;
    margin: 20px 0;
    background-size: contain
}

.logo__cs {
    background: url(../img/LOGO-2RC_RGB.svg.png) no-repeat center center
}

.logo__en {
    background: url(../img/LOGO-2RA_RGB.svg.png) no-repeat center center
}

@media (min-width:992px) {
    .logo {
        width: 160px;
        height: 68px;
        margin: 30px 0
    }
}

footer {
    position: relative;
    padding-bottom: 50px
}

footer ul {
    padding-left: 16px
}

footer ul li a {
    display: block
}

footer p {
    margin-bottom: 5px;
    color: #2526a9;
    font-size: 15px;
    font-weight: 300
}

footer .footer__last a {
    display: inline-block;
    margin-bottom: 5px
}

footer .footer__google {
    width: 120px;
    height: 36px;
    background: url(../img/mobile-google-play.svg.png) no-repeat center center;
    display: block;
    background-size: 100%;
    margin-bottom: 11px;
    font-size: 0
}

footer .footer__app {
    width: 101px;
    height: 35px;
    background: url(../img/mobile-app-store.svg.png) no-repeat center center;
    display: block;
    background-size: 100%;
    margin-bottom: 11px;
    font-size: 0
}

footer .footer__windows {
    width: 137px;
    height: 36px;
    background: url(../img/mobile-windows-store.svg.png) no-repeat center center;
    display: block;
    background-size: 100%;
    font-size: 0
}

footer .footer__strip {
    background: #efefef;
    margin: 2rem 0;
    text-align: center
}

footer .footer__strip .footer__newsletter {
    padding: 2rem 0
}

footer .footer__strip .footer__newsletter .footer__newsletter--title {
    display: inline-block;
    margin-right: 2rem;
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width:992px) {
    footer .footer__strip .footer__newsletter {
        float: left
    }
}

footer .footer__strip .footer__social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 0;
    border-top: 1px solid #fff
}

footer .footer__strip .footer__social a {
    font-size: 0
}

footer .footer__strip .footer__social a:before {
    content: '';
    display: inline-block
}

footer .footer__strip .footer__social .footer__social--facebook:before {
    background: url(../img/social-facebook.svg.png) no-repeat center center;
    width: 15px;
    height: 28px
}

footer .footer__strip .footer__social .footer__social--twitter:before {
    background: url(../img/social-twitter.svg.png) no-repeat center center;
    width: 31px;
    height: 26px
}

footer .footer__strip .footer__social .footer__social--youtube:before {
    background: url(../img/social-youtube.svg.png) no-repeat center center;
    width: 29px;
    height: 34px
}

footer .footer__strip .footer__social .footer__social--linkedin:before {
    background: url(../img/social-linkedin.svg.png) no-repeat center center;
    width: 25px;
    height: 25px
}

footer .footer__strip .footer__social .footer__social--rss:before {
    background: url(../img/social-rss.svg.png) no-repeat center center;
    width: 28px;
    height: 28px
}

footer .footer__strip .footer__social .footer__social--spotify:before {
    background: url(../img/social-spotify.svg.png) no-repeat center center;
    width: 28px;
    height: 28px
}

footer .footer__strip .footer__social .footer__social--instagram:before {
    background: url(../img/social-instagram.svg.png) no-repeat center center;
    width: 28px;
    height: 28px
}

@media (min-width:992px) {
    footer .footer__strip .footer__social {
        float: right;
        width: 40%;
        border-top: none
    }
}

@media (min-width:992px) {
    footer .footer__strip {
        text-align: left
    }

    footer .footer__service {
        float: right
    }

    footer .footer__service ul li {
        display: inline-block;
        margin-right: 1.5rem
    }

    footer .footer__service ul li:last-child {
        margin-right: 0
    }
}

.col-footer {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .col-footer {
        flex: 0 0 33%;
        max-width: 33%
    }
}

@media (min-width:992px) {
    .col-footer {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.cookie-bar {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0 10px;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

.cookie-bar a,
.cookie-bar p {
    font-size: 12px
}

.cookie-bar p {
    margin-bottom: 5px
}

.cookie-bar a {
    margin-bottom: 10px;
    display: block;
    text-decoration: underline
}

.cookie-bar .btn {
    margin: 12px 0
}

.courses {
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6;
    margin-bottom: 37px
}

.courses__description {
    padding: 20px;
    text-align: center
}

@media (min-width:992px) {
    .courses__description {
        padding-right: 0
    }
}

.courses__para {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #2526a9
}

.courses__all {
    display: inline-block;
    color: #2526a9;
    font-size: 13px;
    text-decoration: underline;
    position: relative
}

@media (min-width:992px) {
    .courses__all:before {
        content: "";
        position: absolute;
        top: 10%;
        left: -38px;
        height: 80%;
        width: 1px;
        background-color: #9dabe2
    }
}

.courses__divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #d0dceb
}

.courses__box {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 15px 0 15px 35px
}

.courses__box input {
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 20px;
    margin-right: 5px;
    padding: 0;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #2526a9;
    font-size: 18px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    line-height: 20px;
    color: #2526a9
}

.courses__label {
    display: inline-block;
    color: #2526a9;
    font-size: 16px;
    margin-bottom: 0;
    vertical-align: middle
}

.courses__box--eur {
    background: url(../img/eur.jpg) no-repeat left center
}

.courses__box--usd {
    background: url(../img/usd.jpg) no-repeat left center
}

.courses__box--gbp {
    background: url(../img/gbp.jpg) no-repeat left center
}

.courses__side_col {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .courses__side_col {
        justify-content: center;
        flex-direction: column
    }
}

@media (min-width:992px) {
    .courses {
        margin-bottom: 29px
    }

    .courses__description {
        text-align: left
    }

    .courses__form {
        padding: 20px 0
    }

    .courses__divider {
        display: none
    }

    .courses__box {
        display: inline-block;
        padding: 0 15px 0 35px
    }
}

.hp-banner {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #2526a9
}

.hp-banner .banner-main-image {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 493px
}

.hp-banner .banner-main-image img {
    align-self: flex-start;
    width: 100%;
    height: auto
}

@media (max-width:1199px) {
    .hp-banner .banner-main-image {
        height: 413px
    }
}

@media (max-width:991px) {
    .hp-banner .banner-main-image {
        height: auto
    }
}

.hp-banner .banner-text-container {
    padding: 40px
}

.hp-banner .banner-text-container .banner-content .banner-title {
    font-size: 22px;
    line-height: 1.1em;
    color: #fff
}

.hp-banner .banner-text-container .banner-content .banner-title a {
    color: #fff;
    text-decoration: none
}

.hp-banner .banner-text-container .banner-content .banner-title a:hover {
    text-decoration: underline
}

.hp-banner .banner-text-container .banner-content .banner-text p:last-child {
    margin-bottom: 0
}

.hp-banner .banner-text-container .banner-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.hp-banner .banner-text-container .banner-buttons .banner-buttons-block {
    flex: 1 0 50%;
    margin-top: 10px;
    padding: 0 5px
}

.hp-banner .banner-text-container .banner-buttons .banner-buttons-block .banner-button {
    display: block;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-color: #fff
}

.hp-banner .banner-images-row {
    padding: 0
}

@media (max-width:767px) {
    .hp-banner .banner-images-row .banner-image-item:not(:last-child) {
        padding-bottom: 45px
    }
}

.hp-banner .banner-images-row .banner-image-item h2 a {
    text-decoration: none
}

.hp-banner .banner-images-row .banner-image-item h2 a:hover {
    text-decoration: underline
}

.hp-banner .banner-images-row .banner-image-container {
    height: 225px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1rem
}

@media (max-width:1199px) {
    .hp-banner .banner-images-row .banner-image-container {
        height: 184px
    }
}

@media (max-width:991px) {
    .hp-banner .banner-images-row .banner-image-container {
        height: 140px
    }
}

@media (max-width:767px) {
    .hp-banner .banner-images-row .banner-image-container {
        height: auto
    }
}

@media (min-width:992px) {
    .hp-banner {
        padding-bottom: 0;
        background-color: #efefef;
        border-bottom: none
    }

    .hp-banner .banner-text-container {
        display: flex;
        flex-direction: column;
        height: 413px;
        padding: 0
    }

    .hp-banner .banner-text-container .banner-content {
        flex: 1 1 auto;
        padding: 20px;
        overflow-y: auto
    }

    .hp-banner .banner-text-container .banner-buttons {
        flex: 0 1 auto;
        padding: 0 20px 20px
    }

    .hp-banner .banner-images-row {
        padding: 0 20px
    }
}

@media (min-width:1200px) {
    .hp-banner .banner-text-container {
        height: 493px
    }

    .hp-banner .banner-text-container .banner-content {
        padding: 40px
    }

    .hp-banner .banner-text-container .banner-buttons {
        padding: 0 40px 40px
    }
}

.infoStrip {
    padding: 0 40px 50px
}

.infoStrip__title {
    color: #2526a9;
    font-size: 20px;
    font-weight: 400;
    padding-top: 40px
}

.infoStrip a {
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
    text-decoration: underline
}

.infoStrip__text {
    padding-right: 15px;
    color: #9dabe2;
    font-size: 17px;
    font-weight: 300
}

.area-strip {
    position: relative;
    margin-bottom: 60px
}

.area-strip:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #efefef
}

@media (min-width:992px) {
    .area-strip:before {
        transform: translateY(-50%);
        top: 50%;
        height: 80%
    }
}

.percentStrip {
    z-index: 10;
    font-size: 15px;
    text-align: center
}

.percentStrip .percentStrip-part {
    background: #fff
}

.percentStrip .percentStrip-part .percentStrip-header {
    margin: 40px 0 30px
}

.percentStrip .percentStrip-part .percentStrip-footer {
    margin: 30px 0 40px
}

.percentStrip .percentStrip-part .percentStrip-footer .btn {
    margin-bottom: 0
}

.percentStrip .percentStrip-side {
    margin: 20px 0
}

.percentStrip .percentStrip-middle {
    z-index: 2
}

.percentStrip .percentStrip-box {
    width: 64px;
    margin: 0 10px
}

.percentStrip .percentStrip-box .percentStrip-percent {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #2526a9;
    color: #fff;
    font-size: 17px;
    line-height: 64px;
    transition: border-color .2s
}

.percentStrip .percentStrip-box .percentStrip-text {
    margin-bottom: 0;
    color: #2526a9
}

@media (min-width:992px) {
    .percentStrip .percentStrip-box {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    .percentStrip .percentStrip-box {
        margin: 0 10px
    }
}

.percentStrip .percentStrip-graph {
    position: relative;
    width: 207px;
    height: 125px;
    margin: 0 auto 35px;
    background-repeat: no-repeat;
    background-position: center center
}

.percentStrip .percentStrip-graph>span {
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 55px;
    height: 55px;
    margin-left: -27px;
    padding: 14px 0;
    border-radius: 50px;
    background: #d52b1e;
    color: #fff;
    font-size: 17px
}

.percentStrip .percentStrip-graph--cs {
    background-image: url(../img/percent-cs.png)
}

.percentStrip .percentStrip-graph--en {
    background-image: url(../img/percent-en.png)
}

.percentStrip .percentStrip-graph--good .percentStrip-graph-circle,
.percentStrip .percentStrip-graph--good .percentStrip-graph-pointer {
    background-color: #2526a9
}

.percentStrip .percentStrip-graph--average .percentStrip-graph-circle,
.percentStrip .percentStrip-graph--average .percentStrip-graph-pointer {
    background-color: #6c6f70
}

.percentStrip .percentStrip-graph--bad .percentStrip-graph-circle,
.percentStrip .percentStrip-graph--bad .percentStrip-graph-pointer {
    background-color: #d52b1e
}

.percentStrip .percentStrip-discount .percentStrip-percent,
.percentStrip .percentStrip-lombard .percentStrip-percent {
    background-color: #6c6f70
}

.percentStrip-graph-pointer {
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 52px;
    height: 3px;
    margin-top: -4px;
    transform: rotate(0);
    transform-origin: right;
    transition: .5s ease-out
}

.circlesInfo-container {
    z-index: 10;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center
}

.circlesInfo-container .circlesInfo-column {
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column
}

.circlesInfo-container .circlesInfo-column:first-child {
    margin-top: 20px
}

@media (min-width:992px) {
    .circlesInfo-container .circlesInfo-column {
        margin-top: 20px;
        margin-right: 4px
    }
}

.circlesInfo-container .circlesInfo-column .circlesInfo-header {
    margin: 40px 0 30px
}

.circlesInfo-container .circlesInfo-column .circlesInfo-footer {
    margin: 30px 0 40px
}

.circlesInfo-container .circlesInfo-column .circlesInfo-footer .btn {
    margin-bottom: 0
}

@media (min-width:992px) {
    .circlesInfo-container.circlesInfo-container-3-cols .circlesInfo-column {
        margin-right: 0
    }

    .circlesInfo-container.circlesInfo-container-3-cols .circlesInfo-column:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0;
        z-index: 2
    }
}

.circlesInfo-container .circlesInfo-box {
    width: 64px;
    margin: 0 10px
}

.circlesInfo-container .circlesInfo-box .circlesInfo-percent {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #2526a9;
    color: #fff;
    font-size: 17px;
    line-height: 64px;
    transition: border-color .2s
}

.circlesInfo-container .circlesInfo-box .circlesInfo-text {
    margin-bottom: 0;
    color: #2526a9
}

@media (min-width:992px) {
    .circlesInfo-container .circlesInfo-box {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    .circlesInfo-container .circlesInfo-box {
        margin: 0 10px
    }
}

.circlesInfo-container .inflationBox-graph {
    position: relative;
    width: 207px;
    height: 125px;
    margin: 0 auto 35px;
    background-repeat: no-repeat;
    background-position: center center
}

.circlesInfo-container .inflationBox-graph>span {
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: -3px;
    width: 55px;
    height: 55px;
    margin-left: -27px;
    padding: 14px 0;
    border-radius: 50px;
    background: #d52b1e;
    color: #fff;
    font-size: 17px
}

.circlesInfo-container .inflationBox-graph--cs {
    background-image: url(../img/percent-cs.png)
}

.circlesInfo-container .inflationBox-graph--en {
    background-image: url(../img/percent-en.png)
}

.circlesInfo-container .inflationBox-graph--good .inflationBox-graph-circle,
.circlesInfo-container .inflationBox-graph--good .inflationBox-graph-pointer {
    background-color: #2526a9
}

.circlesInfo-container .inflationBox-graph--average .inflationBox-graph-circle,
.circlesInfo-container .inflationBox-graph--average .inflationBox-graph-pointer {
    background-color: #6c6f70
}

.circlesInfo-container .inflationBox-graph--bad .inflationBox-graph-circle,
.circlesInfo-container .inflationBox-graph--bad .inflationBox-graph-pointer {
    background-color: #d52b1e
}

.circlesInfo-container .inflationBox-discount .inflationBox-percent,
.circlesInfo-container .inflationBox-lombard .inflationBox-percent {
    background-color: #6c6f70
}

.inflationBox-graph-pointer {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    width: 52px;
    height: 3px;
    margin-top: -4px;
    transform: rotate(0);
    transform-origin: right;
    transition: .5s ease-out
}

.photoStrip {
    font-size: 0
}

.photoStrip__part {
    display: inline-block;
    width: 370px;
    height: 245px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center
}

.photoStrip a {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none
}

@media (min-width:991px) {
    .photoStrip a:before {
        content: "";
        background: rgba(255, 255, 255, 0);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: background .3s
    }
}

.photoStrip a:active,
.photoStrip a:focus,
.photoStrip a:hover {
    text-decoration: none
}

.photoStrip a:active:before,
.photoStrip a:focus:before,
.photoStrip a:hover:before {
    background: rgba(255, 255, 255, .1)
}

.photoStrip svg {
    display: block;
    margin: 0 auto 1rem;
    width: 42px;
    height: 42px
}

.photoStrip svg path {
    fill: #fff
}

.photoStrip h2 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    padding: 0
}

.photoStrip p {
    color: #fff;
    font-size: 15px
}

.photoStrip__left a,
.photoStrip__right a {
    padding-top: 57px
}

.photoStrip__middle {
    height: 295px
}

.photoStrip__middle a {
    padding-top: 90px
}

.searchModal {
    padding-top: 60px
}

.searchModal__count {
    color: #2526a9;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 100px;
    display: block
}

.searchModal__filter {
    font-size: 17px;
    color: #2526a9;
    display: inline-block;
    font-weight: 300;
    border-bottom: 1px solid #2526a9;
    margin-right: 55px;
    margin-bottom: 55px
}

.searchModal .dropdown {
    display: inline-block
}

.searchModal .dropdown ul {
    padding: 0
}

.searchModal .dropdown ul li {
    margin: 0;
    padding: 0;
    background: 0 0
}

.searchModal .dropdown.show {
    display: inline-block !important
}

.searchModal .dropdown button {
    font-size: 17px;
    color: #2526a9;
    font-weight: 400;
    border: 0;
    padding-right: 28px;
    position: relative
}

.searchModal .dropdown button:after {
    content: "";
    background: url(../img/carret.svg.png) no-repeat center center;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 11px
}

.searchModal form {
    position: relative;
    margin-bottom: 10px
}

.searchModal input {
    color: #2526a9;
    font-size: 35px;
    font-weight: 300;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #2526a9;
    padding: 13px 50px 13px 0
}

.searchModal button[type=submit] {
    border: 0;
    background: url(../img/temporal.png) no-repeat center center;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 8px
}

.searchModal .newsHome--search {
    padding: 0;
    margin-bottom: 70px;
    border-bottom: 0
}

.searchModal .newsHome--search p {
    margin-bottom: 45px
}

#myModal {
    background: #fff
}

#myModal .modalClose {
    position: absolute;
    top: 59px;
    right: -350px;
    background: url(../img/close.svg.png) no-repeat center center;
    width: 45px;
    height: 45px;
    border: 0
}

#myModal .btn.btn-primary {
    margin: 40px auto 80px
}

#myModal .modal-dialog {
    width: 693px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 53px
}

#myModal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 0
}

#myModal .modal-body {
    padding: 0
}

.breadcrumb {
    margin: 10px 0 17px 0;
    padding: 0
}

.breadcrumb li {
    color: #2526a9;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin: 0 16px 0 0;
    padding: 0 16px 0 0;
    position: relative
}

.breadcrumb li:before {
    content: none
}

.breadcrumb li:after {
    content: ">";
    color: #2526a9;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 1px;
    right: -4px
}

.breadcrumb li:last-of-type:after {
    display: none
}

.breadcrumb h2 {
    display: none
}

.breadcrumb ul {
    padding-left: 0
}

.ap-panel {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

.ap-panel .panel {
    border-bottom: 1px solid #cedbeb
}

.ap-panel .panel:last-child {
    border-bottom: none
}

.ap-panel .panel .panel-heading {
    padding: 0
}

.ap-panel .panel .panel-heading h2,
.ap-panel .panel .panel-heading h3,
.ap-panel .panel .panel-heading h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400
}

.ap-panel .panel .panel-heading h2 a,
.ap-panel .panel .panel-heading h3 a,
.ap-panel .panel .panel-heading h4 a {
    position: relative;
    display: block;
    padding: 15px 75px 15px 40px;
    text-decoration: none
}

.ap-panel .panel .panel-heading h2 a:before,
.ap-panel .panel .panel-heading h3 a:before,
.ap-panel .panel .panel-heading h4 a:before {
    content: "";
    position: absolute;
    display: block;
    right: 40px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background: url(../img/accordion-plus.svg.png) no-repeat center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform .2s
}

.ap-panel .panel .panel-heading h2 a.collapsed:before,
.ap-panel .panel .panel-heading h3 a.collapsed:before,
.ap-panel .panel .panel-heading h4 a.collapsed:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ap-panel .panel .panel-collapse {
    width: 100%
}

.ap-panel .panel .panel-body {
    padding: 18px 75px 18px 40px
}

.ap-tab {
    position: relative;
    margin-bottom: 30px
}

.ap-tab .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px 0;
    padding: 20px 20px 0;
    border: 0;
    white-space: nowrap;
    overflow: hidden
}

.ap-tab .nav-tabs li {
    padding-left: 0
}

.ap-tab .nav-tabs li:before {
    content: none
}

.ap-tab .nav-tabs li.active {
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6;
    z-index: 999
}

.ap-tab .nav-tabs li a {
    color: #2526a9;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding: 20px 40px;
    display: block;
    text-decoration: none
}

.ap-tab .nav-tabs li a:active,
.ap-tab .nav-tabs li a:focus,
.ap-tab .nav-tabs li a:hover {
    border: 0;
    color: #2526a9
}

.ap-tab .tab-content {
    z-index: 2;
    position: relative;
    padding: 50px 40px 50px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

.ap-tab .headline {
    display: none
}

.ap-tab .ap-panel {
    margin: -50px -40px;
    box-shadow: none
}

#imagedata {
    display: none
}

.ap-image-gallery-teaser h2 a {
    text-decoration: none
}

.ap-image-gallery-teaser h2 a:hover {
    text-decoration: none
}

.ap-square {
    position: relative;
    margin-bottom: 1em
}

.ap-square:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.ap-square__content {
    position: absolute;
    width: 100%;
    height: 100%
}

.ap-square__content:hover {
    cursor: pointer
}

.ap-square__content img {
    width: 100%
}

.ap-square__content a {
    display: block;
    width: 100%;
    height: 100%
}

.ap-square__content a:hover {
    color: #fff
}

.ap-square__last .ap-square__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(37, 38, 169, .9);
    transition: background .3s
}

.ap-square__last .ap-square__content:hover:before {
    background: rgba(37, 38, 169, .95)
}

.ap-square__last .ap-square__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ap-square__last .ap-square__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 35px;
    text-align: center
}

.ap-square__last .ap-square__text .btn {
    margin: -20px 0 0 0;
    vertical-align: middle;
    border-color: #fff;
    color: #fff
}

.pswp__caption__center {
    text-align: center
}

#calendar td.fc-widget-header {
    border: 0
}

#calendar .fc-next-button,
#calendar .fc-prev-button {
    width: 42px;
    height: 42px;
    background: url(../img/circle-arrow-left.svg.png) no-repeat center center;
    border: 0
}

#calendar .fc-next-button span,
#calendar .fc-prev-button span {
    display: none
}

#calendar .fc-prev-button {
    position: absolute;
    left: 240px;
    top: 50%;
    margin-top: -21px
}

#calendar .fc-next-button {
    background: url(../img/circle-arrow-right.svg.png) no-repeat center center;
    position: absolute;
    right: 240px;
    top: 50%;
    margin-top: -21px
}

#calendar .fc-toolbar {
    background: #efefef;
    position: relative;
    margin-bottom: 0
}

#calendar .fc-toolbar h2 {
    padding: 25px 0 20px 0;
    font-size: 24px;
    font-family: 'Roboto Condensed', Arial, sans-serif
}

#calendar table th {
    background: #efefef;
    font-size: 14px;
    text-align: left;
    padding: 5px 0 5px 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ebf0f6
}

#calendar .fc-row:first-child table {
    border-top: 0
}

#calendar.fc-ltr .fc-basic-view .fc-day-number {
    background: #fff;
    text-align: left;
    font-size: 14px;
    padding: 5px 0 5px 15px;
    border: 1px solid #d2ddec;
    border-bottom: 0
}

#calendar .fc-widget-content {
    border-top: 0
}

#calendar .fc-body {
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

#calendar .fc-event {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: normal;
    border-radius: 0;
    border: 0;
    background-color: #efefef;
    font-weight: 300;
    color: #6c6f70;
    transition: background .3s, color .3s
}

#calendar .fc-event.fc-event-free {
    background: #2526a9;
    color: #fff;
    cursor: pointer
}

#calendar .fc-event.fc-event-free.fc-event-selected {
    background: #d52b1e
}

#calendar .fc-highlight {
    background: 0 0
}

#calendar .fc-day-grid-event {
    margin: 1px 3px 0;
    padding: 7px 9px
}

#calendar .fc-title-big {
    font-weight: 700;
    display: inline-block;
    float: right
}

#calendar .fc-day-grid-event .fc-time {
    font-weight: 300;
    display: block;
    margin-right: 8px
}

#calendar .fc-content .row {
    margin: 0;
    display: inline-block
}

#calendar .fc-title-short {
    display: inline-block;
    font-size: 13px
}

#calendar .fc-other-month {
    background: #ddd;
    opacity: .3
}

#calendar+#content_toolbar_wrapper {
    text-align: center
}

#calendar+#content_toolbar_wrapper button {
    margin-left: 15px;
    margin-right: 15px
}

.economist .box {
    margin-bottom: 45px
}

.economist .economist-card-image {
    margin-bottom: 1rem
}

.economist .economist-card-image img {
    width: 100%
}

@media (min-width:992px) {
    .economist .economist-card-image {
        margin-bottom: 0
    }
}

.economist .economist-card-content {
    margin-bottom: 1rem;
    word-wrap: break-word
}

.economist .economist-card-content .economist-card-block {
    margin-bottom: 10px
}

.economist .economist-card-content h1 {
    margin: 0;
    padding: 0
}

.economist .economist-card-content .position {
    font-family: Times, Arial, sans-serif
}

.economist .economist-card-content .fields span,
.economist .economist-card-content .fields strong {
    display: inline-block
}

.economist .economist-card-content .fields strong {
    vertical-align: top
}

.login-form {
    text-align: center
}

.login-form a {
    text-decoration: underline
}

.login-form a:hover {
    text-decoration: none
}

.login-form .btn {
    margin-bottom: 1em
}

form div.nelaError {
    color: #d52b1e;
    font-size: 14px;
    font-weight: 300;
    padding-left: 40px;
    background: url(../img/form-false.svg.png) no-repeat 15px center;
    display: block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    text-align: left
}

.nelaErrorInput {
    border-color: #d52b1e
}

.text-center {
    text-align: center
}

.hidenCheckbox {
    display: none
}

.sidebarEditForm {
    border: 2px solid #9dabe2;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6;
    padding: 40px;
    margin-bottom: 35px
}

.sidebarEditForm * {
    color: #9dabe2;
    font-size: 17px;
    font-weight: 300
}

.sidebarEditForm a {
    font-weight: 700;
    text-decoration: underline
}

.sidebarEditForm button {
    color: #d52b1e;
    font-size: 17px;
    font-weight: 300;
    border: 0;
    border-top: 2px solid #d52b1e;
    border-bottom: 2px solid #d52b1e;
    padding: 3px 7px;
    display: inline-block;
    margin-top: 27px;
    background: 0 0;
    cursor: pointer
}

.dictionary .list-entry {
    margin-bottom: 0;
    border-bottom: 1px solid #cedbeb
}

.dictionary .list-entry .panel {
    border-bottom: none
}

.dictionary .filterbox.categories ul {
    overflow: hidden;
    font-size: 0;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

.dictionary .filterbox.categories ul li {
    display: inline-block;
    width: calc(16.666% + 1px);
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 0;
    border-right: 1px solid #dee6f1;
    border-bottom: 1px solid #dee6f1
}

.dictionary .filterbox.categories ul li a {
    display: block;
    padding: 14px 0;
    border: none;
    color: #2526a9;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer
}

.dictionary .filterbox.categories ul li a:hover {
    background: #2526a9;
    color: #fff
}

.dictionary .filterbox.categories ul li span {
    border: none
}

.dictionary .filterbox.categories ul li:nth-child(6) {
    border-right: none
}

.dictionary .filterbox.categories ul li.active a {
    background: #2526a9;
    color: #fff
}

@media (min-width:768px) {
    .dictionary .filterbox.categories ul li {
        width: calc(12.5% + 1px)
    }

    .dictionary .filterbox.categories ul li:nth-child(6) {
        border-right: 1px solid #dee6f1
    }

    .dictionary .filterbox.categories ul li:nth-child(8) {
        border-right: none
    }
}

@media (min-width:1200px) {
    .dictionary .filterbox.categories ul li {
        width: calc(8.333% + 1px)
    }

    .dictionary .filterbox.categories ul li:nth-child(6) {
        border-right: 1px solid #dee6f1
    }

    .dictionary .filterbox.categories ul li:nth-child(8) {
        border-right: 1px solid #dee6f1
    }

    .dictionary .filterbox.categories ul li:nth-child(12) {
        border-right: none
    }
}

@media (max-width:1200px) {
    .economists-list .list-entry {
        width: 290px;
        margin-right: 10px
    }

    .mega-menu>ul li>a {
        padding: 10px 15px 0 15px !important;
        font-size: 14px !important
    }

    .mega-menu>ul li>a+ul li a {
        font-size: 16px !important;
        padding: 15px 20px !important
    }

    #myModal .modalClose {
        top: -15px;
        right: 0
    }

    .accordionHome {
        padding: 0 600px 0 0
    }

    .photoStrip__part {
        width: 310px
    }

    .photoStrip__part {
        width: 310px;
        background-size: 100% !important;
        height: 195px
    }

    .photoStrip__left a,
    .photoStrip__right a {
        padding-top: 25px
    }

    .photoStrip__middle {
        height: 235px
    }

    .photoStrip__middle a {
        padding-top: 50px
    }

    .photoStrip__right .photoStrip__ico {
        height: 41px
    }

    #calendar .fc-next-button {
        right: 100px
    }

    #calendar .fc-prev-button {
        left: 100px
    }

    #calendar .fc-title-big {
        display: block
    }
}

@media (max-width:991px) {
    body .mega-menu .nav>li.dropdown.mega {
        position: relative
    }

    .whiteToo>a {
        background: #fff !important;
        color: #2526a9 !important
    }

    .ap-panel h4 a {
        padding-left: 15px
    }

    .ap-panel h4 a:before {
        right: 15px
    }

    .economistBox .col-md-6 {
        max-width: 100%
    }

    .economists-list .list-entry {
        width: 200px
    }

    #calendar .fc-day-grid-event .fc-time {
        white-space: normal
    }

    .col-md-5special {
        margin-bottom: 30px
    }

    .accordionHome {
        padding: 0 360px 0 0
    }

    .newsHome--second {
        margin-bottom: 60px
    }

    .photoStrip__part {
        width: 230px;
        height: 151px
    }

    .photoStrip__middle {
        height: 180px
    }

    .photoStrip__left a,
    .photoStrip__right a {
        padding-top: 15px
    }

    .photoStrip__ico {
        margin: 0 auto 10px
    }

    .photoStrip__middle a {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    .mejs__container.mejs__audio {
        max-width: 100%
    }

    .metadata .categories {
        display: block;
        margin-top: 10px
    }

    .metadata .categories ul li {
        margin: 4px 0
    }

    .economistHelper {
        margin-left: 0
    }

    .economistShare:before {
        display: none;
        margin-left: 0
    }

    .economistShare p {
        display: none
    }

    .economistShare {
        text-align: center
    }

    .economistShare a {
        margin: 0 10px
    }

    .economists-list .list-entry {
        width: 100%;
        display: block;
        text-align: center
    }

    .modal-dialog {
        width: 510px !important;
        margin: 53px auto 0 auto
    }

    .accordionHome {
        background: url(../img/acco-small.jpg) no-repeat top center;
        padding: 194px 0 0 0;
        max-height: 100%;
        overflow-y: visible
    }

    .accordionHome .panel {
        padding-left: 10px
    }

    .accordionHome h4 a {
        margin-top: 20px
    }

    .accordionHome .panel-body {
        padding: 0 25px 50px 15px
    }

    .accordionHome h4 a.collapsed {
        line-height: 20px
    }

    .newsHome {
        padding: 30px 24px
    }

    .infoStrip {
        padding: 0 24px 35px 24px
    }

    .newsHome--second {
        padding: 0;
        margin-bottom: 30px
    }

    .newsHome--second .col-md-4:first-of-type,
    .newsHome--second .col-md-4:last-of-type {
        padding: 0 39px
    }

    .newsHome__temp {
        margin: 30px auto;
        display: block
    }

    .photoStrip__part {
        width: 100%;
        min-height: 244px;
        height: auto;
        max-width: 390px;
        margin-bottom: 30px;
        background-size: cover !important
    }

    .photoStrip__left a,
    .photoStrip__middle a,
    .photoStrip__right a {
        padding-top: 55px
    }

    .photoStrip {
        text-align: center;
        margin-bottom: 0
    }
}

@media (max-width:580px) {
    #calendar .fc-day-grid-event .fc-time {
        white-space: nowrap
    }

    #calendar .fc-view-container {
        overflow-x: scroll
    }

    #calendar .fc-view,
    .fc-view>table {
        width: 600px
    }

    #calendar .fc-prev-button {
        left: 15px
    }

    #calendar .fc-next-button {
        right: 15px
    }

    .modal-dialog {
        width: 250px !important;
        margin: 53px auto 0 auto
    }

    .searchModal__count {
        margin-bottom: 25px
    }

    .searchModal__filter {
        margin-right: 0;
        display: block;
        margin-bottom: 25px
    }

    .searchModal .dropdown button {
        margin-top: 0
    }
}

.box {
    margin: 0 0 30px;
    padding: 15px
}

.box.box-shaded {
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

.calc .ui-widget.ui-widget-content {
    border: none;
    border-radius: 0;
    background: #c9d9ee
}

.calc .ui-slider {
    position: relative;
    height: 12px
}

.calc .ui-slider .ui-slider-handle {
    position: absolute;
    background: #2526a9;
    border: none;
    border-radius: 0;
    color: #fff;
    height: 35px;
    top: -12px;
    margin-left: -25px;
    width: 50px;
    text-align: center;
    line-height: 35px;
    cursor: pointer
}

.calc h4 {
    text-align: center
}

.calc__result {
    display: none
}

.calc__result.show {
    display: block
}

.calc-slider__wrapper {
    padding: 16px 25px 25px
}

.calc-form input,
.calc-form label {
    width: 100%
}

.calc-form label {
    font-size: 1.25rem;
    font-weight: 500
}

.calc-form input[type=number],
.calc-form input[type=text] {
    border: none;
    border-bottom: 1px solid #2526a9;
    margin-bottom: 25px
}

.calc-form ::placeholder {
    color: #b4b4b4;
    font-weight: 400
}

.calc-form .ltv-desc-top {
    margin-top: 30px
}

.calc-form .ltv-desc-bottom {
    margin-bottom: 10px
}

.toggle-switch>* {
    float: left
}

.toggle-switch .toggle-switch__label {
    color: #b4b4b4;
    font-size: 1.25rem;
    font-weight: 500;
    cursor: pointer
}

.toggle-switch .toggle-switch__label.active {
    color: #2526a9
}

.toggle-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden
}

.toggle-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 26px;
    border: 1px solid #2526a9;
    display: block;
    border-radius: 26px;
    position: relative;
    margin: 0 5px
}

.toggle-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #2526a9;
    border-radius: 20px;
    transition: .3s
}

.toggle-switch input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

.toggle-switch label:active:after {
    width: 65px
}

.switch-visibility {
    display: none
}

.switch-visibility.active {
    display: block
}

.input-with-tag {
    position: relative
}

.input-with-tag input {
    padding-right: 50px
}

.input-with-tag span {
    position: absolute;
    width: 50px;
    height: calc(100% - 25px);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    background: #fff;
    font-weight: 500
}

.calc__result svg {
    transform: scale(3);
    margin: 30px 0
}

.calc__result h5 {
    color: inherit
}

.calc__formula {
    background: #2526a9;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0
}

.calc__formula--result {
    background: 0 0;
    color: #2526a9
}

.calc__formula--result .fraction__bottom {
    border-color: #2526a9
}

.calc__formula--result .result--total {
    font-size: 32px
}

.fraction,
.fraction__bottom,
.fraction__top {
    padding: 0 5px;
    text-align: center
}

.fraction,
.fraction__top {
    display: inline-block
}

.fraction__top {
    padding-bottom: 5px
}

.fraction__bottom {
    padding-top: 5px;
    border-top: 2px solid #fff;
    display: block
}

/*!
 * FullCalendar v2.3.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed .fc-today {
    background: #fcf8e3
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace
}

.fc-icon:after {
    position: relative;
    margin: 0 -1em
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: 3%
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: -3%
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

.fc-scroller>* {
    position: relative;
    width: 100%;
    overflow: hidden
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    font-weight: 400
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer:before {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer:before {
    left: auto;
    cursor: e-resize
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-day-grid-event .fc-resizer {
    left: -3px;
    right: -3px;
    width: 7px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-toolbar {
    text-align: center;
    margin-bottom: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 0 2px
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number {
    text-align: center
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-container,
.fc-time-grid .fc-event-container {
    position: relative
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

main a.btn-primary,
main a.btn-secondary,
main button,
main input[type=reset],
main input[type=submit] {
    width: auto
}

select.form-control {
    background: #efefef url("data:image/svg+xml,%3Csvg id='SVGRoot' version='1.1' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='matrix(.96186 0 0 .66639 -.50924 5.8342)' d='m14.045 13.754h5.1983 5.1983l-5.1983 9.0037-2.5991-4.5018z' fill='%237b8e9b'/%3E%3Cpath d='m0.5 8v20' fill='none' stroke='%23cbd2d7' stroke-linejoin='round' stroke-width='.93736'/%3E%3C/svg%3E") no-repeat right center;
    background-size: 36px 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ''
}

select.form-control::-ms-expand {
    display: none
}

select.form-control:focus {
    background: #efefef url("data:image/svg+xml,%3Csvg id='SVGRoot' version='1.1' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='matrix(.96186 0 0 .66639 -.50924 5.8342)' d='m14.045 13.754h5.1983 5.1983l-5.1983 9.0037-2.5991-4.5018z' fill='%237b8e9b'/%3E%3Cpath d='m0.5 8v20' fill='none' stroke='%23cbd2d7' stroke-linejoin='round' stroke-width='.93736'/%3E%3C/svg%3E") no-repeat right center;
    background-size: 36px 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ''
}

.rateForm div {
    background-color: transparent !important
}

.rateForm select {
    width: 100%;
    border: 0;
    background-color: #efefef;
    background-image: url(../img/menu-down.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 12px 15px;
    line-height: 20px;
    color: #2526a9;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-indent: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ''
}

.rateForm select::-ms-expand {
    display: none
}

.sky-form label.input,
.sky-form label.select,
.sky-form label.textarea {
    width: 100%
}

@media (min-width:992px) {

    .sky-form label.input,
    .sky-form label.select {
        width: 50%
    }
}

.sky-form header {
    width: 100%;
    color: #d52b1e;
    font-size: 17px;
    font-weight: 300;
    border: 1px solid #d52b1e;
    padding: 40px;
    display: table;
    margin: 20px 0
}

.sky-form .note {
    margin-bottom: 20px
}

.sky-form input {
    width: 100%;
    border: 0;
    background: #efefef;
    border: 1px solid #efefef;
    padding: 12px 15px;
    line-height: 20px;
    color: #2526a9;
    font-size: 14px;
    margin-bottom: 20px
}

.sky-form input::-webkit-input-placeholder {
    font-style: italic;
    color: #2526a9
}

.sky-form fieldset section .note.note-error {
    color: #d52b1e;
    font-size: 14px;
    font-weight: 300;
    padding-left: 27px;
    background: url(../img/form-false.svg.png) no-repeat left center;
    display: inline-block;
    margin-left: 10px;
    width: 27%;
    vertical-align: middle
}

.sky-form label {
    color: #2526a9;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    display: block
}

.sky-form label.label {
    color: #2526a9;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    display: block
}

.sky-form label.input.state-error>input {
    border: 1px solid #d52b1e !important
}

.sky-form label.input {
    display: inline-block
}

.sky-form label.input>input {
    border: 0;
    background: #efefef;
    border: 1px solid #efefef;
    padding: 12px 15px;
    line-height: 20px;
    color: #2526a9;
    font-size: 14px;
    margin-bottom: 20px
}

.sky-form label.input>input.hasDatepicker {
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    background-position: right 10px center
}

.sky-form label.input>input::-webkit-input-placeholder {
    font-style: italic;
    color: #2526a9
}

.sky-form label.input>input::-moz-placeholder {
    font-style: italic;
    color: #2526a9
}

.sky-form label.input>input:-ms-input-placeholder {
    font-style: italic;
    color: #2526a9
}

.sky-form label.input>input:-moz-placeholder {
    font-style: italic;
    color: #2526a9
}

.sky-form label.radio {
    color: #2526a9;
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px
}

.sky-form label.radio>input {
    display: none
}

.sky-form label.radio i {
    border: 1px solid #2526a9;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 12px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 5px
}

.sky-form label.radio>input:checked+i {
    border-color: #d52b1e
}

.sky-form label.radio>input:checked+i:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d52b1e;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px
}

.sky-form label.checkbox {
    color: #2526a9;
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px
}

.sky-form label.checkbox>input {
    display: none
}

.sky-form label.checkbox i {
    border: 1px solid #2526a9;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    vertical-align: middle;
    margin-top: -4px
}

.sky-form label.checkbox>input:checked+i {
    border-color: #d52b1e
}

.sky-form label.checkbox>input:checked+i:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/tick.svg.png) no-repeat center center;
    display: block;
    background-size: 12px
}

.sky-form label.select select {
    width: 100%;
    border: 0;
    background-color: #efefef;
    background-image: url(../img/menu-down.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 12px 15px;
    line-height: 20px;
    color: #2526a9;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.sky-form label.select select::-ms-expand {
    display: none
}

.sky-form label.textarea {
    display: inline-block;
    vertical-align: top
}

.sky-form label.textarea textarea {
    width: 100%;
    border: 0;
    background: #efefef;
    padding: 12px 15px;
    line-height: 20px;
    color: #2526a9;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 190px
}

.sky-form label.input-file+.note.note-info {
    color: #2526a9;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px
}

.sky-form label.input-file>input {
    width: 200px;
    padding-right: 15px;
    margin-bottom: 0
}

.sky-form label.input-file .button {
    display: inline-block;
    padding: 12px 15px;
    line-height: 20px;
    background: #efefef;
    color: #2526a9;
    font-size: 14px
}

.sky-form label.input-file .button input {
    display: none
}

.sky-form .form-validation-sentence {
    display: none
}

.sky-form-full label.input,
.sky-form-full label.select,
.sky-form-full label.textarea {
    width: 100%
}

form input.hasDatepicker {
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    background-position: right 5px center
}

#questionsCarousel .owl-dots {
    display: none
}

#questionsCarousel #imNotRobot,
#questionsCarousel #saveQuiz {
    display: none
}

.overview-item label.input,
.quiz-question label.input {
    display: inline-block
}

.overview-item label.input>input,
.quiz-question label.input>input {
    border: 0;
    background: #efefef;
    border: 1px solid #efefef;
    padding: 12px 15px;
    line-height: 20px;
    color: #2526a9;
    font-size: 14px
}

.overview-item label.input>input::-webkit-input-placeholder,
.quiz-question label.input>input::-webkit-input-placeholder {
    font-style: italic;
    color: #2526a9
}

.overview-item label.input>input::-moz-placeholder,
.quiz-question label.input>input::-moz-placeholder {
    font-style: italic;
    color: #2526a9
}

.overview-item label.input>input:-ms-input-placeholder,
.quiz-question label.input>input:-ms-input-placeholder {
    font-style: italic;
    color: #2526a9
}

.overview-item label.input>input:-moz-placeholder,
.quiz-question label.input>input:-moz-placeholder {
    font-style: italic;
    color: #2526a9
}

.overview-item label.radio,
.quiz-question label.radio {
    color: #2526a9;
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px
}

.overview-item label.radio>input,
.quiz-question label.radio>input {
    display: none
}

.overview-item label.radio i,
.quiz-question label.radio i {
    border: 1px solid #2526a9;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 12px;
    position: absolute;
    vertical-align: middle;
    margin-bottom: 5px
}

.overview-item label.radio>input:checked+i,
.quiz-question label.radio>input:checked+i {
    border-color: #2526a9
}

.overview-item label.radio>input:checked+i:before,
.quiz-question label.radio>input:checked+i:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #2526a9;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px
}

.overview-item label.checkbox,
.quiz-question label.checkbox {
    color: #2526a9;
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    position: relative
}

.overview-item label.checkbox>input,
.quiz-question label.checkbox>input {
    display: none
}

.overview-item label.checkbox i,
.quiz-question label.checkbox i {
    border: 1px solid #2526a9;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 9px;
    position: absolute;
    vertical-align: middle
}

.overview-item label.checkbox>input:checked+i,
.quiz-question label.checkbox>input:checked+i {
    border-color: #2526a9
}

.overview-item label.checkbox>input:checked+i:before,
.quiz-question label.checkbox>input:checked+i:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/tick.svg.png) no-repeat center center;
    display: block;
    background-size: 12px
}

.overview-item label .answer-text,
.quiz-question label .answer-text {
    margin-left: 30px
}

.overview-item .question-choose-hint,
.quiz-question .question-choose-hint {
    font-style: italic
}

.overview-item .question-title,
.quiz-question .question-title {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #2526a9
}

.overview-item .question-title-text,
.quiz-question .question-title-text {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1rem
}

.qq-inputs {
    padding-left: 1px
}

.carousel-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem
}

@media (max-width:512px) {
    .carousel-controls {
        flex-direction: column
    }
}

.quiz-message {
    display: none;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.quiz-message.qm-fail {
    color: #d52b1e
}

.overview-questions-title {
    margin-bottom: 1.5rem;
    margin-top: 5rem;
    font-size: 1.1rem;
    font-style: italic
}

.quiz-answers-overview-container .overview-item {
    display: flex;
    margin-bottom: 2rem
}

.quiz-answers-overview-container .overview-item .oi-points {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1rem
}

.quiz-answers-overview-container .overview-item .oi-points .oi-points-sum {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    background-color: #d52b1e;
    border: 1px #ddd solid;
    margin-bottom: 1rem
}

.quiz-answers-overview-container .overview-item .oi-points .oi-points-sum.oi-points-sum-correct {
    background-color: #2526a9
}

.quiz-answers-overview-container .overview-item .oi-points .oi-points-reached {
    min-width: 59px;
    display: flex
}

.quiz-answers-overview-container .overview-item .oi-points .oi-points-reached .oi-points-reached-number {
    min-width: 17px;
    display: inline-block;
    text-align: center
}

.quiz-answers-overview-container .overview-item .oi-question-text {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.1em;
    margin-bottom: 1em
}

.quiz-answers-overview-container .overview-item .oi-radio-correct.oi-input-checked {
    color: #2526a9;
    font-weight: 700
}

.quiz-answers-overview-container .overview-item .oi-radio-correct.oi-input-checked i {
    border-color: #2526a9 !important
}

.quiz-answers-overview-container .overview-item .oi-radio-correct.oi-input-checked i:before {
    background: #2526a9 !important
}

.quiz-answers-overview-container .overview-item .oi-radio-correct:not(.oi-input-checked) {
    color: #d52b1e;
    font-weight: 700
}

.quiz-answers-overview-container .overview-item .oi-radio-correct:not(.oi-input-checked) i {
    border-color: #d52b1e !important
}

.quiz-answers-overview-container .overview-item .oi-radio-correct:not(.oi-input-checked) i:before {
    background: #d52b1e !important
}

.quiz-answers-overview-container .overview-item .oi-check-correct.oi-input-checked {
    color: #2526a9;
    font-weight: 700
}

.quiz-answers-overview-container .overview-item .oi-check-correct.oi-input-checked i {
    border-color: #2526a9 !important
}

.quiz-answers-overview-container .overview-item .oi-check-correct:not(.oi-input-checked) {
    color: #d52b1e;
    font-weight: 700
}

.quiz-answers-overview-container .overview-item .oi-check-correct:not(.oi-input-checked) i {
    border-color: #d52b1e !important
}

.quiz-answers-overview-container .overview-item .oi-radio-incorrect.oi-input-checked {
    color: #d52b1e
}

.quiz-answers-overview-container .overview-item .oi-radio-incorrect.oi-input-checked i {
    border-color: #d52b1e !important
}

.quiz-answers-overview-container .overview-item .oi-radio-incorrect.oi-input-checked i:before {
    background: #d52b1e !important
}

.quiz-answers-overview-container .overview-item .oi-radio-incorrect:not(.oi-input-checked) {
    color: #2526a9
}

.quiz-answers-overview-container .overview-item .oi-radio-incorrect:not(.oi-input-checked) i {
    border-color: #2526a9 !important
}

.quiz-answers-overview-container .overview-item .oi-radio-incorrect:not(.oi-input-checked) i:before {
    background: #2526a9 !important
}

.quiz-answers-overview-container .overview-item .oi-check-incorrect.oi-input-checked {
    color: #d52b1e
}

.quiz-answers-overview-container .overview-item .oi-check-incorrect.oi-input-checked i {
    border-color: #d52b1e !important
}

.quiz-answers-overview-container .overview-item .oi-check-incorrect:not(.oi-input-checked) {
    color: #2526a9
}

.quiz-answers-overview-container .overview-item .oi-check-incorrect:not(.oi-input-checked) i {
    border-color: #2526a9 !important
}

.quiz-answers-overview-container .overview-item .oi-info {
    display: flex;
    align-items: center;
    align-self: center
}

.quiz-answers-overview-container .overview-item .oi-info .oi-info-box p {
    margin-bottom: 0
}

.dynapps-exrates table,
.dynapps-fxrates table {
    width: 100%;
    margin-bottom: 20px;
    white-space: nowrap
}

.dynapps-exrates table td,
.dynapps-exrates table th,
.dynapps-fxrates table td,
.dynapps-fxrates table th {
    width: 100%
}

.dynapps-exrates table.currency-table td,
.dynapps-exrates table.currency-table th,
.dynapps-fxrates table.currency-table td,
.dynapps-fxrates table.currency-table th {
    width: inherit
}

table.currency-table th.country {
    width: 50%
}

table.currency-table th.currency-name {
    width: 12%;
    min-width: 90px
}

.dynapps-filter .sky-form {
    border: 1px solid #9dabe2;
    margin-bottom: 20px;
    padding: 20px;
    color: #9dabe2
}

.dynapps-filter .sky-form label.input,
.dynapps-filter .sky-form label.select {
    width: 100%
}

.dynapps-filter .sky-form button {
    margin-top: 0
}

.dynapps-links {
    margin-bottom: 20px
}

.dynapps-table-legend {
    margin-top: 20px
}

.dynapps-table-legend p {
    font-size: .9em
}

.dynapps-susr .dynapps-susr-table {
    display: table
}

.dynapps-susr .dynapps-susr-table .dynapps-susr-table-labelcol {
    width: 30%;
    text-align: right
}

.dynapps-susr-list .list-entry {
    margin-bottom: 1em
}

.dynapps-susr-list .list-entry:nth-of-type(odd) {
    background-color: #f6f6f6
}

.dynapps-susr-list .dynapps-susr-list-table {
    width: 100%;
    margin-bottom: 0
}

.list-entry .susr-decision-list-table,
.list-entry .susr-old-decision-list-table,
.list-entry .susr-old-otto-list-table,
.list-entry .susr-squeeze-out-list-table {
    margin-bottom: 15px
}

.list-entry .susr-decision-list-table a,
.list-entry .susr-old-decision-list-table a,
.list-entry .susr-old-otto-list-table a,
.list-entry .susr-squeeze-out-list-table a {
    font-weight: 700;
    text-decoration: underline
}

.sharing {
    position: relative;
    margin-bottom: 20px
}

.sharing .sharing-helper {
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative
}

.sharing .sharing-helper .sharing-title {
    vertical-align: middle;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
    font-family: Times, arial, sans-serif
}

.sharing .sharing-helper ul {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
    padding: 0
}

.sharing .sharing-helper ul li {
    display: inline-block;
    margin: 0 26px 0 0;
    padding: 0;
    background: 0 0
}

.sharing .sharing-helper ul li a {
    display: block
}

.sharing .sharing-helper ul li a:before {
    content: ' ';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.sharing .sharing-helper ul li a.sharing-facebook:before {
    background-image: url(../img/social-facebook.svg.png)
}

.sharing .sharing-helper ul li a.sharing-twitter:before {
    background-image: url(../img/social-twitter.svg.png)
}

.sharing .sharing-helper ul li a.sharing-linkedin:before {
    background-image: url(../img/social-linkedin.svg.png)
}

.sharing .sharing-helper ul li a.sharing-email:before {
    background-image: url(../img/social-mail.svg.png)
}

@media (min-width:480px) {
    .sharing:before {
        content: "";
        background: #9dabe2;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0
    }

    .sharing .sharing-helper {
        margin-left: 45px
    }

    .sharing .sharing-helper .sharing-title {
        display: inline-block;
        margin: 0 26px 0 26px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 1em;
    padding: 3px 7px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none
}

.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .5
}

.btn.btn-primary {
    color: #d52b1e;
    border-top: 2px solid #d52b1e;
    border-bottom: 2px solid #d52b1e
}

.btn.btn-secondary {
    color: #2526a9;
    border-top: 2px solid #2526a9;
    border-bottom: 2px solid #2526a9
}

.jumbo {
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6;
    border: 0;
    margin-bottom: 60px
}

.jumbo img {
    display: none;
    float: left;
    width: 100%;
    height: auto
}

.jumbo .jumbo-content {
    float: left;
    width: 100%
}

.jumbo .jumbo-content h2 {
    padding-top: 0
}

@media (min-width:991px) {
    .jumbo img {
        display: block;
        width: 50%
    }

    .jumbo .jumbo-content {
        width: 50%;
        padding: 20px
    }
}

.hp-events,
.hp-info,
.hp-news {
    margin-bottom: 40px;
    padding: 0
}

.hp-news {
    border-bottom: 1px solid #2526a9
}

.hp-info p {
    color: #2526a9
}

.hp-events .ap-section {
    margin-bottom: 1em
}

.event-list {
    overflow: hidden
}

.event-list .event-list-item {
    margin-bottom: .5em
}

.event-list .event-list-date {
    color: #2526a9
}

@media (min-width:992px) {

    .hp-events,
    .hp-info,
    .hp-news {
        margin-bottom: 20px;
        padding: 20px
    }
}

@media (min-width:1170px) {
    .event-list .event-list-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .event-list .event-list-date {
        flex: 0 0 50px;
        white-space: nowrap
    }
}

.boarddecision .boarddecision-item {
    margin-bottom: 20px
}

.orgstructure .box {
    padding: 30px
}

.orgstructure .box .member-header {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2526a9
}

.orgstructure .box .member-units .member-unit {
    margin-bottom: .5em
}

.orgstructure .box .member-units .member-unit:last-child {
    margin-bottom: 0
}

.orgstructure .box .member-units .member-unit p {
    margin-bottom: .5em
}

.orgstructure .box .member-units .member-unit p:last-child {
    margin-bottom: 0
}

.board-articles .language-switch {
    text-transform: uppercase
}

.board-articles .metadata,
.board-articles .title {
    margin-bottom: .25em
}

.board-articles .title {
    font-weight: 700
}

.board-articles .btn {
    margin-bottom: 0
}

aside .ap-section {
    margin-bottom: 1.5rem;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

aside .ap-section .ap-plain {
    padding: 40px
}

aside .ap-section .ap-plain h2 {
    margin-bottom: 1rem;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.2rem;
    line-height: initial
}

aside .ap-section .ap-plain ul {
    padding: 0;
    list-style: none
}

aside .ap-section .ap-plain ul li:before {
    content: none
}

aside .ap-section .ap-plain ul li:last-child {
    margin-bottom: 0
}

aside .ap-section .ap-section .ap-plain {
    padding: 0
}

aside .ap-section .ap-panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

aside .ap-section .ap-panel .panel .panel-body {
    padding: 18px 40px
}

aside .secondary-content {
    margin: 0 0 1.5rem;
    padding: 40px;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 20px 5px #ebf0f6;
    -moz-box-shadow: 0 0 20px 5px #ebf0f6;
    box-shadow: 0 0 20px 5px #ebf0f6
}

aside .secondary-content .event-list {
    margin: 0 -15px
}

@media print {
    @page {
        margin: 2cm
    }

    * {
        margin: 0;
        padding: 0;
        color: #000
    }

    body {
        font-size: 16px
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        color: #000
    }

    a {
        color: #000
    }

    table td,
    table th {
        padding: 1px 5px;
        font-size: .8em
    }

    .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .row {
        display: block
    }

    .breadcrumb {
        margin: 0
    }

    #topcontrol {
        display: none
    }
}

.ui-datepicker {
    z-index: 100002 !important;
    display: none;
    width: 280px;
    margin: 2px 0 0;
    padding: 0;
    box-shadow: 0 0 20px 5px #ebf0f6
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    margin-bottom: -1px;
    padding: .4em 0;
    background-color: #efefef;
    border: 1px solid #fff
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    top: 0;
    width: 2.5em;
    height: 2.5em;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
    background: url(../img/menu-left.png) no-repeat center center
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0;
    background: url(../img/menu-right.png) no-repeat center center
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    margin: 0 2.5em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker table {
    width: 100%;
    margin: 0;
    font-size: .9em
}

.ui-datepicker table th {
    padding: .7em .3em;
    border: 1px solid #fff
}

.ui-datepicker table td {
    padding: 0;
    border: 1px solid #fff;
    background: #efefef
}

.ui-datepicker table td a,
.ui-datepicker table td span {
    display: block;
    padding: .5em;
    text-align: center;
    text-decoration: none
}

.ui-datepicker table td.ui-datepicker-current-day {
    background: #2526a9
}

.ui-datepicker table td.ui-datepicker-current-day a {
    color: #fff
}

.ui-datepicker table td.ui-datepicker-today {
    background: #ddd
}

.ui-datepicker table td.ui-state-disabled {
    color: #ddd;
    cursor: not-allowed
}

.ui-spinner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    vertical-align: middle
}

.ui-spinner .ui-spinner-input {
    margin: 0
}

.ui-spinner .ui-spinner-down,
.ui-spinner .ui-spinner-up {
    overflow: hidden;
    display: block;
    position: absolute;
    right: 1px;
    width: 40px;
    height: 50%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: .5em;
    text-align: center;
    cursor: pointer
}

.ui-spinner .ui-spinner-down:hover,
.ui-spinner .ui-spinner-up:hover {
    background-color: #d6d6d6
}

.ui-spinner .ui-spinner-up {
    top: 1px;
    background-image: url(../img/menu-up.png)
}

.ui-spinner .ui-spinner-down {
    bottom: 1px;
    background-image: url(../img/menu-down.png)
}

.bonsai,
.bonsai>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.bonsai>li {
    position: relative;
    margin-bottom: 1rem
}

.bonsai>li:last-child {
    margin-bottom: 0
}

.bonsai>li .thumb {
    position: absolute;
    margin: -1px 0 0 -1em;
    cursor: pointer;
    right: 0
}

.bonsai>li.has-children>.thumb {
    width: 24px;
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAPUlEQVRIx2NgGAWjABmoqq38r6q28j8pepho7ahRCwbeAkZsgqSmFBi4fSscwzya+4AkMJoPRi0YBSMVAAAtAwvkw5922QAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMi0xMlQxNToyMDoxMyswMDowMDhHRMIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTItMTJUMTU6MjA6MTMrMDA6MDBJGvx+AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==)
}

.bonsai>li.current>.thumb,
.bonsai>li:hover.has-children>.thumb {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAPUlEQVRIx2NgGAWjABlc1Zb7f1Vb7j8pepho7ahRCwbeAkZsgqSmFBjQvvoIwzya+4AkMJoPRi0YBSMVAADWpAyMxPUeowAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMi0xMlQxNToxOTo0NiswMDowMEdoKMoAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTItMTJUMTU6MTk6NDYrMDA6MDA2NZB2AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==)
}

.bonsai>li.has-children.expanded>.thumb {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAL0lEQVRIx2NgGAWjYBSMAoKAEZugqtrK/+QYdvtWOIZ5TAPtw1EwCkbBKGBgYAAA/1MEBD5u2WUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTItMTJUMTU6MTg6NDIrMDA6MDBc5WfnAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTEyLTEyVDE1OjE4OjQyKzAwOjAwLbjfWwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=)
}

.bonsai>li.current.expanded>.thumb,
.bonsai>li:hover.has-children.expanded>.thumb {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAL0lEQVRIx2NgGAWjYBSMAoKAEZvgVW25/+QYpn31EYZ5TAPtw1EwCkbBKGBgYAAACJIEBBt1jKEAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTItMTJUMTU6MTk6MTQrMDA6MDCYFzeHAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTEyLTEyVDE1OjE5OjE0KzAwOjAw6UqPOwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=)
}

.bonsai>li.collapsed>ol.bonsai {
    height: 0;
    overflow: hidden
}

.bonsai .all,
.bonsai .none {
    cursor: pointer
}

.sidebar-nav.bonsai>li {
    padding-left: 0
}

:root {
    --cc-bg: #fff;
    --cc-text: #2526A9;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0
}

.c_darkmode {
    --cc-bg: #181b1d;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #a6c4dd;
    --cc-btn-primary-text: #000;
    --cc-btn-primary-hover-bg: #c2dff7;
    --cc-btn-secondary-bg: #33383c;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #3e454a;
    --cc-toggle-bg-off: #667481;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #454c54;
    --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
    --cc-toggle-knob-icon-color: var(--cc-bg);
    --cc-block-text: #b3bfc5;
    --cc-cookie-category-block-bg: #23272a;
    --cc-cookie-category-block-bg-hover: #2b3035;
    --cc-section-border: #292d31;
    --cc-cookie-table-border: #2b3035;
    --cc-webkit-scrollbar-bg: #667481;
    --cc-webkit-scrollbar-bg-hover: #9199a0
}

.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    transition: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: 0 0;
    border: none;
    border-radius: unset;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    visibility: unset;
    height: auto;
    vertical-align: baseline
}

.cc_div {
    font-size: 16px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #2d4156;
    color: var(--cc-text)
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
    font-weight: 600
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
    border-radius: .35em
}

#s-bl .act .b-acc {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.cc_div a,
.cc_div button,
.cc_div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden
}

.cc_div a {
    border-bottom: 1px solid
}

.cc_div a:hover {
    text-decoration: none;
    border-color: transparent
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
    transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important
}

.c--anim .c-bn {
    transition: background-color .25s ease !important
}

.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important
}

.c--anim #cm.bar.slide+#cm-ov,
.c--anim .bar.slide+#cs-ov {
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
    transform: translateX(100%);
    opacity: 1
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
    transform: translateX(-100%);
    opacity: 1
}

#cm.slide,
.cc_div .slide #s-inr {
    transform: translateY(1.6em)
}

#cm.top.slide {
    transform: translateY(-1.6em)
}

#cm.bar.slide {
    transform: translateY(100%)
}

#cm.bar.top.slide {
    transform: translateY(-100%)
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible !important
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
    transform: scale(1) translateY(-50%)
}

.show--settings .c--anim #s-cnt {
    visibility: visible !important
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
    visibility: visible !important;
    opacity: 1 !important
}

#cm {
    font-family: inherit;
    padding: 1.1em 1.5em 1.4em 1.5em;
    position: fixed;
    z-index: 1;
    background: #fff;
    background: var(--cc-bg);
    max-width: 24.2em;
    width: 100%;
    bottom: 1.25em;
    right: 1.25em;
    box-shadow: 0 .625em 1.875em #000;
    box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    line-height: initial
}

#cc_div #cm {
    display: block
}

#c-ttl {
    margin-bottom: .7em;
    font-size: 1.05em
}

.cloud #c-ttl {
    margin-top: -.15em
}

#c-txt {
    font-size: .9em;
    line-height: 1.5em
}

.cc_div #c-bns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em
}

.cc_div .c-bn {
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 4px;
    flex: 1
}

#c-bns button+button,
#s-c-bn,
#s-cnt button+button {
    float: right;
    margin-left: 1em
}

#s-cnt #s-rall-bn {
    float: none
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button+button:active,
#s-cnt button+button:hover {
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg)
}

#s-cnt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    display: table;
    height: 100%;
    visibility: hidden
}

#s-bl {
    outline: 0
}

#s-bl .title {
    margin-top: 1.4em
}

#s-bl .title:first-child {
    margin-top: 0
}

#s-bl .b-bn {
    margin-top: 0
}

#s-bl .b-acc .p {
    margin-top: 0;
    padding: 1em
}

#s-cnt .b-bn .b-tl {
    display: block;
    font-family: inherit;
    font-size: .95em;
    width: 100%;
    position: relative;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: 0 0;
    transition: background-color .25s ease
}

#s-cnt .b-bn .b-tl.exp {
    cursor: pointer
}

#s-cnt .act .b-bn .b-tl {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover)
}

#s-bl .b-bn {
    position: relative
}

#s-bl .c-bl {
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    transition: background-color .25s ease
}

#s-bl .c-bl:hover {
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg)
}

#s-bl .c-bl:last-child {
    margin-bottom: .5em
}

#s-bl .c-bl:first-child {
    transition: none;
    padding: 0;
    margin-top: 0;
    border: none;
    margin-bottom: 2em
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
    background: 0 0;
    background: unset
}

#s-bl .c-bl.b-ex {
    padding: 0;
    border: none;
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg);
    transition: none
}

#s-bl .c-bl.b-ex+.c-bl {
    margin-top: 2em
}

#s-bl .c-bl.b-ex+.c-bl.b-ex {
    margin-top: 0
}

#s-bl .c-bl.b-ex:first-child {
    margin-bottom: 1em
}

#s-bl .c-bl.b-ex:first-child {
    margin-bottom: .5em
}

#s-bl .b-acc {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    display: none
}

#s-bl .act .b-acc {
    max-height: 100%;
    display: block;
    overflow: hidden
}

#s-cnt .p {
    font-size: .9em;
    line-height: 1.5em;
    margin-top: .85em;
    color: #2d4156;
    color: var(--cc-block-text)
}

.cc_div .b-tg .c-tgl:disabled {
    cursor: not-allowed
}

#c-vln {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

#cs {
    padding: 0 1.7em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%
}

#s-inr {
    height: 100%;
    position: relative;
    max-width: 45em;
    margin: 0 auto;
    transform: scale(.96);
    opacity: 0;
    padding-top: 4.75em;
    padding-bottom: 4.75em;
    position: relative;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    box-shadow: rgba(3, 6, 9, .26) 0 13px 27px -5px
}

#s-bns,
#s-hdr,
#s-inr {
    background: #fff;
    background: var(--cc-bg)
}

#s-bl {
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    padding: 1.3em 1.8em;
    display: block;
    width: 100%
}

#s-bns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 1.8em;
    border-top: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    height: 4.75em
}

.cc_div .cc-link {
    color: #253b48;
    color: var(--cc-btn-primary-bg);
    border-bottom: 1px solid #253b48;
    border-color: var(--cc-btn-primary-bg);
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
    border-color: transparent
}

#c-bns button:first-child,
#s-bns button:first-child {
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg)
}

#c-bns.swap button:first-child {
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg)
}

#c-bns.swap button:last-child {
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg)
}

.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #253b48;
    background: var(--cc-toggle-bg-on)
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
    background: #1d2e38;
    background: var(--cc-btn-primary-hover-bg)
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg)
}

#s-hdr {
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 0 1.8em;
    height: 4.75em;
    vertical-align: middle;
    z-index: 2;
    border-bottom: 1px solid #f1f3f5;
    border-color: var(--cc-section-border)
}

#s-ttl {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em
}

#s-c-bn {
    padding: 0;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.45em;
    margin: 0;
    font-weight: initial;
    position: relative;
    overflow: hidden
}

#s-c-bnc {
    display: table-cell;
    vertical-align: middle
}

.cc_div span.t-lb {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden
}

#c_policy__text {
    height: 31.25em;
    overflow-y: auto;
    margin-top: 1.25em
}

#c-s-in {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em
}

@media screen and (min-width:688px) {
    #s-bl::-webkit-scrollbar {
        width: .9em;
        height: 100%;
        background: 0 0;
        border-radius: 0 .25em .25em 0
    }

    #s-bl::-webkit-scrollbar-thumb {
        border: .25em solid var(--cc-bg);
        background: #cfd5db;
        background: var(--cc-webkit-scrollbar-bg);
        border-radius: 100em
    }

    #s-bl::-webkit-scrollbar-thumb:hover {
        background: #9199a0;
        background: var(--cc-webkit-scrollbar-bg-hover)
    }

    #s-bl::-webkit-scrollbar-button {
        width: 10px;
        height: 5px
    }
}

.cc_div .b-tg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.cc_div .b-tg .c-tgl {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    border: 0
}

.cc_div .b-tg .c-tg {
    position: absolute;
    background: #919ea6;
    background: var(--cc-toggle-bg-off);
    transition: background-color .25s ease, box-shadow .25s ease;
    pointer-events: none
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em
}

.cc_div .b-tg .c-tg.c-ro {
    cursor: not-allowed
}

.cc_div .b-tg .c-tgl~.c-tg.c-ro {
    background: #d5dee2;
    background: var(--cc-toggle-bg-readonly)
}

.cc_div .b-tg .c-tgl~.c-tg.c-ro:after {
    box-shadow: none
}

.cc_div .b-tg .c-tg:after {
    content: "";
    position: relative;
    display: block;
    left: .125em;
    top: .125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    background: var(--cc-toggle-knob-bg);
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    transition: transform .25s ease;
    border-radius: 100%
}

.cc_div .b-tg .c-tgl:checked~.c-tg:after {
    transform: translateX(1.9em)
}

#s-bl table,
#s-bl td,
#s-bl th {
    border: none
}

#s-bl tbody tr {
    transition: background-color .25s ease
}

#s-bl tbody tr:hover {
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover)
}

#s-bl table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
}

#s-bl td,
#s-bl th {
    padding: .8em .625em;
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding-left: 1.2em
}

#s-bl th {
    font-family: inherit;
    padding: 1.2em 1.2em
}

#s-bl thead tr:first-child {
    border-bottom: 1px solid #e9edf2;
    border-color: var(--cc-cookie-table-border)
}

.force--consent #cs,
.force--consent #s-cnt {
    width: 100vw
}

#cm-ov,
#cs-ov {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: #070707;
    background: rgba(4, 6, 8, .85);
    background: var(--cc-overlay-bg);
    display: none;
    transition: none
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
    display: block
}

#cs-ov {
    z-index: 2
}

.force--consent .cc_div {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    visibility: hidden;
    transition: visibility .25s linear
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
    visibility: visible
}

.force--consent #cm {
    position: absolute
}

.force--consent #cm.bar {
    width: 100vw;
    max-width: 100vw
}

html.force--consent.show--consent {
    overflow-y: hidden !important
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
    height: auto !important;
    overflow-x: hidden !important
}

.cc_div .act .b-bn .exp::before,
.cc_div .b-bn .exp::before {
    border: solid #2d4156;
    border-color: var(--cc-btn-secondary-text);
    border-width: 0 2px 2px 0;
    padding: .2em;
    display: inline-block;
    position: absolute;
    content: '';
    margin-right: 15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 1.2em;
    top: 50%
}

.cc_div .act .b-bn .b-tl::before {
    transform: translateY(-20%) rotate(225deg)
}

.cc_div .on-i::before {
    border: solid #fff;
    border-color: var(--cc-toggle-knob-icon-color);
    border-width: 0 2px 2px 0;
    padding: .1em;
    display: inline-block;
    padding-bottom: .45em;
    content: '';
    margin: 0 auto;
    transform: rotate(45deg);
    top: .37em;
    left: .75em;
    position: absolute
}

#s-c-bn::after,
#s-c-bn::before {
    content: '';
    position: absolute;
    left: .82em;
    top: .58em;
    height: .6em;
    width: 1.5px;
    background: #444d53;
    background: var(--cc-btn-secondary-text);
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto
}

#s-c-bn::after {
    transform: rotate(-45deg)
}

.cc_div .off-i,
.cc_div .on-i {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease
}

.cc_div .on-i {
    left: 0;
    opacity: 0
}

.cc_div .off-i::after,
.cc_div .off-i::before {
    right: .8em;
    top: .42em;
    content: ' ';
    height: .7em;
    width: .09375em;
    display: block;
    background: #cdd6dc;
    background: var(--cc-toggle-knob-icon-color);
    margin: 0 auto;
    position: absolute;
    transform-origin: center
}

.cc_div .off-i::before {
    transform: rotate(45deg)
}

.cc_div .off-i::after {
    transform: rotate(-45deg)
}

.cc_div .b-tg .c-tgl:checked~.c-tg .on-i {
    opacity: 1
}

.cc_div .b-tg .c-tgl:checked~.c-tg .off-i {
    opacity: 0
}

#cm.box.middle,
#cm.cloud.middle {
    top: 50%;
    transform: translateY(-37%);
    bottom: auto
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
    transform: scale(.95) translateY(-50%)
}

#cm.box.center {
    left: 1em;
    right: 1em;
    margin: 0 auto
}

#cm.cloud {
    max-width: 50em;
    margin: 0 auto;
    text-align: center;
    left: 1em;
    right: 1em;
    overflow: hidden;
    padding: 1.3em 2em;
    width: unset
}

.cc_div .cloud #c-inr {
    display: table;
    width: 100%
}

.cc_div .cloud #c-inr-i {
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding-right: 2.4em
}

.cc_div .cloud #c-txt {
    font-size: .85em
}

.cc_div .cloud #c-bns {
    min-width: 170px;
    display: table-cell;
    vertical-align: middle
}

#cm.cloud .c-bn {
    margin: .625em 0 0 0;
    width: 100%
}

#cm.cloud .c-bn:first-child {
    margin: 0
}

#cm.cloud.left {
    margin-right: 1.25em
}

#cm.cloud.right {
    margin-left: 1.25em
}

#cm.bar {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    position: fixed;
    padding: 2em
}

#cm.bar #c-inr {
    max-width: 32em;
    margin: 0 auto
}

#cm.bar #c-bns {
    max-width: 33.75em
}

#cm.bar #cs {
    padding: 0
}

.cc_div .bar #c-s-in {
    top: 0;
    transform: none;
    height: 100%;
    max-height: 100%
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
    padding-left: 1.6em;
    padding-right: 1.6em
}

.cc_div .bar #cs {
    padding: 0
}

.cc_div .bar #s-inr {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0;
    max-width: 32em
}

.cc_div .bar.left #s-inr {
    margin-left: 0;
    margin-right: auto
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
    display: block
}

.cc_div .bar #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.cc_div .bar #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border)
}

.cc_div .bar #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%
}

.cc_div .bar #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: .625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis
}

#cm.top {
    bottom: auto;
    top: 1.25em
}

#cm.left {
    right: auto;
    left: 1.25em
}

#cm.right {
    left: auto;
    right: 1.25em
}

#cm.bar.left,
#cm.bar.right {
    left: 0;
    right: 0
}

#cm.bar.top {
    top: 0
}

@media screen and (max-width:688px) {

    #cm,
    #cm.cloud,
    #cm.left,
    #cm.right {
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 1.4em !important;
        right: 1em;
        left: 1em;
        bottom: 1em;
        display: block
    }

    .force--consent #cm,
    .force--consent #cm.cloud {
        width: auto;
        max-width: 100vw
    }

    #cm.top {
        top: 1em;
        bottom: auto
    }

    #cm.bottom {
        bottom: 1em;
        top: auto
    }

    #cm.bar.bottom {
        bottom: 0
    }

    #cm.cloud .c-bn {
        font-size: .85em
    }

    #s-bns,
    .cc_div .bar #s-bns {
        padding: 1em 1.3em
    }

    .cc_div .bar #s-inr {
        max-width: 100%;
        width: 100%
    }

    .cc_div .cloud #c-inr-i {
        padding-right: 0
    }

    #cs {
        border-radius: 0;
        padding: 0
    }

    #c-s-in {
        max-height: 100%;
        height: 100%;
        top: 0;
        transform: none
    }

    .cc_div .b-tg {
        transform: scale(1.1);
        right: 1.1em
    }

    #s-inr {
        margin: 0;
        padding-bottom: 7.9em;
        border-radius: 0
    }

    #s-bns {
        height: 7.9em
    }

    #s-bl,
    .cc_div .bar #s-bl {
        padding: 1.3em
    }

    #s-hdr,
    .cc_div .bar #s-hdr {
        padding: 0 1.3em
    }

    #s-bl table {
        width: 100%
    }

    #s-inr.bns-t {
        padding-bottom: 10.5em
    }

    .bns-t #s-bns {
        height: 10.5em
    }

    .cc_div .bns-t .c-bn {
        font-size: .83em;
        padding: .9em 1.6em
    }

    #s-cnt .b-bn .b-tl {
        padding-top: 1.2em;
        padding-bottom: 1.2em
    }

    #s-bl table,
    #s-bl tbody,
    #s-bl td,
    #s-bl th,
    #s-bl thead,
    #s-bl tr,
    #s-cnt {
        display: block
    }

    #s-bl thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #s-bl tr {
        border-top: 1px solid #e3e7ed;
        border-color: var(--cc-cookie-table-border)
    }

    #s-bl td {
        border: none;
        position: relative;
        padding-left: 35%
    }

    #s-bl td:before {
        position: absolute;
        left: 1em;
        padding-right: .625em;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        color: var(--cc-text);
        overflow: hidden;
        text-overflow: ellipsis
    }

    #cm .c-bn,
    .cc_div .c-bn {
        width: 100%;
        margin-right: 0
    }

    #s-cnt #s-rall-bn {
        margin-left: 0
    }

    .cc_div #c-bns {
        flex-direction: column
    }

    #c-bns button+button,
    #s-cnt button+button {
        margin-top: .625em;
        margin-left: 0;
        float: unset
    }

    #cm.box,
    #cm.cloud {
        left: 1em;
        right: 1em;
        width: auto
    }

    #cm.cloud.left,
    #cm.cloud.right {
        margin: 0
    }

    .cc_div .cloud #c-bns,
    .cc_div .cloud #c-inr,
    .cc_div .cloud #c-inr-i {
        display: block;
        width: auto;
        min-width: unset
    }

    .cc_div .cloud #c-txt {
        font-size: .9em
    }

    .cc_div .cloud #c-bns {
        margin-top: 1.625em
    }
}

.cc_div.ie #c-vln {
    height: 100%;
    padding-top: 5.62em
}

.cc_div.ie .bar #c-vln {
    padding-top: 0
}

.cc_div.ie #cs {
    max-height: 37.5em;
    position: relative;
    top: 0;
    margin-top: -5.625em
}

.cc_div.ie .bar #cs {
    margin-top: 0;
    max-height: 100%
}

.cc_div.ie #cm {
    border: 1px solid #dee6e9
}

.cc_div.ie #c-s-in {
    top: 0
}

.cc_div.ie .b-tg {
    padding-left: 1em;
    margin-bottom: .7em
}

.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after {
    left: 1.95em
}

.cc_div.ie #s-bl table {
    overflow: auto
}

.cc_div.ie .b-tg .c-tg {
    display: none
}

.cc_div.ie .b-tg .c-tgl {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .2em;
    height: auto
}

.cc_div.ie #s-cnt .b-bn .b-tl {
    padding: 1.3em 6.4em 1.3em 1.4em
}

.cc_div.ie .bar #s-bl td:before {
    display: none
}

.cc_div.ie .bar #s-bl td {
    padding: .8em .625em .8em 1.2em
}

.cc_div.ie .bar #s-bl thead tr {
    position: relative
}

div[data-service] *,
div[data-service] :after,
div[data-service] :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: 0 0;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left
}

div[data-service] .c-ld {
    bottom: 2em;
    right: 2.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

div[data-service] .c-ld,
div[data-service] .c-ld:after {
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    width: 20px;
    height: 20px
}

div[data-service] .c-ld::after {
    content: '';
    border: 4px solid #fff;
    border-top: 4px solid transparent;
    animation: spin 1s linear infinite
}

div[data-service].c-h-n .c-ld {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

div[data-service] {
    display: inline-block;
    max-width: 100%;
    min-height: 150px;
    min-width: 300px;
    font-family: inherit;
    position: relative;
    background-color: #0b1016
}

div[data-service] button,
div[data-service] h1,
div[data-service] h2,
div[data-service] h3,
div[data-service] input,
div[data-service] label {
    transition: none;
    animation: none
}

div[data-service]::before {
    padding-top: 56.25%;
    display: block;
    content: ""
}

div[data-autoscale] {
    height: auto;
    width: 100%
}

div[data-service] .c-nt {
    color: #fff;
    max-width: 100%;
    height: 100%;
    width: 100%;
    transition: opacity .3s ease, visibility .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

div[data-service] .c-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

div[data-service] .c-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: opacity .3s ease, visibility .3s ease;
    background: #1e3861;
    background: linear-gradient(14deg, rgba(12, 15, 23, .95) 10%, rgba(0, 0, 0, .51) 100%, rgba(68, 77, 125, .108298) 0);
    background: -moz-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .118102) 100%);
    background: -webkit-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .118102) 100%);
    background: linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .118102) 100%)
}

div[data-service] .c-bg-i {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease
}

div[data-service] .c-bg-i.loaded {
    opacity: 1
}

div[data-service] .c-tl {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center
}

div[data-service].c-h-n .c-bg {
    opacity: 1;
    transform: scale(1)
}

div[data-service].c-h-n .c-nt {
    opacity: 0;
    visibility: hidden
}

div[data-service] .c-n-c {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: .9em;
    transition: background-color .3s ease, opacity .3s ease
}

div[data-service] .c-n-t {
    display: block;
    font-size: .95em;
    position: relative;
    z-index: 1;
    line-height: 1.4em;
    color: #fff;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 20px
}

div[data-service] .c-n-a,
div[data-service] .c-n-t {
    text-align: center
}

div[data-service] .c-t-cn {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease
}

div[data-service] .c-n-c .c-l-b,
div[data-service] .c-n-c .c-la-b {
    display: inline-block;
    position: relative;
    padding: 1em;
    vertical-align: middle;
    background: #2526a9;
    border: none;
    border-radius: .25em;
    font-size: .85em;
    padding-left: 2.8em;
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .3s ease, transform .3s cubic-bezier(.25, 1, .5, 1), visibility .3s ease, box-shadow .3s ease, background-color .3s ease;
    box-shadow: rgba(0, 0, 0, .19) 0 4px 12px
}

div[data-service] .c-n-c .c-l-b::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 1.1em;
    z-index: 2;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent
}

div[data-service] .c-n-c .c-la-b {
    margin-left: 1em;
    padding: 1em;
    background: rgba(225, 239, 255, .8);
    color: #0d1f34
}

div[data-service] .c-n-c .c-la-b:hover {
    background: rgba(225, 239, 255, .95)
}

div[data-service] .c-n-c .c-l-b:hover {
    background: rgba(9, 80, 161, .89)
}

div[data-service] .c-n-c .c-la-b:active {
    transition: none;
    background: rgba(225, 239, 255, .6)
}

div[data-service] .c-n-c .c-l-b:active {
    transition: none;
    box-shadow: 0 0 0 4px rgba(24, 104, 250, .24)
}

div[data-service].c-h-n .c-t-cn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px)
}

div[data-service] iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border: none;
    max-width: 100%;
    width: 100%;
    background: #000;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s ease
}

div[data-service].c-h-b iframe {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: .1s
}

div[data-service] .c-n-t a {
    color: #5fb3fb;
    text-decoration: none;
    border-bottom: 1px solid #5fb3fb
}

div[data-service] .c-n-t a:hover {
    border-color: transparent
}