
/* @import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700";
@import "https://fonts.googleapis.com/css?family=Oswald:400,300,700"; */
/* @import "Open_Sans_400_300_600_700.css"; */
/* @import "Oswald_400_300_700.css"; */


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../resources/html5/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../resources/html5/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../resources/html5/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../resources/html5/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../resources/html5/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../resources/html5/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../resources/html5/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../resources/html5/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../resources/html5/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../resources/html5/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../resources/html5/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../resources/html5/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../resources/html5/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../resources/html5/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../resources/html5/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../resources/html5/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../resources/html5/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.noUi-target, .noUi-target * {
    -moz-user-select: none;
    box-sizing: border-box;
    touch-action: none;
}
.noUi-target {
    direction: ltr;
    position: relative;
}
.noUi-base {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.noUi-connect {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.noUi-origin {
    height: 0;
    position: absolute;
    width: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: top 0.3s ease 0s, right 0.3s ease 0s, bottom 0.3s ease 0s, left 0.3s ease 0s;
}
.noUi-state-drag * {
    cursor: inherit;
}
.noUi-base, .noUi-handle {
    transform: translate3d(0px, 0px, 0px);
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    height: 28px;
    left: -17px;
    top: -6px;
    width: 34px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px;
}
.noUi-target {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 1px 1px #f0f0f0 inset, 0 3px 6px -5px #bbb;
}
.noUi-connect {
    background: #3fb8af none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.45) inset;
    transition: background 450ms ease 0s;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff inset, 0 1px 7px #ebebeb inset, 0 3px 6px -3px #bbb;
    cursor: default;
}
.noUi-active {
    box-shadow: 0 0 1px #fff inset, 0 1px 7px #ddd inset, 0 3px 6px -3px #bbb;
}
.noUi-handle::after, .noUi-handle::before {
    background: #e8e7e6 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 14px;
    left: 14px;
    position: absolute;
    top: 6px;
    width: 1px;
}
.noUi-handle::after {
    left: 17px;
}
.noUi-vertical .noUi-handle::after, .noUi-vertical .noUi-handle::before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px;
}
.noUi-vertical .noUi-handle::after {
    top: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8 none repeat scroll 0 0;
}
[disabled] .noUi-handle, .noUi-handle[disabled], .noUi-target[disabled] {
    cursor: not-allowed;
}
.noUi-pips, .noUi-pips * {
    box-sizing: border-box;
}
.noUi-pips {
    color: #999;
    position: absolute;
}
.noUi-value {
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    background: #ccc none repeat scroll 0 0;
    position: absolute;
}
.noUi-marker-sub {
    background: #aaa none repeat scroll 0 0;
}
.noUi-marker-large {
    background: #aaa none repeat scroll 0 0;
}
.noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%;
}
.noUi-value-horizontal {
    transform: translate3d(-50%, 50%, 0px);
}
.noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0;
}
.noUi-value-vertical {
    padding-left: 25px;
    transform: translate3d(0px, 50%, 0px);
}
.noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: center;
}
.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%, 0px);
}
.noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    transform: translate(0px, -50%);
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("../resources/html5/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../resources/html5/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../resources/html5/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../resources/html5/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../resources/html5/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    text-align: center;
    width: 1.28571em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: 0.14286em;
    width: 2.14286em;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
}
.fa-pulse {
    animation: 1s steps(8) 0s normal none infinite running fa-spin;
}
@keyframes fa-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    transform: scale(1, -1);
}
:root .fa-flip-horizontal, *:root .fa-flip-vertical, *:root .fa-rotate-180, *:root .fa-rotate-270, *:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass::before {
    content: "";
}
.fa-music::before {
    content: "";
}
.fa-search::before {
    content: "";
}
.fa-envelope-o::before {
    content: "";
}
.fa-heart::before {
    content: "";
}
.fa-star::before {
    content: "";
}
.fa-star-o::before {
    content: "";
}
.fa-user::before {
    content: "";
}
.fa-film::before {
    content: "";
}
.fa-th-large::before {
    content: "";
}
.fa-th::before {
    content: "";
}
.fa-th-list::before {
    content: "";
}
.fa-check::before {
    content: "";
}
.fa-close::before, .fa-remove::before, .fa-times::before {
    content: "";
}
.fa-search-plus::before {
    content: "";
}
.fa-search-minus::before {
    content: "";
}
.fa-power-off::before {
    content: "";
}
.fa-signal::before {
    content: "";
}
.fa-cog::before, .fa-gear::before {
    content: "";
}
.fa-trash-o::before {
    content: "";
}
.fa-home::before {
    content: "";
}
.fa-file-o::before {
    content: "";
}
.fa-clock-o::before {
    content: "";
}
.fa-road::before {
    content: "";
}
.fa-download::before {
    content: "";
}
.fa-arrow-circle-o-down::before {
    content: "";
}
.fa-arrow-circle-o-up::before {
    content: "";
}
.fa-inbox::before {
    content: "";
}
.fa-play-circle-o::before {
    content: "";
}
.fa-repeat::before, .fa-rotate-right::before {
    content: "";
}
.fa-refresh::before {
    content: "";
}
.fa-list-alt::before {
    content: "";
}
.fa-lock::before {
    content: "";
}
.fa-flag::before {
    content: "";
}
.fa-headphones::before {
    content: "";
}
.fa-volume-off::before {
    content: "";
}
.fa-volume-down::before {
    content: "";
}
.fa-volume-up::before {
    content: "";
}
.fa-qrcode::before {
    content: "";
}
.fa-barcode::before {
    content: "";
}
.fa-tag::before {
    content: "";
}
.fa-tags::before {
    content: "";
}
.fa-book::before {
    content: "";
}
.fa-bookmark::before {
    content: "";
}
.fa-print::before {
    content: "";
}
.fa-camera::before {
    content: "";
}
.fa-font::before {
    content: "";
}
.fa-bold::before {
    content: "";
}
.fa-italic::before {
    content: "";
}
.fa-text-height::before {
    content: "";
}
.fa-text-width::before {
    content: "";
}
.fa-align-left::before {
    content: "";
}
.fa-align-center::before {
    content: "";
}
.fa-align-right::before {
    content: "";
}
.fa-align-justify::before {
    content: "";
}
.fa-list::before {
    content: "";
}
.fa-dedent::before, .fa-outdent::before {
    content: "";
}
.fa-indent::before {
    content: "";
}
.fa-video-camera::before {
    content: "";
}
.fa-image::before, .fa-photo::before, .fa-picture-o::before {
    content: "";
}
.fa-pencil::before {
    content: "";
}
.fa-map-marker::before {
    content: "";
}
.fa-adjust::before {
    content: "";
}
.fa-tint::before {
    content: "";
}
.fa-edit::before, .fa-pencil-square-o::before {
    content: "";
}
.fa-share-square-o::before {
    content: "";
}
.fa-check-square-o::before {
    content: "";
}
.fa-arrows::before {
    content: "";
}
.fa-step-backward::before {
    content: "";
}
.fa-fast-backward::before {
    content: "";
}
.fa-backward::before {
    content: "";
}
.fa-play::before {
    content: "";
}
.fa-pause::before {
    content: "";
}
.fa-stop::before {
    content: "";
}
.fa-forward::before {
    content: "";
}
.fa-fast-forward::before {
    content: "";
}
.fa-step-forward::before {
    content: "";
}
.fa-eject::before {
    content: "";
}
.fa-chevron-left::before {
    content: "";
}
.fa-chevron-right::before {
    content: "";
}
.fa-plus-circle::before {
    content: "";
}
.fa-minus-circle::before {
    content: "";
}
.fa-times-circle::before {
    content: "";
}
.fa-check-circle::before {
    content: "";
}
.fa-question-circle::before {
    content: "";
}
.fa-info-circle::before {
    content: "";
}
.fa-crosshairs::before {
    content: "";
}
.fa-times-circle-o::before {
    content: "";
}
.fa-check-circle-o::before {
    content: "";
}
.fa-ban::before {
    content: "";
}
.fa-arrow-left::before {
    content: "";
}
.fa-arrow-right::before {
    content: "";
}
.fa-arrow-up::before {
    content: "";
}
.fa-arrow-down::before {
    content: "";
}
.fa-mail-forward::before, .fa-share::before {
    content: "";
}
.fa-expand::before {
    content: "";
}
.fa-compress::before {
    content: "";
}
.fa-plus::before {
    content: "";
}
.fa-minus::before {
    content: "";
}
.fa-asterisk::before {
    content: "";
}
.fa-exclamation-circle::before {
    content: "";
}
.fa-gift::before {
    content: "";
}
.fa-leaf::before {
    content: "";
}
.fa-fire::before {
    content: "";
}
.fa-eye::before {
    content: "";
}
.fa-eye-slash::before {
    content: "";
}
.fa-exclamation-triangle::before, .fa-warning::before {
    content: "";
}
.fa-plane::before {
    content: "";
}
.fa-calendar::before {
    content: "";
}
.fa-random::before {
    content: "";
}
.fa-comment::before {
    content: "";
}
.fa-magnet::before {
    content: "";
}
.fa-chevron-up::before {
    content: "";
}
.fa-chevron-down::before {
    content: "";
}
.fa-retweet::before {
    content: "";
}
.fa-shopping-cart::before {
    content: "";
}
.fa-folder::before {
    content: "";
}
.fa-folder-open::before {
    content: "";
}
.fa-arrows-v::before {
    content: "";
}
.fa-arrows-h::before {
    content: "";
}
.fa-bar-chart-o::before, .fa-bar-chart::before {
    content: "";
}
.fa-twitter-square::before {
    content: "";
}
.fa-facebook-square::before {
    content: "";
}
.fa-camera-retro::before {
    content: "";
}
.fa-key::before {
    content: "";
}
.fa-cogs::before, .fa-gears::before {
    content: "";
}
.fa-comments::before {
    content: "";
}
.fa-thumbs-o-up::before {
    content: "";
}
.fa-thumbs-o-down::before {
    content: "";
}
.fa-star-half::before {
    content: "";
}
.fa-heart-o::before {
    content: "";
}
.fa-sign-out::before {
    content: "";
}
.fa-linkedin-square::before {
    content: "";
}
.fa-thumb-tack::before {
    content: "";
}
.fa-external-link::before {
    content: "";
}
.fa-sign-in::before {
    content: "";
}
.fa-trophy::before {
    content: "";
}
.fa-github-square::before {
    content: "";
}
.fa-upload::before {
    content: "";
}
.fa-lemon-o::before {
    content: "";
}
.fa-phone::before {
    content: "";
}
.fa-square-o::before {
    content: "";
}
.fa-bookmark-o::before {
    content: "";
}
.fa-phone-square::before {
    content: "";
}
.fa-twitter::before {
    content: "";
}
.fa-facebook-f::before, .fa-facebook::before {
    content: "";
}
.fa-github::before {
    content: "";
}
.fa-unlock::before {
    content: "";
}
.fa-credit-card::before {
    content: "";
}
.fa-feed::before, .fa-rss::before {
    content: "";
}
.fa-hdd-o::before {
    content: "";
}
.fa-bullhorn::before {
    content: "";
}
.fa-bell::before {
    content: "";
}
.fa-certificate::before {
    content: "";
}
.fa-hand-o-right::before {
    content: "";
}
.fa-hand-o-left::before {
    content: "";
}
.fa-hand-o-up::before {
    content: "";
}
.fa-hand-o-down::before {
    content: "";
}
.fa-arrow-circle-left::before {
    content: "";
}
.fa-arrow-circle-right::before {
    content: "";
}
.fa-arrow-circle-up::before {
    content: "";
}
.fa-arrow-circle-down::before {
    content: "";
}
.fa-globe::before {
    content: "";
}
.fa-wrench::before {
    content: "";
}
.fa-tasks::before {
    content: "";
}
.fa-filter::before {
    content: "";
}
.fa-briefcase::before {
    content: "";
}
.fa-arrows-alt::before {
    content: "";
}
.fa-group::before, .fa-users::before {
    content: "";
}
.fa-chain::before, .fa-link::before {
    content: "";
}
.fa-cloud::before {
    content: "";
}
.fa-flask::before {
    content: "";
}
.fa-cut::before, .fa-scissors::before {
    content: "";
}
.fa-copy::before, .fa-files-o::before {
    content: "";
}
.fa-paperclip::before {
    content: "";
}
.fa-floppy-o::before, .fa-save::before {
    content: "";
}
.fa-square::before {
    content: "";
}
.fa-bars::before, .fa-navicon::before, .fa-reorder::before {
    content: "";
}
.fa-list-ul::before {
    content: "";
}
.fa-list-ol::before {
    content: "";
}
.fa-strikethrough::before {
    content: "";
}
.fa-underline::before {
    content: "";
}
.fa-table::before {
    content: "";
}
.fa-magic::before {
    content: "";
}
.fa-truck::before {
    content: "";
}
.fa-pinterest::before {
    content: "";
}
.fa-pinterest-square::before {
    content: "";
}
.fa-google-plus-square::before {
    content: "";
}
.fa-google-plus::before {
    content: "";
}
.fa-money::before {
    content: "";
}
.fa-caret-down::before {
    content: "";
}
.fa-caret-up::before {
    content: "";
}
.fa-caret-left::before {
    content: "";
}
.fa-caret-right::before {
    content: "";
}
.fa-columns::before {
    content: "";
}
.fa-sort::before, .fa-unsorted::before {
    content: "";
}
.fa-sort-desc::before, .fa-sort-down::before {
    content: "";
}
.fa-sort-asc::before, .fa-sort-up::before {
    content: "";
}
.fa-envelope::before {
    content: "";
}
.fa-linkedin::before {
    content: "";
}
.fa-rotate-left::before, .fa-undo::before {
    content: "";
}
.fa-gavel::before, .fa-legal::before {
    content: "";
}
.fa-dashboard::before, .fa-tachometer::before {
    content: "";
}
.fa-comment-o::before {
    content: "";
}
.fa-comments-o::before {
    content: "";
}
.fa-bolt::before, .fa-flash::before {
    content: "";
}
.fa-sitemap::before {
    content: "";
}
.fa-umbrella::before {
    content: "";
}
.fa-clipboard::before, .fa-paste::before {
    content: "";
}
.fa-lightbulb-o::before {
    content: "";
}
.fa-exchange::before {
    content: "";
}
.fa-cloud-download::before {
    content: "";
}
.fa-cloud-upload::before {
    content: "";
}
.fa-user-md::before {
    content: "";
}
.fa-stethoscope::before {
    content: "";
}
.fa-suitcase::before {
    content: "";
}
.fa-bell-o::before {
    content: "";
}
.fa-coffee::before {
    content: "";
}
.fa-cutlery::before {
    content: "";
}
.fa-file-text-o::before {
    content: "";
}
.fa-building-o::before {
    content: "";
}
.fa-hospital-o::before {
    content: "";
}
.fa-ambulance::before {
    content: "";
}
.fa-medkit::before {
    content: "";
}
.fa-fighter-jet::before {
    content: "";
}
.fa-beer::before {
    content: "";
}
.fa-h-square::before {
    content: "";
}
.fa-plus-square::before {
    content: "";
}
.fa-angle-double-left::before {
    content: "";
}
.fa-angle-double-right::before {
    content: "";
}
.fa-angle-double-up::before {
    content: "";
}
.fa-angle-double-down::before {
    content: "";
}
.fa-angle-left::before {
    content: "";
}
.fa-angle-right::before {
    content: "";
}
.fa-angle-up::before {
    content: "";
}
.fa-angle-down::before {
    content: "";
}
.fa-desktop::before {
    content: "";
}
.fa-laptop::before {
    content: "";
}
.fa-tablet::before {
    content: "";
}
.fa-mobile-phone::before, .fa-mobile::before {
    content: "";
}
.fa-circle-o::before {
    content: "";
}
.fa-quote-left::before {
    content: "";
}
.fa-quote-right::before {
    content: "";
}
.fa-spinner::before {
    content: "";
}
.fa-circle::before {
    content: "";
}
.fa-mail-reply::before, .fa-reply::before {
    content: "";
}
.fa-github-alt::before {
    content: "";
}
.fa-folder-o::before {
    content: "";
}
.fa-folder-open-o::before {
    content: "";
}
.fa-smile-o::before {
    content: "";
}
.fa-frown-o::before {
    content: "";
}
.fa-meh-o::before {
    content: "";
}
.fa-gamepad::before {
    content: "";
}
.fa-keyboard-o::before {
    content: "";
}
.fa-flag-o::before {
    content: "";
}
.fa-flag-checkered::before {
    content: "";
}
.fa-terminal::before {
    content: "";
}
.fa-code::before {
    content: "";
}
.fa-mail-reply-all::before, .fa-reply-all::before {
    content: "";
}
.fa-star-half-empty::before, .fa-star-half-full::before, .fa-star-half-o::before {
    content: "";
}
.fa-location-arrow::before {
    content: "";
}
.fa-crop::before {
    content: "";
}
.fa-code-fork::before {
    content: "";
}
.fa-chain-broken::before, .fa-unlink::before {
    content: "";
}
.fa-question::before {
    content: "";
}
.fa-info::before {
    content: "";
}
.fa-exclamation::before {
    content: "";
}
.fa-superscript::before {
    content: "";
}
.fa-subscript::before {
    content: "";
}
.fa-eraser::before {
    content: "";
}
.fa-puzzle-piece::before {
    content: "";
}
.fa-microphone::before {
    content: "";
}
.fa-microphone-slash::before {
    content: "";
}
.fa-shield::before {
    content: "";
}
.fa-calendar-o::before {
    content: "";
}
.fa-fire-extinguisher::before {
    content: "";
}
.fa-rocket::before {
    content: "";
}
.fa-maxcdn::before {
    content: "";
}
.fa-chevron-circle-left::before {
    content: "";
}
.fa-chevron-circle-right::before {
    content: "";
}
.fa-chevron-circle-up::before {
    content: "";
}
.fa-chevron-circle-down::before {
    content: "";
}
.fa-html5::before {
    content: "";
}
.fa-css3::before {
    content: "";
}
.fa-anchor::before {
    content: "";
}
.fa-unlock-alt::before {
    content: "";
}
.fa-bullseye::before {
    content: "";
}
.fa-ellipsis-h::before {
    content: "";
}
.fa-ellipsis-v::before {
    content: "";
}
.fa-rss-square::before {
    content: "";
}
.fa-play-circle::before {
    content: "";
}
.fa-ticket::before {
    content: "";
}
.fa-minus-square::before {
    content: "";
}
.fa-minus-square-o::before {
    content: "";
}
.fa-level-up::before {
    content: "";
}
.fa-level-down::before {
    content: "";
}
.fa-check-square::before {
    content: "";
}
.fa-pencil-square::before {
    content: "";
}
.fa-external-link-square::before {
    content: "";
}
.fa-share-square::before {
    content: "";
}
.fa-compass::before {
    content: "";
}
.fa-caret-square-o-down::before, .fa-toggle-down::before {
    content: "";
}
.fa-caret-square-o-up::before, .fa-toggle-up::before {
    content: "";
}
.fa-caret-square-o-right::before, .fa-toggle-right::before {
    content: "";
}
.fa-eur::before, .fa-euro::before {
    content: "";
}
.fa-gbp::before {
    content: "";
}
.fa-dollar::before, .fa-usd::before {
    content: "";
}
.fa-inr::before, .fa-rupee::before {
    content: "";
}
.fa-cny::before, .fa-jpy::before, .fa-rmb::before, .fa-yen::before {
    content: "";
}
.fa-rouble::before, .fa-rub::before, .fa-ruble::before {
    content: "";
}
.fa-krw::before, .fa-won::before {
    content: "";
}
.fa-bitcoin::before, .fa-btc::before {
    content: "";
}
.fa-file::before {
    content: "";
}
.fa-file-text::before {
    content: "";
}
.fa-sort-alpha-asc::before {
    content: "";
}
.fa-sort-alpha-desc::before {
    content: "";
}
.fa-sort-amount-asc::before {
    content: "";
}
.fa-sort-amount-desc::before {
    content: "";
}
.fa-sort-numeric-asc::before {
    content: "";
}
.fa-sort-numeric-desc::before {
    content: "";
}
.fa-thumbs-up::before {
    content: "";
}
.fa-thumbs-down::before {
    content: "";
}
.fa-youtube-square::before {
    content: "";
}
.fa-youtube::before {
    content: "";
}
.fa-xing::before {
    content: "";
}
.fa-xing-square::before {
    content: "";
}
.fa-youtube-play::before {
    content: "";
}
.fa-dropbox::before {
    content: "";
}
.fa-stack-overflow::before {
    content: "";
}
.fa-instagram::before {
    content: "";
}
.fa-flickr::before {
    content: "";
}
.fa-adn::before {
    content: "";
}
.fa-bitbucket::before {
    content: "";
}
.fa-bitbucket-square::before {
    content: "";
}
.fa-tumblr::before {
    content: "";
}
.fa-tumblr-square::before {
    content: "";
}
.fa-long-arrow-down::before {
    content: "";
}
.fa-long-arrow-up::before {
    content: "";
}
.fa-long-arrow-left::before {
    content: "";
}
.fa-long-arrow-right::before {
    content: "";
}
.fa-apple::before {
    content: "";
}
.fa-windows::before {
    content: "";
}
.fa-android::before {
    content: "";
}
.fa-linux::before {
    content: "";
}
.fa-dribbble::before {
    content: "";
}
.fa-skype::before {
    content: "";
}
.fa-foursquare::before {
    content: "";
}
.fa-trello::before {
    content: "";
}
.fa-female::before {
    content: "";
}
.fa-male::before {
    content: "";
}
.fa-gittip::before, .fa-gratipay::before {
    content: "";
}
.fa-sun-o::before {
    content: "";
}
.fa-moon-o::before {
    content: "";
}
.fa-archive::before {
    content: "";
}
.fa-bug::before {
    content: "";
}
.fa-vk::before {
    content: "";
}
.fa-weibo::before {
    content: "";
}
.fa-renren::before {
    content: "";
}
.fa-pagelines::before {
    content: "";
}
.fa-stack-exchange::before {
    content: "";
}
.fa-arrow-circle-o-right::before {
    content: "";
}
.fa-arrow-circle-o-left::before {
    content: "";
}
.fa-caret-square-o-left::before, .fa-toggle-left::before {
    content: "";
}
.fa-dot-circle-o::before {
    content: "";
}
.fa-wheelchair::before {
    content: "";
}
.fa-vimeo-square::before {
    content: "";
}
.fa-try::before, .fa-turkish-lira::before {
    content: "";
}
.fa-plus-square-o::before {
    content: "";
}
.fa-space-shuttle::before {
    content: "";
}
.fa-slack::before {
    content: "";
}
.fa-envelope-square::before {
    content: "";
}
.fa-wordpress::before {
    content: "";
}
.fa-openid::before {
    content: "";
}
.fa-bank::before, .fa-institution::before, .fa-university::before {
    content: "";
}
.fa-graduation-cap::before, .fa-mortar-board::before {
    content: "";
}
.fa-yahoo::before {
    content: "";
}
.fa-google::before {
    content: "";
}
.fa-reddit::before {
    content: "";
}
.fa-reddit-square::before {
    content: "";
}
.fa-stumbleupon-circle::before {
    content: "";
}
.fa-stumbleupon::before {
    content: "";
}
.fa-delicious::before {
    content: "";
}
.fa-digg::before {
    content: "";
}
.fa-pied-piper-pp::before {
    content: "";
}
.fa-pied-piper-alt::before {
    content: "";
}
.fa-drupal::before {
    content: "";
}
.fa-joomla::before {
    content: "";
}
.fa-language::before {
    content: "";
}
.fa-fax::before {
    content: "";
}
.fa-building::before {
    content: "";
}
.fa-child::before {
    content: "";
}
.fa-paw::before {
    content: "";
}
.fa-spoon::before {
    content: "";
}
.fa-cube::before {
    content: "";
}
.fa-cubes::before {
    content: "";
}
.fa-behance::before {
    content: "";
}
.fa-behance-square::before {
    content: "";
}
.fa-steam::before {
    content: "";
}
.fa-steam-square::before {
    content: "";
}
.fa-recycle::before {
    content: "";
}
.fa-automobile::before, .fa-car::before {
    content: "";
}
.fa-cab::before, .fa-taxi::before {
    content: "";
}
.fa-tree::before {
    content: "";
}
.fa-spotify::before {
    content: "";
}
.fa-deviantart::before {
    content: "";
}
.fa-soundcloud::before {
    content: "";
}
.fa-database::before {
    content: "";
}
.fa-file-pdf-o::before {
    content: "";
}
.fa-file-word-o::before {
    content: "";
}
.fa-file-excel-o::before {
    content: "";
}
.fa-file-powerpoint-o::before {
    content: "";
}
.fa-file-image-o::before, .fa-file-photo-o::before, .fa-file-picture-o::before {
    content: "";
}
.fa-file-archive-o::before, .fa-file-zip-o::before {
    content: "";
}
.fa-file-audio-o::before, .fa-file-sound-o::before {
    content: "";
}
.fa-file-movie-o::before, .fa-file-video-o::before {
    content: "";
}
.fa-file-code-o::before {
    content: "";
}
.fa-vine::before {
    content: "";
}
.fa-codepen::before {
    content: "";
}
.fa-jsfiddle::before {
    content: "";
}
.fa-life-bouy::before, .fa-life-buoy::before, .fa-life-ring::before, .fa-life-saver::before, .fa-support::before {
    content: "";
}
.fa-circle-o-notch::before {
    content: "";
}
.fa-ra::before, .fa-rebel::before, .fa-resistance::before {
    content: "";
}
.fa-empire::before, .fa-ge::before {
    content: "";
}
.fa-git-square::before {
    content: "";
}
.fa-git::before {
    content: "";
}
.fa-hacker-news::before, .fa-y-combinator-square::before, .fa-yc-square::before {
    content: "";
}
.fa-tencent-weibo::before {
    content: "";
}
.fa-qq::before {
    content: "";
}
.fa-wechat::before, .fa-weixin::before {
    content: "";
}
.fa-paper-plane::before, .fa-send::before {
    content: "";
}
.fa-paper-plane-o::before, .fa-send-o::before {
    content: "";
}
.fa-history::before {
    content: "";
}
.fa-circle-thin::before {
    content: "";
}
.fa-header::before {
    content: "";
}
.fa-paragraph::before {
    content: "";
}
.fa-sliders::before {
    content: "";
}
.fa-share-alt::before {
    content: "";
}
.fa-share-alt-square::before {
    content: "";
}
.fa-bomb::before {
    content: "";
}
.fa-futbol-o::before, .fa-soccer-ball-o::before {
    content: "";
}
.fa-tty::before {
    content: "";
}
.fa-binoculars::before {
    content: "";
}
.fa-plug::before {
    content: "";
}
.fa-slideshare::before {
    content: "";
}
.fa-twitch::before {
    content: "";
}
.fa-yelp::before {
    content: "";
}
.fa-newspaper-o::before {
    content: "";
}
.fa-wifi::before {
    content: "";
}
.fa-calculator::before {
    content: "";
}
.fa-paypal::before {
    content: "";
}
.fa-google-wallet::before {
    content: "";
}
.fa-cc-visa::before {
    content: "";
}
.fa-cc-mastercard::before {
    content: "";
}
.fa-cc-discover::before {
    content: "";
}
.fa-cc-amex::before {
    content: "";
}
.fa-cc-paypal::before {
    content: "";
}
.fa-cc-stripe::before {
    content: "";
}
.fa-bell-slash::before {
    content: "";
}
.fa-bell-slash-o::before {
    content: "";
}
.fa-trash::before {
    content: "";
}
.fa-copyright::before {
    content: "";
}
.fa-at::before {
    content: "";
}
.fa-eyedropper::before {
    content: "";
}
.fa-paint-brush::before {
    content: "";
}
.fa-birthday-cake::before {
    content: "";
}
.fa-area-chart::before {
    content: "";
}
.fa-pie-chart::before {
    content: "";
}
.fa-line-chart::before {
    content: "";
}
.fa-lastfm::before {
    content: "";
}
.fa-lastfm-square::before {
    content: "";
}
.fa-toggle-off::before {
    content: "";
}
.fa-toggle-on::before {
    content: "";
}
.fa-bicycle::before {
    content: "";
}
.fa-bus::before {
    content: "";
}
.fa-ioxhost::before {
    content: "";
}
.fa-angellist::before {
    content: "";
}
.fa-cc::before {
    content: "";
}
.fa-ils::before, .fa-shekel::before, .fa-sheqel::before {
    content: "";
}
.fa-meanpath::before {
    content: "";
}
.fa-buysellads::before {
    content: "";
}
.fa-connectdevelop::before {
    content: "";
}
.fa-dashcube::before {
    content: "";
}
.fa-forumbee::before {
    content: "";
}
.fa-leanpub::before {
    content: "";
}
.fa-sellsy::before {
    content: "";
}
.fa-shirtsinbulk::before {
    content: "";
}
.fa-simplybuilt::before {
    content: "";
}
.fa-skyatlas::before {
    content: "";
}
.fa-cart-plus::before {
    content: "";
}
.fa-cart-arrow-down::before {
    content: "";
}
.fa-diamond::before {
    content: "";
}
.fa-ship::before {
    content: "";
}
.fa-user-secret::before {
    content: "";
}
.fa-motorcycle::before {
    content: "";
}
.fa-street-view::before {
    content: "";
}
.fa-heartbeat::before {
    content: "";
}
.fa-venus::before {
    content: "";
}
.fa-mars::before {
    content: "";
}
.fa-mercury::before {
    content: "";
}
.fa-intersex::before, .fa-transgender::before {
    content: "";
}
.fa-transgender-alt::before {
    content: "";
}
.fa-venus-double::before {
    content: "";
}
.fa-mars-double::before {
    content: "";
}
.fa-venus-mars::before {
    content: "";
}
.fa-mars-stroke::before {
    content: "";
}
.fa-mars-stroke-v::before {
    content: "";
}
.fa-mars-stroke-h::before {
    content: "";
}
.fa-neuter::before {
    content: "";
}
.fa-genderless::before {
    content: "";
}
.fa-facebook-official::before {
    content: "";
}
.fa-pinterest-p::before {
    content: "";
}
.fa-whatsapp::before {
    content: "";
}
.fa-server::before {
    content: "";
}
.fa-user-plus::before {
    content: "";
}
.fa-user-times::before {
    content: "";
}
.fa-bed::before, .fa-hotel::before {
    content: "";
}
.fa-viacoin::before {
    content: "";
}
.fa-train::before {
    content: "";
}
.fa-subway::before {
    content: "";
}
.fa-medium::before {
    content: "";
}
.fa-y-combinator::before, .fa-yc::before {
    content: "";
}
.fa-optin-monster::before {
    content: "";
}
.fa-opencart::before {
    content: "";
}
.fa-expeditedssl::before {
    content: "";
}
.fa-battery-4::before, .fa-battery-full::before, .fa-battery::before {
    content: "";
}
.fa-battery-3::before, .fa-battery-three-quarters::before {
    content: "";
}
.fa-battery-2::before, .fa-battery-half::before {
    content: "";
}
.fa-battery-1::before, .fa-battery-quarter::before {
    content: "";
}
.fa-battery-0::before, .fa-battery-empty::before {
    content: "";
}
.fa-mouse-pointer::before {
    content: "";
}
.fa-i-cursor::before {
    content: "";
}
.fa-object-group::before {
    content: "";
}
.fa-object-ungroup::before {
    content: "";
}
.fa-sticky-note::before {
    content: "";
}
.fa-sticky-note-o::before {
    content: "";
}
.fa-cc-jcb::before {
    content: "";
}
.fa-cc-diners-club::before {
    content: "";
}
.fa-clone::before {
    content: "";
}
.fa-balance-scale::before {
    content: "";
}
.fa-hourglass-o::before {
    content: "";
}
.fa-hourglass-1::before, .fa-hourglass-start::before {
    content: "";
}
.fa-hourglass-2::before, .fa-hourglass-half::before {
    content: "";
}
.fa-hourglass-3::before, .fa-hourglass-end::before {
    content: "";
}
.fa-hourglass::before {
    content: "";
}
.fa-hand-grab-o::before, .fa-hand-rock-o::before {
    content: "";
}
.fa-hand-paper-o::before, .fa-hand-stop-o::before {
    content: "";
}
.fa-hand-scissors-o::before {
    content: "";
}
.fa-hand-lizard-o::before {
    content: "";
}
.fa-hand-spock-o::before {
    content: "";
}
.fa-hand-pointer-o::before {
    content: "";
}
.fa-hand-peace-o::before {
    content: "";
}
.fa-trademark::before {
    content: "";
}
.fa-registered::before {
    content: "";
}
.fa-creative-commons::before {
    content: "";
}
.fa-gg::before {
    content: "";
}
.fa-gg-circle::before {
    content: "";
}
.fa-tripadvisor::before {
    content: "";
}
.fa-odnoklassniki::before {
    content: "";
}
.fa-odnoklassniki-square::before {
    content: "";
}
.fa-get-pocket::before {
    content: "";
}
.fa-wikipedia-w::before {
    content: "";
}
.fa-safari::before {
    content: "";
}
.fa-chrome::before {
    content: "";
}
.fa-firefox::before {
    content: "";
}
.fa-opera::before {
    content: "";
}
.fa-internet-explorer::before {
    content: "";
}
.fa-television::before, .fa-tv::before {
    content: "";
}
.fa-contao::before {
    content: "";
}
.fa-500px::before {
    content: "";
}
.fa-amazon::before {
    content: "";
}
.fa-calendar-plus-o::before {
    content: "";
}
.fa-calendar-minus-o::before {
    content: "";
}
.fa-calendar-times-o::before {
    content: "";
}
.fa-calendar-check-o::before {
    content: "";
}
.fa-industry::before {
    content: "";
}
.fa-map-pin::before {
    content: "";
}
.fa-map-signs::before {
    content: "";
}
.fa-map-o::before {
    content: "";
}
.fa-map::before {
    content: "";
}
.fa-commenting::before {
    content: "";
}
.fa-commenting-o::before {
    content: "";
}
.fa-houzz::before {
    content: "";
}
.fa-vimeo::before {
    content: "";
}
.fa-black-tie::before {
    content: "";
}
.fa-fonticons::before {
    content: "";
}
.fa-reddit-alien::before {
    content: "";
}
.fa-edge::before {
    content: "";
}
.fa-credit-card-alt::before {
    content: "";
}
.fa-codiepie::before {
    content: "";
}
.fa-modx::before {
    content: "";
}
.fa-fort-awesome::before {
    content: "";
}
.fa-usb::before {
    content: "";
}
.fa-product-hunt::before {
    content: "";
}
.fa-mixcloud::before {
    content: "";
}
.fa-scribd::before {
    content: "";
}
.fa-pause-circle::before {
    content: "";
}
.fa-pause-circle-o::before {
    content: "";
}
.fa-stop-circle::before {
    content: "";
}
.fa-stop-circle-o::before {
    content: "";
}
.fa-shopping-bag::before {
    content: "";
}
.fa-shopping-basket::before {
    content: "";
}
.fa-hashtag::before {
    content: "";
}
.fa-bluetooth::before {
    content: "";
}
.fa-bluetooth-b::before {
    content: "";
}
.fa-percent::before {
    content: "";
}
.fa-gitlab::before {
    content: "";
}
.fa-wpbeginner::before {
    content: "";
}
.fa-wpforms::before {
    content: "";
}
.fa-envira::before {
    content: "";
}
.fa-universal-access::before {
    content: "";
}
.fa-wheelchair-alt::before {
    content: "";
}
.fa-question-circle-o::before {
    content: "";
}
.fa-blind::before {
    content: "";
}
.fa-audio-description::before {
    content: "";
}
.fa-volume-control-phone::before {
    content: "";
}
.fa-braille::before {
    content: "";
}
.fa-assistive-listening-systems::before {
    content: "";
}
.fa-american-sign-language-interpreting::before, .fa-asl-interpreting::before {
    content: "";
}
.fa-deaf::before, .fa-deafness::before, .fa-hard-of-hearing::before {
    content: "";
}
.fa-glide::before {
    content: "";
}
.fa-glide-g::before {
    content: "";
}
.fa-sign-language::before, .fa-signing::before {
    content: "";
}
.fa-low-vision::before {
    content: "";
}
.fa-viadeo::before {
    content: "";
}
.fa-viadeo-square::before {
    content: "";
}
.fa-snapchat::before {
    content: "";
}
.fa-snapchat-ghost::before {
    content: "";
}
.fa-snapchat-square::before {
    content: "";
}
.fa-pied-piper::before {
    content: "";
}
.fa-first-order::before {
    content: "";
}
.fa-yoast::before {
    content: "";
}
.fa-themeisle::before {
    content: "";
}
.fa-google-plus-circle::before, .fa-google-plus-official::before {
    content: "";
}
.fa-fa::before, .fa-font-awesome::before {
    content: "";
}
.fa-handshake-o::before {
    content: "";
}
.fa-envelope-open::before {
    content: "";
}
.fa-envelope-open-o::before {
    content: "";
}
.fa-linode::before {
    content: "";
}
.fa-address-book::before {
    content: "";
}
.fa-address-book-o::before {
    content: "";
}
.fa-address-card::before, .fa-vcard::before {
    content: "";
}
.fa-address-card-o::before, .fa-vcard-o::before {
    content: "";
}
.fa-user-circle::before {
    content: "";
}
.fa-user-circle-o::before {
    content: "";
}
.fa-user-o::before {
    content: "";
}
.fa-id-badge::before {
    content: "";
}
.fa-drivers-license::before, .fa-id-card::before {
    content: "";
}
.fa-drivers-license-o::before, .fa-id-card-o::before {
    content: "";
}
.fa-quora::before {
    content: "";
}
.fa-free-code-camp::before {
    content: "";
}
.fa-telegram::before {
    content: "";
}
.fa-thermometer-4::before, .fa-thermometer-full::before, .fa-thermometer::before {
    content: "";
}
.fa-thermometer-3::before, .fa-thermometer-three-quarters::before {
    content: "";
}
.fa-thermometer-2::before, .fa-thermometer-half::before {
    content: "";
}
.fa-thermometer-1::before, .fa-thermometer-quarter::before {
    content: "";
}
.fa-thermometer-0::before, .fa-thermometer-empty::before {
    content: "";
}
.fa-shower::before {
    content: "";
}
.fa-bath::before, .fa-bathtub::before, .fa-s15::before {
    content: "";
}
.fa-podcast::before {
    content: "";
}
.fa-window-maximize::before {
    content: "";
}
.fa-window-minimize::before {
    content: "";
}
.fa-window-restore::before {
    content: "";
}
.fa-times-rectangle::before, .fa-window-close::before {
    content: "";
}
.fa-times-rectangle-o::before, .fa-window-close-o::before {
    content: "";
}
.fa-bandcamp::before {
    content: "";
}
.fa-grav::before {
    content: "";
}
.fa-etsy::before {
    content: "";
}
.fa-imdb::before {
    content: "";
}
.fa-ravelry::before {
    content: "";
}
.fa-eercast::before {
    content: "";
}
.fa-microchip::before {
    content: "";
}
.fa-snowflake-o::before {
    content: "";
}
.fa-superpowers::before {
    content: "";
}
.fa-wpexplorer::before {
    content: "";
}
.fa-meetup::before {
    content: "";
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
}
body {
    margin: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption, figure, main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace,monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: medium none;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    color: #757575;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type="reset"], [type="submit"], button, html [type="button"] {
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted buttontext;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="search"] {
    outline-offset: -2px;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@media print {
*, *::after, *::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
    box-shadow: none;
    text-shadow: none;
}
a, a:visited {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre {
    white-space: pre-wrap;
}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
h2, h3, p {
}
h2, h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse;
}
.table td, .table th {
    background-color: #fff;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #ddd;
}
}
html {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: inherit;
}
html {
}
body {
    background-color: #fff;
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
}
[tabindex="-1"]:focus {
    outline: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    margin-top: 0;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[data-original-title], abbr[title] {
    cursor: help;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
a {
    color: #006ab2;
    text-decoration: none;
}
a:focus, a:hover {
    color: #006ab2;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:focus:not([href]):not([tabindex]), a:hover:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:focus:not([href]):not([tabindex]) {
    outline: 0 none;
}
pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
}
[role="button"] {
    cursor: pointer;
}
[role="button"], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation;
}
table {
    background-color: transparent;
    border-collapse: collapse;
}
caption {
    caption-side: bottom;
    color: #818a91;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left;
}
th {
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button:focus {
    outline: 1px dotted;
}
button, input, select, textarea {
    line-height: inherit;
}
input[type="checkbox"]:disabled, input[type="radio"]:disabled {
    cursor: not-allowed;
}
input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
input[type="search"] {
}
output {
    display: inline-block;
}
[hidden] {
    display: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #444;
/*     font-family: Oswald,serif; */
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 3rem;
}
.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.1;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1.1;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.1;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1) currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.mark, mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    border-left: 0.25rem solid #f0f0f0;
    font-size: 2.25rem;
    margin-bottom: 6rem;
    padding: 3rem 6rem;
}
.blockquote-footer {
    color: #818a91;
    display: block;
    font-size: 80%;
}
.blockquote-footer::before {
    content: "— ";
}
.blockquote-reverse {
    border-left: 0 none;
    border-right: 0.25rem solid #f0f0f0;
    padding-left: 0;
    padding-right: 6rem;
    text-align: right;
}
.blockquote-reverse .blockquote-footer::before {
    content: "";
}
.blockquote-reverse .blockquote-footer::after {
    content: " —";
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    height: auto;
    max-width: 100%;
    padding: 0.25rem;
    transition: all 0.2s ease-in-out 0s;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 3rem;
}
.figure-caption {
    color: #818a91;
    font-size: 90%;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
    background-color: #f7f7f9;
    color: #bd4147;
    font-size: 90%;
    padding: 0.2rem 0.4rem;
}
a > code {
    background-color: inherit;
    color: inherit;
    padding: 0;
}
kbd {
    background-color: #373a3c;
    color: #fff;
    font-size: 90%;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0;
}
pre {
    color: #373a3c;
    display: block;
    font-size: 90%;
    margin-bottom: 1rem;
    margin-top: 0;
}
pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (min-width: 576px) {
.container {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 768px) {
.container {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 992px) {
.container {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 1200px) {
.container {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 576px) {
.container {
    max-width: 100%;
    width: 540px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 100%;
    width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 100%;
    width: 960px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 100%;
    width: 1140px;
}
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (min-width: 576px) {
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 768px) {
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 992px) {
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 1200px) {
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 5px;
}

/*https://github.com/dzhw/zofar/issues/451#issuecomment-953817123*/
.header .row {
    width: inherit !important;
}

@media (min-width: 576px) {
.row {
    margin-left: -15px;
    margin-right: -15px;
}
}
@media (min-width: 768px) {
.row {
    margin-left: -15px;
    margin-right: -15px;
}
}
@media (min-width: 992px) {
.row {
    margin-left: -15px;
    margin-right: -15px;
}
}
@media (min-width: 1200px) {
.row {
    margin-left: -15px;
    margin-right: -15px;
}
}
.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .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-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-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-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 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
@media (min-width: 576px) {
.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-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-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-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-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 {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 768px) {
.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-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-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-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-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 {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 992px) {
.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-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-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-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-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 {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 1200px) {
.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-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-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-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-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 {
    padding-left: 15px;
    padding-right: 15px;
}
}
.col {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -moz-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -moz-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.col-3 {
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -moz-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-5 {
    -moz-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.col-6 {
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -moz-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.col-8 {
    -moz-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}
.col-9 {
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -moz-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}
.col-11 {
    -moz-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}
.col-12 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-0 {
    right: auto;
}
.pull-1 {
    right: 8.33333%;
}
.pull-2 {
    right: 16.6667%;
}
.pull-3 {
    right: 25%;
}
.pull-4 {
    right: 33.3333%;
}
.pull-5 {
    right: 41.6667%;
}
.pull-6 {
    right: 50%;
}
.pull-7 {
    right: 58.3333%;
}
.pull-8 {
    right: 66.6667%;
}
.pull-9 {
    right: 75%;
}
.pull-10 {
    right: 83.3333%;
}
.pull-11 {
    right: 91.6667%;
}
.pull-12 {
    right: 100%;
}
.push-0 {
    left: auto;
}
.push-1 {
    left: 8.33333%;
}
.push-2 {
    left: 16.6667%;
}
.push-3 {
    left: 25%;
}
.push-4 {
    left: 33.3333%;
}
.push-5 {
    left: 41.6667%;
}
.push-6 {
    left: 50%;
}
.push-7 {
    left: 58.3333%;
}
.push-8 {
    left: 66.6667%;
}
.push-9 {
    left: 75%;
}
.push-10 {
    left: 83.3333%;
}
.push-11 {
    left: 91.6667%;
}
.push-12 {
    left: 100%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.6667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333%;
}
.offset-5 {
    margin-left: 41.6667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333%;
}
.offset-8 {
    margin-left: 66.6667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333%;
}
.offset-11 {
    margin-left: 91.6667%;
}
@media (min-width: 576px) {
.col-sm {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}
.col-sm-1 {
    -moz-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-sm-2 {
    -moz-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.col-sm-3 {
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -moz-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-sm-5 {
    -moz-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.col-sm-6 {
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -moz-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.col-sm-8 {
    -moz-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}
.col-sm-9 {
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -moz-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}
.col-sm-11 {
    -moz-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}
.col-sm-12 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-sm-0 {
    right: auto;
}
.pull-sm-1 {
    right: 8.33333%;
}
.pull-sm-2 {
    right: 16.6667%;
}
.pull-sm-3 {
    right: 25%;
}
.pull-sm-4 {
    right: 33.3333%;
}
.pull-sm-5 {
    right: 41.6667%;
}
.pull-sm-6 {
    right: 50%;
}
.pull-sm-7 {
    right: 58.3333%;
}
.pull-sm-8 {
    right: 66.6667%;
}
.pull-sm-9 {
    right: 75%;
}
.pull-sm-10 {
    right: 83.3333%;
}
.pull-sm-11 {
    right: 91.6667%;
}
.pull-sm-12 {
    right: 100%;
}
.push-sm-0 {
    left: auto;
}
.push-sm-1 {
    left: 8.33333%;
}
.push-sm-2 {
    left: 16.6667%;
}
.push-sm-3 {
    left: 25%;
}
.push-sm-4 {
    left: 33.3333%;
}
.push-sm-5 {
    left: 41.6667%;
}
.push-sm-6 {
    left: 50%;
}
.push-sm-7 {
    left: 58.3333%;
}
.push-sm-8 {
    left: 66.6667%;
}
.push-sm-9 {
    left: 75%;
}
.push-sm-10 {
    left: 83.3333%;
}
.push-sm-11 {
    left: 91.6667%;
}
.push-sm-12 {
    left: 100%;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%;
}
.offset-sm-2 {
    margin-left: 16.6667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.3333%;
}
.offset-sm-5 {
    margin-left: 41.6667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.3333%;
}
.offset-sm-8 {
    margin-left: 66.6667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.3333%;
}
.offset-sm-11 {
    margin-left: 91.6667%;
}
}
@media (min-width: 768px) {
.col-md {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}
.col-md-1 {
    -moz-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-md-2 {
    -moz-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.col-md-3 {
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -moz-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-md-5 {
    -moz-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.col-md-6 {
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -moz-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.col-md-8 {
    -moz-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}
.col-md-9 {
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -moz-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}
.col-md-11 {
    -moz-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}
.col-md-12 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-md-0 {
    right: auto;
}
.pull-md-1 {
    right: 8.33333%;
}
.pull-md-2 {
    right: 16.6667%;
}
.pull-md-3 {
    right: 25%;
}
.pull-md-4 {
    right: 33.3333%;
}
.pull-md-5 {
    right: 41.6667%;
}
.pull-md-6 {
    right: 50%;
}
.pull-md-7 {
    right: 58.3333%;
}
.pull-md-8 {
    right: 66.6667%;
}
.pull-md-9 {
    right: 75%;
}
.pull-md-10 {
    right: 83.3333%;
}
.pull-md-11 {
    right: 91.6667%;
}
.pull-md-12 {
    right: 100%;
}
.push-md-0 {
    left: auto;
}
.push-md-1 {
    left: 8.33333%;
}
.push-md-2 {
    left: 16.6667%;
}
.push-md-3 {
    left: 25%;
}
.push-md-4 {
    left: 33.3333%;
}
.push-md-5 {
    left: 41.6667%;
}
.push-md-6 {
    left: 50%;
}
.push-md-7 {
    left: 58.3333%;
}
.push-md-8 {
    left: 66.6667%;
}
.push-md-9 {
    left: 75%;
}
.push-md-10 {
    left: 83.3333%;
}
.push-md-11 {
    left: 91.6667%;
}
.push-md-12 {
    left: 100%;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%;
}
.offset-md-2 {
    margin-left: 16.6667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.3333%;
}
.offset-md-5 {
    margin-left: 41.6667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.3333%;
}
.offset-md-8 {
    margin-left: 66.6667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.3333%;
}
.offset-md-11 {
    margin-left: 91.6667%;
}
}
@media (min-width: 992px) {
.col-lg {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}
.col-lg-1 {
    -moz-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-lg-2 {
    -moz-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.col-lg-3 {
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -moz-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-lg-5 {
    -moz-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.col-lg-6 {
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -moz-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.col-lg-8 {
    -moz-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}
.col-lg-9 {
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -moz-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}
.col-lg-11 {
    -moz-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}
.col-lg-12 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-lg-0 {
    right: auto;
}
.pull-lg-1 {
    right: 8.33333%;
}
.pull-lg-2 {
    right: 16.6667%;
}
.pull-lg-3 {
    right: 25%;
}
.pull-lg-4 {
    right: 33.3333%;
}
.pull-lg-5 {
    right: 41.6667%;
}
.pull-lg-6 {
    right: 50%;
}
.pull-lg-7 {
    right: 58.3333%;
}
.pull-lg-8 {
    right: 66.6667%;
}
.pull-lg-9 {
    right: 75%;
}
.pull-lg-10 {
    right: 83.3333%;
}
.pull-lg-11 {
    right: 91.6667%;
}
.pull-lg-12 {
    right: 100%;
}
.push-lg-0 {
    left: auto;
}
.push-lg-1 {
    left: 8.33333%;
}
.push-lg-2 {
    left: 16.6667%;
}
.push-lg-3 {
    left: 25%;
}
.push-lg-4 {
    left: 33.3333%;
}
.push-lg-5 {
    left: 41.6667%;
}
.push-lg-6 {
    left: 50%;
}
.push-lg-7 {
    left: 58.3333%;
}
.push-lg-8 {
    left: 66.6667%;
}
.push-lg-9 {
    left: 75%;
}
.push-lg-10 {
    left: 83.3333%;
}
.push-lg-11 {
    left: 91.6667%;
}
.push-lg-12 {
    left: 100%;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%;
}
.offset-lg-2 {
    margin-left: 16.6667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.3333%;
}
.offset-lg-5 {
    margin-left: 41.6667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.3333%;
}
.offset-lg-8 {
    margin-left: 66.6667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.3333%;
}
.offset-lg-11 {
    margin-left: 91.6667%;
}
}
@media (min-width: 1200px) {
.col-xl {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}
.col-xl-1 {
    -moz-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xl-2 {
    -moz-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.col-xl-3 {
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -moz-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-xl-5 {
    -moz-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.col-xl-6 {
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -moz-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.col-xl-8 {
    -moz-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}
.col-xl-9 {
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -moz-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}
.col-xl-11 {
    -moz-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}
.col-xl-12 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-xl-0 {
    right: auto;
}
.pull-xl-1 {
    right: 8.33333%;
}
.pull-xl-2 {
    right: 16.6667%;
}
.pull-xl-3 {
    right: 25%;
}
.pull-xl-4 {
    right: 33.3333%;
}
.pull-xl-5 {
    right: 41.6667%;
}
.pull-xl-6 {
    right: 50%;
}
.pull-xl-7 {
    right: 58.3333%;
}
.pull-xl-8 {
    right: 66.6667%;
}
.pull-xl-9 {
    right: 75%;
}
.pull-xl-10 {
    right: 83.3333%;
}
.pull-xl-11 {
    right: 91.6667%;
}
.pull-xl-12 {
    right: 100%;
}
.push-xl-0 {
    left: auto;
}
.push-xl-1 {
    left: 8.33333%;
}
.push-xl-2 {
    left: 16.6667%;
}
.push-xl-3 {
    left: 25%;
}
.push-xl-4 {
    left: 33.3333%;
}
.push-xl-5 {
    left: 41.6667%;
}
.push-xl-6 {
    left: 50%;
}
.push-xl-7 {
    left: 58.3333%;
}
.push-xl-8 {
    left: 66.6667%;
}
.push-xl-9 {
    left: 75%;
}
.push-xl-10 {
    left: 83.3333%;
}
.push-xl-11 {
    left: 91.6667%;
}
.push-xl-12 {
    left: 100%;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.6667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.3333%;
}
.offset-xl-5 {
    margin-left: 41.6667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.3333%;
}
.offset-xl-8 {
    margin-left: 66.6667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.3333%;
}
.offset-xl-11 {
    margin-left: 91.6667%;
}
}
.table {
    margin-bottom: 6rem;
    max-width: 100%;
    width: 100%;
}
.table td, .table th {
    border-top: 1px solid #f0f0f0;
    padding: 0.75rem;
    vertical-align: top;
}
.table thead th {
    border-bottom: 2px solid #f0f0f0;
    vertical-align: bottom;
}
.table tbody + tbody {
    border-top: 2px solid #f0f0f0;
}
.table .table {
    background-color: #fff;
}
.table-sm td, .table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #f0f0f0;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #f0f0f0;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-success, .table-success > td, .table-success > th {
    background-color: #dff0d8;
}
.table-hover .table-success:hover {
    background-color: #d0e9c6;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}
.table-info, .table-info > td, .table-info > th {
    background-color: #d9edf7;
}
.table-hover .table-info:hover {
    background-color: #c4e3f3;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}
.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
    background-color: #faf2cc;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}
.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f2dede;
}
.table-hover .table-danger:hover {
    background-color: #ebcccc;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}
.thead-inverse th {
    background-color: #373a3c;
    color: #fff;
}
.thead-default th {
    background-color: #f0f0f0;
    color: #55595c;
}
.table-inverse {
    background-color: #373a3c;
    color: #fff;
}
.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #fff;
}
.table-inverse.table-bordered {
    border: 0 none;
}
.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
}
.table-responsive.table-bordered {
    border: 0 none;
}
.form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    color: #55595c;
    display: block;
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 0.5rem 0.25rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    background-color: #fff;
    border-color: #33acff;
    color: #55595c;
    outline: 0 none;
}
.form-control::placeholder {
    color: #818a91;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f0f0f0;
    opacity: 1;
}
.form-control:disabled {
    cursor: not-allowed;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px);
}
.form-control-file, .form-control-range {
    display: block;
}
.col-form-label {
    margin-bottom: 0;
    padding-bottom: calc(0.5rem - 1px * 2);
    padding-top: calc(0.5rem - 1px * 2);
}
.col-form-label-lg {
    font-size: 2.2rem;
    padding-bottom: calc(0.75rem - 1px * 2);
    padding-top: calc(0.75rem - 1px * 2);
}
.col-form-label-sm {
    font-size: 1.6rem;
    padding-bottom: calc(0.25rem - 1px * 2);
    padding-top: calc(0.25rem - 1px * 2);
}
.col-form-legend {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.form-control-static {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    line-height: 1.25;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    font-size: 1.6rem;
    padding: 0.25rem 0.5rem;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: 3.06rem;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: 2.2rem;
    padding: 0.75rem 1.5rem;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 4.58rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-check {
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
}
.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed;
}
.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 1.25rem;
}
.form-check-input {
    margin-left: -1.25rem;
    margin-top: 0.25rem;
    position: absolute;
}
.form-check-input:only-child {
    position: static;
}
.form-check-inline {
    display: inline-block;
}
.form-check-inline .form-check-label {
    vertical-align: middle;
}
.form-check-inline + .form-check-inline {
    margin-left: 0.75rem;
}
.form-control-feedback {
    margin-top: 0.25rem;
}
.form-control-danger, .form-control-success, .form-control-warning {
    background-position: right 0.8125rem center;
    background-repeat: no-repeat;
    background-size: 1.625rem 1.625rem;
    padding-right: 0.75rem;
}
.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #5cb85c;
}
.has-success .form-control {
    border-color: #5cb85c;
}
.has-success .input-group-addon {
    background-color: #eaf6ea;
    border-color: #5cb85c;
    color: #5cb85c;
}
.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%235cb85c\' 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");
}
.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: #f0ad4e;
}
.has-warning .form-control {
    border-color: #f0ad4e;
}
.has-warning .input-group-addon {
    background-color: #fff;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23f0ad4e\' d=\'M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z\'/%3E%3C/svg%3E");
}
.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #d9534f;
}
.has-danger .form-control {
    border-color: #d9534f;
}
.has-danger .input-group-addon {
    background-color: #fdf7f7;
    border-color: #d9534f;
    color: #d9534f;
}
.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23d9534f\' 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-inline {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.form-inline .form-group {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-flex: 0;
    -moz-box-orient: horizontal;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    margin-bottom: 0;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    width: auto;
}
.form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-check {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
}
.form-inline .form-check-label {
    padding-left: 0;
}
.form-inline .form-check-input {
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
}
.form-inline .custom-control {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.form-inline .custom-control-indicator {
    display: inline-block;
    margin-right: 0.25rem;
    position: static;
    vertical-align: text-bottom;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}
.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 0.375rem 1rem;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 2px rgba(0, 106, 178, 0.25);
    outline: 0 none;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.btn.active, .btn:active {
    background-image: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
}
.btn-primary:hover {
    background-color: #004c7f;
    border-color: #004675;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 2px rgba(0, 106, 178, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #006ab2;
    border-color: #006ab2;
}
.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #004c7f;
    background-image: none;
    border-color: #004675;
    color: #fff;
}
.btn-secondary {
    background-color: #fff;
    border-color: #ccc;
    color: #373a3c;
}
.btn-secondary:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #373a3c;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc;
}
.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    color: #373a3c;
}
.btn-info {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
}
.btn-info:hover {
    background-color: #004c7f;
    border-color: #004675;
    color: #fff;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 2px rgba(0, 106, 178, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    background-color: #006ab2;
    border-color: #006ab2;
}
.btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    background-color: #004c7f;
    background-image: none;
    border-color: #004675;
    color: #fff;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.btn-success:hover {
    background-color: #449d44;
    border-color: #419641;
    color: #fff;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
    color: #fff;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.btn-warning:hover {
    background-color: #ec971f;
    border-color: #eb9316;
    color: #fff;
}
.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
    color: #fff;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.btn-danger:hover {
    background-color: #c9302c;
    border-color: #c12e2a;
    color: #fff;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
    color: #fff;
}
.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #006ab2;
    color: #006ab2;
}
.btn-outline-primary:hover {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 2px rgba(0, 106, 178, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: transparent;
    color: #006ab2;
}
.btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
}
.btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
    color: #ccc;
}
.btn-outline-secondary:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: transparent;
    color: #ccc;
}
.btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.btn-outline-info {
    background-color: transparent;
    background-image: none;
    border-color: #006ab2;
    color: #006ab2;
}
.btn-outline-info:hover {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
}
.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 2px rgba(0, 106, 178, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    background-color: transparent;
    color: #006ab2;
}
.btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
}
.btn-outline-success {
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
    color: #5cb85c;
}
.btn-outline-success:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    background-color: transparent;
    color: #5cb85c;
}
.btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.btn-outline-warning {
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.btn-outline-warning:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    background-color: transparent;
    color: #f0ad4e;
}
.btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.btn-outline-danger {
    background-color: transparent;
    background-image: none;
    border-color: #d9534f;
    color: #d9534f;
}
.btn-outline-danger:hover {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    background-color: transparent;
    color: #d9534f;
}
.btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.btn-link {
    border-radius: 0;
    color: #006ab2;
    font-weight: 400;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
    background-color: transparent;
}
.btn-link, .btn-link:active, .btn-link:focus {
    border-color: transparent;
}
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    background-color: transparent;
    color: #006ab2;
    text-decoration: none;
}
.btn-link:disabled {
    color: #818a91;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none;
}
.btn-group-lg > .btn, .btn-lg {
    font-size: 2.2rem;
    padding: 2rem 1.25rem;
}
.btn-group-sm > .btn, .btn-sm {
    font-size: 1.6rem;
    padding: 0.25rem 0.75rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
.dropdown, .dropup {
    position: relative;
}
.dropdown-toggle::after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    width: 0;
}
.dropdown-toggle:focus {
    outline: 0 none;
}
.dropup .dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-top: 0 none;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #444;
    display: none;
    float: left;
    font-size: 1.8rem;
    left: 0;
    list-style: outside none none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-divider {
    background-color: #f0f0f0;
    height: 1px;
    margin: 3rem 0;
    overflow: hidden;
}
.dropdown-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    color: #373a3c;
    display: block;
    font-weight: 400;
    padding: 3px 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f7f7f9;
    color: #2b2d2f;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #006ab2;
    color: #fff;
    text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    background-color: transparent;
    color: #818a91;
    cursor: not-allowed;
}
.show > .dropdown-menu {
    display: block;
}
.show > a {
    outline: 0 none;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    color: #818a91;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
    white-space: nowrap;
}
.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: 0.125rem;
    top: auto;
}
.btn-group, .btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    -moz-box-flex: 0;
    flex: 0 1 auto;
    position: relative;
}
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 2;
}
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    -moz-box-pack: start;
    display: flex;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0 none;
}
.btn + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.btn-group-vertical {
    -moz-box-align: start;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}
.input-group {
    display: flex;
    position: relative;
    width: 100%;
}
.input-group .form-control {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%;
    z-index: 2;
}
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
    z-index: 3;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
}
.input-group-addon {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #55595c;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 0.5rem 0.25rem;
    text-align: center;
}
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    font-size: 1.6rem;
    padding: 0.25rem 0.5rem;
}
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    font-size: 2.2rem;
    padding: 0.75rem 1.5rem;
}
.input-group-addon input[type="checkbox"], .input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group-addon:not(:last-child) {
    border-right: 0 none;
}
.form-control + .input-group-addon:not(:first-child) {
    border-left: 0 none;
}
.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.input-group-btn > .btn {
    -moz-box-flex: 1;
    flex: 1 1 0;
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 3;
}
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    margin-left: -1px;
    z-index: 2;
}
.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3;
}
.custom-control {
    cursor: pointer;
    display: inline-flex;
    margin-right: 1rem;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
}
.custom-control-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #006ab2;
    color: #fff;
}
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #006ab2;
}
.custom-control-input:active ~ .custom-control-indicator {
    background-color: #66c1ff;
    color: #fff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #f0f0f0;
    cursor: not-allowed;
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #818a91;
    cursor: not-allowed;
}
.custom-control-indicator {
    -moz-user-select: none;
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    display: block;
    height: 1rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0.25rem;
    width: 1rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #006ab2;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E");
}
.custom-controls-stacked {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
}
.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}
.custom-select {
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%23333\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E") no-repeat scroll right 0.75rem center / 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #55595c;
    display: inline-block;
    height: calc(3.25rem + 2px);
    line-height: 1.25;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    vertical-align: middle;
}
.custom-select:focus {
    border-color: #33acff;
    outline: 0 none;
}
.custom-select:disabled {
    background-color: #f0f0f0;
    color: #818a91;
    cursor: not-allowed;
}
.custom-select-sm {
    font-size: 75%;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
}
.custom-file {
    cursor: pointer;
    display: inline-block;
    height: 2.5rem;
    margin-bottom: 0;
    max-width: 100%;
    position: relative;
}
.custom-file-input {
    height: 2.5rem;
    margin: 0;
    max-width: 100%;
    min-width: 14rem;
    opacity: 0;
}
.custom-file-control {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #55595c;
    height: 2.5rem;
    left: 0;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.custom-file-control:lang(en)::after {
    content: "Choose file...";
}
.custom-file-control::before {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    bottom: -1px;
    color: #55595c;
    display: block;
    height: 2.5rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6;
}
.custom-file-control:lang(en)::before {
    content: "Browse";
}
.nav {
    display: flex;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    display: block;
    padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #818a91;
    cursor: not-allowed;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #f0f0f0 #f0f0f0 #ddd;
}
.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #818a91;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    color: #55595c;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #006ab2;
    color: #fff;
    cursor: default;
}
.nav-fill .nav-item {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -moz-box-flex: 1;
    flex: 1 1 100%;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
    padding: 3rem 6rem;
    position: relative;
}
.navbar-brand {
    display: inline-block;
    font-size: 2.2rem;
    line-height: inherit;
    margin-right: 6rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar-text {
    display: inline-block;
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.navbar-toggler {
    align-self: flex-start;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    font-size: 2.2rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 100% 100%;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}
.navbar-toggler-left {
    left: 6rem;
    position: absolute;
}
.navbar-toggler-right {
    position: absolute;
    right: 6rem;
}
@media (max-width: 575px) {
.navbar-toggleable .navbar-nav .dropdown-menu {
    float: none;
    position: static;
}
.navbar-toggleable > .container {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 576px) {
.navbar-toggleable {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    flex-flow: row nowrap;
}
.navbar-toggleable .navbar-nav {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.navbar-toggleable .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-toggleable > .container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.navbar-toggleable .navbar-collapse {
    display: flex;
    width: 100%;
}
.navbar-toggleable .navbar-toggler {
    display: none;
}
}
@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
    float: none;
    position: static;
}
.navbar-toggleable-sm > .container {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 768px) {
.navbar-toggleable-sm {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    flex-flow: row nowrap;
}
.navbar-toggleable-sm .navbar-nav {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.navbar-toggleable-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-toggleable-sm > .container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.navbar-toggleable-sm .navbar-collapse {
    display: flex;
    width: 100%;
}
.navbar-toggleable-sm .navbar-toggler {
    display: none;
}
}
@media (max-width: 991px) {
.navbar-toggleable-md .navbar-nav .dropdown-menu {
    float: none;
    position: static;
}
.navbar-toggleable-md > .container {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 992px) {
.navbar-toggleable-md {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    flex-flow: row nowrap;
}
.navbar-toggleable-md .navbar-nav {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-toggleable-md > .container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.navbar-toggleable-md .navbar-collapse {
    display: flex;
    width: 100%;
}
.navbar-toggleable-md .navbar-toggler {
    display: none;
}
}
@media (max-width: 1199px) {
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
    float: none;
    position: static;
}
.navbar-toggleable-lg > .container {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 1200px) {
.navbar-toggleable-lg {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    flex-flow: row nowrap;
}
.navbar-toggleable-lg .navbar-nav {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.navbar-toggleable-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-toggleable-lg > .container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.navbar-toggleable-lg .navbar-collapse {
    display: flex;
    width: 100%;
}
.navbar-toggleable-lg .navbar-toggler {
    display: none;
}
}
.navbar-toggleable-xl {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    flex-flow: row nowrap;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    float: none;
    position: static;
}
.navbar-toggleable-xl > .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-toggleable-xl > .container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.navbar-toggleable-xl .navbar-collapse {
    display: flex;
    width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' 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 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
    color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
    color: #fff;
}
.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
    color: #fff;
}
.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' 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 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
    flex-direction: column;
    position: relative;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-bottom: 0;
    margin-top: -0.375rem;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
}
.card-footer {
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
}
.card-header-tabs {
    border-bottom: 0 none;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.card-header-pills {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.card-primary {
    background-color: #006ab2;
    border-color: #006ab2;
}
.card-primary .card-footer, .card-primary .card-header {
    background-color: transparent;
}
.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.card-success .card-footer, .card-success .card-header {
    background-color: transparent;
}
.card-info {
    background-color: #006ab2;
    border-color: #006ab2;
}
.card-info .card-footer, .card-info .card-header {
    background-color: transparent;
}
.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.card-warning .card-footer, .card-warning .card-header {
    background-color: transparent;
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.card-danger .card-footer, .card-danger .card-header {
    background-color: transparent;
}
.card-outline-primary {
    background-color: transparent;
    border-color: #006ab2;
}
.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}
.card-outline-info {
    background-color: transparent;
    border-color: #006ab2;
}
.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}
.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}
.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}
.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-footer, .card-inverse .card-header {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff;
}
.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}
.card-blockquote {
    border-left: 0 none;
    margin-bottom: 0;
    padding: 0;
}
.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 576px) {
.card-deck {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    display: flex;
    flex-flow: row wrap;
}
.card-deck .card {
    -moz-box-direction: normal;
    -moz-box-flex: 1;
    -moz-box-orient: vertical;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
}
.card-deck .card:not(:first-child) {
    margin-left: 15px;
}
.card-deck .card:not(:last-child) {
    margin-right: 15px;
}
}
@media (min-width: 576px) {
.card-group {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    display: flex;
    flex-flow: row wrap;
}
.card-group .card {
    -moz-box-flex: 1;
    flex: 1 0 0px;
}
.card-group .card + .card {
    border-left: 0 none;
    margin-left: 0;
}
}
@media (min-width: 576px) {
.card-columns {
    column-count: 3;
    column-gap: 1.25rem;
}
.card-columns .card {
    display: inline-block;
    margin-bottom: 0.75rem;
    width: 100%;
}
}
.breadcrumb {
    background-color: #f0f0f0;
    list-style: outside none none;
    margin-bottom: 6rem;
    padding: 0.75rem 1rem;
}
.breadcrumb::after {
    clear: both;
    content: "";
    display: block;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #818a91;
    content: "/";
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #818a91;
}
.pagination {
    display: flex;
    list-style: outside none none;
    padding-left: 0;
}
.page-item:first-child .page-link {
    margin-left: 0;
}
.page-item.active .page-link {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
    z-index: 2;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #ddd;
    color: #818a91;
    cursor: not-allowed;
    pointer-events: none;
}
.page-link {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #006ab2;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}
.page-link:focus, .page-link:hover {
    background-color: #f0f0f0;
    border-color: #ddd;
    color: #006ab2;
    text-decoration: none;
}
.pagination-lg .page-link {
    font-size: 2.2rem;
    padding: 0.75rem 1.5rem;
}
.pagination-sm .page-link {
    font-size: 1.6rem;
    padding: 0.25rem 0.5rem;
}
.badge {
    color: #fff;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.25em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
a.badge:focus, a.badge:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.badge-pill {
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.badge-default {
    background-color: #818a91;
}
.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #687077;
}
.badge-primary {
    background-color: #006ab2;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #004c7f;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #449d44;
}
.badge-info {
    background-color: #006ab2;
}
.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #004c7f;
}
.badge-warning {
    background-color: #f0ad4e;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f;
}
.badge-danger {
    background-color: #d9534f;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #c9302c;
}
.jumbotron {
    background-color: #f0f0f0;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}
@media (min-width: 576px) {
.jumbotron {
    padding: 4rem 2rem;
}
}
.jumbotron-hr {
    border-top-color: #d7d7d7;
}
.jumbotron-fluid {
    padding-left: 0;
    padding-right: 0;
}
.alert {
    border: 1px solid transparent;
    margin-bottom: 6rem;
    padding: 0.75rem 1.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible .close {
    color: inherit;
    padding: 0.75rem 1.25rem;
    position: relative;
    right: -1.25rem;
    top: -0.75rem;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c1e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6d5ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 1rem 0;
}
100% {
    background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
0% {
    background-position: 1rem 0;
}
100% {
    background-position: 0 0;
}
}
.progress {
    background-color: #f0f0f0;
    display: flex;
    font-size: 0.75rem;
    line-height: 1rem;
    overflow: hidden;
    text-align: center;
}
.progress-bar {
    background-color: #006ab2;
    color: #fff;
    height: 1rem;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: 1s linear 0s normal none infinite running progress-bar-stripes;
}
.media {
    -moz-box-align: start;
    align-items: flex-start;
    display: flex;
}
.media-body {
    -moz-box-flex: 1;
    flex: 1 1 0;
}
.list-group {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-item-action {
    color: #55595c;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action .list-group-item-heading {
    color: #373a3c;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #f7f7f9;
    color: #55595c;
    text-decoration: none;
}
.list-group-item-action:active {
    background-color: #f0f0f0;
    color: #444;
}
.list-group-item {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -1px;
    padding: 0.75rem 1.25rem;
    position: relative;
}
.list-group-item:last-child {
    margin-bottom: 0;
}
.list-group-item:focus, .list-group-item:hover {
    text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
    background-color: #fff;
    color: #818a91;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #818a91;
}
.list-group-item.active {
    background-color: #006ab2;
    border-color: #006ab2;
    color: #fff;
    z-index: 2;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text {
    color: #b2e0ff;
}
.list-group-flush .list-group-item {
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0 none;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0 none;
}
.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: #d0e9c6;
    color: #3c763d;
}
a.list-group-item-success.active, button.list-group-item-success.active {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff;
}
.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    background-color: #c4e3f3;
    color: #31708f;
}
a.list-group-item-info.active, button.list-group-item-info.active {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    background-color: #faf2cc;
    color: #8a6d3b;
}
a.list-group-item-warning.active, button.list-group-item-warning.active {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    background-color: #ebcccc;
    color: #a94442;
}
a.list-group-item-danger.active, button.list-group-item-danger.active {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff;
}
.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.embed-responsive::before {
    content: "";
    display: block;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive-21by9::before {
    padding-top: 42.8571%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.close {
    color: #000;
    float: right;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    text-shadow: 0 1px 0 #fff;
}
.close:focus, .close:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.75;
    text-decoration: none;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.modal.show .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    outline: 0 none;
    position: relative;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.modal-body {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px;
    position: relative;
}
.modal-footer {
    -moz-box-align: center;
    -moz-box-pack: end;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: flex-end;
    padding: 15px;
}
.modal-footer > *:not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > *:not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width: 576px) {
.modal-dialog {
    margin: 30px auto;
    max-width: 500px;
}
.modal-sm {
    max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
    max-width: 800px;
}
}
.tooltip {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    opacity: 0;
    overflow-wrap: break-word;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -5px;
}
.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    content: "";
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    content: "";
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    content: "";
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip-inner {
    background-color: #000;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}
.tooltip-inner::before {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-height: 1.5;
    max-width: 276px;
    overflow-wrap: break-word;
    padding: 1px;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}
.popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -10px;
}
.popover.bs-tether-element-attached-bottom::after, .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::after, .popover.popover-top::before {
    border-bottom-width: 0;
    left: 50%;
}
.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before {
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    margin-left: -11px;
}
.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
    border-top-color: #fff;
    bottom: -10px;
    margin-left: -10px;
}
.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px;
}
.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    border-left-width: 0;
    top: 50%;
}
.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
}
.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    border-right-color: #fff;
    left: -10px;
    margin-top: -10px;
}
.popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 10px;
}
.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
    border-top-width: 0;
    left: 50%;
}
.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    margin-left: -11px;
    top: -11px;
}
.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
    border-bottom-color: #f7f7f7;
    margin-left: -10px;
    top: -10px;
}
.popover.bs-tether-element-attached-top .popover-title::before, .popover.popover-bottom .popover-title::before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 20px;
}
.popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -10px;
}
.popover.bs-tether-element-attached-right::after, .popover.bs-tether-element-attached-right::before, .popover.popover-left::after, .popover.popover-left::before {
    border-right-width: 0;
    top: 50%;
}
.popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
    border-left-color: rgba(0, 0, 0, 0.25);
    margin-top: -11px;
    right: -11px;
}
.popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
    border-left-color: #fff;
    margin-top: -10px;
    right: -10px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 8px 14px;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
}
.popover::after, .popover::before {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover::before {
    border-width: 11px;
    content: "";
}
.popover::after {
    border-width: 10px;
    content: "";
}
.carousel {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-item {
    display: none;
    position: relative;
    width: 100%;
}
@media (-webkit-transform-3d) {
.carousel-item {
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
}
}
@supports ((-webkit-transform: translate3d(0,0,0)) or (transform: translate3d(0,0,0))) {
.carousel-item {
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}
.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}
@media (-webkit-transform-3d) {
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0px, 0px, 0px);
}
.active.carousel-item-right, .carousel-item-next {
    transform: translate3d(100%, 0px, 0px);
}
.active.carousel-item-left, .carousel-item-prev {
    transform: translate3d(-100%, 0px, 0px);
}
}
@supports ((-webkit-transform: translate3d(0,0,0)) or (transform: translate3d(0,0,0))) {
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0px, 0px, 0px);
}
.active.carousel-item-right, .carousel-item-next {
    transform: translate3d(100%, 0px, 0px);
}
.active.carousel-item-left, .carousel-item-prev {
    transform: translate3d(-100%, 0px, 0px);
}
}
.carousel-control-next, .carousel-control-prev {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 0;
    width: 15%;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background: transparent none no-repeat scroll center center / 100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3E%3C/svg%3E");
}
.carousel-indicators {
    -moz-box-pack: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: outside none none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15;
}
.carousel-indicators li {
    -moz-box-flex: 1;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    flex: 1 0 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    max-width: 30px;
    position: relative;
    text-indent: -999px;
}
.carousel-indicators li::before {
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
}
.carousel-indicators li::after {
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10;
}
.align-baseline {
    vertical-align: baseline;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.align-text-bottom {
    vertical-align: text-bottom;
}
.align-text-top {
    vertical-align: text-top;
}
.bg-faded {
    background-color: #f7f7f7;
}
.bg-primary {
    background-color: #006ab2;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #004c7f;
}
.bg-success {
    background-color: #5cb85c;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44;
}
.bg-info {
    background-color: #006ab2;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #004c7f;
}
.bg-warning {
    background-color: #f0ad4e;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f;
}
.bg-danger {
    background-color: #d9534f;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c;
}
.bg-inverse {
    background-color: #373a3c;
}
a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #1f2021;
}
.border-0 {
    border: 0 none;
}
.border-top-0 {
    border-top: 0 none;
}
.border-right-0 {
    border-right: 0 none;
}
.border-bottom-0 {
    border-bottom: 0 none;
}
.border-left-0 {
    border-left: 0 none;
}
.rounded-circle {
    border-radius: 50%;
}
.rounded-0 {
    border-radius: 0;
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.d-none {
    display: none;
}
.d-inline {
    display: inline;
}
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
@media (min-width: 576px) {
.d-sm-none {
    display: none;
}
.d-sm-inline {
    display: inline;
}
.d-sm-inline-block {
    display: inline-block;
}
.d-sm-block {
    display: block;
}
.d-sm-table {
    display: table;
}
.d-sm-table-cell {
    display: table-cell;
}
.d-sm-flex {
    display: flex;
}
.d-sm-inline-flex {
    display: inline-flex;
}
}
@media (min-width: 768px) {
.d-md-none {
    display: none;
}
.d-md-inline {
    display: inline;
}
.d-md-inline-block {
    display: inline-block;
}
.d-md-block {
    display: block;
}
.d-md-table {
    display: table;
}
.d-md-table-cell {
    display: table-cell;
}
.d-md-flex {
    display: flex;
}
.d-md-inline-flex {
    display: inline-flex;
}
}
@media (min-width: 992px) {
.d-lg-none {
    display: none;
}
.d-lg-inline {
    display: inline;
}
.d-lg-inline-block {
    display: inline-block;
}
.d-lg-block {
    display: block;
}
.d-lg-table {
    display: table;
}
.d-lg-table-cell {
    display: table-cell;
}
.d-lg-flex {
    display: flex;
}
.d-lg-inline-flex {
    display: inline-flex;
}
}
@media (min-width: 1200px) {
.d-xl-none {
    display: none;
}
.d-xl-inline {
    display: inline;
}
.d-xl-inline-block {
    display: inline-block;
}
.d-xl-block {
    display: block;
}
.d-xl-table {
    display: table;
}
.d-xl-table-cell {
    display: table-cell;
}
.d-xl-flex {
    display: flex;
}
.d-xl-inline-flex {
    display: inline-flex;
}
}
.flex-first {
    -moz-box-ordinal-group: 0;
    order: -1;
}
.flex-last {
    -moz-box-ordinal-group: 2;
    order: 1;
}
.flex-unordered {
    -moz-box-ordinal-group: 1;
    order: 0;
}
.flex-row {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.flex-column {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.flex-row-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse;
}
.flex-column-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.justify-content-start {
    -moz-box-pack: start;
    justify-content: flex-start;
}
.justify-content-end {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.justify-content-center {
    -moz-box-pack: center;
    justify-content: center;
}
.justify-content-between {
    -moz-box-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.align-items-start {
    -moz-box-align: start;
    align-items: flex-start;
}
.align-items-end {
    -moz-box-align: end;
    align-items: flex-end;
}
.align-items-center {
    -moz-box-align: center;
    align-items: center;
}
.align-items-baseline {
    -moz-box-align: baseline;
    align-items: baseline;
}
.align-items-stretch {
    -moz-box-align: stretch;
    align-items: stretch;
}
.align-content-start {
    align-content: flex-start;
}
.align-content-end {
    align-content: flex-end;
}
.align-content-center {
    align-content: center;
}
.align-content-between {
    align-content: space-between;
}
.align-content-around {
    align-content: space-around;
}
.align-content-stretch {
    align-content: stretch;
}
.align-self-auto {
    align-self: auto;
}
.align-self-start {
    align-self: flex-start;
}
.align-self-end {
    align-self: flex-end;
}
.align-self-center {
    align-self: center;
}
.align-self-baseline {
    align-self: baseline;
}
.align-self-stretch {
    align-self: stretch;
}
@media (min-width: 576px) {
.flex-sm-first {
    -moz-box-ordinal-group: 0;
    order: -1;
}
.flex-sm-last {
    -moz-box-ordinal-group: 2;
    order: 1;
}
.flex-sm-unordered {
    -moz-box-ordinal-group: 1;
    order: 0;
}
.flex-sm-row {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.flex-sm-column {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.flex-sm-row-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse;
}
.flex-sm-column-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    flex-direction: column-reverse;
}
.flex-sm-wrap {
    flex-wrap: wrap;
}
.flex-sm-nowrap {
    flex-wrap: nowrap;
}
.flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.justify-content-sm-start {
    -moz-box-pack: start;
    justify-content: flex-start;
}
.justify-content-sm-end {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.justify-content-sm-center {
    -moz-box-pack: center;
    justify-content: center;
}
.justify-content-sm-between {
    -moz-box-pack: justify;
    justify-content: space-between;
}
.justify-content-sm-around {
    justify-content: space-around;
}
.align-items-sm-start {
    -moz-box-align: start;
    align-items: flex-start;
}
.align-items-sm-end {
    -moz-box-align: end;
    align-items: flex-end;
}
.align-items-sm-center {
    -moz-box-align: center;
    align-items: center;
}
.align-items-sm-baseline {
    -moz-box-align: baseline;
    align-items: baseline;
}
.align-items-sm-stretch {
    -moz-box-align: stretch;
    align-items: stretch;
}
.align-content-sm-start {
    align-content: flex-start;
}
.align-content-sm-end {
    align-content: flex-end;
}
.align-content-sm-center {
    align-content: center;
}
.align-content-sm-between {
    align-content: space-between;
}
.align-content-sm-around {
    align-content: space-around;
}
.align-content-sm-stretch {
    align-content: stretch;
}
.align-self-sm-auto {
    align-self: auto;
}
.align-self-sm-start {
    align-self: flex-start;
}
.align-self-sm-end {
    align-self: flex-end;
}
.align-self-sm-center {
    align-self: center;
}
.align-self-sm-baseline {
    align-self: baseline;
}
.align-self-sm-stretch {
    align-self: stretch;
}
}
@media (min-width: 768px) {
.flex-md-first {
    -moz-box-ordinal-group: 0;
    order: -1;
}
.flex-md-last {
    -moz-box-ordinal-group: 2;
    order: 1;
}
.flex-md-unordered {
    -moz-box-ordinal-group: 1;
    order: 0;
}
.flex-md-row {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.flex-md-column {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.flex-md-row-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse;
}
.flex-md-column-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    flex-direction: column-reverse;
}
.flex-md-wrap {
    flex-wrap: wrap;
}
.flex-md-nowrap {
    flex-wrap: nowrap;
}
.flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.justify-content-md-start {
    -moz-box-pack: start;
    justify-content: flex-start;
}
.justify-content-md-end {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.justify-content-md-center {
    -moz-box-pack: center;
    justify-content: center;
}
.justify-content-md-between {
    -moz-box-pack: justify;
    justify-content: space-between;
}
.justify-content-md-around {
    justify-content: space-around;
}
.align-items-md-start {
    -moz-box-align: start;
    align-items: flex-start;
}
.align-items-md-end {
    -moz-box-align: end;
    align-items: flex-end;
}
.align-items-md-center {
    -moz-box-align: center;
    align-items: center;
}
.align-items-md-baseline {
    -moz-box-align: baseline;
    align-items: baseline;
}
.align-items-md-stretch {
    -moz-box-align: stretch;
    align-items: stretch;
}
.align-content-md-start {
    align-content: flex-start;
}
.align-content-md-end {
    align-content: flex-end;
}
.align-content-md-center {
    align-content: center;
}
.align-content-md-between {
    align-content: space-between;
}
.align-content-md-around {
    align-content: space-around;
}
.align-content-md-stretch {
    align-content: stretch;
}
.align-self-md-auto {
    align-self: auto;
}
.align-self-md-start {
    align-self: flex-start;
}
.align-self-md-end {
    align-self: flex-end;
}
.align-self-md-center {
    align-self: center;
}
.align-self-md-baseline {
    align-self: baseline;
}
.align-self-md-stretch {
    align-self: stretch;
}
}
@media (min-width: 992px) {
.flex-lg-first {
    -moz-box-ordinal-group: 0;
    order: -1;
}
.flex-lg-last {
    -moz-box-ordinal-group: 2;
    order: 1;
}
.flex-lg-unordered {
    -moz-box-ordinal-group: 1;
    order: 0;
}
.flex-lg-row {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.flex-lg-column {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.flex-lg-row-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse;
}
.flex-lg-column-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    flex-direction: column-reverse;
}
.flex-lg-wrap {
    flex-wrap: wrap;
}
.flex-lg-nowrap {
    flex-wrap: nowrap;
}
.flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.justify-content-lg-start {
    -moz-box-pack: start;
    justify-content: flex-start;
}
.justify-content-lg-end {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.justify-content-lg-center {
    -moz-box-pack: center;
    justify-content: center;
}
.justify-content-lg-between {
    -moz-box-pack: justify;
    justify-content: space-between;
}
.justify-content-lg-around {
    justify-content: space-around;
}
.align-items-lg-start {
    -moz-box-align: start;
    align-items: flex-start;
}
.align-items-lg-end {
    -moz-box-align: end;
    align-items: flex-end;
}
.align-items-lg-center {
    -moz-box-align: center;
    align-items: center;
}
.align-items-lg-baseline {
    -moz-box-align: baseline;
    align-items: baseline;
}
.align-items-lg-stretch {
    -moz-box-align: stretch;
    align-items: stretch;
}
.align-content-lg-start {
    align-content: flex-start;
}
.align-content-lg-end {
    align-content: flex-end;
}
.align-content-lg-center {
    align-content: center;
}
.align-content-lg-between {
    align-content: space-between;
}
.align-content-lg-around {
    align-content: space-around;
}
.align-content-lg-stretch {
    align-content: stretch;
}
.align-self-lg-auto {
    align-self: auto;
}
.align-self-lg-start {
    align-self: flex-start;
}
.align-self-lg-end {
    align-self: flex-end;
}
.align-self-lg-center {
    align-self: center;
}
.align-self-lg-baseline {
    align-self: baseline;
}
.align-self-lg-stretch {
    align-self: stretch;
}
}
@media (min-width: 1200px) {
.flex-xl-first {
    -moz-box-ordinal-group: 0;
    order: -1;
}
.flex-xl-last {
    -moz-box-ordinal-group: 2;
    order: 1;
}
.flex-xl-unordered {
    -moz-box-ordinal-group: 1;
    order: 0;
}
.flex-xl-row {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.flex-xl-column {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.flex-xl-row-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse;
}
.flex-xl-column-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    flex-direction: column-reverse;
}
.flex-xl-wrap {
    flex-wrap: wrap;
}
.flex-xl-nowrap {
    flex-wrap: nowrap;
}
.flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.justify-content-xl-start {
    -moz-box-pack: start;
    justify-content: flex-start;
}
.justify-content-xl-end {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.justify-content-xl-center {
    -moz-box-pack: center;
    justify-content: center;
}
.justify-content-xl-between {
    -moz-box-pack: justify;
    justify-content: space-between;
}
.justify-content-xl-around {
    justify-content: space-around;
}
.align-items-xl-start {
    -moz-box-align: start;
    align-items: flex-start;
}
.align-items-xl-end {
    -moz-box-align: end;
    align-items: flex-end;
}
.align-items-xl-center {
    -moz-box-align: center;
    align-items: center;
}
.align-items-xl-baseline {
    -moz-box-align: baseline;
    align-items: baseline;
}
.align-items-xl-stretch {
    -moz-box-align: stretch;
    align-items: stretch;
}
.align-content-xl-start {
    align-content: flex-start;
}
.align-content-xl-end {
    align-content: flex-end;
}
.align-content-xl-center {
    align-content: center;
}
.align-content-xl-between {
    align-content: space-between;
}
.align-content-xl-around {
    align-content: space-around;
}
.align-content-xl-stretch {
    align-content: stretch;
}
.align-self-xl-auto {
    align-self: auto;
}
.align-self-xl-start {
    align-self: flex-start;
}
.align-self-xl-end {
    align-self: flex-end;
}
.align-self-xl-center {
    align-self: center;
}
.align-self-xl-baseline {
    align-self: baseline;
}
.align-self-xl-stretch {
    align-self: stretch;
}
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-none {
    float: none;
}
@media (min-width: 576px) {
.float-sm-left {
    float: left;
}
.float-sm-right {
    float: right;
}
.float-sm-none {
    float: none;
}
}
@media (min-width: 768px) {
.float-md-left {
    float: left;
}
.float-md-right {
    float: right;
}
.float-md-none {
    float: none;
}
}
@media (min-width: 992px) {
.float-lg-left {
    float: left;
}
.float-lg-right {
    float: right;
}
.float-lg-none {
    float: none;
}
}
@media (min-width: 1200px) {
.float-xl-left {
    float: left;
}
.float-xl-right {
    float: right;
}
.float-xl-none {
    float: none;
}
}
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}
.h-25 {
    height: 25%;
}
.h-50 {
    height: 50%;
}
.h-75 {
    height: 75%;
}
.h-100 {
    height: 100%;
}
.mw-100 {
    max-width: 100%;
}
.mh-100 {
    max-height: 100%;
}
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0;
}
.mr-0 {
    margin-right: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.ml-0 {
    margin-left: 0;
}
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.my-0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-1 {
    margin: 1.5rem;
}
.mt-1 {
    margin-top: 1.5rem;
}
.mr-1 {
    margin-right: 1.5rem;
}
.mb-1 {
    margin-bottom: 1.5rem;
}
.ml-1 {
    margin-left: 1.5rem;
}
.mx-1 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.my-1 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.m-2 {
    margin: 3rem;
}
.mt-2 {
    margin-top: 3rem;
}
.mr-2 {
    margin-right: 3rem;
}
.mb-2 {
    margin-bottom: 3rem;
}
.ml-2 {
    margin-left: 3rem;
}
.mx-2 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.my-2 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.m-3 {
    margin: 4.5rem;
}
.mt-3 {
    margin-top: 4.5rem;
}
.mr-3 {
    margin-right: 4.5rem;
}
.mb-3 {
    margin-bottom: 4.5rem;
}
.ml-3 {
    margin-left: 4.5rem;
}
.mx-3 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}
.my-3 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
}
.m-4 {
    margin: 6rem;
}
.mt-4 {
    margin-top: 6rem;
}
.mr-4 {
    margin-right: 6rem;
}
.mb-4 {
    margin-bottom: 6rem;
}
.ml-4 {
    margin-left: 6rem;
}
.mx-4 {
    margin-left: 6rem;
    margin-right: 6rem;
}
.my-4 {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.m-5 {
    margin: 7.5rem;
}
.mt-5 {
    margin-top: 7.5rem;
}
.mr-5 {
    margin-right: 7.5rem;
}
.mb-5 {
    margin-bottom: 7.5rem;
}
.ml-5 {
    margin-left: 7.5rem;
}
.mx-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}
.my-5 {
    margin-bottom: 7.5rem;
    margin-top: 7.5rem;
}
.m-6 {
    margin: 9rem;
}
.mt-6 {
    margin-top: 9rem;
}
.mr-6 {
    margin-right: 9rem;
}
.mb-6 {
    margin-bottom: 9rem;
}
.ml-6 {
    margin-left: 9rem;
}
.mx-6 {
    margin-left: 9rem;
    margin-right: 9rem;
}
.my-6 {
    margin-bottom: 9rem;
    margin-top: 9rem;
}
.m-7 {
    margin: 10.5rem;
}
.mt-7 {
    margin-top: 10.5rem;
}
.mr-7 {
    margin-right: 10.5rem;
}
.mb-7 {
    margin-bottom: 10.5rem;
}
.ml-7 {
    margin-left: 10.5rem;
}
.mx-7 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
}
.my-7 {
    margin-bottom: 10.5rem;
    margin-top: 10.5rem;
}
.m-8 {
    margin: 12rem;
}
.mt-8 {
    margin-top: 12rem;
}
.mr-8 {
    margin-right: 12rem;
}
.mb-8 {
    margin-bottom: 12rem;
}
.ml-8 {
    margin-left: 12rem;
}
.mx-8 {
    margin-left: 12rem;
    margin-right: 12rem;
}
.my-8 {
    margin-bottom: 12rem;
    margin-top: 12rem;
}
.m-9 {
    margin: 15rem;
}
.mt-9 {
    margin-top: 15rem;
}
.mr-9 {
    margin-right: 15rem;
}
.mb-9 {
    margin-bottom: 15rem;
}
.ml-9 {
    margin-left: 15rem;
}
.mx-9 {
    margin-left: 15rem;
    margin-right: 15rem;
}
.my-9 {
    margin-bottom: 15rem;
    margin-top: 15rem;
}
.m-10 {
    margin: 18rem;
}
.mt-10 {
    margin-top: 18rem;
}
.mr-10 {
    margin-right: 18rem;
}
.mb-10 {
    margin-bottom: 18rem;
}
.ml-10 {
    margin-left: 18rem;
}
.mx-10 {
    margin-left: 18rem;
    margin-right: 18rem;
}
.my-10 {
    margin-bottom: 18rem;
    margin-top: 18rem;
}
.p-0 {
    padding: 0;
}
.pt-0 {
    padding-top: 0;
}
.pr-0 {
    padding-right: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pl-0 {
    padding-left: 0;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-1 {
    padding: 1.5rem;
}
.pt-1 {
    padding-top: 1.5rem;
}
.pr-1 {
    padding-right: 1.5rem;
}
.pb-1 {
    padding-bottom: 1.5rem;
}
.pl-1 {
    padding-left: 1.5rem;
}
.px-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.p-2 {
    padding: 3rem;
}
.pt-2 {
    padding-top: 3rem;
}
.pr-2 {
    padding-right: 3rem;
}
.pb-2 {
    padding-bottom: 3rem;
}
.pl-2 {
    padding-left: 3rem;
}
.px-2 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-2 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.p-3 {
    padding: 4.5rem;
}
.pt-3 {
    padding-top: 4.5rem;
}
.pr-3 {
    padding-right: 4.5rem;
}
.pb-3 {
    padding-bottom: 4.5rem;
}
.pl-3 {
    padding-left: 4.5rem;
}
.px-3 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.py-3 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
}
.p-4 {
    padding: 6rem;
}
.pt-4 {
    padding-top: 6rem;
}
.pr-4 {
    padding-right: 6rem;
}
.pb-4 {
    padding-bottom: 6rem;
}
.pl-4 {
    padding-left: 6rem;
}
.px-4 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-4 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.p-5 {
    padding: 7.5rem;
}
.pt-5 {
    padding-top: 7.5rem;
}
.pr-5 {
    padding-right: 7.5rem;
}
.pb-5 {
    padding-bottom: 7.5rem;
}
.pl-5 {
    padding-left: 7.5rem;
}
.px-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
.py-5 {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
}
.p-6 {
    padding: 9rem;
}
.pt-6 {
    padding-top: 9rem;
}
.pr-6 {
    padding-right: 9rem;
}
.pb-6 {
    padding-bottom: 9rem;
}
.pl-6 {
    padding-left: 9rem;
}
.px-6 {
    padding-left: 9rem;
    padding-right: 9rem;
}
.py-6 {
    padding-bottom: 9rem;
    padding-top: 9rem;
}
.p-7 {
    padding: 10.5rem;
}
.pt-7 {
    padding-top: 10.5rem;
}
.pr-7 {
    padding-right: 10.5rem;
}
.pb-7 {
    padding-bottom: 10.5rem;
}
.pl-7 {
    padding-left: 10.5rem;
}
.px-7 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
}
.py-7 {
    padding-bottom: 10.5rem;
    padding-top: 10.5rem;
}
.p-8 {
    padding: 12rem;
}
.pt-8 {
    padding-top: 12rem;
}
.pr-8 {
    padding-right: 12rem;
}
.pb-8 {
    padding-bottom: 12rem;
}
.pl-8 {
    padding-left: 12rem;
}
.px-8 {
    padding-left: 12rem;
    padding-right: 12rem;
}
.py-8 {
    padding-bottom: 12rem;
    padding-top: 12rem;
}
.p-9 {
    padding: 15rem;
}
.pt-9 {
    padding-top: 15rem;
}
.pr-9 {
    padding-right: 15rem;
}
.pb-9 {
    padding-bottom: 15rem;
}
.pl-9 {
    padding-left: 15rem;
}
.px-9 {
    padding-left: 15rem;
    padding-right: 15rem;
}
.py-9 {
    padding-bottom: 15rem;
    padding-top: 15rem;
}
.p-10 {
    padding: 18rem;
}
.pt-10 {
    padding-top: 18rem;
}
.pr-10 {
    padding-right: 18rem;
}
.pb-10 {
    padding-bottom: 18rem;
}
.pl-10 {
    padding-left: 18rem;
}
.px-10 {
    padding-left: 18rem;
    padding-right: 18rem;
}
.py-10 {
    padding-bottom: 18rem;
    padding-top: 18rem;
}
.m-auto {
    margin: auto;
}
.mt-auto {
    margin-top: auto;
}
.mr-auto {
    margin-right: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-auto {
    margin-bottom: auto;
    margin-top: auto;
}
@media (min-width: 576px) {
.m-sm-0 {
    margin: 0;
}
.mt-sm-0 {
    margin-top: 0;
}
.mr-sm-0 {
    margin-right: 0;
}
.mb-sm-0 {
    margin-bottom: 0;
}
.ml-sm-0 {
    margin-left: 0;
}
.mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
}
.my-sm-0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-sm-1 {
    margin: 1.5rem;
}
.mt-sm-1 {
    margin-top: 1.5rem;
}
.mr-sm-1 {
    margin-right: 1.5rem;
}
.mb-sm-1 {
    margin-bottom: 1.5rem;
}
.ml-sm-1 {
    margin-left: 1.5rem;
}
.mx-sm-1 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.my-sm-1 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.m-sm-2 {
    margin: 3rem;
}
.mt-sm-2 {
    margin-top: 3rem;
}
.mr-sm-2 {
    margin-right: 3rem;
}
.mb-sm-2 {
    margin-bottom: 3rem;
}
.ml-sm-2 {
    margin-left: 3rem;
}
.mx-sm-2 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.my-sm-2 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.m-sm-3 {
    margin: 4.5rem;
}
.mt-sm-3 {
    margin-top: 4.5rem;
}
.mr-sm-3 {
    margin-right: 4.5rem;
}
.mb-sm-3 {
    margin-bottom: 4.5rem;
}
.ml-sm-3 {
    margin-left: 4.5rem;
}
.mx-sm-3 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}
.my-sm-3 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
}
.m-sm-4 {
    margin: 6rem;
}
.mt-sm-4 {
    margin-top: 6rem;
}
.mr-sm-4 {
    margin-right: 6rem;
}
.mb-sm-4 {
    margin-bottom: 6rem;
}
.ml-sm-4 {
    margin-left: 6rem;
}
.mx-sm-4 {
    margin-left: 6rem;
    margin-right: 6rem;
}
.my-sm-4 {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.m-sm-5 {
    margin: 7.5rem;
}
.mt-sm-5 {
    margin-top: 7.5rem;
}
.mr-sm-5 {
    margin-right: 7.5rem;
}
.mb-sm-5 {
    margin-bottom: 7.5rem;
}
.ml-sm-5 {
    margin-left: 7.5rem;
}
.mx-sm-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}
.my-sm-5 {
    margin-bottom: 7.5rem;
    margin-top: 7.5rem;
}
.m-sm-6 {
    margin: 9rem;
}
.mt-sm-6 {
    margin-top: 9rem;
}
.mr-sm-6 {
    margin-right: 9rem;
}
.mb-sm-6 {
    margin-bottom: 9rem;
}
.ml-sm-6 {
    margin-left: 9rem;
}
.mx-sm-6 {
    margin-left: 9rem;
    margin-right: 9rem;
}
.my-sm-6 {
    margin-bottom: 9rem;
    margin-top: 9rem;
}
.m-sm-7 {
    margin: 10.5rem;
}
.mt-sm-7 {
    margin-top: 10.5rem;
}
.mr-sm-7 {
    margin-right: 10.5rem;
}
.mb-sm-7 {
    margin-bottom: 10.5rem;
}
.ml-sm-7 {
    margin-left: 10.5rem;
}
.mx-sm-7 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
}
.my-sm-7 {
    margin-bottom: 10.5rem;
    margin-top: 10.5rem;
}
.m-sm-8 {
    margin: 12rem;
}
.mt-sm-8 {
    margin-top: 12rem;
}
.mr-sm-8 {
    margin-right: 12rem;
}
.mb-sm-8 {
    margin-bottom: 12rem;
}
.ml-sm-8 {
    margin-left: 12rem;
}
.mx-sm-8 {
    margin-left: 12rem;
    margin-right: 12rem;
}
.my-sm-8 {
    margin-bottom: 12rem;
    margin-top: 12rem;
}
.m-sm-9 {
    margin: 15rem;
}
.mt-sm-9 {
    margin-top: 15rem;
}
.mr-sm-9 {
    margin-right: 15rem;
}
.mb-sm-9 {
    margin-bottom: 15rem;
}
.ml-sm-9 {
    margin-left: 15rem;
}
.mx-sm-9 {
    margin-left: 15rem;
    margin-right: 15rem;
}
.my-sm-9 {
    margin-bottom: 15rem;
    margin-top: 15rem;
}
.m-sm-10 {
    margin: 18rem;
}
.mt-sm-10 {
    margin-top: 18rem;
}
.mr-sm-10 {
    margin-right: 18rem;
}
.mb-sm-10 {
    margin-bottom: 18rem;
}
.ml-sm-10 {
    margin-left: 18rem;
}
.mx-sm-10 {
    margin-left: 18rem;
    margin-right: 18rem;
}
.my-sm-10 {
    margin-bottom: 18rem;
    margin-top: 18rem;
}
.p-sm-0 {
    padding: 0;
}
.pt-sm-0 {
    padding-top: 0;
}
.pr-sm-0 {
    padding-right: 0;
}
.pb-sm-0 {
    padding-bottom: 0;
}
.pl-sm-0 {
    padding-left: 0;
}
.px-sm-0 {
    padding-left: 0;
    padding-right: 0;
}
.py-sm-0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-sm-1 {
    padding: 1.5rem;
}
.pt-sm-1 {
    padding-top: 1.5rem;
}
.pr-sm-1 {
    padding-right: 1.5rem;
}
.pb-sm-1 {
    padding-bottom: 1.5rem;
}
.pl-sm-1 {
    padding-left: 1.5rem;
}
.px-sm-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-sm-1 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.p-sm-2 {
    padding: 3rem;
}
.pt-sm-2 {
    padding-top: 3rem;
}
.pr-sm-2 {
    padding-right: 3rem;
}
.pb-sm-2 {
    padding-bottom: 3rem;
}
.pl-sm-2 {
    padding-left: 3rem;
}
.px-sm-2 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-sm-2 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.p-sm-3 {
    padding: 4.5rem;
}
.pt-sm-3 {
    padding-top: 4.5rem;
}
.pr-sm-3 {
    padding-right: 4.5rem;
}
.pb-sm-3 {
    padding-bottom: 4.5rem;
}
.pl-sm-3 {
    padding-left: 4.5rem;
}
.px-sm-3 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.py-sm-3 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
}
.p-sm-4 {
    padding: 6rem;
}
.pt-sm-4 {
    padding-top: 6rem;
}
.pr-sm-4 {
    padding-right: 6rem;
}
.pb-sm-4 {
    padding-bottom: 6rem;
}
.pl-sm-4 {
    padding-left: 6rem;
}
.px-sm-4 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-sm-4 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.p-sm-5 {
    padding: 7.5rem;
}
.pt-sm-5 {
    padding-top: 7.5rem;
}
.pr-sm-5 {
    padding-right: 7.5rem;
}
.pb-sm-5 {
    padding-bottom: 7.5rem;
}
.pl-sm-5 {
    padding-left: 7.5rem;
}
.px-sm-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
.py-sm-5 {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
}
.p-sm-6 {
    padding: 9rem;
}
.pt-sm-6 {
    padding-top: 9rem;
}
.pr-sm-6 {
    padding-right: 9rem;
}
.pb-sm-6 {
    padding-bottom: 9rem;
}
.pl-sm-6 {
    padding-left: 9rem;
}
.px-sm-6 {
    padding-left: 9rem;
    padding-right: 9rem;
}
.py-sm-6 {
    padding-bottom: 9rem;
    padding-top: 9rem;
}
.p-sm-7 {
    padding: 10.5rem;
}
.pt-sm-7 {
    padding-top: 10.5rem;
}
.pr-sm-7 {
    padding-right: 10.5rem;
}
.pb-sm-7 {
    padding-bottom: 10.5rem;
}
.pl-sm-7 {
    padding-left: 10.5rem;
}
.px-sm-7 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
}
.py-sm-7 {
    padding-bottom: 10.5rem;
    padding-top: 10.5rem;
}
.p-sm-8 {
    padding: 12rem;
}
.pt-sm-8 {
    padding-top: 12rem;
}
.pr-sm-8 {
    padding-right: 12rem;
}
.pb-sm-8 {
    padding-bottom: 12rem;
}
.pl-sm-8 {
    padding-left: 12rem;
}
.px-sm-8 {
    padding-left: 12rem;
    padding-right: 12rem;
}
.py-sm-8 {
    padding-bottom: 12rem;
    padding-top: 12rem;
}
.p-sm-9 {
    padding: 15rem;
}
.pt-sm-9 {
    padding-top: 15rem;
}
.pr-sm-9 {
    padding-right: 15rem;
}
.pb-sm-9 {
    padding-bottom: 15rem;
}
.pl-sm-9 {
    padding-left: 15rem;
}
.px-sm-9 {
    padding-left: 15rem;
    padding-right: 15rem;
}
.py-sm-9 {
    padding-bottom: 15rem;
    padding-top: 15rem;
}
.p-sm-10 {
    padding: 18rem;
}
.pt-sm-10 {
    padding-top: 18rem;
}
.pr-sm-10 {
    padding-right: 18rem;
}
.pb-sm-10 {
    padding-bottom: 18rem;
}
.pl-sm-10 {
    padding-left: 18rem;
}
.px-sm-10 {
    padding-left: 18rem;
    padding-right: 18rem;
}
.py-sm-10 {
    padding-bottom: 18rem;
    padding-top: 18rem;
}
.m-sm-auto {
    margin: auto;
}
.mt-sm-auto {
    margin-top: auto;
}
.mr-sm-auto {
    margin-right: auto;
}
.mb-sm-auto {
    margin-bottom: auto;
}
.ml-sm-auto {
    margin-left: auto;
}
.mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-sm-auto {
    margin-bottom: auto;
    margin-top: auto;
}
}
@media (min-width: 768px) {
.m-md-0 {
    margin: 0;
}
.mt-md-0 {
    margin-top: 0;
}
.mr-md-0 {
    margin-right: 0;
}
.mb-md-0 {
    margin-bottom: 0;
}
.ml-md-0 {
    margin-left: 0;
}
.mx-md-0 {
    margin-left: 0;
    margin-right: 0;
}
.my-md-0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-md-1 {
    margin: 1.5rem;
}
.mt-md-1 {
    margin-top: 1.5rem;
}
.mr-md-1 {
    margin-right: 1.5rem;
}
.mb-md-1 {
    margin-bottom: 1.5rem;
}
.ml-md-1 {
    margin-left: 1.5rem;
}
.mx-md-1 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.my-md-1 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.m-md-2 {
    margin: 3rem;
}
.mt-md-2 {
    margin-top: 3rem;
}
.mr-md-2 {
    margin-right: 3rem;
}
.mb-md-2 {
    margin-bottom: 3rem;
}
.ml-md-2 {
    margin-left: 3rem;
}
.mx-md-2 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.my-md-2 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.m-md-3 {
    margin: 4.5rem;
}
.mt-md-3 {
    margin-top: 4.5rem;
}
.mr-md-3 {
    margin-right: 4.5rem;
}
.mb-md-3 {
    margin-bottom: 4.5rem;
}
.ml-md-3 {
    margin-left: 4.5rem;
}
.mx-md-3 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}
.my-md-3 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
}
.m-md-4 {
    margin: 6rem;
}
.mt-md-4 {
    margin-top: 6rem;
}
.mr-md-4 {
    margin-right: 6rem;
}
.mb-md-4 {
    margin-bottom: 6rem;
}
.ml-md-4 {
    margin-left: 6rem;
}
.mx-md-4 {
    margin-left: 6rem;
    margin-right: 6rem;
}
.my-md-4 {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.m-md-5 {
    margin: 7.5rem;
}
.mt-md-5 {
    margin-top: 7.5rem;
}
.mr-md-5 {
    margin-right: 7.5rem;
}
.mb-md-5 {
    margin-bottom: 7.5rem;
}
.ml-md-5 {
    margin-left: 7.5rem;
}
.mx-md-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}
.my-md-5 {
    margin-bottom: 7.5rem;
    margin-top: 7.5rem;
}
.m-md-6 {
    margin: 9rem;
}
.mt-md-6 {
    margin-top: 9rem;
}
.mr-md-6 {
    margin-right: 9rem;
}
.mb-md-6 {
    margin-bottom: 9rem;
}
.ml-md-6 {
    margin-left: 9rem;
}
.mx-md-6 {
    margin-left: 9rem;
    margin-right: 9rem;
}
.my-md-6 {
    margin-bottom: 9rem;
    margin-top: 9rem;
}
.m-md-7 {
    margin: 10.5rem;
}
.mt-md-7 {
    margin-top: 10.5rem;
}
.mr-md-7 {
    margin-right: 10.5rem;
}
.mb-md-7 {
    margin-bottom: 10.5rem;
}
.ml-md-7 {
    margin-left: 10.5rem;
}
.mx-md-7 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
}
.my-md-7 {
    margin-bottom: 10.5rem;
    margin-top: 10.5rem;
}
.m-md-8 {
    margin: 12rem;
}
.mt-md-8 {
    margin-top: 12rem;
}
.mr-md-8 {
    margin-right: 12rem;
}
.mb-md-8 {
    margin-bottom: 12rem;
}
.ml-md-8 {
    margin-left: 12rem;
}
.mx-md-8 {
    margin-left: 12rem;
    margin-right: 12rem;
}
.my-md-8 {
    margin-bottom: 12rem;
    margin-top: 12rem;
}
.m-md-9 {
    margin: 15rem;
}
.mt-md-9 {
    margin-top: 15rem;
}
.mr-md-9 {
    margin-right: 15rem;
}
.mb-md-9 {
    margin-bottom: 15rem;
}
.ml-md-9 {
    margin-left: 15rem;
}
.mx-md-9 {
    margin-left: 15rem;
    margin-right: 15rem;
}
.my-md-9 {
    margin-bottom: 15rem;
    margin-top: 15rem;
}
.m-md-10 {
    margin: 18rem;
}
.mt-md-10 {
    margin-top: 18rem;
}
.mr-md-10 {
    margin-right: 18rem;
}
.mb-md-10 {
    margin-bottom: 18rem;
}
.ml-md-10 {
    margin-left: 18rem;
}
.mx-md-10 {
    margin-left: 18rem;
    margin-right: 18rem;
}
.my-md-10 {
    margin-bottom: 18rem;
    margin-top: 18rem;
}
.p-md-0 {
    padding: 0;
}
.pt-md-0 {
    padding-top: 0;
}
.pr-md-0 {
    padding-right: 0;
}
.pb-md-0 {
    padding-bottom: 0;
}
.pl-md-0 {
    padding-left: 0;
}
.px-md-0 {
    padding-left: 0;
    padding-right: 0;
}
.py-md-0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-md-1 {
    padding: 1.5rem;
}
.pt-md-1 {
    padding-top: 1.5rem;
}
.pr-md-1 {
    padding-right: 1.5rem;
}
.pb-md-1 {
    padding-bottom: 1.5rem;
}
.pl-md-1 {
    padding-left: 1.5rem;
}
.px-md-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-md-1 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.p-md-2 {
    padding: 3rem;
}
.pt-md-2 {
    padding-top: 3rem;
}
.pr-md-2 {
    padding-right: 3rem;
}
.pb-md-2 {
    padding-bottom: 3rem;
}
.pl-md-2 {
    padding-left: 3rem;
}
.px-md-2 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-md-2 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.p-md-3 {
    padding: 4.5rem;
}
.pt-md-3 {
    padding-top: 4.5rem;
}
.pr-md-3 {
    padding-right: 4.5rem;
}
.pb-md-3 {
    padding-bottom: 4.5rem;
}
.pl-md-3 {
    padding-left: 4.5rem;
}
.px-md-3 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.py-md-3 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
}
.p-md-4 {
    padding: 6rem;
}
.pt-md-4 {
    padding-top: 6rem;
}
.pr-md-4 {
    padding-right: 6rem;
}
.pb-md-4 {
    padding-bottom: 6rem;
}
.pl-md-4 {
    padding-left: 6rem;
}
.px-md-4 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-md-4 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.p-md-5 {
    padding: 7.5rem;
}
.pt-md-5 {
    padding-top: 7.5rem;
}
.pr-md-5 {
    padding-right: 7.5rem;
}
.pb-md-5 {
    padding-bottom: 7.5rem;
}
.pl-md-5 {
    padding-left: 7.5rem;
}
.px-md-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
.py-md-5 {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
}
.p-md-6 {
    padding: 9rem;
}
.pt-md-6 {
    padding-top: 9rem;
}
.pr-md-6 {
    padding-right: 9rem;
}
.pb-md-6 {
    padding-bottom: 9rem;
}
.pl-md-6 {
    padding-left: 9rem;
}
.px-md-6 {
    padding-left: 9rem;
    padding-right: 9rem;
}
.py-md-6 {
    padding-bottom: 9rem;
    padding-top: 9rem;
}
.p-md-7 {
    padding: 10.5rem;
}
.pt-md-7 {
    padding-top: 10.5rem;
}
.pr-md-7 {
    padding-right: 10.5rem;
}
.pb-md-7 {
    padding-bottom: 10.5rem;
}
.pl-md-7 {
    padding-left: 10.5rem;
}
.px-md-7 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
}
.py-md-7 {
    padding-bottom: 10.5rem;
    padding-top: 10.5rem;
}
.p-md-8 {
    padding: 12rem;
}
.pt-md-8 {
    padding-top: 12rem;
}
.pr-md-8 {
    padding-right: 12rem;
}
.pb-md-8 {
    padding-bottom: 12rem;
}
.pl-md-8 {
    padding-left: 12rem;
}
.px-md-8 {
    padding-left: 12rem;
    padding-right: 12rem;
}
.py-md-8 {
    padding-bottom: 12rem;
    padding-top: 12rem;
}
.p-md-9 {
    padding: 15rem;
}
.pt-md-9 {
    padding-top: 15rem;
}
.pr-md-9 {
    padding-right: 15rem;
}
.pb-md-9 {
    padding-bottom: 15rem;
}
.pl-md-9 {
    padding-left: 15rem;
}
.px-md-9 {
    padding-left: 15rem;
    padding-right: 15rem;
}
.py-md-9 {
    padding-bottom: 15rem;
    padding-top: 15rem;
}
.p-md-10 {
    padding: 18rem;
}
.pt-md-10 {
    padding-top: 18rem;
}
.pr-md-10 {
    padding-right: 18rem;
}
.pb-md-10 {
    padding-bottom: 18rem;
}
.pl-md-10 {
    padding-left: 18rem;
}
.px-md-10 {
    padding-left: 18rem;
    padding-right: 18rem;
}
.py-md-10 {
    padding-bottom: 18rem;
    padding-top: 18rem;
}
.m-md-auto {
    margin: auto;
}
.mt-md-auto {
    margin-top: auto;
}
.mr-md-auto {
    margin-right: auto;
}
.mb-md-auto {
    margin-bottom: auto;
}
.ml-md-auto {
    margin-left: auto;
}
.mx-md-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-md-auto {
    margin-bottom: auto;
    margin-top: auto;
}
}
@media (min-width: 992px) {
.m-lg-0 {
    margin: 0;
}
.mt-lg-0 {
    margin-top: 0;
}
.mr-lg-0 {
    margin-right: 0;
}
.mb-lg-0 {
    margin-bottom: 0;
}
.ml-lg-0 {
    margin-left: 0;
}
.mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
}
.my-lg-0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-lg-1 {
    margin: 1.5rem;
}
.mt-lg-1 {
    margin-top: 1.5rem;
}
.mr-lg-1 {
    margin-right: 1.5rem;
}
.mb-lg-1 {
    margin-bottom: 1.5rem;
}
.ml-lg-1 {
    margin-left: 1.5rem;
}
.mx-lg-1 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.my-lg-1 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.m-lg-2 {
    margin: 3rem;
}
.mt-lg-2 {
    margin-top: 3rem;
}
.mr-lg-2 {
    margin-right: 3rem;
}
.mb-lg-2 {
    margin-bottom: 3rem;
}
.ml-lg-2 {
    margin-left: 3rem;
}
.mx-lg-2 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.my-lg-2 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.m-lg-3 {
    margin: 4.5rem;
}
.mt-lg-3 {
    margin-top: 4.5rem;
}
.mr-lg-3 {
    margin-right: 4.5rem;
}
.mb-lg-3 {
    margin-bottom: 4.5rem;
}
.ml-lg-3 {
    margin-left: 4.5rem;
}
.mx-lg-3 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}
.my-lg-3 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
}
.m-lg-4 {
    margin: 6rem;
}
.mt-lg-4 {
    margin-top: 6rem;
}
.mr-lg-4 {
    margin-right: 6rem;
}
.mb-lg-4 {
    margin-bottom: 6rem;
}
.ml-lg-4 {
    margin-left: 6rem;
}
.mx-lg-4 {
    margin-left: 6rem;
    margin-right: 6rem;
}
.my-lg-4 {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.m-lg-5 {
    margin: 7.5rem;
}
.mt-lg-5 {
    margin-top: 7.5rem;
}
.mr-lg-5 {
    margin-right: 7.5rem;
}
.mb-lg-5 {
    margin-bottom: 7.5rem;
}
.ml-lg-5 {
    margin-left: 7.5rem;
}
.mx-lg-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}
.my-lg-5 {
    margin-bottom: 7.5rem;
    margin-top: 7.5rem;
}
.m-lg-6 {
    margin: 9rem;
}
.mt-lg-6 {
    margin-top: 9rem;
}
.mr-lg-6 {
    margin-right: 9rem;
}
.mb-lg-6 {
    margin-bottom: 9rem;
}
.ml-lg-6 {
    margin-left: 9rem;
}
.mx-lg-6 {
    margin-left: 9rem;
    margin-right: 9rem;
}
.my-lg-6 {
    margin-bottom: 9rem;
    margin-top: 9rem;
}
.m-lg-7 {
    margin: 10.5rem;
}
.mt-lg-7 {
    margin-top: 10.5rem;
}
.mr-lg-7 {
    margin-right: 10.5rem;
}
.mb-lg-7 {
    margin-bottom: 10.5rem;
}
.ml-lg-7 {
    margin-left: 10.5rem;
}
.mx-lg-7 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
}
.my-lg-7 {
    margin-bottom: 10.5rem;
    margin-top: 10.5rem;
}
.m-lg-8 {
    margin: 12rem;
}
.mt-lg-8 {
    margin-top: 12rem;
}
.mr-lg-8 {
    margin-right: 12rem;
}
.mb-lg-8 {
    margin-bottom: 12rem;
}
.ml-lg-8 {
    margin-left: 12rem;
}
.mx-lg-8 {
    margin-left: 12rem;
    margin-right: 12rem;
}
.my-lg-8 {
    margin-bottom: 12rem;
    margin-top: 12rem;
}
.m-lg-9 {
    margin: 15rem;
}
.mt-lg-9 {
    margin-top: 15rem;
}
.mr-lg-9 {
    margin-right: 15rem;
}
.mb-lg-9 {
    margin-bottom: 15rem;
}
.ml-lg-9 {
    margin-left: 15rem;
}
.mx-lg-9 {
    margin-left: 15rem;
    margin-right: 15rem;
}
.my-lg-9 {
    margin-bottom: 15rem;
    margin-top: 15rem;
}
.m-lg-10 {
    margin: 18rem;
}
.mt-lg-10 {
    margin-top: 18rem;
}
.mr-lg-10 {
    margin-right: 18rem;
}
.mb-lg-10 {
    margin-bottom: 18rem;
}
.ml-lg-10 {
    margin-left: 18rem;
}
.mx-lg-10 {
    margin-left: 18rem;
    margin-right: 18rem;
}
.my-lg-10 {
    margin-bottom: 18rem;
    margin-top: 18rem;
}
.p-lg-0 {
    padding: 0;
}
.pt-lg-0 {
    padding-top: 0;
}
.pr-lg-0 {
    padding-right: 0;
}
.pb-lg-0 {
    padding-bottom: 0;
}
.pl-lg-0 {
    padding-left: 0;
}
.px-lg-0 {
    padding-left: 0;
    padding-right: 0;
}
.py-lg-0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-lg-1 {
    padding: 1.5rem;
}
.pt-lg-1 {
    padding-top: 1.5rem;
}
.pr-lg-1 {
    padding-right: 1.5rem;
}
.pb-lg-1 {
    padding-bottom: 1.5rem;
}
.pl-lg-1 {
    padding-left: 1.5rem;
}
.px-lg-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-lg-1 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.p-lg-2 {
    padding: 3rem;
}
.pt-lg-2 {
    padding-top: 3rem;
}
.pr-lg-2 {
    padding-right: 3rem;
}
.pb-lg-2 {
    padding-bottom: 3rem;
}
.pl-lg-2 {
    padding-left: 3rem;
}
.px-lg-2 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-lg-2 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.p-lg-3 {
    padding: 4.5rem;
}
.pt-lg-3 {
    padding-top: 4.5rem;
}
.pr-lg-3 {
    padding-right: 4.5rem;
}
.pb-lg-3 {
    padding-bottom: 4.5rem;
}
.pl-lg-3 {
    padding-left: 4.5rem;
}
.px-lg-3 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.py-lg-3 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
}
.p-lg-4 {
    padding: 6rem;
}
.pt-lg-4 {
    padding-top: 6rem;
}
.pr-lg-4 {
    padding-right: 6rem;
}
.pb-lg-4 {
    padding-bottom: 6rem;
}
.pl-lg-4 {
    padding-left: 6rem;
}
.px-lg-4 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-lg-4 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.p-lg-5 {
    padding: 7.5rem;
}
.pt-lg-5 {
    padding-top: 7.5rem;
}
.pr-lg-5 {
    padding-right: 7.5rem;
}
.pb-lg-5 {
    padding-bottom: 7.5rem;
}
.pl-lg-5 {
    padding-left: 7.5rem;
}
.px-lg-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
.py-lg-5 {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
}
.p-lg-6 {
    padding: 9rem;
}
.pt-lg-6 {
    padding-top: 9rem;
}
.pr-lg-6 {
    padding-right: 9rem;
}
.pb-lg-6 {
    padding-bottom: 9rem;
}
.pl-lg-6 {
    padding-left: 9rem;
}
.px-lg-6 {
    padding-left: 9rem;
    padding-right: 9rem;
}
.py-lg-6 {
    padding-bottom: 9rem;
    padding-top: 9rem;
}
.p-lg-7 {
    padding: 10.5rem;
}
.pt-lg-7 {
    padding-top: 10.5rem;
}
.pr-lg-7 {
    padding-right: 10.5rem;
}
.pb-lg-7 {
    padding-bottom: 10.5rem;
}
.pl-lg-7 {
    padding-left: 10.5rem;
}
.px-lg-7 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
}
.py-lg-7 {
    padding-bottom: 10.5rem;
    padding-top: 10.5rem;
}
.p-lg-8 {
    padding: 12rem;
}
.pt-lg-8 {
    padding-top: 12rem;
}
.pr-lg-8 {
    padding-right: 12rem;
}
.pb-lg-8 {
    padding-bottom: 12rem;
}
.pl-lg-8 {
    padding-left: 12rem;
}
.px-lg-8 {
    padding-left: 12rem;
    padding-right: 12rem;
}
.py-lg-8 {
    padding-bottom: 12rem;
    padding-top: 12rem;
}
.p-lg-9 {
    padding: 15rem;
}
.pt-lg-9 {
    padding-top: 15rem;
}
.pr-lg-9 {
    padding-right: 15rem;
}
.pb-lg-9 {
    padding-bottom: 15rem;
}
.pl-lg-9 {
    padding-left: 15rem;
}
.px-lg-9 {
    padding-left: 15rem;
    padding-right: 15rem;
}
.py-lg-9 {
    padding-bottom: 15rem;
    padding-top: 15rem;
}
.p-lg-10 {
    padding: 18rem;
}
.pt-lg-10 {
    padding-top: 18rem;
}
.pr-lg-10 {
    padding-right: 18rem;
}
.pb-lg-10 {
    padding-bottom: 18rem;
}
.pl-lg-10 {
    padding-left: 18rem;
}
.px-lg-10 {
    padding-left: 18rem;
    padding-right: 18rem;
}
.py-lg-10 {
    padding-bottom: 18rem;
    padding-top: 18rem;
}
.m-lg-auto {
    margin: auto;
}
.mt-lg-auto {
    margin-top: auto;
}
.mr-lg-auto {
    margin-right: auto;
}
.mb-lg-auto {
    margin-bottom: auto;
}
.ml-lg-auto {
    margin-left: auto;
}
.mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-lg-auto {
    margin-bottom: auto;
    margin-top: auto;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
    margin: 0;
}
.mt-xl-0 {
    margin-top: 0;
}
.mr-xl-0 {
    margin-right: 0;
}
.mb-xl-0 {
    margin-bottom: 0;
}
.ml-xl-0 {
    margin-left: 0;
}
.mx-xl-0 {
    margin-left: 0;
    margin-right: 0;
}
.my-xl-0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-xl-1 {
    margin: 1.5rem;
}
.mt-xl-1 {
    margin-top: 1.5rem;
}
.mr-xl-1 {
    margin-right: 1.5rem;
}
.mb-xl-1 {
    margin-bottom: 1.5rem;
}
.ml-xl-1 {
    margin-left: 1.5rem;
}
.mx-xl-1 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.my-xl-1 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.m-xl-2 {
    margin: 3rem;
}
.mt-xl-2 {
    margin-top: 3rem;
}
.mr-xl-2 {
    margin-right: 3rem;
}
.mb-xl-2 {
    margin-bottom: 3rem;
}
.ml-xl-2 {
    margin-left: 3rem;
}
.mx-xl-2 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.my-xl-2 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.m-xl-3 {
    margin: 4.5rem;
}
.mt-xl-3 {
    margin-top: 4.5rem;
}
.mr-xl-3 {
    margin-right: 4.5rem;
}
.mb-xl-3 {
    margin-bottom: 4.5rem;
}
.ml-xl-3 {
    margin-left: 4.5rem;
}
.mx-xl-3 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}
.my-xl-3 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
}
.m-xl-4 {
    margin: 6rem;
}
.mt-xl-4 {
    margin-top: 6rem;
}
.mr-xl-4 {
    margin-right: 6rem;
}
.mb-xl-4 {
    margin-bottom: 6rem;
}
.ml-xl-4 {
    margin-left: 6rem;
}
.mx-xl-4 {
    margin-left: 6rem;
    margin-right: 6rem;
}
.my-xl-4 {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.m-xl-5 {
    margin: 7.5rem;
}
.mt-xl-5 {
    margin-top: 7.5rem;
}
.mr-xl-5 {
    margin-right: 7.5rem;
}
.mb-xl-5 {
    margin-bottom: 7.5rem;
}
.ml-xl-5 {
    margin-left: 7.5rem;
}
.mx-xl-5 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}
.my-xl-5 {
    margin-bottom: 7.5rem;
    margin-top: 7.5rem;
}
.m-xl-6 {
    margin: 9rem;
}
.mt-xl-6 {
    margin-top: 9rem;
}
.mr-xl-6 {
    margin-right: 9rem;
}
.mb-xl-6 {
    margin-bottom: 9rem;
}
.ml-xl-6 {
    margin-left: 9rem;
}
.mx-xl-6 {
    margin-left: 9rem;
    margin-right: 9rem;
}
.my-xl-6 {
    margin-bottom: 9rem;
    margin-top: 9rem;
}
.m-xl-7 {
    margin: 10.5rem;
}
.mt-xl-7 {
    margin-top: 10.5rem;
}
.mr-xl-7 {
    margin-right: 10.5rem;
}
.mb-xl-7 {
    margin-bottom: 10.5rem;
}
.ml-xl-7 {
    margin-left: 10.5rem;
}
.mx-xl-7 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
}
.my-xl-7 {
    margin-bottom: 10.5rem;
    margin-top: 10.5rem;
}
.m-xl-8 {
    margin: 12rem;
}
.mt-xl-8 {
    margin-top: 12rem;
}
.mr-xl-8 {
    margin-right: 12rem;
}
.mb-xl-8 {
    margin-bottom: 12rem;
}
.ml-xl-8 {
    margin-left: 12rem;
}
.mx-xl-8 {
    margin-left: 12rem;
    margin-right: 12rem;
}
.my-xl-8 {
    margin-bottom: 12rem;
    margin-top: 12rem;
}
.m-xl-9 {
    margin: 15rem;
}
.mt-xl-9 {
    margin-top: 15rem;
}
.mr-xl-9 {
    margin-right: 15rem;
}
.mb-xl-9 {
    margin-bottom: 15rem;
}
.ml-xl-9 {
    margin-left: 15rem;
}
.mx-xl-9 {
    margin-left: 15rem;
    margin-right: 15rem;
}
.my-xl-9 {
    margin-bottom: 15rem;
    margin-top: 15rem;
}
.m-xl-10 {
    margin: 18rem;
}
.mt-xl-10 {
    margin-top: 18rem;
}
.mr-xl-10 {
    margin-right: 18rem;
}
.mb-xl-10 {
    margin-bottom: 18rem;
}
.ml-xl-10 {
    margin-left: 18rem;
}
.mx-xl-10 {
    margin-left: 18rem;
    margin-right: 18rem;
}
.my-xl-10 {
    margin-bottom: 18rem;
    margin-top: 18rem;
}
.p-xl-0 {
    padding: 0;
}
.pt-xl-0 {
    padding-top: 0;
}
.pr-xl-0 {
    padding-right: 0;
}
.pb-xl-0 {
    padding-bottom: 0;
}
.pl-xl-0 {
    padding-left: 0;
}
.px-xl-0 {
    padding-left: 0;
    padding-right: 0;
}
.py-xl-0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-xl-1 {
    padding: 1.5rem;
}
.pt-xl-1 {
    padding-top: 1.5rem;
}
.pr-xl-1 {
    padding-right: 1.5rem;
}
.pb-xl-1 {
    padding-bottom: 1.5rem;
}
.pl-xl-1 {
    padding-left: 1.5rem;
}
.px-xl-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-xl-1 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.p-xl-2 {
    padding: 3rem;
}
.pt-xl-2 {
    padding-top: 3rem;
}
.pr-xl-2 {
    padding-right: 3rem;
}
.pb-xl-2 {
    padding-bottom: 3rem;
}
.pl-xl-2 {
    padding-left: 3rem;
}
.px-xl-2 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-xl-2 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.p-xl-3 {
    padding: 4.5rem;
}
.pt-xl-3 {
    padding-top: 4.5rem;
}
.pr-xl-3 {
    padding-right: 4.5rem;
}
.pb-xl-3 {
    padding-bottom: 4.5rem;
}
.pl-xl-3 {
    padding-left: 4.5rem;
}
.px-xl-3 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.py-xl-3 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
}
.p-xl-4 {
    padding: 6rem;
}
.pt-xl-4 {
    padding-top: 6rem;
}
.pr-xl-4 {
    padding-right: 6rem;
}
.pb-xl-4 {
    padding-bottom: 6rem;
}
.pl-xl-4 {
    padding-left: 6rem;
}
.px-xl-4 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-xl-4 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.p-xl-5 {
    padding: 7.5rem;
}
.pt-xl-5 {
    padding-top: 7.5rem;
}
.pr-xl-5 {
    padding-right: 7.5rem;
}
.pb-xl-5 {
    padding-bottom: 7.5rem;
}
.pl-xl-5 {
    padding-left: 7.5rem;
}
.px-xl-5 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
.py-xl-5 {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
}
.p-xl-6 {
    padding: 9rem;
}
.pt-xl-6 {
    padding-top: 9rem;
}
.pr-xl-6 {
    padding-right: 9rem;
}
.pb-xl-6 {
    padding-bottom: 9rem;
}
.pl-xl-6 {
    padding-left: 9rem;
}
.px-xl-6 {
    padding-left: 9rem;
    padding-right: 9rem;
}
.py-xl-6 {
    padding-bottom: 9rem;
    padding-top: 9rem;
}
.p-xl-7 {
    padding: 10.5rem;
}
.pt-xl-7 {
    padding-top: 10.5rem;
}
.pr-xl-7 {
    padding-right: 10.5rem;
}
.pb-xl-7 {
    padding-bottom: 10.5rem;
}
.pl-xl-7 {
    padding-left: 10.5rem;
}
.px-xl-7 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
}
.py-xl-7 {
    padding-bottom: 10.5rem;
    padding-top: 10.5rem;
}
.p-xl-8 {
    padding: 12rem;
}
.pt-xl-8 {
    padding-top: 12rem;
}
.pr-xl-8 {
    padding-right: 12rem;
}
.pb-xl-8 {
    padding-bottom: 12rem;
}
.pl-xl-8 {
    padding-left: 12rem;
}
.px-xl-8 {
    padding-left: 12rem;
    padding-right: 12rem;
}
.py-xl-8 {
    padding-bottom: 12rem;
    padding-top: 12rem;
}
.p-xl-9 {
    padding: 15rem;
}
.pt-xl-9 {
    padding-top: 15rem;
}
.pr-xl-9 {
    padding-right: 15rem;
}
.pb-xl-9 {
    padding-bottom: 15rem;
}
.pl-xl-9 {
    padding-left: 15rem;
}
.px-xl-9 {
    padding-left: 15rem;
    padding-right: 15rem;
}
.py-xl-9 {
    padding-bottom: 15rem;
    padding-top: 15rem;
}
.p-xl-10 {
    padding: 18rem;
}
.pt-xl-10 {
    padding-top: 18rem;
}
.pr-xl-10 {
    padding-right: 18rem;
}
.pb-xl-10 {
    padding-bottom: 18rem;
}
.pl-xl-10 {
    padding-left: 18rem;
}
.px-xl-10 {
    padding-left: 18rem;
    padding-right: 18rem;
}
.py-xl-10 {
    padding-bottom: 18rem;
    padding-top: 18rem;
}
.m-xl-auto {
    margin: auto;
}
.mt-xl-auto {
    margin-top: auto;
}
.mr-xl-auto {
    margin-right: auto;
}
.mb-xl-auto {
    margin-bottom: auto;
}
.ml-xl-auto {
    margin-left: auto;
}
.mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-xl-auto {
    margin-bottom: auto;
    margin-top: auto;
}
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
@media (min-width: 576px) {
.text-sm-left {
    text-align: left;
}
.text-sm-right {
    text-align: right;
}
.text-sm-center {
    text-align: center;
}
}
@media (min-width: 768px) {
.text-md-left {
    text-align: left;
}
.text-md-right {
    text-align: right;
}
.text-md-center {
    text-align: center;
}
}
@media (min-width: 992px) {
.text-lg-left {
    text-align: left;
}
.text-lg-right {
    text-align: right;
}
.text-lg-center {
    text-align: center;
}
}
@media (min-width: 1200px) {
.text-xl-left {
    text-align: left;
}
.text-xl-right {
    text-align: right;
}
.text-xl-center {
    text-align: center;
}
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 700;
}
.font-italic {
    font-style: italic;
}
.text-white {
    color: #fff;
}
.text-muted {
    color: #818a91;
}
a.text-muted:focus, a.text-muted:hover {
    color: #687077;
}
.text-primary {
    color: #006ab2;
}
a.text-primary:focus, a.text-primary:hover {
    color: #004c7f;
}
.text-success {
    color: #5cb85c;
}
a.text-success:focus, a.text-success:hover {
    color: #449d44;
}
.text-info {
    color: #006ab2;
}
a.text-info:focus, a.text-info:hover {
    color: #004c7f;
}
.text-warning {
    color: #f0ad4e;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ec971f;
}
.text-danger {
    color: #d9534f;
}
a.text-danger:focus, a.text-danger:hover {
    color: #c9302c;
}
.text-gray-dark {
    color: #373a3c;
}
a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #1f2021;
}
.text-hide {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.invisible {
    visibility: hidden;
}
.hidden-xs-up {
    display: none;
}
@media (max-width: 575px) {
.hidden-xs-down {
    display: none;
}
}
@media (min-width: 576px) {
.hidden-sm-up {
    display: none;
}
}
@media (max-width: 767px) {
.hidden-sm-down {
    display: none;
}
}
@media (min-width: 768px) {
.hidden-md-up {
    display: none;
}
}
@media (max-width: 991px) {
.hidden-md-down {
    display: none;
}
}
@media (min-width: 992px) {
.hidden-lg-up {
    display: none;
}
}
@media (max-width: 1199px) {
.hidden-lg-down {
    display: none;
}
}
@media (min-width: 1200px) {
.hidden-xl-up {
    display: none;
}
}
.hidden-xl-down {
    display: none;
}
.visible-print-block {
    display: none;
}
@media print {
.visible-print-block {
    display: block;
}
}
.visible-print-inline {
    display: none;
}
@media print {
.visible-print-inline {
    display: inline;
}
}
.visible-print-inline-block {
    display: none;
}
@media print {
.visible-print-inline-block {
    display: inline-block;
}
}
@media print {
.hidden-print {
    display: none;
}
}
.txt-shadow-white {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.txt-shadow-black {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.txt-fadein {
    opacity: 0;
    transition: all 750ms ease 0s;
}
.txt-fadein.in {
    opacity: 1;
}
.video-section {
    position: relative;
}
.parallax-section {
    position: relative;
    z-index: 10;
}
.parallax-section .parallax-content {
    position: relative;
    z-index: 11;
}
.img-wrapper .inner {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.img-wrapper .inner.halign-left {
    -moz-box-pack: end;
    justify-content: flex-end;
    width: auto;
}
.img-wrapper .inner.halign-right {
    -moz-box-pack: start;
    justify-content: flex-start;
    width: auto;
}
.img-banner {
    -moz-box-align: center;
    align-items: center;
    display: flex;
}
.img-banner.row-reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse;
}
.img-banner.row-reverse .img {
    -moz-box-pack: start;
    justify-content: flex-start;
    padding-left: 10vw;
    padding-right: 0;
}
.img-banner .img {
    -moz-box-pack: end;
    display: flex;
    justify-content: flex-end;
    overflow: visible;
    padding-right: 10vw;
    width: 30%;
}
.img-banner .img > img {
    max-height: 60vh;
}
.img-banner .img .img-fluid {
    align-self: center;
}
.media {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: center;
    flex-direction: column;
}
.media .media-left, .media .media-right {
    margin: 0 0 1.5rem;
    padding: 0;
}
.media .media-body .media-heading {
    margin-bottom: 2rem;
}
.media .media-body .media-heading a {
    color: inherit;
}
.media .media-body .media-heading a:focus, .media .media-body .media-heading a:hover {
    color: #006ab2;
    text-decoration: none;
}
.media .media-body .media-heading a:active {
    color: #000;
    text-decoration: none;
}
.media.row-reverse {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.form-inline-group {
    -moz-box-pack: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.form-inline-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.form-inline-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.form-inline-group .btn:last-child:not(:first-child), .form-inline-group .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.form-inline-group.center-form {
    margin: 0 auto;
}
.form-inner .form-group {
    padding: 0.5rem;
}
.form-inner .form-group, .form-inner .row {
    border-radius: 4px;
}
.form-control {
    margin: 0 0.25rem;
    min-width: 0.25rem;
}
fieldset {
    background: #fdfdfd none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    padding: 2.5rem 1rem 1rem;
    position: relative;
}
fieldset:last-child {
    margin-bottom: 0;
}
legend {
    -moz-box-align: center;
    align-items: center;
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    left: 0;
    margin: 0 1rem;
    min-height: 3rem;
    padding: 0.5rem 1.5rem;
    position: absolute;
    top: -1.5rem;
    width: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
.h1, h1 {
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.h2, h2 {
    font-size: 4.6rem;
    line-height: 1.3;
}
.h3, h3 {
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1.3;
}
.h4, h4 {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.3;
}
.h5, h5 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.3;
}
.hgroup {
    margin: 0;
}
.hgroup .headline, .hgroup .lead {
    color: inherit;
}
.hgroup.hgroup-sm {
    margin: 3rem 0;
}
.hgroup.hgroup-xs {
    margin: 2.5rem 0;
}
.hgroup.bg-color {
    padding: 6rem 0;
}
.hgroup.bg-color .headline {
    color: inherit;
}
.hgroup.bg-color .lead {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.75;
}
.hgroup.bg-color .lead strong {
    color: #fff;
}
.text-center {
    text-align: center;
}
.text-size-xs {
    font-size: 1.2rem;
    line-height: 1.7;
}
.text-size-sm {
    font-size: 1.4rem;
    line-height: 1.6;
}
.text-size-md {
    font-size: 2rem;
    line-height: 1.6;
}
.text-size-lg {
    font-size: 2.2rem;
    line-height: 1.6;
}
.text-size-xl {
    font-size: 2.6rem;
    line-height: 1.6;
}
.text-bold {
    font-weight: 600;
}
.lead {
    color: rgba(0, 0, 0, 0.5);
    font-size: 2.2rem;
    font-style: italic;
    line-height: 1.75;
    margin-top: 2.5rem;
}
.lead.lead-sm {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 0.75rem;
}
.lead.lead-xs {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 0.5rem;
}
.lead.embossing {
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.hr, hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 100%;
}
.hr.hr-hide, hr.hr-hide {
    border-color: transparent;
}
.hr.hr-zero, hr.hr-zero {
    margin: 0;
    padding: 0;
}
.hr.hr-xs, hr.hr-xs {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.hr.hr-sm, hr.hr-sm {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.hr.hr-lg, hr.hr-lg {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.hr.hr-xl, hr.hr-xl {
    margin-bottom: 8rem;
    margin-top: 8rem;
}
ul {
    padding-left: 2.2rem;
}
ul.list-xs {
    font-size: 1.4rem;
    line-height: 1.7;
}
ul.list-sm {
    font-size: 1.6rem;
    line-height: 1.6;
}
ul.list-icon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.list-icon li {
    margin-bottom: 0.25rem;
    position: relative;
}
ul.list-icon li:last-child {
    margin-bottom: 0;
}
ul.list-icon li.ico-li {
    padding-left: 2.2rem;
}
ul.list-icon li.ico-li .fa {
    left: 0;
    line-height: inherit;
    position: absolute;
}
ul.seperator-dots {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.seperator-dots li {
    display: inline-block;
    position: relative;
}
ul.seperator-dots li:last-child::after {
    content: none;
    padding: 0;
}
ul.seperator-dots li::after {
    color: #ff6400;
    content: ".";
    line-height: inherit;
    padding: 0;
}
ul.seperator-dots li a {
    color: #444;
}
ul.display-flex li {
    margin: 0 2rem;
}
ul.list-group {
    text-align: left;
}
ul.list-group.list-sm {
    font-size: 1.6rem;
}
ul.list-group.list-sm li {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
ul.list-group li {
    background-color: transparent;
}
ul.list-group li.ico-li {
    padding-left: 3.4rem;
}
ul.list-group li.ico-li .fa {
    left: 1.25rem;
    line-height: inherit;
    position: absolute;
}
.dropdown-menu {
    border-color: #dfdfdf;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    margin: 1rem 0 0 -1px;
    padding: 0;
}
.dropdown-menu::after, .dropdown-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.dropdown-menu::after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 5px;
    margin-left: -5px;
}
.dropdown-menu::before {
    border-color: rgba(223, 223, 223, 0) rgba(223, 223, 223, 0) #dfdfdf;
    border-width: 6px;
    margin-left: -6px;
}
.dropdown-menu.dropdown-menu-right::after {
    left: inherit;
    margin: 0;
    right: 1.6rem;
}
.dropdown-menu.dropdown-menu-right::before {
    left: inherit;
    margin: 0;
    right: 1.5rem;
}
.dropdown-menu.dropdown-menu-left::after {
    left: 1.6rem;
    margin: 0;
}
.dropdown-menu.dropdown-menu-left::before {
    left: 1.5rem;
    margin: 0;
}
.dropdown-menu a {
    display: block;
    font-size: 1.6rem;
    padding: 0 1.75rem;
}
.card {
    min-width: 17rem;
}
.card.no-border {
    border: medium none;
}
.card .card-header {
    background: #876e44 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    left: 0;
    padding: 0.5rem 2rem;
    position: absolute;
    width: auto;
    z-index: 10;
}
.card .hgroup {
    margin: 0;
}
.card .card-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0;
}
.card .card-subtitle {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
    margin-top: 0;
}
.card .card-img-top {
    margin: 0 auto;
}
.card.card-transparent {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.card.card-transparent .card-title {
    color: rgba(0, 0, 0, 0.5);
}
.card.card-transparent .card-text {
    color: rgba(0, 0, 0, 0.75);
}
.card.card-transparent .card-subtitle {
    color: rgba(0, 0, 0, 0.5);
}
.card.card-icon {
    border: medium none;
    transition: all 250ms ease 0s;
}
.card.card-icon:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
.card.card-icon:hover .inner {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25) inset;
}
.card.card-icon:hover .inner .fa {
    opacity: 0.8;
    transform: scale(0.8);
}
.card.card-icon .top-icon {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}
.card.card-icon .top-icon .inner {
    transition: all 250ms ease 0s;
}
.card.card-icon .top-icon .inner.bg-color {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    display: flex;
    height: 18rem;
    justify-content: center;
    width: 18rem;
}
.card.card-icon .top-icon .inner .fa {
    transition: all 250ms ease 0s;
}
.card.card-sm {
    font-size: 1.6rem;
}
.card.card-sm .card-title {
    font-size: 1.8rem;
    font-weight: 600;
}
.card.card-sm .card-subtitle {
    font-size: 1.4rem;
}
.lg-on {
    overflow: initial;
    perspective: inherit;
}
.img-hover {
    overflow: hidden;
    position: relative;
}
.img-hover * {
    transition: all 0.35s ease-in-out 0s;
}
.img-hover .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 2.8rem;
    height: 6rem;
    left: 50%;
    line-height: 6rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    width: 6rem;
    z-index: 110;
}
.img-hover:hover img {
    filter: grayscale(100%);
    opacity: 0.3;
    transform: scale(1.1);
}
.img-hover:hover .fa {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
.panel {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px -6px rgba(0, 0, 0, 0.25);
    margin-bottom: 1rem;
}
.panel .panel-heading {
    background: #fdfdfd none repeat scroll 0 0;
    padding: 1.5rem 2rem 1.5rem 4rem;
    position: relative;
}
.panel .panel-heading.active::before {
    content: "";
}
.panel .panel-heading::before {
    content: "";
    display: block;
    font-family: FontAwesome;
    left: 1.5rem;
    position: absolute;
}
.panel .panel-heading .panel-title a {
    display: block;
}
.panel .panel-collapse {
    border-top: 1px solid #ddd;
    padding: 1.5rem 2rem;
}
.blockquote {
    border: medium none;
    font-size: 2rem;
}
.blockquote .blockquote-body {
    color: #818a91;
    font-style: italic;
    position: relative;
    text-align: center;
}
.blockquote .blockquote-body p {
    display: inline;
}
.blockquote .blockquote-footer {
    color: #006ab2;
    font-weight: 600;
    margin-top: 2rem;
    text-align: center;
}
.blockquote .blockquote-footer::before {
    content: none;
}
.blockquote .blockquote-footer cite {
    color: #444;
    display: block;
    font-style: normal;
    font-weight: 400;
}
.icon-pencil-square-o::before {
    content: "";
}
.icon-envelope::before {
    content: "";
}
.icon-trash::before {
    content: "";
}
.icon-star::before {
    content: "";
}
.icon-shopping-cart::before {
    content: "";
}
.icon-cog::before {
    content: "";
}
.icon-arrow-down::before {
    content: "";
}
.icon-arrow-left::before {
    content: "";
}
.icon-arrow-right::before {
    content: "";
}
.icon-v-up::before {
    content: "";
}
.icon-chevron-down::before {
    content: "";
}
.icon-chevron-left::before {
    content: "";
}
.icon-chevron-right::before {
    content: "";
}
.icon-chevron-up::before {
    content: "";
}
.icon-angle-down::before {
    content: "";
}
.icon-angle-left::before {
    content: "";
}
.icon-angle-right::before {
    content: "";
}
.icon-angle-up::before {
    content: "";
}
.btn {
    -moz-box-align: baseline;
    align-items: baseline;
    border-radius: 4px;
    display: inline-flex;
    white-space: initial;
}
.btn .txt {
    line-height: 1.3;
    text-align: left;
}
.btn .txt.pad-l {
    padding-left: 1rem;
}
.btn .txt.pad-r {
    padding-right: 1rem;
}
.btn .txt.txt-uppercase {
    text-transform: uppercase;
}
.btn small {
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
.btn-group {
    display: flex;
}
.btn-group > .btn {
    -moz-box-align: center;
    align-items: center;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.wrap-video-set {
    padding: 3rem 0;
}
.wrap-video-set .wrap-video-slider {
    margin-bottom: 3rem;
    position: relative;
}
.wrap-video-set .wrap-video-slider:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
}
.wrap-video-set .wrap-video-slider h3 {
    margin-bottom: 2rem;
}
.wrap-video-set .wrap-video-slider .youtube-item .yt-titel {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
    justify-content: center;
    left: 0;
    line-height: 1.5;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    top: 0;
    transition: all 250ms ease 0s;
    z-index: 100;
}
.wrap-video-set .wrap-video-slider .youtube-item .yt-titel .insert-titel {
    transition: all 250ms ease 0s;
}
.wrap-video-set .wrap-video-slider .youtube-item .yt-desc {
    margin-top: 1.5rem;
}
.wrap-video-set .wrap-video-slider .youtube-item .wrap-thumb {
    overflow: hidden;
    position: relative;
}
.wrap-video-set .wrap-video-slider .youtube-item .wrap-thumb .yt-thumb {
    margin: -5rem auto;
}
.youtube-list .youtube-item .insert-thumb {
    display: block;
    margin: 0 auto;
    position: relative;
}
.youtube-list .youtube-item .insert-thumb .yt-duration {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
    position: absolute;
    right: 0;
    z-index: 110;
}
.youtube-list .youtube-item .insert-thumb:hover .yt-titel {
    opacity: 0;
}
.youtube-list .youtube-item .insert-thumb:hover .yt-titel .insert-titel {
    transform: scale(0.8);
}
.wrap-gallery .gallery-item {
    margin-bottom: 1.5rem;
}
.wrap-gallery .gallery-item a {
    display: block;
}
.menu-transparent .img-fullscreen {
    font-family: "object-fit: cover; object-position: 50%";
    height: 100vh;
    object-fit: cover;
    object-position: 50% center;
    object-position: 50% center;
    overflow: hidden;
    width: 100vw;
}
.menu-default .img-fullscreen, .menu-fixed .img-fullscreen {
    font-family: "object-fit: cover; object-position: 50%";
    height: calc(100vh - 8rem);
    object-fit: cover;
    object-position: 50% center;
    object-position: 50% center;
    overflow: hidden;
    width: 100vw;
}
.swiper-outer {
    position: relative;
}
.swiper-outer .swiper-button-next, .swiper-outer .swiper-button-prev {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    display: flex;
    font-size: 5rem;
    height: auto;
    justify-content: center;
    margin-top: 0;
    opacity: 0.7;
    text-align: center;
    top: 0;
    transition: all 250ms ease 0s;
    width: 5rem;
}
.swiper-outer .swiper-button-next::before, .swiper-outer .swiper-button-prev::before {
    color: #fff;
    font-family: FontAwesome;
}
.swiper-outer .swiper-button-next.swiper-button-disabled, .swiper-outer .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.swiper-outer .swiper-button-prev {
    left: 3rem;
}
.swiper-outer .swiper-button-next {
    right: 3rem;
}
.swiper-outer .swiper-button-prev::before {
    content: "";
}
.swiper-outer .swiper-button-next::before {
    content: "";
}
.swiper-outer:hover .swiper-button-prev {
    left: 0;
}
.swiper-outer:hover .swiper-button-next {
    right: 0;
}
.swiper-outer:hover .swiper-button-next, .swiper-outer:hover .swiper-button-prev {
    opacity: 0.7;
}
.swiper-outer:hover .swiper-button-next:hover, .swiper-outer:hover .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    opacity: 1;
}
.swiper-outer .swiper-button-next.btn-outside, .swiper-outer .swiper-button-prev.btn-outside {
    font-size: 6rem;
    width: 3.5rem;
}
.swiper-outer .swiper-button-next.btn-outside::before, .swiper-outer .swiper-button-prev.btn-outside::before {
    color: rgba(0, 0, 0, 0.5);
}
.swiper-outer .swiper-button-prev.btn-outside {
    left: -4.5rem;
}
.swiper-outer .swiper-button-next.btn-outside {
    right: -4.5rem;
}
.swiper-outer:hover .swiper-button-prev.btn-outside {
    left: -3.5rem;
}
.swiper-outer:hover .swiper-button-next.btn-outside {
    right: -3.5rem;
}
.swiper-outer:hover .swiper-button-next.btn-outside:hover, .swiper-outer:hover .swiper-button-prev.btn-outside:hover {
    opacity: 1;
}
.swiper-outer .swiper-default {
    overflow: hidden;
    position: relative;
}
.swiper-outer .swiper-default .swiper-container.container {
    padding: 0;
}
.swiper-outer .swiper-default .swiper-container .swiper-slide .wrap-caption {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.swiper-outer .swiper-default .swiper-container .swiper-slide .wrap-caption .halign-center .caption {
    text-align: center;
}
.swiper-outer .swiper-default .swiper-container .swiper-slide .wrap-caption .caption {
    line-height: 1.3;
    max-width: 100%;
    padding: 1.5rem;
    text-align: left;
}
.swiper-outer .swiper-default .swiper-container .swiper-slide .wrap-caption .caption .carousel-text {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 3rem;
}
.swiper-outer .swiper-default .swiper-container .swiper-slide .wrap-caption .caption .btn {
    text-shadow: none;
}
.swiper-outer .swiper-default .swiper-pagination-progress {
    bottom: 0;
    height: 0.5rem;
    top: inherit;
    width: 100%;
}
.swiper-outer .swiper-default .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #ff6400 none repeat scroll 0 0;
}
html {
    font-size: 10px;
}
 .header {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 2rem;
}
.header .logos-outer {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    position: relative;
}
.header .logos-outer .logo {
    max-width: 10rem;
    padding: 1rem;
    width: 33.3333%;
} 

.progress {
    margin-bottom: 1rem;
}
.progress.is-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.controlls-outer {
    border-top: 1px solid #dfdfdf;
    margin: 3rem 0;
    padding-top: 3rem;
    width: 100%;
}
.footer {
    background-color: #006ab2;
    color: rgba(255, 255, 255, 0.87);
    font-size: 1.4rem;
    padding: 1rem 0;
}
.text-xxs {
    font-size: 1.2rem;
}
.text-xs {
    font-size: 1.4rem;
}
.text-sm {
    font-size: 1.6rem;
}
.text-md {
    font-size: 1.8rem;
}
.text-default {
    font-style: normal;
    font-weight: 400;
}
.carousel-item {
    margin: 0;
}
.custom-form {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: justify;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    position: relative;
    width: 10px;
}
.custom-form .flex-wrapper {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: justify;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.custom-form .custom-control {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    margin: 1.5rem 0;
    min-height: inherit;
    padding: 0;
}
.custom-form .custom-control:first-child {
    margin-top: 0;
}
.custom-form .custom-control:last-child {
    margin-bottom: 0;
}
.custom-form .custom-control label {
    -moz-box-align: center;
    align-items: center;
    display: inline-flex;
    margin: 1rem 0 0 -5px;
    padding: 1rem 0 1rem 2.5rem;
}
.custom-form .custom-control label:first-child {
    margin-top: 0;
}
.custom-form .custom-control label:hover {
    cursor: pointer;
}
.custom-form .custom-control label:hover .custom-control-description {
    color: #006ab2;
}
.custom-form .custom-control .custom-control-indicator {
    background-color: #fff;
/*      border: 1px solid #757575; */
     border: 1px solid #ccc;
    height: 16px;
    left: 0;
    margin-left: -4px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.custom-form .custom-control .custom-control-description {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    left: 0;
    line-height: 1.3;
    min-width: 70vw;
    position: relative;
    transition: all 250ms ease 0s;
}
.custom-form.custom-form-radio.make-2-cols .custom-control-description {
    min-width: 35vw;
}
.custom-form.custom-form-radio {
    height: auto;
    margin: 2rem 1rem;
}
.custom-form.custom-form-radio.height-auto {
    height: auto;
}
.custom-form.custom-form-radio.height-50vh {
    height: 50vh;
}
.custom-form.custom-form-radio.height-60vh {
    height: 60vh;
}
.custom-form.custom-form-radio.height-70vh {
    height: 70vh;
}
.custom-form.custom-form-radio .custom-control {
    height: 10px;
}
.custom-form.custom-form-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E");
}
.custom-form.custom-form-checkbox .custom-checkbox {
    margin: 0;
    padding: 1rem 0;
}
.custom-form.custom-form-checkbox .custom-checkbox label {
    padding: 0 0 0 2.5rem;
}
.custom-form.custom-form-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");
}
.custom-form .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #006ab2;
    color: #fff;
}
.custom-form .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #006ab2;
}
.custom-form .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #f0f0f0;
    cursor: not-allowed;
}
.custom-form .custom-control-input:disabled ~ .custom-control-description {
    color: #818a91;
    cursor: not-allowed;
}
.form-horizontal .custom-form .custom-control {
    margin: 0;
}
.form-horizontal {
    overflow-x: auto;
    overflow-y: hidden;
}
.form-horizontal .form-scroller {
    width: 980px;
}
.form-horizontal .question-sub {
    padding-bottom: 5rem;
}
.form-horizontal .question-sub .text-head {
    display: none;
}
.form-horizontal .carousel .carousel-inner {
    overflow: inherit;
}
.form-horizontal .carousel .carousel-inner .carousel-item {
    display: flex;
}
.form-horizontal .carousel .carousel-control-outer {
    display: none;
}
.form-horizontal .question-sub [class^="col-"]:nth-child(1), .form-horizontal .question-sub [class^="col-"]:nth-child(2) {
    -moz-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.form-horizontal .question-sub [class^="col-"]:nth-child(2) {
    margin-left: 16.6667%;
}
.form-horizontal .form-1-col {
    margin-top: 6rem;
}
.form-horizontal .form-2-col [class^="col-"]:nth-child(1) {
    -moz-box-flex: 0;
    display: flex;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.form-horizontal .form-2-col [class^="col-"]:nth-child(2) {
    -moz-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}
.form-horizontal .form-3-col [class^="col-"]:nth-child(1), .form-horizontal .form-3-col [class^="col-"]:nth-child(3) {
    -moz-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.form-horizontal .form-3-col [class^="col-"]:nth-child(2) {
    -moz-box-flex: 0;
    display: flex;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.form-horizontal .form-4-col [class^="col-"]:nth-child(1), .form-horizontal .form-4-col [class^="col-"]:nth-child(3) {
    -moz-box-flex: 0;
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
}
.form-horizontal .form-4-col [class^="col-"]:nth-child(2) {
    -moz-box-flex: 0;
    display: flex;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.form-horizontal .form-4-col [class^="col-"]:nth-child(4) {
    -moz-box-flex: 0;
    display: flex;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.form-horizontal .custom-form .flex-wrapper {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: justify;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.form-horizontal .custom-form .custom-control {
    width: 10px;
}
.form-horizontal .custom-form .custom-control .custom-control-description.hidden-sm-up {
    display: none;
}
.form-horizontal .custom-form.custom-form-radio {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
    height: inherit;
    margin: 3rem auto;
    width: 90%;
}
.form-horizontal .custom-form.custom-form-radio .custom-control {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}
.form-horizontal .custom-form.custom-form-radio .custom-control label {
    margin-left: 0;
    padding: 1rem;
}
.form-horizontal .custom-form.custom-form-radio .custom-control-description {
    -moz-box-pack: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    left: inherit;
    margin: 0;
    min-width: 10rem;
    top: -6rem;
    width: auto;
}
.form-horizontal .custom-form.custom-form-radio .custom-control-description input {
    flex-basis: inherit;
    margin: 1rem 0 0;
    max-width: inherit;
}
.form-horizontal .custom-form.custom-form-checkbox {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    flex-direction: row;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.form-horizontal .custom-form.custom-form-checkbox .custom-control {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}
.form-horizontal .custom-form.custom-form-checkbox .custom-control label {
    margin-left: 0;
    padding: 1rem;
}
.form-horizontal .custom-form.custom-form-checkbox .custom-control-description {
    display: inline-flex;
    flex-wrap: wrap;
    left: inherit;
    margin: 0;
    min-width: inherit;
    top: -6rem;
    width: auto;
}
.form-horizontal .custom-form.custom-form-checkbox .custom-control-description input {
    flex-basis: inherit;
    margin: 1rem 0 0;
    max-width: inherit;
}
.form-horizontal .form-inner {
    margin-bottom: 3rem;
}
.form-horizontal .form-inner .highlight:nth-child(2n) {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px;
}
.form-horizontal .form-inner .highlight:hover:not(:only-child) {
    background: #b1bdc5 none repeat scroll 0 0;
}
.form-horizontal .form-inner .text-sub {
    -moz-box-align: center;
    -moz-box-pack: end;
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
    justify-content: flex-end;
    margin: 0;
    text-align: right;
    width: 100%;
}
.form-horizontal .form-inner .text-sub.text-center {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}
.form-horizontal .add-pipe::before {
    height: 8px;
    width: 100%;
}
.form-horizontal .add-pipe.pipe-1::before {
    max-height: inherit;
    width: 1%;
}
.form-horizontal .add-pipe.pipe-2::before {
    max-height: inherit;
    width: 2%;
}
.form-horizontal .add-pipe.pipe-3::before {
    max-height: inherit;
    width: 3%;
}
.form-horizontal .add-pipe.pipe-4::before {
    max-height: inherit;
    width: 4%;
}
.form-horizontal .add-pipe.pipe-5::before {
    max-height: inherit;
    width: 5%;
}
.form-horizontal .add-pipe.pipe-6::before {
    max-height: inherit;
    width: 6%;
}
.form-horizontal .add-pipe.pipe-7::before {
    max-height: inherit;
    width: 7%;
}
.form-horizontal .add-pipe.pipe-8::before {
    max-height: inherit;
    width: 8%;
}
.form-horizontal .add-pipe.pipe-9::before {
    max-height: inherit;
    width: 9%;
}
.form-horizontal .add-pipe.pipe-10::before {
    max-height: inherit;
    width: 10%;
}
.form-horizontal .add-pipe.pipe-11::before {
    max-height: inherit;
    width: 11%;
}
.form-horizontal .add-pipe.pipe-12::before {
    max-height: inherit;
    width: 12%;
}
.form-horizontal .add-pipe.pipe-13::before {
    max-height: inherit;
    width: 13%;
}
.form-horizontal .add-pipe.pipe-14::before {
    max-height: inherit;
    width: 14%;
}
.form-horizontal .add-pipe.pipe-15::before {
    max-height: inherit;
    width: 15%;
}
.form-horizontal .add-pipe.pipe-16::before {
    max-height: inherit;
    width: 16%;
}
.form-horizontal .add-pipe.pipe-17::before {
    max-height: inherit;
    width: 17%;
}
.form-horizontal .add-pipe.pipe-18::before {
    max-height: inherit;
    width: 18%;
}
.form-horizontal .add-pipe.pipe-19::before {
    max-height: inherit;
    width: 19%;
}
.form-horizontal .add-pipe.pipe-20::before {
    max-height: inherit;
    width: 20%;
}
.form-horizontal .add-pipe.pipe-21::before {
    max-height: inherit;
    width: 21%;
}
.form-horizontal .add-pipe.pipe-22::before {
    max-height: inherit;
    width: 22%;
}
.form-horizontal .add-pipe.pipe-23::before {
    max-height: inherit;
    width: 23%;
}
.form-horizontal .add-pipe.pipe-24::before {
    max-height: inherit;
    width: 24%;
}
.form-horizontal .add-pipe.pipe-25::before {
    max-height: inherit;
    width: 25%;
}
.form-horizontal .add-pipe.pipe-26::before {
    max-height: inherit;
    width: 26%;
}
.form-horizontal .add-pipe.pipe-27::before {
    max-height: inherit;
    width: 27%;
}
.form-horizontal .add-pipe.pipe-28::before {
    max-height: inherit;
    width: 28%;
}
.form-horizontal .add-pipe.pipe-29::before {
    max-height: inherit;
    width: 29%;
}
.form-horizontal .add-pipe.pipe-30::before {
    max-height: inherit;
    width: 30%;
}
.form-horizontal .add-pipe.pipe-31::before {
    max-height: inherit;
    width: 31%;
}
.form-horizontal .add-pipe.pipe-32::before {
    max-height: inherit;
    width: 32%;
}
.form-horizontal .add-pipe.pipe-33::before {
    max-height: inherit;
    width: 33%;
}
.form-horizontal .add-pipe.pipe-34::before {
    max-height: inherit;
    width: 34%;
}
.form-horizontal .add-pipe.pipe-35::before {
    max-height: inherit;
    width: 35%;
}
.form-horizontal .add-pipe.pipe-36::before {
    max-height: inherit;
    width: 36%;
}
.form-horizontal .add-pipe.pipe-37::before {
    max-height: inherit;
    width: 37%;
}
.form-horizontal .add-pipe.pipe-38::before {
    max-height: inherit;
    width: 38%;
}
.form-horizontal .add-pipe.pipe-39::before {
    max-height: inherit;
    width: 39%;
}
.form-horizontal .add-pipe.pipe-40::before {
    max-height: inherit;
    width: 40%;
}
.form-horizontal .add-pipe.pipe-41::before {
    max-height: inherit;
    width: 41%;
}
.form-horizontal .add-pipe.pipe-42::before {
    max-height: inherit;
    width: 42%;
}
.form-horizontal .add-pipe.pipe-43::before {
    max-height: inherit;
    width: 43%;
}
.form-horizontal .add-pipe.pipe-44::before {
    max-height: inherit;
    width: 44%;
}
.form-horizontal .add-pipe.pipe-45::before {
    max-height: inherit;
    width: 45%;
}
.form-horizontal .add-pipe.pipe-46::before {
    max-height: inherit;
    width: 46%;
}
.form-horizontal .add-pipe.pipe-47::before {
    max-height: inherit;
    width: 47%;
}
.form-horizontal .add-pipe.pipe-48::before {
    max-height: inherit;
    width: 48%;
}
.form-horizontal .add-pipe.pipe-49::before {
    max-height: inherit;
    width: 49%;
}
.form-horizontal .add-pipe.pipe-50::before {
    max-height: inherit;
    width: 50%;
}
.form-horizontal .add-pipe.pipe-51::before {
    max-height: inherit;
    width: 51%;
}
.form-horizontal .add-pipe.pipe-52::before {
    max-height: inherit;
    width: 52%;
}
.form-horizontal .add-pipe.pipe-53::before {
    max-height: inherit;
    width: 53%;
}
.form-horizontal .add-pipe.pipe-54::before {
    max-height: inherit;
    width: 54%;
}
.form-horizontal .add-pipe.pipe-55::before {
    max-height: inherit;
    width: 55%;
}
.form-horizontal .add-pipe.pipe-56::before {
    max-height: inherit;
    width: 56%;
}
.form-horizontal .add-pipe.pipe-57::before {
    max-height: inherit;
    width: 57%;
}
.form-horizontal .add-pipe.pipe-58::before {
    max-height: inherit;
    width: 58%;
}
.form-horizontal .add-pipe.pipe-59::before {
    max-height: inherit;
    width: 59%;
}
.form-horizontal .add-pipe.pipe-60::before {
    max-height: inherit;
    width: 60%;
}
.form-horizontal .add-pipe.pipe-61::before {
    max-height: inherit;
    width: 61%;
}
.form-horizontal .add-pipe.pipe-62::before {
    max-height: inherit;
    width: 62%;
}
.form-horizontal .add-pipe.pipe-63::before {
    max-height: inherit;
    width: 63%;
}
.form-horizontal .add-pipe.pipe-64::before {
    max-height: inherit;
    width: 64%;
}
.form-horizontal .add-pipe.pipe-65::before {
    max-height: inherit;
    width: 65%;
}
.form-horizontal .add-pipe.pipe-66::before {
    max-height: inherit;
    width: 66%;
}
.form-horizontal .add-pipe.pipe-67::before {
    max-height: inherit;
    width: 67%;
}
.form-horizontal .add-pipe.pipe-68::before {
    max-height: inherit;
    width: 68%;
}
.form-horizontal .add-pipe.pipe-69::before {
    max-height: inherit;
    width: 69%;
}
.form-horizontal .add-pipe.pipe-70::before {
    max-height: inherit;
    width: 70%;
}
.form-horizontal .add-pipe.pipe-71::before {
    max-height: inherit;
    width: 71%;
}
.form-horizontal .add-pipe.pipe-72::before {
    max-height: inherit;
    width: 72%;
}
.form-horizontal .add-pipe.pipe-73::before {
    max-height: inherit;
    width: 73%;
}
.form-horizontal .add-pipe.pipe-74::before {
    max-height: inherit;
    width: 74%;
}
.form-horizontal .add-pipe.pipe-75::before {
    max-height: inherit;
    width: 75%;
}
.form-horizontal .add-pipe.pipe-76::before {
    max-height: inherit;
    width: 76%;
}
.form-horizontal .add-pipe.pipe-77::before {
    max-height: inherit;
    width: 77%;
}
.form-horizontal .add-pipe.pipe-78::before {
    max-height: inherit;
    width: 78%;
}
.form-horizontal .add-pipe.pipe-79::before {
    max-height: inherit;
    width: 79%;
}
.form-horizontal .add-pipe.pipe-80::before {
    max-height: inherit;
    width: 80%;
}
.form-horizontal .add-pipe.pipe-81::before {
    max-height: inherit;
    width: 81%;
}
.form-horizontal .add-pipe.pipe-82::before {
    max-height: inherit;
    width: 82%;
}
.form-horizontal .add-pipe.pipe-83::before {
    max-height: inherit;
    width: 83%;
}
.form-horizontal .add-pipe.pipe-84::before {
    max-height: inherit;
    width: 84%;
}
.form-horizontal .add-pipe.pipe-85::before {
    max-height: inherit;
    width: 85%;
}
.form-horizontal .add-pipe.pipe-86::before {
    max-height: inherit;
    width: 86%;
}
.form-horizontal .add-pipe.pipe-87::before {
    max-height: inherit;
    width: 87%;
}
.form-horizontal .add-pipe.pipe-88::before {
    max-height: inherit;
    width: 88%;
}
.form-horizontal .add-pipe.pipe-89::before {
    max-height: inherit;
    width: 89%;
}
.form-horizontal .add-pipe.pipe-90::before {
    max-height: inherit;
    width: 90%;
}
.form-horizontal .add-pipe.pipe-91::before {
    max-height: inherit;
    width: 91%;
}
.form-horizontal .add-pipe.pipe-92::before {
    max-height: inherit;
    width: 92%;
}
.form-horizontal .add-pipe.pipe-93::before {
    max-height: inherit;
    width: 93%;
}
.form-horizontal .add-pipe.pipe-94::before {
    max-height: inherit;
    width: 94%;
}
.form-horizontal .add-pipe.pipe-95::before {
    max-height: inherit;
    width: 95%;
}
.form-horizontal .add-pipe.pipe-96::before {
    max-height: inherit;
    width: 96%;
}
.form-horizontal .add-pipe.pipe-97::before {
    max-height: inherit;
    width: 97%;
}
.form-horizontal .add-pipe.pipe-98::before {
    max-height: inherit;
    width: 98%;
}
.form-horizontal .add-pipe.pipe-99::before {
    max-height: inherit;
    width: 99%;
}
.form-horizontal .add-pipe.pipe-100::before {
    max-height: inherit;
    width: 100%;
}
.add-pipe::before {
    background-color: #dfdfdf;
    border-color: #ccc;
    border-radius: 3px;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
.add-pipe.pipe-1::before {
    max-height: 1%;
}
.add-pipe.pipe-2::before {
    max-height: 2%;
}
.add-pipe.pipe-3::before {
    max-height: 3%;
}
.add-pipe.pipe-4::before {
    max-height: 4%;
}
.add-pipe.pipe-5::before {
    max-height: 5%;
}
.add-pipe.pipe-6::before {
    max-height: 6%;
}
.add-pipe.pipe-7::before {
    max-height: 7%;
}
.add-pipe.pipe-8::before {
    max-height: 8%;
}
.add-pipe.pipe-9::before {
    max-height: 9%;
}
.add-pipe.pipe-10::before {
    max-height: 10%;
}
.add-pipe.pipe-11::before {
    max-height: 11%;
}
.add-pipe.pipe-12::before {
    max-height: 12%;
}
.add-pipe.pipe-13::before {
    max-height: 13%;
}
.add-pipe.pipe-14::before {
    max-height: 14%;
}
.add-pipe.pipe-15::before {
    max-height: 15%;
}
.add-pipe.pipe-16::before {
    max-height: 16%;
}
.add-pipe.pipe-17::before {
    max-height: 17%;
}
.add-pipe.pipe-18::before {
    max-height: 18%;
}
.add-pipe.pipe-19::before {
    max-height: 19%;
}
.add-pipe.pipe-20::before {
    max-height: 20%;
}
.add-pipe.pipe-21::before {
    max-height: 21%;
}
.add-pipe.pipe-22::before {
    max-height: 22%;
}
.add-pipe.pipe-23::before {
    max-height: 23%;
}
.add-pipe.pipe-24::before {
    max-height: 24%;
}
.add-pipe.pipe-25::before {
    max-height: 25%;
}
.add-pipe.pipe-26::before {
    max-height: 26%;
}
.add-pipe.pipe-27::before {
    max-height: 27%;
}
.add-pipe.pipe-28::before {
    max-height: 28%;
}
.add-pipe.pipe-29::before {
    max-height: 29%;
}
.add-pipe.pipe-30::before {
    max-height: 30%;
}
.add-pipe.pipe-31::before {
    max-height: 31%;
}
.add-pipe.pipe-32::before {
    max-height: 32%;
}
.add-pipe.pipe-33::before {
    max-height: 33%;
}
.add-pipe.pipe-34::before {
    max-height: 34%;
}
.add-pipe.pipe-35::before {
    max-height: 35%;
}
.add-pipe.pipe-36::before {
    max-height: 36%;
}
.add-pipe.pipe-37::before {
    max-height: 37%;
}
.add-pipe.pipe-38::before {
    max-height: 38%;
}
.add-pipe.pipe-39::before {
    max-height: 39%;
}
.add-pipe.pipe-40::before {
    max-height: 40%;
}
.add-pipe.pipe-41::before {
    max-height: 41%;
}
.add-pipe.pipe-42::before {
    max-height: 42%;
}
.add-pipe.pipe-43::before {
    max-height: 43%;
}
.add-pipe.pipe-44::before {
    max-height: 44%;
}
.add-pipe.pipe-45::before {
    max-height: 45%;
}
.add-pipe.pipe-46::before {
    max-height: 46%;
}
.add-pipe.pipe-47::before {
    max-height: 47%;
}
.add-pipe.pipe-48::before {
    max-height: 48%;
}
.add-pipe.pipe-49::before {
    max-height: 49%;
}
.add-pipe.pipe-50::before {
    max-height: 50%;
}
.add-pipe.pipe-51::before {
    max-height: 51%;
}
.add-pipe.pipe-52::before {
    max-height: 52%;
}
.add-pipe.pipe-53::before {
    max-height: 53%;
}
.add-pipe.pipe-54::before {
    max-height: 54%;
}
.add-pipe.pipe-55::before {
    max-height: 55%;
}
.add-pipe.pipe-56::before {
    max-height: 56%;
}
.add-pipe.pipe-57::before {
    max-height: 57%;
}
.add-pipe.pipe-58::before {
    max-height: 58%;
}
.add-pipe.pipe-59::before {
    max-height: 59%;
}
.add-pipe.pipe-60::before {
    max-height: 60%;
}
.add-pipe.pipe-61::before {
    max-height: 61%;
}
.add-pipe.pipe-62::before {
    max-height: 62%;
}
.add-pipe.pipe-63::before {
    max-height: 63%;
}
.add-pipe.pipe-64::before {
    max-height: 64%;
}
.add-pipe.pipe-65::before {
    max-height: 65%;
}
.add-pipe.pipe-66::before {
    max-height: 66%;
}
.add-pipe.pipe-67::before {
    max-height: 67%;
}
.add-pipe.pipe-68::before {
    max-height: 68%;
}
.add-pipe.pipe-69::before {
    max-height: 69%;
}
.add-pipe.pipe-70::before {
    max-height: 70%;
}
.add-pipe.pipe-71::before {
    max-height: 71%;
}
.add-pipe.pipe-72::before {
    max-height: 72%;
}
.add-pipe.pipe-73::before {
    max-height: 73%;
}
.add-pipe.pipe-74::before {
    max-height: 74%;
}
.add-pipe.pipe-75::before {
    max-height: 75%;
}
.add-pipe.pipe-76::before {
    max-height: 76%;
}
.add-pipe.pipe-77::before {
    max-height: 77%;
}
.add-pipe.pipe-78::before {
    max-height: 78%;
}
.add-pipe.pipe-79::before {
    max-height: 79%;
}
.add-pipe.pipe-80::before {
    max-height: 80%;
}
.add-pipe.pipe-81::before {
    max-height: 81%;
}
.add-pipe.pipe-82::before {
    max-height: 82%;
}
.add-pipe.pipe-83::before {
    max-height: 83%;
}
.add-pipe.pipe-84::before {
    max-height: 84%;
}
.add-pipe.pipe-85::before {
    max-height: 85%;
}
.add-pipe.pipe-86::before {
    max-height: 86%;
}
.add-pipe.pipe-87::before {
    max-height: 87%;
}
.add-pipe.pipe-88::before {
    max-height: 88%;
}
.add-pipe.pipe-89::before {
    max-height: 89%;
}
.add-pipe.pipe-90::before {
    max-height: 90%;
}
.add-pipe.pipe-91::before {
    max-height: 91%;
}
.add-pipe.pipe-92::before {
    max-height: 92%;
}
.add-pipe.pipe-93::before {
    max-height: 93%;
}
.add-pipe.pipe-94::before {
    max-height: 94%;
}
.add-pipe.pipe-95::before {
    max-height: 95%;
}
.add-pipe.pipe-96::before {
    max-height: 96%;
}
.add-pipe.pipe-97::before {
    max-height: 97%;
}
.add-pipe.pipe-98::before {
    max-height: 98%;
}
.add-pipe.pipe-99::before {
    max-height: 99%;
}
.add-pipe.pipe-100::before {
    max-height: 100%;
}
.survey-outer {
    font-size: 1.4rem;
}
.survey-outer .question-main {
    margin-bottom: 3rem;
}
.survey-outer .question-main .question-text {
    font-size: 1.6rem;
    font-weight: 600;
}
.survey-outer .question-main .question-intruction {
    font-style: italic;
    margin-top: 1rem;
}
.survey-outer .question-sub .text-head {
    font-weight: 600;
    text-align: center;
}
.survey-outer .question-sub .text-head-sub {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #666;
    font-weight: 600;
    padding: 1rem;
    position: relative;
    text-align: center;
}
.survey-outer .question-sub .text-head-sub::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f0f0f0;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}
.survey-outer .form-inner .disable-outer {
    display: inline-flex;
}
.survey-outer .form-inner .disable-outer .btn-disable {
    -moz-box-align: center;
    align-items: center;
    display: inline-flex;
}
.survey-outer .form-inner .disable-outer .btn-disable .fa {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    color: #aaa;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    margin: 0 1rem;
    min-height: 24px;
    min-width: 24px;
    text-align: center;
    width: 24px;
}
.survey-outer .form-inner .disable-outer .btn-disable[aria-pressed="true"] .fa {
    background-color: #006ab2;
    border: 1px solid #005b99;
    color: #fff;
}
.survey-outer .form-inner .disable-outer .text {
    color: #666;
    font-size: 1.3rem;
    font-weight: 600;
    transform: translate3d(0px, 0px, 0px);
}
.survey-outer .text-head-sub {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
    justify-content: center;
    margin: 0;
}
.carousel .carousel-control-outer {
    -moz-box-pack: justify;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}
.carousel .carousel-control-outer .carousel-control-next, .carousel .carousel-control-outer .carousel-control-prev {
    display: inline-flex;
    opacity: 1;
    position: relative;
}
.carousel .carousel-control-outer .carousel-control-next:focus .fa, .carousel .carousel-control-outer .carousel-control-next:hover .fa, .carousel .carousel-control-outer .carousel-control-prev:focus .fa, .carousel .carousel-control-outer .carousel-control-prev:hover .fa {
    color: #aaa;
}
.carousel .carousel-control-outer .carousel-control-next .fa, .carousel .carousel-control-outer .carousel-control-prev .fa {
    color: #aaa;
}
.noui-slider {
    height: 50vh;
    margin: 3rem 1.5rem;
    transition: height 1000000s ease 0s;
    width: 100%;
}
.noui-slider .noUi-value {
    color: #666;
}
.noui-slider .noUi-marker {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -9px;
    width: 16px;
}
.noui-slider .noUi-marker.noUi-marker-large {
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
    width: 26px;
}
.noui-slider:focus {
    background: #ccc none repeat scroll 0 0;
    outline: 0 none;
}
.noui-slider[disabled="true"] {
    background-color: #f9f9f9;
    border-color: #dcdcdc;
}
.noui-slider[disabled="true"] .noUi-handle {
    background-color: #f9f9f9;
    border-color: #dcdcdc;
}
.noui-slider[disabled="true"] .noUi-marker {
    background-color: #f9f9f9;
    border-color: #dcdcdc;
}
.noUi-target {
    background: #dfdfdf none repeat scroll 0 0;
    border: 1px solid #ccc;
}
.noUi-handle {
    background: #006ab2 none repeat scroll 0 0;
    border-color: #005b99;
    box-shadow: none;
    visibility: hidden;
}
.noUi-handle.focus {
    border-color: orange;
}
.noUi-handle.noUi-active, .noUi-state-tap .noUi-handle {
    background-color: green;
}
.noUi-tooltip {
    font-size: 1.2rem;
}
.noUi-vertical {
    width: 10px;
}
.noUi-vertical .noUi-handle {
    left: -10px;
}
.noUi-vertical .noUi-pips-vertical {
    left: 0;
    padding: 0;
    width: 100%;
}
.noUi-vertical .noUi-pips-vertical .noUi-value-vertical {
    font-size: 1.3rem;
    min-width: 75vw;
    text-align: left;
    transform: translate3d(0px, -50%, 0px);
}
@media (min-width: 48em) {
.progress {
    margin-bottom: 3rem;
}
.progress.is-fixed {
    position: static;
    z-index: 200;
}
.form-vertical .carousel .carousel-control-outer {
    display: flex;
}
.form-vertical .question-sub .text-head {
    display: flex;
}
.form-vertical .form-inner .text-sub {
    display: none;
}
.form-vertical .form-inner .custom-form .custom-control .custom-control-description {
    display: flex;
}
.form-horizontal .form-scroller {
    overflow: hidden;
    width: inherit;
}
.form-horizontal .form-scroller .question-sub {
    padding-bottom: 0;
}
.form-horizontal .form-1-col {
    margin-top: 0;
}
.form-orientation:not(.form-vertical) .custom-form .flex-wrapper {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: justify;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.form-orientation:not(.form-vertical) .custom-form .custom-control {
    margin: 0;
    width: 10px;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-radio {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
    height: inherit;
    margin: 3rem auto;
    width: 90%;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-radio .custom-control {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-radio .custom-control label {
    padding: 1rem;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-radio .custom-control-description {
    -moz-box-pack: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    left: inherit;
    margin: 0;
    min-width: 10rem;
    top: -3rem;
    width: auto;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-radio .custom-control-description input {
    flex-basis: inherit;
    margin: 1rem 0 0;
    max-width: inherit;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-checkbox {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    flex-direction: row;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-checkbox .custom-control {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-checkbox .custom-control label {
    padding: 1rem;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-checkbox .custom-control-description {
    display: inline-flex;
    flex-wrap: wrap;
    left: inherit;
    margin: 0;
    min-width: inherit;
    top: -6rem;
    width: auto;
}
.form-orientation:not(.form-vertical) .custom-form.custom-form-checkbox .custom-control-description input {
    flex-basis: inherit;
    margin: 1rem 0 0;
    max-width: inherit;
}
.form-orientation:not(.form-vertical) .add-pipe::before {
    height: 8px;
    width: 100%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-1::before {
    max-height: inherit;
    width: 1%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-2::before {
    max-height: inherit;
    width: 2%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-3::before {
    max-height: inherit;
    width: 3%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-4::before {
    max-height: inherit;
    width: 4%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-5::before {
    max-height: inherit;
    width: 5%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-6::before {
    max-height: inherit;
    width: 6%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-7::before {
    max-height: inherit;
    width: 7%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-8::before {
    max-height: inherit;
    width: 8%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-9::before {
    max-height: inherit;
    width: 9%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-10::before {
    max-height: inherit;
    width: 10%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-11::before {
    max-height: inherit;
    width: 11%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-12::before {
    max-height: inherit;
    width: 12%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-13::before {
    max-height: inherit;
    width: 13%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-14::before {
    max-height: inherit;
    width: 14%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-15::before {
    max-height: inherit;
    width: 15%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-16::before {
    max-height: inherit;
    width: 16%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-17::before {
    max-height: inherit;
    width: 17%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-18::before {
    max-height: inherit;
    width: 18%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-19::before {
    max-height: inherit;
    width: 19%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-20::before {
    max-height: inherit;
    width: 20%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-21::before {
    max-height: inherit;
    width: 21%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-22::before {
    max-height: inherit;
    width: 22%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-23::before {
    max-height: inherit;
    width: 23%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-24::before {
    max-height: inherit;
    width: 24%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-25::before {
    max-height: inherit;
    width: 25%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-26::before {
    max-height: inherit;
    width: 26%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-27::before {
    max-height: inherit;
    width: 27%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-28::before {
    max-height: inherit;
    width: 28%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-29::before {
    max-height: inherit;
    width: 29%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-30::before {
    max-height: inherit;
    width: 30%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-31::before {
    max-height: inherit;
    width: 31%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-32::before {
    max-height: inherit;
    width: 32%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-33::before {
    max-height: inherit;
    width: 33%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-34::before {
    max-height: inherit;
    width: 34%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-35::before {
    max-height: inherit;
    width: 35%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-36::before {
    max-height: inherit;
    width: 36%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-37::before {
    max-height: inherit;
    width: 37%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-38::before {
    max-height: inherit;
    width: 38%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-39::before {
    max-height: inherit;
    width: 39%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-40::before {
    max-height: inherit;
    width: 40%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-41::before {
    max-height: inherit;
    width: 41%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-42::before {
    max-height: inherit;
    width: 42%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-43::before {
    max-height: inherit;
    width: 43%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-44::before {
    max-height: inherit;
    width: 44%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-45::before {
    max-height: inherit;
    width: 45%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-46::before {
    max-height: inherit;
    width: 46%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-47::before {
    max-height: inherit;
    width: 47%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-48::before {
    max-height: inherit;
    width: 48%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-49::before {
    max-height: inherit;
    width: 49%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-50::before {
    max-height: inherit;
    width: 50%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-51::before {
    max-height: inherit;
    width: 51%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-52::before {
    max-height: inherit;
    width: 52%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-53::before {
    max-height: inherit;
    width: 53%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-54::before {
    max-height: inherit;
    width: 54%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-55::before {
    max-height: inherit;
    width: 55%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-56::before {
    max-height: inherit;
    width: 56%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-57::before {
    max-height: inherit;
    width: 57%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-58::before {
    max-height: inherit;
    width: 58%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-59::before {
    max-height: inherit;
    width: 59%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-60::before {
    max-height: inherit;
    width: 60%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-61::before {
    max-height: inherit;
    width: 61%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-62::before {
    max-height: inherit;
    width: 62%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-63::before {
    max-height: inherit;
    width: 63%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-64::before {
    max-height: inherit;
    width: 64%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-65::before {
    max-height: inherit;
    width: 65%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-66::before {
    max-height: inherit;
    width: 66%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-67::before {
    max-height: inherit;
    width: 67%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-68::before {
    max-height: inherit;
    width: 68%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-69::before {
    max-height: inherit;
    width: 69%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-70::before {
    max-height: inherit;
    width: 70%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-71::before {
    max-height: inherit;
    width: 71%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-72::before {
    max-height: inherit;
    width: 72%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-73::before {
    max-height: inherit;
    width: 73%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-74::before {
    max-height: inherit;
    width: 74%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-75::before {
    max-height: inherit;
    width: 75%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-76::before {
    max-height: inherit;
    width: 76%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-77::before {
    max-height: inherit;
    width: 77%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-78::before {
    max-height: inherit;
    width: 78%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-79::before {
    max-height: inherit;
    width: 79%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-80::before {
    max-height: inherit;
    width: 80%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-81::before {
    max-height: inherit;
    width: 81%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-82::before {
    max-height: inherit;
    width: 82%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-83::before {
    max-height: inherit;
    width: 83%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-84::before {
    max-height: inherit;
    width: 84%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-85::before {
    max-height: inherit;
    width: 85%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-86::before {
    max-height: inherit;
    width: 86%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-87::before {
    max-height: inherit;
    width: 87%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-88::before {
    max-height: inherit;
    width: 88%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-89::before {
    max-height: inherit;
    width: 89%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-90::before {
    max-height: inherit;
    width: 90%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-91::before {
    max-height: inherit;
    width: 91%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-92::before {
    max-height: inherit;
    width: 92%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-93::before {
    max-height: inherit;
    width: 93%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-94::before {
    max-height: inherit;
    width: 94%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-95::before {
    max-height: inherit;
    width: 95%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-96::before {
    max-height: inherit;
    width: 96%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-97::before {
    max-height: inherit;
    width: 97%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-98::before {
    max-height: inherit;
    width: 98%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-99::before {
    max-height: inherit;
    width: 99%;
}
.form-orientation:not(.form-vertical) .add-pipe.pipe-100::before {
    max-height: inherit;
    width: 100%;
}
.form-inner {
    margin-bottom: 3rem;
}
.form-inner .highlight:not(.highlight-even):not(.highlight-odd):nth-child(2n) {
    background: #f0f0f0 none repeat scroll 0 0;
}
.form-inner .highlight:hover:not(:only-child) {
    background: #b1bdc5 none repeat scroll 0 0;
}
.form-inner .text-sub {
    -moz-box-align: center;
    -moz-box-pack: end;
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
    justify-content: flex-end;
    margin: 0;
    text-align: right;
}
.form-inner .text-sub-matrixSlider {
    -moz-box-align: center;
    -moz-box-pack: end;
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
    margin: 0;
    text-align: right;
    transform: translate(0px, 11px);
}
.form-inner .text-sub.text-center {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}
.form-orientation:not(.form-vertical) .carousel .carousel-inner {
    overflow: inherit;
}
.form-orientation:not(.form-vertical) .carousel .carousel-item {
    backface-visibility: inherit;
    display: flex;
    perspective: inherit;
    transition: inherit;
}
.noui-slider.noUi-horizontal {
    height: 16px;
    transition: inherit;
}
.noui-slider.noUi-horizontal .noUi-base, .noui-slider.noUi-horizontal .noUi-pips-horizontal {
    height: 16px;
}
.noui-slider.noUi-horizontal .noUi-handle {
    top: -8px;
}
.noui-slider.noUi-horizontal .noUi-pips-horizontal {
    padding: 0;
    top: 0;
}
.noui-slider.noUi-horizontal .noUi-pips-horizontal .noUi-marker {
    top: 50%;
}
.noui-slider.noUi-horizontal .noUi-value {
    font-size: 1.2rem;
}
.noui-slider.noUi-horizontal .noUi-value.noUi-value-horizontal {
    color: #666;
    font-weight: 600;
    max-width: 10rem;
    padding-bottom: 3rem;
    text-align: center;
    transform: translate3d(-50%, -100%, 0px);
}
.noui-slider.noUi-vertical {
    height: 50vh;
}
.noui-slider.noUi-vertical .noUi-pips-vertical .noUi-value-vertical {
    min-width: 50vw;
}
}
/*
	FROM ADDITIONAL TRANSFERED
*/
@media ( max-width : 767px) {
	.dropDownsmall .text-sub {
		padding-top: 5px !important;
	}
	.survey-outer .title-text img {
		height: 60px;
		max-width: initial !important;
		padding-left: 40%;
		padding-bottom: 1%;
	}
	.defaultActionButton {
		width: 0px;
		height: 0px;
		margin: 0px;
		padding: 0px;
		outline: none;
		border: 0px;
	}
	.zofar-btn-final {
		display: none;
	}
	.btn-toolbar {
		display: flex;
		/*max-width: 80%;
		width: 80vw !important;*/
		padding-right: 4%;
		padding-left: 4%;
	}
	.zo-display-table-body-item-label {
		display: inline-flex;
	}
	/* SC HORIZONTAL*/
	.form-horizontal .form-scroller {
		width: 480px !important;
	}
	.form-horizontal .custom-form.custom-form-radio .custom-control-description
		{
		padding-left: 1.5rem;
	}
}

.btn-toolbar 
{
	display: flex;
	padding-right: 4%;
	padding-left: 4%;

	text-align: center;
   	justify-content: center !important;
   	align-items: center;
}

.zofar-btn-forward{
	min-width:100px;
	max-height: 27px;
}

.zofar-btn-backward{
	min-width:100px;
}

.btn-toolbar .btn-group{
	max-width: 15%;
	left: -60px;
}

@media ( min-width : 767px) {
/* @media ( min-width : 768px) { */
	.zo-display-table {
		display: table;
	}
	.zo-display-table-header {
		display: table-header-group;
	}
	.zo-display-table-header-row {
		display: table-row;
	}
	.zo-display-table-header-item {
		display: table-cell;
	}
	.zo-display-table-body {
		display: table-row-group;
	}
	.zo-display-table-body-row {
		display: table-row !important;
	}
	.zo-display-table-body-item {
		display: table-cell !important;
	}
	.zo-display-table-footer {
		display: table-footer-group;
	}
}

/* Start Display Calendar*/
.display-calendar .display-calendar-slot {
	height: 10px !important;
	width: 100%;
	margin-bottom: 2px;
}

.display-calendar .display-calendar-slot .display-calendar-none {
	display: none;
}

.display-calendar .calendar-control .carousel-control-prev-icon {
	height: 5px;
	width: 15px;
	display: none;
}

.display-calendar .calendar-control .carousel-control-next-icon {
	height: 5px;
	width: 15px;
}

.display-calendar .calendar-control .carousel-control-prev .label {
	color: darkgrey;
	font-size: 1.0rem;
}

.display-calendar .calendar-control .carousel-control-next .label {
	color: darkgrey;
	font-size: 1.0rem;
}

.display-calendar .calendar-control .carousel-control-prev .fa {
	display: none !important;
}

.display-calendar .calendar-control .carousel-control-next .fa {
	display: none !important;
}

.display-calendar .calendar-legend-item-icon {
	display: inline-block;
	margin-right: 10px;
	height: 10px;
	width: 10px;
}

.display-calendar .calendar-row-container .calendar-row .calendar-cell:after
	{
	content: "" attr(data-title) "";
}

/*  .display-calendar .carousel-inner .calendar-head .calendar-header-cell:after
	{
	content: "" attr(data-title) "";
}  */
.display-calendar .calendar-cell {
	box-shadow: none !important;
}

/* .display-calendar .form-inner .calendar-container .highlight:hover:not(:only-child){
	background:inherit !important;
}

.display-calendar .form-inner .calendar-container .highlight:not(.highlight-even
	 ):not(.highlight-odd ):nth-child(2n) {
	background: inherit !important;
} */
.display-calendar .calendar-row-container {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.display-calendar .calendar-row-container .calendar-row {
	display: table-row;
}

.display-calendar .carousel-item:first-child .calendar-row-container .calendar-head
	{
	display: table-row !important;
}

@media ( min-width : 767px) {
	.display-calendar .calendar-row-container .calendar-head {
		display: none;
	}
	.display-calendar .calendar-header-title {
		display: none;
	}
	.display-calendar .carousel-indicators {
		display: none;
	}
}



@media ( max-width : 766px) {
	.display-calendar .calendar-row-container .calendar-head {
		display: table-row;
	}
	
	.display-calendar .calendar-row-container .calendar-head .calendar-header-cell-first
		{
		display: none !important;
	}
	.display-calendar .calendar-row-container .calendar-row .row-title {
		display: none !important;
	}
	.display-calendar .calendar-header-title {
		display: inline-block;
		margin-top: 0px;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
		padding: 10px 10px;
	}
	.display-calendar .calendar-row-container .calendar-head .calendar-header-cell
		{
		padding: 0px 4px !important;
	}
}

.display-calendar .calendar-row-container .calendar-head .calendar-header-cell
	{
	display: table-cell;
	/*padding: 10px 10px;*/
	padding-bottom: 10px;
	border-left: 1px solid lightgrey;
	/* border-right: 1px solid grey; */
	border-bottom: 1px solid grey;
	text-align: center;
}

.display-calendar .calendar-row-container .calendar-head .calendar-header-cell-first
	{
	border-left: inherit;
}

.display-calendar .calendar-row-container .calendar-row .calendar-cell {
	display: table-cell;
	/* border: 1px solid grey; */
	border-left: 1px solid lightgrey;
	/*border-top: 1px solid lightgrey;  */
	text-align: center;
	vertical-align: top;
}

.display-calendar .calendar-row-container .calendar-row .calendar-cell.row-title
	{
	vertical-align: top;
	padding-top: 0px !important;
}

.display-calendar .calendar-row-container .calendar-row .calendar-cell:first-of-type
	{
	border-left: inherit;
}

.display-calendar .row:last-of-type .calendar-row-container .calendar-row .calendar-cell
	{
	border-bottom: 1px solid grey;
}

@media ( max-width : 766px) {
	.display-calendar .calendar-row-container .calendar-head .calendar-header-cell
		{
		border-top: 1px solid lightgrey;
	}
	.display-calendar .calendar-row-container .calendar-head .calendar-header-cell-first
		{
		border-left: 1px solid lightgrey;
	}
	.display-calendar .calendar-row-container .calendar-row .calendar-cell {
		border-top: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;
		border-left: 1px solid lightgrey;
	}
	.display-calendar .calendar-row-container .calendar-row .calendar-cell:last-of-type
		{
		border-right: 1px solid lightgrey;
	}
	.display-calendar .calendar-row-container .calendar-head .calendar-header-cell
		{
		border-right: 1px solid lightgrey;
	}
	.display-calendar .calendar-row-container .calendar-header-cell {
		-moz-transform: rotate(-90deg) translate(-20px, 30px);
		-ms-transform: rotate(-90deg) translate(-20px, 30px);
		-o-transform: rotate(-90deg) translate(-20px, 30px);
		-webkit-transform: rotate(-90deg) translate(-20px, 30px);
		transform: rotate(-90deg) translate(-20px, 30px);
		height: 80px;
		text-align: left !important;
	}
}

.display-calendar .calendar-row-container .calendar-row .calendar-cell {
	padding-top: 3px !important;
}

.display-calendar .calendar-row-container .calendar-row .calendar-cell label
	{
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

.display-calendar .carousel-indicators-numbers li {
	text-indent: 0;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	height: 20px;
	border: none;
	line-height: 20px;
	background-color: white;
}

/* .display-calendar .carousel-indicators li.active {
	color: darkgrey;
}

.display-calendar .carousel-indicators li:not(.active){
	color:lightgrey;
} */
.display-calendar .carousel-indicators li.active {
	color: DarkBlue !important;
}

.display-calendar .carousel-indicators li :not(.active ){
	color: WhiteSmoke !important;
}

.display-calendar .carousel-indicators-numbers li:hover {
	color: lightgrey !important;
}

.display-calendar .carousel-indicators li.active:hover {
	color: DarkBlue !important;
}

/* End Display Calendar*/
.calendar .calendar-control .carousel-control-prev-icon {
	height: 5px;
	width: 15px;
}

.calendar .calendar-control .carousel-control-next-icon {
	height: 5px;
	width: 15px;
}

.calendar .calendar-control .carousel-control-prev .label {
	color: darkgrey;
	font-size: 1.0rem;
}

.calendar .calendar-control .carousel-control-next .label {
	color: darkgrey;
	font-size: 1.0rem;
}

.calendar .calendar-control .carousel-control-prev .fa {
	display: none !important;
}

.calendar .calendar-control .carousel-control-next .fa {
	display: none !important;
}

.calendar .calendar-row-container .calendar-row .calendar-cell input[type="checkbox"]
	{
	/*top: -999999999px !important;
	left: -999999999px !important;
	 position: relative; */
	visibility: hidden !important;
}

.calendar .calendar-row-container .calendar-row .calendar-cell:after {
	content: "" attr(data-title) "";
}

/* .calendar .carousel-inner .calendar-head .calendar-header-cell:after {
	content: "" attr(data-title) "";
} */
.calendar .calendar-row-container .calendar-row .calendar-cell {
	box-shadow: none !important;
	padding-top: 3px !important;
	line-height: 0px !important;
}

/* .calendar .form-inner .calendar-container .highlight:hover :not(:only-child){
	background : inherit !important;
}
.calendar .form-inner .calendar-container .highlight:not(.highlight-even
	 ):not(.highlight-odd ):nth-child(2n) {
	background: inherit !important;
} */
.calendar .calendar-row-container {
	display: table;
	max-width: 99%;
	max-height: 99%;
	height: 99%;
	width: 99%;
	border-collapse: collapse;
	table-layout: fixed;
}

.calendar .calendar-row-container .calendar-row {
	display: table-row;
}

.calendar .calendar-row-container .calendar-row .calendar-slot {
	height: 10px !important;
	width: 100% !important;
	margin-bottom: 2px !important;
}

.calendar .carousel-item:first-child .calendar-row-container .calendar-head
	{
	display: table-row !important;
}

@media ( min-width : 767px) {
	.calendar .calendar-row-container .calendar-head {
		display: none;
	}
	.calendar .calendar-header-title {
		display: none;
	}
	.calendar .carousel-indicators {
		display: none;
	}
}

@media ( max-width : 766px) {
	.calendar .calendar-row-container .calendar-head {
		display: table-row;
	}
	.calendar .calendar-row-container .calendar-head .calendar-header-cell-first
		{
		display: none !important;
	}
	.calendar .calendar-row-container .calendar-row .row-title {
		display: none !important;
	}
	.calendar .calendar-header-title {
		display: inline-block;
		margin-top: 0px;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
		padding: 10px 10px;
	}
	.calendar .calendar-row-container .calendar-head .calendar-header-cell {
		padding: 9px 6px;
	}
}

.calendar .calendar-row-container .calendar-head .calendar-header-cell {
	display: table-cell;
	padding: 10px 10px;
	/* border: 1px solid grey; */
	border-left: 1px solid lightgrey;
	border-bottom: 1px solid grey;
	text-align: center;
}

.calendar .calendar-row-container .calendar-head .calendar-header-cell-first
	{
	border-left: inherit;
}

.calendar .calendar-row-container .calendar-row .calendar-cell {
	display: table-cell;
	/* border: 1px solid grey; */
	border-left: 1px solid lightgrey;
	text-align: center;
}

.calendar-cell-blocked {
	background-color: lightgrey;
}

.calendar .calendar-row-container .calendar-row .calendar-cell:first-of-type
	{
	border-left: inherit;
}

.calendar .row:last-of-type .calendar-row-container .calendar-row .calendar-cell
	{
	border-bottom: 1px solid grey;
}

@media ( max-width : 766px) {
	.calendar .calendar-row-container .calendar-head .calendar-header-cell {
		border-top: 1px solid lightgrey;
	}
	.calendar .calendar-row-container .calendar-head .calendar-header-cell-first
		{
		border-left: 1px solid lightgrey;
	}
	.calendar .calendar-row-container .calendar-row .calendar-cell {
		border-top: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;
		border-left: 1px solid lightgrey;
	}
	.calendar .calendar-row-container .calendar-row .calendar-cell:last-of-type
		{
		border-right: 1px solid lightgrey;
	}
	.calendar .calendar-row-container .calendar-head .calendar-header-cell {
		border-right: 1px solid lightgrey;
	}
	.calendar .calendar-row-container .calendar-header-cell {
		-moz-transform: rotate(-90deg) translate(-25px, 20px);
		-ms-transform: rotate(-90deg) translate(-25px, 20px);
		-o-transform: rotate(-90deg) translate(-25px, 20px);
		-webkit-transform: rotate(-90deg) translate(-25px, 20px);
		transform: rotate(-90deg) translate(-25px, 20px);
		height: 80px;
		text-align: left !important;
	}
}

.calendar .calendar-row-container .calendar-row .calendar-cell label {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

.calendar .calendar-legend .calendar-legend-selected {
	padding-left: 10px;
	padding-top: 5px;
	cursor: pointer;
}

.calendar .carousel-indicators-numbers li {
	text-indent: 0;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	height: 20px;
	border: none;
	line-height: 20px;
	background-color: white;
}

.calendar .carousel-indicators {
	top: -20px;
	bottom: auto;
}

.calendar .carousel-indicators li.active {
	color: DarkBlue !important;
}

.calendar .carousel-indicators li:not(.active ){
	color: lightgrey !important;
}

.calendar .carousel-indicators-numbers li:hover {
	color: lightgrey !important;
}

.calendar .carousel-indicators li.active:hover {
	color: DarkBlue !important;
}

.defaultActionButton {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

.text-head {
	margin-bottom: 20px !important;
}

/* .carousel-indicators-numbers li:hover { */
/* 	color: darkgrey !important; */
/* } */

/* .calendar .carousel-indicators li:not(.active ){ */
/* 	color: lightgrey; */
/* } */

/**/
.carousel-indicators li.active {
	color: #006ab2 !important;;
}

.carousel-indicators-numbers li:hover {
	color: #006ab2 !important;
}

.carousel-indicators li:not(.active ) {
	color: #757575 !important;
}
/**/
.carousel-indicators {
	top: -20px !important;
	bottom: auto !important;
}

.dbl-matrix-rdc.carousel-indicators {
	top: -60px !important;
	bottom: auto !important;
}

.carousel-indicators-numbers li {
	text-indent: 0;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	height: 20px;
	border: none;
	line-height: 20px;
	background-color: white;
}

.carousel-indicators li::after {
	/*     bottom: -10px; */
	content: "";
	display: inline-block;
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}

.carousel-indicators li.active {
	color: darkgrey;
}

.carousel-indicators-numbers li:hover {
	color: darkgrey !important;
}

.carousel-indicators li:not(.active ){
	color: lightgrey;
}

/* Prevent hard Display switching*/
@media ( min-width : 767px) {
	.container {
		max-width: 100%;
		width: 80vw !important;
	}
}

.prefix {
	margin-right: 8px;
}

.column {
	margin-right: 8px;
}

.postfix {
	margin-left: 8px;
}

/* Textfields under AnswerLabel on small screens*/
.custom-control-description {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* .custom-control-description .attached { */
/* 	margin-left: 0px; */
/* 	margin-top: 5px; */
/* } */
.custom-control-description .attached {
	margin-left: 0px;
	margin-top: 5px;
}

.inputonly .attached {
	margin-left: 0px;
	margin-top: 2px;
	position: absolute;
}

/* Small Textfields on small screens*/
.attached input[type="text"] {
	height: 50%;
	width: 50%;
	line-height: 1.0;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0rem;
/* 	src:
		url("/resources/html5/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
		format("embedded-opentype"),
		url("/resources/html5/fonts/fontawesome-webfont.woff2?v=4.7.0")
		format("woff2"),
		url("/resources/html5/fonts/fontawesome-webfont.woff?v=4.7.0")
		format("woff"),
		url("/resources/html5/fonts/fontawesome-webfont.ttf?v=4.7.0")
		format("truetype"),
		url("/resources/html5/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
		format("svg"); */
	text-decoration: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* No Breaks in Labels on small screens*/
.custom-control-description br {
	display: none;
}

@media only screen and (min-width: 48em) {
	/* Labels over Unit */
	.carousel-inner fieldset .custom-control-description {
		margin-top: -140px !important;
	}
	.pipe-zofar-item-parent {
		
	}
}
.error {
	color: red;
}

.zofar-btn-final {
	display: none;
}

.error {
	color: red;
}

input.error {
	box-shadow: 0 0 3px red;
}

p input.error {
	
}

input.error:hover {
	box-shadow: 0 0 5px red;
}

span.error {
	/* 	position: relative;
        margin-top: 5px; */
	margin-left: 10px;
	/* 	overflow: visible; */
}

p span.error {
	right: 5px;
	top: 30px;
}

textarea {
	width: 98%;
}
/*Bugfix Issue Attached Open #20: Cutoff placeholder*/
input[placeholder] {
	text-overflow: ellipsis;
}

input::-moz-placeholder {
	text-overflow: ellipsis;
}

input:-moz-placeholder {
	text-overflow: ellipsis;
}

input:-ms-input-placeholder {
	text-overflow: ellipsis;
}

.comparison .row:not(:nth-child(1) ) .custom-control label .custom-control-description .label
	{
	display: none;
}


@media ( max-width : 414px) {
	.comparison .form-orientation:not(.form-vertical) .custom-form.custom-form-radio {
			width: 30% !important;
	 		margin-left: 1%; 
		}
}

@media ( min-width : 768px) {
	.comparison .form-orientation:not(.form-vertical) .custom-form.custom-form-radio {
			width: 50% !important;
	 		margin-left: 15%; 
	}
	.comparison .form-orientation:not(.form-vertical) .custom-control-description input {
    	margin-left: 35% !important;
	}
}
@media ( min-width : 1024px) {
	.comparison .form-orientation:not(.form-vertical) .custom-form.custom-form-radio {
			width: 20% !important;
	 		margin-left: 10%; 
	}
}

.form-inner .highlight-odd:not(label) {
	background: #f0f0f0 none repeat scroll 0 0;
}



/* Bugfix Issue Design: Radiobutton #23 Former Style not reliable in all Browsers and Zoom-Scales */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator
	{
	background-image: none !important;
}

.custom-control-input:checked ~ .custom-control-indicator {
	border: 0 !important;
}

.custom-control-input:focus ~ .custom-control-indicator {
	box-shadow: none !important;
}

/* Disabling highlight first Matrix Item when hover Matrix Labels*/
@media ( min-width : 767px) {
	/* Labels over Row Items */
	.form-inner .highlight:nth-child(1) .custom-control-description {
		pointer-events: none;
		user-select: none;
	}
}



.inputonly {
	visibility: collapse;
}

.inputonly input {
	visibility: visible;
}

.inputonly .attached {
	margin-top: -5px;
	margin-left: 15px;
}

.inputonly .attached input[type="text"] {
	height: 100%;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.3;
}

/* Safari fixes */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/* Safari and Chrome */
	/* 	.myClass {
    } */
	/* Safari only override */
	@media only screen and (min-width: 48em) {
		/* Textfields under AnswerLabel on small screens*/
		::i-block-chrome, .attached {
			margin-left: 7px;
			margin-top: 0px;
		}
	}
}

.survey-outer .title-text .question-text {
    font-size: 1.6rem;
    font-weight: 600;
}

/* CUSTOM */
.logo {
	max-width: 15rem !important;
}

.custom-login .survey-outer .question-main{
	   align-items: center;
	   display: flex;
	   justify-content: center;
}

.custom-login .survey-outer .form-inner{
		margin-top:40px;
	   align-items: center;
	   display: flex;
	   justify-content: center;
}

.custom-login .survey-outer .form-inner .label{
	margin-right:10px;
}


.carousel .row .text-sub{
	display: inherit !important;
}


/* https://github.com/dzhw/zofar/issues/389 */
.form-orientation:not(.zo-pipes) .add-pipe::before{
	background-color: inherit !important;
}


.question-instruction {
	font-style: italic;
}



