@font-face {
  font-family: 'icomoon';
  src: url("/fileadmin/templates/Resources/Public/fonts/icomoon.eot?v=1.0.2");
  src: url("/fileadmin/templates/Resources/Public/fonts/icomoon.eot?#iefix&v=1.0.2") format("embedded-opentype"), url("/fileadmin/templates/Resources/Public/fonts/icomoon.woff?v=1.0.2") format("woff"), url("/fileadmin/templates/Resources/Public/fonts/icomoon.ttf?v=1.0.2") format("truetype"), url("/fileadmin/templates/Resources/Public/fonts/icomoon.svg?v=1.0.2#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a:focus-visible {
    outline: 2px solid #3c8f28;
    outline-offset: 2px;
    border-radius: 3px;
}
li a.nav-link:focus {
    outline: none;
}
.color-blue {
    color: #02a2de;
}
.bg-color-blue {
    background-color: #02a2de;
}
.bg-color-white {
    background: #fff;
}
.color-green {
    color: #7ca25c;
}
.bg-color-green {
    background-color: #7ca25c;
}
.color-orange {
    color: #ff960d;
}
.bg-color-orange {
    background-color: #ff960d;
}
.color-lite-grey {
    color: #c0c0c0;
}
.bg-color-lite-grey {
    background-color: #c0c0c0;
}
.color-liter-grey {
    color: #e7e7e7;
}
.bg-color-liter-grey {
    background-color: #e7e7e7;
}
.color-liter-grey2 {
    color: #f2f2f2;
}
.bg-color-liter-grey2 {
    background-color: #f2f2f2;
}
.color-dark-grey {
    color: #626262;
}
.bg-color-dark-grey {
    background-color: #626262;
}
.color-white {
    color: #ffffff;
}
.bg-color-white {
    background-color: #ffffff;
}
.color-black {
    color: #000000;
}
.bg-color-black {
    background-color: #000000;
}
.color-red {
    color: #FF181C;
}
.bg-color-red {
    background-color: #FF181C;
}
/* Text styles */
.rounded-5 {
    border-radius: 5em !important;
}
.rounded-5-top {
    border-top-left-radius: 5em !important;
    border-top-right-radius: 5em !important;
}
.rounded-5-right {
    border-top-right-radius: 5em !important;
    border-bottom-right-radius: 5em !important;
}
.rounded-5-bottom {
    border-bottom-right-radius: 5em !important;
    border-bottom-left-radius: 5em !important;
}
.rounded-5-left {
    border-top-left-radius: 5em !important;
    border-bottom-left-radius: 5em !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
 width: device-width;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 540px) {
.container {
    max-width: 540px;
}
}

@media (min-width: 769px) {
.container {
    max-width: 768px;
}
}

@media (min-width: 1180px) {
.container {
    max-width: 1180px;
}
}

@media (min-width: 1320px) {
.container {
    max-width: 1320px;
}
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 540px) {
.col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%;
}
.offset-sm-2 {
    margin-left: 16.66667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.33333%;
}
.offset-sm-5 {
    margin-left: 41.66667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.33333%;
}
.offset-sm-8 {
    margin-left: 66.66667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.33333%;
}
.offset-sm-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 768px) {
.col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%;
}
.offset-md-2 {
    margin-left: 16.66667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.33333%;
}
.offset-md-5 {
    margin-left: 41.66667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.33333%;
}
.offset-md-8 {
    margin-left: 66.66667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.33333%;
}
.offset-md-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 1180px) {
.col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%;
}
.offset-lg-2 {
    margin-left: 16.66667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.33333%;
}
.offset-lg-5 {
    margin-left: 41.66667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.33333%;
}
.offset-lg-8 {
    margin-left: 66.66667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.33333%;
}
.offset-lg-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 1320px) {
.col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.66667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.33333%;
}
.offset-xl-5 {
    margin-left: 41.66667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.33333%;
}
.offset-xl-8 {
    margin-left: 66.66667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.33333%;
}
.offset-xl-11 {
    margin-left: 91.66667%;
}
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 540px) {
.d-sm-none {
    display: none !important;
}
.d-sm-inline {
    display: inline !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-block {
    display: block !important;
}
.d-sm-table {
    display: table !important;
}
.d-sm-table-row {
    display: table-row !important;
}
.d-sm-table-cell {
    display: table-cell !important;
}
.d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media (min-width: 768px) {
.d-md-none {
    display: none !important;
}
.d-md-inline {
    display: inline !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.d-md-block {
    display: block !important;
}
.d-md-table {
    display: table !important;
}
.d-md-table-row {
    display: table-row !important;
}
.d-md-table-cell {
    display: table-cell !important;
}
.d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media (min-width: 1180px) {
.d-lg-none {
    display: none !important;
}
.d-lg-inline {
    display: inline !important;
}
.d-lg-inline-block {
    display: inline-block !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-table {
    display: table !important;
}
.d-lg-table-row {
    display: table-row !important;
}
.d-lg-table-cell {
    display: table-cell !important;
}
.d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media (min-width: 1320px) {
.d-xl-none {
    display: none !important;
}
.d-xl-inline {
    display: inline !important;
}
.d-xl-inline-block {
    display: inline-block !important;
}
.d-xl-block {
    display: block !important;
}
.d-xl-table {
    display: table !important;
}
.d-xl-table-row {
    display: table-row !important;
}
.d-xl-table-cell {
    display: table-cell !important;
}
.d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media print {
.d-print-none {
    display: none !important;
}
.d-print-inline {
    display: inline !important;
}
.d-print-inline-block {
    display: inline-block !important;
}
.d-print-block {
    display: block !important;
}
.d-print-table {
    display: table !important;
}
.d-print-table-row {
    display: table-row !important;
}
.d-print-table-cell {
    display: table-cell !important;
}
.d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 540px) {
.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media (min-width: 768px) {
.flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media (min-width: 1180px) {
.flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media (min-width: 1320px) {
.flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
 --blue: #02a2de;
 --indigo: #6610f2;
 --purple: #6f42c1;
 --pink: #e83e8c;
 --red: #FF181C;
 --orange: #ff960d;
 --yellow: #ffc107;
 --green: #7ca25c;
 --teal: #20c997;
 --cyan: #17a2b8;
 --white: #ffffff;
 --gray: #6c757d;
 --gray-dark: #343a40;
 --primary: #02a2de;
 --secondary: #6c757d;
 --success: #7ca25c;
 --info: #17a2b8;
 --warning: #ffc107;
 --danger: #FF181C;
 --light: #f8f9fa;
 --dark: #343a40;
 --breakpoint-xs: 0;
 --breakpoint-sm: 540px;
 --breakpoint-md: 768px;
 --breakpoint-lg: 1180px;
 --breakpoint-xl: 1320px;
 --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 @-ms-viewport {
 width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #02a2de;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #016b92;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 padding: 0;
 border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1, .h1 {
    font-size: 1.75em;
}
h2, .h2 {
    font-size: 1.75em;
}
h3, .h3 {
    font-size: 1.5em;
}
h4, .h4 {
    font-size: 1.25em;
}
h5, .h5 {
    font-size: 1em;
}
h6, .h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 540px) {
.col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;

    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%;
}
.offset-sm-2 {
    margin-left: 16.66667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.33333%;
}
.offset-sm-5 {
    margin-left: 41.66667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.33333%;
}
.offset-sm-8 {
    margin-left: 66.66667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.33333%;
}
.offset-sm-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 768px) {
.col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%;
}
.offset-md-2 {
    margin-left: 16.66667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.33333%;
}
.offset-md-5 {
    margin-left: 41.66667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.33333%;
}
.offset-md-8 {
    margin-left: 66.66667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.33333%;
}
.offset-md-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 1180px) {
.col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%;
}
.offset-lg-2 {
    margin-left: 16.66667%;
}
.offset-lg-3 {
    margin-left: 25%;
}

.offset-lg-4 {
    margin-left: 33.33333%;
}
.offset-lg-5 {
    margin-left: 41.66667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.33333%;
}
.offset-lg-8 {
    margin-left: 66.66667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.33333%;
}
.offset-lg-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 1320px) {
.col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;

    order: 10;
}
.order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.66667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.33333%;
}
.offset-xl-5 {
    margin-left: 41.66667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.33333%;
}
.offset-xl-8 {
    margin-left: 66.66667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.33333%;
}
.offset-xl-11 {
    margin-left: 91.66667%;
}
}
.table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #ffffff;
}
.table-sm th, .table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8e5f6;
}
.table-hover .table-primary:hover {
    background-color: #a1ddf3;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #a1ddf3;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success, .table-success > th, .table-success > td {
    background-color: #dae5d1;
}
.table-hover .table-success:hover {
    background-color: #cddcc1;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #cddcc1;
}
.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #ffbebf;
}
.table-hover .table-danger:hover {
    background-color: #ffa5a6;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ffa5a6;
}
.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active, .table-active > th, .table-active > td {
    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 .thead-dark th {
    color: #ffffff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #ffffff;
    background-color: #212529;
}
.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 539.98px) {
.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm > .table-bordered {
    border: 0;
}
}

@media (max-width: 767.98px) {
.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md > .table-bordered {
    border: 0;
}
}

@media (max-width: 1179.98px) {
.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg > .table-bordered {
    border: 0;
}
}

@media (max-width: 1319.98px) {
.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl > .table-bordered {
    border: 0;
}
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
.form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
 .form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #62d3fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
 .form-control::-webkit-input-placeholder {
 color: #6c757d;
 opacity: 1;
}
 .form-control::-moz-placeholder {
 color: #6c757d;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #6c757d;
 opacity: 1;
}
 .form-control::-ms-input-placeholder {
 color: #6c757d;
 opacity: 1;
}
 .form-control::placeholder {
 color: #6c757d;
 opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
 select.form-control:focus::-ms-value {
 color: #495057;
 background-color: #ffffff;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: -webkit-calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
    padding-bottom: -webkit-calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: -webkit-calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
    padding-bottom: -webkit-calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: -webkit-calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
    padding-bottom: -webkit-calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #7ca25c;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(124, 162, 92, 0.9);
    border-radius: 0.25rem;
}
 .was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
 border-color: #7ca25c;
}
 .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
 border-color: #7ca25c;
 -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.25);
 box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.25);
}
 .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
 display: block;
}
 .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
 display: block;
}
 .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
 color: #7ca25c;
}
 .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
 display: block;
}
 .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
 color: #7ca25c;
}
 .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
 background-color: #bdd0ad;
}
 .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
 display: block;
}
 .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
 background-color: #96b57c;
}
 .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
 -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(124, 162, 92, 0.25);
 box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(124, 162, 92, 0.25);
}
 .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
 border-color: #7ca25c;
}
 .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
 border-color: inherit;
}
 .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
 display: block;
}
 .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
 -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.25);
 box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #FF181C;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(255, 24, 28, 0.9);
    border-radius: 0.25rem;
}
 .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
 border-color: #FF181C;
}
 .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
 border-color: #FF181C;
 -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.25);
 box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.25);
}
 .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
 display: block;
}
 .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
 display: block;
}
 .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
 color: #FF181C;
}
 .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
 display: block;
}
 .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
 color: #FF181C;
}
 .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
 background-color: #ff9899;
}
 .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
 display: block;
}
 .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
 background-color: #ff4b4e;
}
 .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
 -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 24, 28, 0.25);
 box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 24, 28, 0.25);
}
 .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
 border-color: #FF181C;
}
 .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
 border-color: inherit;
}
 .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
 display: block;
}
 .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
 -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.25);
 box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}

@media (min-width: 540px) {
.form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-plaintext {
    display: inline-block;
}
.form-inline .input-group, .form-inline .custom-select {
    width: auto;
}
.form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
}
.form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
}
.form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-inline .custom-control-label {
    margin-bottom: 0;
}
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
.btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.btn:hover, .btn:focus {
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #02a2de;
    border-color: #02a2de;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #0286b8;
    border-color: #027dab;
}
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #02a2de;
    border-color: #02a2de;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #027dab;
    border-color: #01749f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
}
.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
    color: #ffffff;
    background-color: #7ca25c;
    border-color: #7ca25c;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #698a4e;
    border-color: #63814a;
}
.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #7ca25c;
    border-color: #7ca25c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #63814a;
    border-color: #5d7945;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
}
.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
    color: #ffffff;
    background-color: #FF181C;
    border-color: #FF181C;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #f10004;
    border-color: #e40004;
}
.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #FF181C;
    border-color: #FF181C;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e40004;
    border-color: #d70004;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    color: #02a2de;
    background-color: transparent;
    background-image: none;
    border-color: #02a2de;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #02a2de;
    border-color: #02a2de;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #02a2de;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #02a2de;
    border-color: #02a2de;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #7ca25c;
    background-color: transparent;
    background-image: none;
    border-color: #7ca25c;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #7ca25c;
    border-color: #7ca25c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #7ca25c;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #7ca25c;
    border-color: #7ca25c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #FF181C;
    background-color: transparent;
    background-image: none;
    border-color: #FF181C;
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #FF181C;
    border-color: #FF181C;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF181C;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #FF181C;
    border-color: #FF181C;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 24, 28, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #02a2de;
    background-color: transparent;
}
.btn-link:hover {
    color: #016b92;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
.fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #02a2de;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1;
}
.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #02a2de;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #94e1fe;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #02a2de;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    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='%23ffffff' 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-label::before {
    background-color: #02a2de;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    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='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(2, 162, 222, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(2, 162, 222, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #02a2de;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    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='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(2, 162, 222, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #62d3fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 211, 254, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 211, 254, 0.5);
}
 .custom-select:focus::-ms-value {
 color: #495057;
 background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
 .custom-select::-ms-expand {
 opacity: 0;
}
.custom-select-sm {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-select-lg {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #62d3fe;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #62d3fe;
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
 .custom-range:focus::-webkit-slider-thumb {
 -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
 box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
 .custom-range:focus::-moz-range-thumb {
 box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
 .custom-range:focus::-ms-thumb {
 box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
 .custom-range::-moz-focus-outer {
 border: 0;
}
 .custom-range::-webkit-slider-thumb {
 width: 1rem;
 height: 1rem;
 margin-top: -0.25rem;
 background-color: #02a2de;
 border: 0;
 border-radius: 1rem;
 -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
 -webkit-appearance: none;
 appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
 .custom-range::-webkit-slider-thumb {
 -webkit-transition: none;
 transition: none;
}
}
 .custom-range::-webkit-slider-thumb:active {
 background-color: #94e1fe;
}
 .custom-range::-webkit-slider-runnable-track {
 width: 100%;
 height: 0.5rem;
 color: transparent;
 cursor: pointer;
 background-color: #dee2e6;
 border-color: transparent;
 border-radius: 1rem;
}
 .custom-range::-moz-range-thumb {
 width: 1rem;
 height: 1rem;
 background-color: #02a2de;
 border: 0;
 border-radius: 1rem;
 -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 -moz-appearance: none;
 appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
 .custom-range::-moz-range-thumb {
 -moz-transition: none;
 transition: none;
}
}
 .custom-range::-moz-range-thumb:active {
 background-color: #94e1fe;
}
 .custom-range::-moz-range-track {
 width: 100%;
 height: 0.5rem;
 color: transparent;
 cursor: pointer;
 background-color: #dee2e6;
 border-color: transparent;
 border-radius: 1rem;
}
 .custom-range::-ms-thumb {
 width: 1rem;
 height: 1rem;
 margin-top: 0;
 margin-right: 0.2rem;
 margin-left: 0.2rem;
 background-color: #02a2de;
 border: 0;
 border-radius: 1rem;
 -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
 .custom-range::-ms-thumb {
 -ms-transition: none;
 transition: none;
}
}
 .custom-range::-ms-thumb:active {
 background-color: #94e1fe;
}
 .custom-range::-ms-track {
 width: 100%;
 height: 0.5rem;
 color: transparent;
 cursor: pointer;
 background-color: transparent;
 border-color: transparent;
 border-width: 0.5rem;
}
 .custom-range::-ms-fill-lower {
 background-color: #dee2e6;
 border-radius: 1rem;
}
 .custom-range::-ms-fill-upper {
 margin-right: 15px;
 background-color: #dee2e6;
 border-radius: 1rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #02a2de;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 539.98px) {
.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}

@media (min-width: 540px) {
.navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
    display: none;
}
}

@media (max-width: 767.98px) {
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}

@media (min-width: 860px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 861px) {
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1179.98px) {
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}

@media (min-width: 1180px) {
.navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}

@media (max-width: 1319.98px) {
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}

@media (min-width: 1320px) {
.navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
    display: none;
}
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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:hover, .navbar-light .navbar-nav .nav-link:focus {
    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 .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    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 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #ffffff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-body.popular-item-title {
    padding: 0px;
    padding-bottom: 20px;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: -webkit-calc(0.25rem - 1px);
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: -webkit-calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: -webkit-calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 10px;
}

@media (min-width: 540px) {
.card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
}
}
.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 10px;
}

@media (min-width: 540px) {
.card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
}
.card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
}
.card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
}
.card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
}
.card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
}
.card-group > .card:only-child {
    border-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
}
}
.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 540px) {
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
}
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breadcrumb {
    padding: 20px;
    padding-bottom: 0px;
    list-style: none;
}
.breadcrumb ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #02a2de;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #016b92;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #02a2de;
    border-color: #02a2de;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #ffffff;
    background-color: #02a2de;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #027dab;
}
.badge-secondary {
    color: #ffffff;
    background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #545b62;
}
.badge-success {
    color: #ffffff;
    background-color: #7ca25c;
}
.badge-success[href]:hover, .badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #63814a;
}
.badge-info {
    color: #ffffff;
    background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #ffffff;
    background-color: #FF181C;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #e40004;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #ffffff;
    background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 540px) {
.jumbotron {
    padding: 4rem 2rem;
}
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #015473;
    background-color: #ccecf8;
    border-color: #b8e5f6;
}
.alert-primary hr {
    border-top-color: #a1ddf3;
}
.alert-primary .alert-link {
    color: #012f40;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #405430;
    background-color: #e5ecde;
    border-color: #dae5d1;
}
.alert-success hr {
    border-top-color: #cddcc1;
}
.alert-success .alert-link {
    color: #27341d;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #850c0f;
    background-color: #ffd1d2;
    border-color: #ffbebf;
}
.alert-danger hr {
    border-top-color: #ffa5a6;
}
.alert-danger .alert-link {
    color: #56080a;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
 @-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 1rem 0;
}
 to {
 background-position: 0 0;
}
}
 @keyframes progress-bar-stripes {
 from {
 background-position: 1rem 0;
}
 to {
 background-position: 0 0;
}
}
.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #02a2de;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.progress-bar-striped {
    background-image: -o-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-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 {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff;
}
.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #02a2de;
    border-color: #02a2de;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #015473;
    background-color: #b8e5f6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #015473;
    background-color: #a1ddf3;
}
.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #015473;
    border-color: #015473;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #405430;
    background-color: #dae5d1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #405430;
    background-color: #cddcc1;
}
.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #405430;
    border-color: #405430;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #850c0f;
    background-color: #ffbebf;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #850c0f;
    background-color: #ffa5a6;
}
.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #850c0f;
    border-color: #850c0f;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000000;
    text-decoration: none;
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 min-height: -webkit-calc(100% - (0.5rem * 2));
 min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
    display: block;
 height: -webkit-calc(100vh - (0.5rem * 2));
 height: calc(100vh - (0.5rem * 2));
    content: "";
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 540px) {
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-centered {
 min-height: -webkit-calc(100% - (1.75rem * 2));
 min-height: calc(100% - (1.75rem * 2));
}
.modal-dialog-centered::before {
 height: -webkit-calc(100vh - (1.75rem * 2));
 height: calc(100vh - (1.75rem * 2));
}
.modal-sm {
    max-width: 300px;
}
}

@media (min-width: 1180px) {
.modal-lg {
    max-width: 800px;
}
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
 bottom: -webkit-calc((0.5rem + 1px) * -1);
 bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
 left: -webkit-calc((0.5rem + 1px) * -1);
 left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
 top: -webkit-calc((0.5rem + 1px) * -1);
 top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
 right: -webkit-calc((0.5rem + 1px) * -1);
 right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: -webkit-calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: -webkit-calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
 @supports (transform-style: preserve-3d) {
 .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
 @supports (transform-style: preserve-3d) {
 .carousel-item-next, .active.carousel-item-right {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
 @supports (transform-style: preserve-3d) {
 .carousel-item-prev, .active.carousel-item-left {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
 @supports (transform-style: preserve-3d) {
 .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 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='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 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 {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #ffffff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #02a2de !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #027dab !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #7ca25c !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #63814a !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #FF181C !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #e40004 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #02a2de !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #7ca25c !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #FF181C !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #ffffff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 540px) {
.d-sm-none {
    display: none !important;
}
.d-sm-inline {
    display: inline !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-block {
    display: block !important;
}
.d-sm-table {
    display: table !important;
}
.d-sm-table-row {
    display: table-row !important;
}
.d-sm-table-cell {
    display: table-cell !important;
}
.d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media (min-width: 768px) {
.d-md-none {
    display: none !important;
}
.d-md-inline {
    display: inline !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.d-md-block {
    display: block !important;
}
.d-md-table {
    display: table !important;
}
.d-md-table-row {
    display: table-row !important;
}
.d-md-table-cell {
    display: table-cell !important;
}
.d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media (min-width: 1180px) {
.d-lg-none {
    display: none !important;
}
.d-lg-inline {
    display: inline !important;
}
.d-lg-inline-block {
    display: inline-block !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-table {
    display: table !important;
}
.d-lg-table-row {
    display: table-row !important;
}
.d-lg-table-cell {
    display: table-cell !important;
}
.d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media (min-width: 1320px) {
.d-xl-none {
    display: none !important;
}
.d-xl-inline {
    display: inline !important;
}
.d-xl-inline-block {
    display: inline-block !important;
}
.d-xl-block {
    display: block !important;
}
.d-xl-table {
    display: table !important;
}
.d-xl-table-row {
    display: table-row !important;
}
.d-xl-table-cell {
    display: table-cell !important;
}
.d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}

@media print {
.d-print-none {
    display: none !important;
}
.d-print-inline {
    display: inline !important;
}
.d-print-inline-block {
    display: inline-block !important;
}
.d-print-block {
    display: block !important;
}
.d-print-table {
    display: table !important;
}
.d-print-table-row {
    display: table-row !important;
}
.d-print-table-cell {
    display: table-cell !important;
}
.d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 540px) {
.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media (min-width: 768px) {
.flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media (min-width: 1180px) {
.flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media (min-width: 1320px) {
.flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}

@media (min-width: 540px) {
.float-sm-left {
    float: left !important;
}
.float-sm-right {
    float: right !important;
}
.float-sm-none {
    float: none !important;
}
}

@media (min-width: 768px) {
.float-md-left {
    float: left !important;
}
.float-md-right {
    float: right !important;
}
.float-md-none {
    float: none !important;
}
}

@media (min-width: 1180px) {
.float-lg-left {
    float: left !important;
}
.float-lg-right {
    float: right !important;
}
.float-lg-none {
    float: none !important;
}
}

@media (min-width: 1320px) {
.float-xl-left {
    float: left !important;
}
.float-xl-right {
    float: right !important;
}
.float-xl-none {
    float: none !important;
}
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
 @supports ((position: -webkit-sticky) or (position: sticky)) {
 .sticky-top {
 position: -webkit-sticky;
 position: sticky;
 top: 0;
 z-index: 1020;
}
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.mr-5, .mx-5 {
    margin-right: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
    margin-left: 3rem !important;
}
.m-10 {
    margin: 10px !important;
}
.mt-10, .my-10 {
    margin-top: 10px !important;
}
.mr-10, .mx-10 {
    margin-right: 10px !important;
}
.mb-10, .my-10 {
    margin-bottom: 10px !important;
}
.ml-10, .mx-10 {
    margin-left: 10px !important;
}
.m-20 {
    margin: 20px !important;
}
.mt-20, .my-20 {
    margin-top: 20px !important;
}
.mr-20, .mx-20 {
    margin-right: 20px !important;
}
.mb-20, .my-20 {
    margin-bottom: 20px !important;
}
.ml-20, .mx-20 {
    margin-left: 20px !important;
}
.m-30 {
    margin: 30px !important;
}
.mt-30, .my-30 {
    margin-top: 30px !important;
}
.mr-30, .mx-30 {
    margin-right: 30px !important;
}
.mb-30, .my-30 {
    margin-bottom: 30px !important;
}
.ml-30, .mx-30 {
    margin-left: 30px !important;
}
.m-40 {
    margin: 40px !important;
}
.mt-40, .my-40 {
    margin-top: 40px !important;
}
.mr-40, .mx-40 {
    margin-right: 40px !important;
}
.mb-40, .my-40 {
    margin-bottom: 40px !important;
}
.ml-40, .mx-40 {
    margin-left: 40px !important;
}
.m-50 {
    margin: 50px !important;
}
.mt-50, .my-50 {
    margin-top: 50px !important;
}
.mr-50, .mx-50 {
    margin-right: 50px !important;
}
.mb-50, .my-50 {
    margin-bottom: 50px !important;
}
.ml-50, .mx-50 {
    margin-left: 50px !important;
}
.m-60 {
    margin: 60px !important;
}
.mt-60, .my-60 {
    margin-top: 60px !important;
}
.mr-60, .mx-60 {
    margin-right: 60px !important;
}
.mb-60, .my-60 {
    margin-bottom: 60px !important;
}
.ml-60, .mx-60 {
    margin-left: 60px !important;
}
.m-70 {
    margin: 70px !important;
}
.mt-70, .my-70 {
    margin-top: 70px !important;
}
.mr-70, .mx-70 {
    margin-right: 70px !important;
}
.mb-70, .my-70 {
    margin-bottom: 70px !important;
}
.ml-70, .mx-70 {
    margin-left: 70px !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pb-0, .py-0 {
    padding-bottom: 0 !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
    padding-left: 3rem !important;
}
.p-10 {
    padding: 10px !important;
}
.pt-10, .py-10 {
    padding-top: 10px !important;
}
.pr-10, .px-10 {
    padding-right: 10px !important;
}
.pb-10, .py-10 {
    padding-bottom: 10px !important;
}
.pl-10, .px-10 {
    padding-left: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.pt-20, .py-20 {
    padding-top: 20px !important;
}
.pr-20, .px-20 {
    padding-right: 20px !important;
}
.pb-20, .py-20 {
    padding-bottom: 20px !important;
}
.pl-20, .px-20 {
    padding-left: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.pt-30, .py-30 {
    padding-top: 30px !important;
}
.pr-30, .px-30 {
    padding-right: 30px !important;
}
.pb-30, .py-30 {
    padding-bottom: 30px !important;
}
.pl-30, .px-30 {
    padding-left: 30px !important;
}
.p-40 {
    padding: 40px !important;
}
.pt-40, .py-40 {
    padding-top: 40px !important;
}
.pr-40, .px-40 {
    padding-right: 40px !important;
}
.pb-40, .py-40 {
    padding-bottom: 40px !important;
}
.pl-40, .px-40 {
    padding-left: 40px !important;
}
.p-50 {
    padding: 50px !important;
}
.pt-50, .py-50 {
    padding-top: 50px !important;
}
.pr-50, .px-50 {
    padding-right: 50px !important;
}
.pb-50, .py-50 {
    padding-bottom: 50px !important;
}
.pl-50, .px-50 {
    padding-left: 50px !important;
}
.p-60 {
    padding: 60px !important;
}
.pt-60, .py-60 {
    padding-top: 60px !important;
}
.pr-60, .px-60 {
    padding-right: 60px !important;
}
.pb-60, .py-60 {
    padding-bottom: 60px !important;
}
.pl-60, .px-60 {
    padding-left: 60px !important;
}
.p-70 {
    padding: 70px !important;
}
.pt-70, .py-70 {
    padding-top: 70px !important;
}
.pr-70, .px-70 {
    padding-right: 70px !important;
}
.pb-70, .py-70 {
    padding-bottom: 70px !important;
}
.pl-70, .px-70 {
    padding-left: 70px !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 540px) {
.m-sm-0 {
    margin: 0 !important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
}
.m-sm-1 {
    margin: 0.25rem !important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
}
.m-sm-2 {
    margin: 0.5rem !important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
}
.m-sm-3 {
    margin: 1rem !important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
}
.m-sm-4 {
    margin: 1.5rem !important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
}
.m-sm-5 {
    margin: 3rem !important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
}
.m-sm-10 {
    margin: 10px !important;
}
.mt-sm-10, .my-sm-10 {
    margin-top: 10px !important;
}
.mr-sm-10, .mx-sm-10 {
    margin-right: 10px !important;
}
.mb-sm-10, .my-sm-10 {
    margin-bottom: 10px !important;
}
.ml-sm-10, .mx-sm-10 {
    margin-left: 10px !important;
}
.m-sm-20 {
    margin: 20px !important;
}
.mt-sm-20, .my-sm-20 {
    margin-top: 20px !important;
}
.mr-sm-20, .mx-sm-20 {
    margin-right: 20px !important;
}
.mb-sm-20, .my-sm-20 {
    margin-bottom: 20px !important;
}
.ml-sm-20, .mx-sm-20 {
    margin-left: 20px !important;
}
.m-sm-30 {
    margin: 30px !important;
}
.mt-sm-30, .my-sm-30 {
    margin-top: 30px !important;
}
.mr-sm-30, .mx-sm-30 {
    margin-right: 30px !important;
}
.mb-sm-30, .my-sm-30 {
    margin-bottom: 30px !important;
}
.ml-sm-30, .mx-sm-30 {
    margin-left: 30px !important;
}
.m-sm-40 {
    margin: 40px !important;
}
.mt-sm-40, .my-sm-40 {
    margin-top: 40px !important;
}
.mr-sm-40, .mx-sm-40 {
    margin-right: 40px !important;
}
.mb-sm-40, .my-sm-40 {
    margin-bottom: 40px !important;
}
.ml-sm-40, .mx-sm-40 {
    margin-left: 40px !important;
}
.m-sm-50 {
    margin: 50px !important;
}
.mt-sm-50, .my-sm-50 {
    margin-top: 50px !important;
}
.mr-sm-50, .mx-sm-50 {
    margin-right: 50px !important;
}
.mb-sm-50, .my-sm-50 {
    margin-bottom: 50px !important;
}
.ml-sm-50, .mx-sm-50 {
    margin-left: 50px !important;
}
.m-sm-60 {
    margin: 60px !important;
}
.mt-sm-60, .my-sm-60 {
    margin-top: 60px !important;
}
.mr-sm-60, .mx-sm-60 {
    margin-right: 60px !important;
}
.mb-sm-60, .my-sm-60 {
    margin-bottom: 60px !important;
}
.ml-sm-60, .mx-sm-60 {
    margin-left: 60px !important;
}
.m-sm-70 {
    margin: 70px !important;
}
.mt-sm-70, .my-sm-70 {
    margin-top: 70px !important;
}
.mr-sm-70, .mx-sm-70 {
    margin-right: 70px !important;
}
.mb-sm-70, .my-sm-70 {
    margin-bottom: 70px !important;
}
.ml-sm-70, .mx-sm-70 {
    margin-left: 70px !important;
}
.p-sm-0 {
    padding: 0 !important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
}
.p-sm-1 {
    padding: 0.25rem !important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
}
.p-sm-2 {
    padding: 0.5rem !important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
}
.p-sm-3 {
    padding: 1rem !important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
}
.p-sm-4 {
    padding: 1.5rem !important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
}
.p-sm-5 {
    padding: 3rem !important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
}
.p-sm-10 {
    padding: 10px !important;
}
.pt-sm-10, .py-sm-10 {
    padding-top: 10px !important;
}
.pr-sm-10, .px-sm-10 {
    padding-right: 10px !important;
}
.pb-sm-10, .py-sm-10 {
    padding-bottom: 10px !important;
}
.pl-sm-10, .px-sm-10 {
    padding-left: 10px !important;
}
.p-sm-20 {
    padding: 20px !important;
}
.pt-sm-20, .py-sm-20 {
    padding-top: 20px !important;
}
.pr-sm-20, .px-sm-20 {
    padding-right: 20px !important;
}
.pb-sm-20, .py-sm-20 {
    padding-bottom: 20px !important;
}
.pl-sm-20, .px-sm-20 {
    padding-left: 20px !important;
}
.p-sm-30 {
    padding: 30px !important;
}
.pt-sm-30, .py-sm-30 {
    padding-top: 30px !important;
}
.pr-sm-30, .px-sm-30 {
    padding-right: 30px !important;
}
.pb-sm-30, .py-sm-30 {
    padding-bottom: 30px !important;
}
.pl-sm-30, .px-sm-30 {
    padding-left: 30px !important;
}
.p-sm-40 {
    padding: 40px !important;
}
.pt-sm-40, .py-sm-40 {
    padding-top: 40px !important;
}
.pr-sm-40, .px-sm-40 {
    padding-right: 40px !important;
}
.pb-sm-40, .py-sm-40 {
    padding-bottom: 40px !important;
}
.pl-sm-40, .px-sm-40 {
    padding-left: 40px !important;
}
.p-sm-50 {
    padding: 50px !important;
}
.pt-sm-50, .py-sm-50 {
    padding-top: 50px !important;
}
.pr-sm-50, .px-sm-50 {
    padding-right: 50px !important;
}
.pb-sm-50, .py-sm-50 {
    padding-bottom: 50px !important;
}
.pl-sm-50, .px-sm-50 {
    padding-left: 50px !important;
}
.p-sm-60 {
    padding: 60px !important;
}
.pt-sm-60, .py-sm-60 {
    padding-top: 60px !important;
}
.pr-sm-60, .px-sm-60 {
    padding-right: 60px !important;
}
.pb-sm-60, .py-sm-60 {
    padding-bottom: 60px !important;
}
.pl-sm-60, .px-sm-60 {
    padding-left: 60px !important;
}
.p-sm-70 {
    padding: 70px !important;
}
.pt-sm-70, .py-sm-70 {
    padding-top: 70px !important;
}
.pr-sm-70, .px-sm-70 {
    padding-right: 70px !important;
}
.pb-sm-70, .py-sm-70 {
    padding-bottom: 70px !important;
}
.pl-sm-70, .px-sm-70 {
    padding-left: 70px !important;
}
.m-sm-auto {
    margin: auto !important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
}
}

@media (min-width: 768px) {
.m-md-0 {
    margin: 0 !important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0 !important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
}
.m-md-1 {
    margin: 0.25rem !important;
}
.mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
}
.mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
}
.ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
}
.m-md-2 {
    margin: 0.5rem !important;
}
.mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
}
.mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
}
.ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
}
.m-md-3 {
    margin: 1rem !important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
}
.m-md-4 {
    margin: 1.5rem !important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
}
.m-md-5 {
    margin: 3rem !important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
}
.m-md-10 {
    margin: 10px !important;
}
.mt-md-10, .my-md-10 {
    margin-top: 10px !important;
}
.mr-md-10, .mx-md-10 {
    margin-right: 10px !important;
}
.mb-md-10, .my-md-10 {
    margin-bottom: 10px !important;
}
.ml-md-10, .mx-md-10 {
    margin-left: 10px !important;
}
.m-md-20 {
    margin: 20px !important;
}
.mt-md-20, .my-md-20 {
    margin-top: 20px !important;
}
.mr-md-20, .mx-md-20 {
    margin-right: 20px !important;
}
.mb-md-20, .my-md-20 {
    margin-bottom: 20px !important;
}
.ml-md-20, .mx-md-20 {
    margin-left: 20px !important;
}
.m-md-30 {
    margin: 30px !important;
}
.mt-md-30, .my-md-30 {
    margin-top: 30px !important;
}
.mr-md-30, .mx-md-30 {
    margin-right: 30px !important;
}
.mb-md-30, .my-md-30 {
    margin-bottom: 30px !important;
}
.ml-md-30, .mx-md-30 {
    margin-left: 30px !important;
}
.m-md-40 {
    margin: 40px !important;
}
.mt-md-40, .my-md-40 {
    margin-top: 40px !important;
}
.mr-md-40, .mx-md-40 {
    margin-right: 40px !important;
}
.mb-md-40, .my-md-40 {
    margin-bottom: 40px !important;
}
.ml-md-40, .mx-md-40 {
    margin-left: 40px !important;
}
.m-md-50 {
    margin: 50px !important;
}
.mt-md-50, .my-md-50 {
    margin-top: 50px !important;
}
.mr-md-50, .mx-md-50 {
    margin-right: 50px !important;
}
.mb-md-50, .my-md-50 {
    margin-bottom: 50px !important;
}
.ml-md-50, .mx-md-50 {
    margin-left: 50px !important;
}
.m-md-60 {
    margin: 60px !important;
}
.mt-md-60, .my-md-60 {
    margin-top: 60px !important;
}
.mr-md-60, .mx-md-60 {
    margin-right: 60px !important;
}
.mb-md-60, .my-md-60 {
    margin-bottom: 60px !important;
}
.ml-md-60, .mx-md-60 {
    margin-left: 60px !important;
}
.m-md-70 {
    margin: 70px !important;
}
.mt-md-70, .my-md-70 {
    margin-top: 70px !important;
}
.mr-md-70, .mx-md-70 {
    margin-right: 70px !important;
}
.mb-md-70, .my-md-70 {
    margin-bottom: 70px !important;
}
.ml-md-70, .mx-md-70 {
    margin-left: 70px !important;
}
.p-md-0 {
    padding: 0 !important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0 !important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0 !important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0 !important;
}
.p-md-1 {
    padding: 0.25rem !important;
}
.pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
}
.pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
}
.pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
}
.p-md-2 {
    padding: 0.5rem !important;
}
.pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
}
.pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
}
.pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
}
.p-md-3 {
    padding: 1rem !important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
}
.p-md-4 {
    padding: 1.5rem !important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
}
.p-md-5 {
    padding: 3rem !important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
}
.p-md-10 {
    padding: 10px !important;
}
.pt-md-10, .py-md-10 {
    padding-top: 10px !important;
}
.pr-md-10, .px-md-10 {
    padding-right: 10px !important;
}
.pb-md-10, .py-md-10 {
    padding-bottom: 10px !important;
}
.pl-md-10, .px-md-10 {
    padding-left: 10px !important;
}
.p-md-20 {
    padding: 20px !important;
}
.pt-md-20, .py-md-20 {
    padding-top: 20px !important;
}
.pr-md-20, .px-md-20 {
    padding-right: 20px !important;
}
.pb-md-20, .py-md-20 {
    padding-bottom: 20px !important;
}
.pl-md-20, .px-md-20 {
    padding-left: 20px !important;
}
.p-md-30 {
    padding: 30px !important;
}
.pt-md-30, .py-md-30 {
    padding-top: 30px !important;
}
.pr-md-30, .px-md-30 {
    padding-right: 30px !important;
}
.pb-md-30, .py-md-30 {
    padding-bottom: 30px !important;
}
.pl-md-30, .px-md-30 {
    padding-left: 30px !important;
}
.p-md-40 {
    padding: 40px !important;
}
.pt-md-40, .py-md-40 {
    padding-top: 40px !important;
}
.pr-md-40, .px-md-40 {
    padding-right: 40px !important;
}
.pb-md-40, .py-md-40 {
    padding-bottom: 40px !important;
}
.pl-md-40, .px-md-40 {
    padding-left: 40px !important;
}
.p-md-50 {
    padding: 50px !important;
}
.pt-md-50, .py-md-50 {
    padding-top: 50px !important;
}
.pr-md-50, .px-md-50 {
    padding-right: 50px !important;
}
.pb-md-50, .py-md-50 {
    padding-bottom: 50px !important;
}
.pl-md-50, .px-md-50 {
    padding-left: 50px !important;
}
.p-md-60 {
    padding: 60px !important;
}
.pt-md-60, .py-md-60 {
    padding-top: 60px !important;
}
.pr-md-60, .px-md-60 {
    padding-right: 60px !important;
}
.pb-md-60, .py-md-60 {
    padding-bottom: 60px !important;
}
.pl-md-60, .px-md-60 {
    padding-left: 60px !important;
}
.p-md-70 {
    padding: 70px !important;
}
.pt-md-70, .py-md-70 {
    padding-top: 70px !important;
}
.pr-md-70, .px-md-70 {
    padding-right: 70px !important;
}
.pb-md-70, .py-md-70 {
    padding-bottom: 70px !important;
}
.pl-md-70, .px-md-70 {
    padding-left: 70px !important;
}
.m-md-auto {
    margin: auto !important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto !important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
}
}

@media (min-width: 1180px) {
.m-lg-0 {
    margin: 0 !important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
}
.m-lg-1 {
    margin: 0.25rem !important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
}
.m-lg-2 {
    margin: 0.5rem !important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
}
.m-lg-3 {
    margin: 1rem !important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
}
.m-lg-4 {
    margin: 1.5rem !important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
}
.m-lg-5 {
    margin: 3rem !important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
}
.m-lg-10 {
    margin: 10px !important;
}
.mt-lg-10, .my-lg-10 {
    margin-top: 10px !important;
}
.mr-lg-10, .mx-lg-10 {
    margin-right: 10px !important;
}
.mb-lg-10, .my-lg-10 {
    margin-bottom: 10px !important;
}
.ml-lg-10, .mx-lg-10 {
    margin-left: 10px !important;
}
.m-lg-20 {
    margin: 20px !important;
}
.mt-lg-20, .my-lg-20 {
    margin-top: 20px !important;
}
.mr-lg-20, .mx-lg-20 {
    margin-right: 20px !important;
}
.mb-lg-20, .my-lg-20 {
    margin-bottom: 20px !important;
}
.ml-lg-20, .mx-lg-20 {
    margin-left: 20px !important;
}
.m-lg-30 {
    margin: 30px !important;
}
.mt-lg-30, .my-lg-30 {
    margin-top: 30px !important;
}
.mr-lg-30, .mx-lg-30 {
    margin-right: 30px !important;
}
.mb-lg-30, .my-lg-30 {
    margin-bottom: 30px !important;
}
.ml-lg-30, .mx-lg-30 {
    margin-left: 30px !important;
}
.m-lg-40 {
    margin: 40px !important;
}
.mt-lg-40, .my-lg-40 {
    margin-top: 40px !important;
}
.mr-lg-40, .mx-lg-40 {
    margin-right: 40px !important;
}
.mb-lg-40, .my-lg-40 {
    margin-bottom: 40px !important;
}
.ml-lg-40, .mx-lg-40 {
    margin-left: 40px !important;
}
.m-lg-50 {
    margin: 50px !important;
}
.mt-lg-50, .my-lg-50 {
    margin-top: 50px !important;
}
.mr-lg-50, .mx-lg-50 {
    margin-right: 50px !important;
}
.mb-lg-50, .my-lg-50 {
    margin-bottom: 50px !important;
}
.ml-lg-50, .mx-lg-50 {
    margin-left: 50px !important;
}
.m-lg-60 {
    margin: 60px !important;
}
.mt-lg-60, .my-lg-60 {
    margin-top: 60px !important;
}
.mr-lg-60, .mx-lg-60 {
    margin-right: 60px !important;
}
.mb-lg-60, .my-lg-60 {
    margin-bottom: 60px !important;
}
.ml-lg-60, .mx-lg-60 {
    margin-left: 60px !important;
}
.m-lg-70 {
    margin: 70px !important;
}
.mt-lg-70, .my-lg-70 {
    margin-top: 70px !important;
}
.mr-lg-70, .mx-lg-70 {
    margin-right: 70px !important;
}
.mb-lg-70, .my-lg-70 {
    margin-bottom: 70px !important;
}
.ml-lg-70, .mx-lg-70 {
    margin-left: 70px !important;
}
.p-lg-0 {
    padding: 0 !important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
}
.p-lg-1 {
    padding: 0.25rem !important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
}
.p-lg-2 {
    padding: 0.5rem !important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
}
.p-lg-3 {
    padding: 1rem !important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
}
.p-lg-4 {
    padding: 1.5rem !important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
}
.p-lg-5 {
    padding: 3rem !important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
}
.p-lg-10 {
    padding: 10px !important;
}
.pt-lg-10, .py-lg-10 {
    padding-top: 10px !important;
}
.pr-lg-10, .px-lg-10 {
    padding-right: 10px !important;
}
.pb-lg-10, .py-lg-10 {
    padding-bottom: 10px !important;
}
.pl-lg-10, .px-lg-10 {
    padding-left: 10px !important;
}
.p-lg-20 {
    padding: 20px !important;
}
.pt-lg-20, .py-lg-20 {
    padding-top: 20px !important;
}
.pr-lg-20, .px-lg-20 {
    padding-right: 20px !important;
}
.pb-lg-20, .py-lg-20 {
    padding-bottom: 20px !important;
}
.pl-lg-20, .px-lg-20 {
    padding-left: 20px !important;
}
.p-lg-30 {
    padding: 30px !important;
}
.pt-lg-30, .py-lg-30 {
    padding-top: 30px !important;
}
.pr-lg-30, .px-lg-30 {
    padding-right: 30px !important;
}
.pb-lg-30, .py-lg-30 {
    padding-bottom: 30px !important;
}
.pl-lg-30, .px-lg-30 {
    padding-left: 30px !important;
}
.p-lg-40 {
    padding: 40px !important;
}
.pt-lg-40, .py-lg-40 {
    padding-top: 40px !important;
}
.pr-lg-40, .px-lg-40 {
    padding-right: 40px !important;
}
.pb-lg-40, .py-lg-40 {
    padding-bottom: 40px !important;
}
.pl-lg-40, .px-lg-40 {
    padding-left: 40px !important;
}
.p-lg-50 {
    padding: 50px !important;
}
.pt-lg-50, .py-lg-50 {
    padding-top: 50px !important;
}
.pr-lg-50, .px-lg-50 {
    padding-right: 50px !important;
}
.pb-lg-50, .py-lg-50 {
    padding-bottom: 50px !important;
}
.pl-lg-50, .px-lg-50 {
    padding-left: 50px !important;
}
.p-lg-60 {
    padding: 60px !important;
}
.pt-lg-60, .py-lg-60 {
    padding-top: 60px !important;
}
.pr-lg-60, .px-lg-60 {
    padding-right: 60px !important;
}
.pb-lg-60, .py-lg-60 {
    padding-bottom: 60px !important;
}
.pl-lg-60, .px-lg-60 {
    padding-left: 60px !important;
}
.p-lg-70 {
    padding: 70px !important;
}
.pt-lg-70, .py-lg-70 {
    padding-top: 70px !important;
}
.pr-lg-70, .px-lg-70 {
    padding-right: 70px !important;
}
.pb-lg-70, .py-lg-70 {
    padding-bottom: 70px !important;
}
.pl-lg-70, .px-lg-70 {
    padding-left: 70px !important;
}
.m-lg-auto {
    margin: auto !important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
}
}

@media (min-width: 1320px) {
.m-xl-0 {
    margin: 0 !important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
}
.m-xl-1 {
    margin: 0.25rem !important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
}
.m-xl-2 {
    margin: 0.5rem !important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
}
.m-xl-3 {
    margin: 1rem !important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
}
.m-xl-4 {
    margin: 1.5rem !important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
}
.m-xl-5 {
    margin: 3rem !important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
}
.m-xl-10 {
    margin: 10px !important;
}
.mt-xl-10, .my-xl-10 {
    margin-top: 10px !important;
}
.mr-xl-10, .mx-xl-10 {
    margin-right: 10px !important;
}
.mb-xl-10, .my-xl-10 {
    margin-bottom: 10px !important;
}
.ml-xl-10, .mx-xl-10 {
    margin-left: 10px !important;
}
.m-xl-20 {
    margin: 20px !important;
}
.mt-xl-20, .my-xl-20 {
    margin-top: 20px !important;
}
.mr-xl-20, .mx-xl-20 {
    margin-right: 20px !important;
}
.mb-xl-20, .my-xl-20 {
    margin-bottom: 20px !important;
}
.ml-xl-20, .mx-xl-20 {
    margin-left: 20px !important;
}
.m-xl-30 {
    margin: 30px !important;
}
.mt-xl-30, .my-xl-30 {
    margin-top: 30px !important;
}
.mr-xl-30, .mx-xl-30 {
    margin-right: 30px !important;
}
.mb-xl-30, .my-xl-30 {
    margin-bottom: 30px !important;
}
.ml-xl-30, .mx-xl-30 {
    margin-left: 30px !important;
}
.m-xl-40 {
    margin: 40px !important;
}
.mt-xl-40, .my-xl-40 {
    margin-top: 40px !important;
}
.mr-xl-40, .mx-xl-40 {
    margin-right: 40px !important;
}
.mb-xl-40, .my-xl-40 {
    margin-bottom: 40px !important;
}
.ml-xl-40, .mx-xl-40 {
    margin-left: 40px !important;
}
.m-xl-50 {
    margin: 50px !important;
}
.mt-xl-50, .my-xl-50 {
    margin-top: 50px !important;
}
.mr-xl-50, .mx-xl-50 {
    margin-right: 50px !important;
}
.mb-xl-50, .my-xl-50 {
    margin-bottom: 50px !important;
}
.ml-xl-50, .mx-xl-50 {
    margin-left: 50px !important;
}
.m-xl-60 {
    margin: 60px !important;
}
.mt-xl-60, .my-xl-60 {
    margin-top: 60px !important;
}
.mr-xl-60, .mx-xl-60 {
    margin-right: 60px !important;
}
.mb-xl-60, .my-xl-60 {
    margin-bottom: 60px !important;
}
.ml-xl-60, .mx-xl-60 {
    margin-left: 60px !important;
}
.m-xl-70 {
    margin: 70px !important;
}
.mt-xl-70, .my-xl-70 {
    margin-top: 70px !important;
}
.mr-xl-70, .mx-xl-70 {
    margin-right: 70px !important;
}
.mb-xl-70, .my-xl-70 {
    margin-bottom: 70px !important;
}
.ml-xl-70, .mx-xl-70 {
    margin-left: 70px !important;
}
.p-xl-0 {
    padding: 0 !important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
}
.p-xl-1 {
    padding: 0.25rem !important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
}
.p-xl-2 {
    padding: 0.5rem !important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
}
.p-xl-3 {
    padding: 1rem !important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
}
.p-xl-4 {
    padding: 1.5rem !important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
}
.p-xl-5 {
    padding: 3rem !important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
}
.p-xl-10 {
    padding: 10px !important;
}
.pt-xl-10, .py-xl-10 {
    padding-top: 10px !important;
}
.pr-xl-10, .px-xl-10 {
    padding-right: 10px !important;
}
.pb-xl-10, .py-xl-10 {
    padding-bottom: 10px !important;
}
.pl-xl-10, .px-xl-10 {
    padding-left: 10px !important;
}
.p-xl-20 {
    padding: 20px !important;
}
.pt-xl-20, .py-xl-20 {
    padding-top: 20px !important;
}
.pr-xl-20, .px-xl-20 {
    padding-right: 20px !important;
}
.pb-xl-20, .py-xl-20 {
    padding-bottom: 20px !important;
}
.pl-xl-20, .px-xl-20 {
    padding-left: 20px !important;
}
.p-xl-30 {
    padding: 30px !important;
}
.pt-xl-30, .py-xl-30 {
    padding-top: 30px !important;
}
.pr-xl-30, .px-xl-30 {
    padding-right: 30px !important;
}
.pb-xl-30, .py-xl-30 {
    padding-bottom: 30px !important;
}
.pl-xl-30, .px-xl-30 {
    padding-left: 30px !important;
}
.p-xl-40 {
    padding: 40px !important;
}
.pt-xl-40, .py-xl-40 {
    padding-top: 40px !important;
}
.pr-xl-40, .px-xl-40 {
    padding-right: 40px !important;
}
.pb-xl-40, .py-xl-40 {
    padding-bottom: 40px !important;
}
.pl-xl-40, .px-xl-40 {
    padding-left: 40px !important;
}
.p-xl-50 {
    padding: 50px !important;
}
.pt-xl-50, .py-xl-50 {
    padding-top: 50px !important;
}
.pr-xl-50, .px-xl-50 {
    padding-right: 50px !important;
}
.pb-xl-50, .py-xl-50 {
    padding-bottom: 50px !important;
}
.pl-xl-50, .px-xl-50 {
    padding-left: 50px !important;
}
.p-xl-60 {
    padding: 60px !important;
}
.pt-xl-60, .py-xl-60 {
    padding-top: 60px !important;
}
.pr-xl-60, .px-xl-60 {
    padding-right: 60px !important;
}
.pb-xl-60, .py-xl-60 {
    padding-bottom: 60px !important;
}
.pl-xl-60, .px-xl-60 {
    padding-left: 60px !important;
}
.p-xl-70 {
    padding: 70px !important;
}
.pt-xl-70, .py-xl-70 {
    padding-top: 70px !important;
}
.pr-xl-70, .px-xl-70 {
    padding-right: 70px !important;
}
.pb-xl-70, .py-xl-70 {
    padding-bottom: 70px !important;
}
.pl-xl-70, .px-xl-70 {
    padding-left: 70px !important;
}
.m-xl-auto {
    margin: auto !important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
}
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

@media (min-width: 540px) {
.text-sm-left {
    text-align: left !important;
}
.text-sm-right {
    text-align: right !important;
}
.text-sm-center {
    text-align: center !important;
}
}

@media (min-width: 768px) {
.text-md-left {
    text-align: left !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-center {
    text-align: center !important;
}
}

@media (min-width: 1180px) {
.text-lg-left {
    text-align: left !important;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-center {
    text-align: center !important;
}
}

@media (min-width: 1320px) {
.text-xl-left {
    text-align: left !important;
}
.text-xl-right {
    text-align: right !important;
}
.text-xl-center {
    text-align: center !important;
}
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #ffffff !important;
}
.text-primary {
    color: #02a2de !important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #027dab !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}
.text-success {
    color: #7ca25c !important;
}
a.text-success:hover, a.text-success:focus {
    color: #63814a !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}
.text-danger {
    color: #FF181C !important;
}
a.text-danger:hover, a.text-danger:focus {
    color: #e40004 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}

@media print {
*, *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre {
    white-space: pre-wrap !important;
}
pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
body {
    min-width: 1180px !important;
}
.container {
    min-width: 1180px !important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000000;
}
.table {
    border-collapse: collapse !important;
}
.table td, .table th {
    background-color: #ffffff !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
}
.table-dark {
    color: inherit;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
}
.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}
}
/*!
 *  Font icomoon  
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'icomoon';
    src: url("/fileadmin/templates/Resources/Public/fonts/icomoon.eot?v=1.0.0");
    src: url("/fileadmin/templates/Resources/Public/fonts/icomoon.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("/fileadmin/templates/Resources/Public/fonts/icomoon.woff?v=1.0.0") format("woff"), url("/fileadmin/templates/Resources/Public/fonts/icomoon.ttf?v=1.0.0") format("truetype"), url("/fileadmin/templates/Resources/Public/fonts/icomoon.svg?v=1.0.0#icomoonregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.im {
    display: inline-block;
    font: normal normal normal 14px/1 "icomoon";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.im-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.im-2x {
    font-size: 2em;
}
.im-3x {
    font-size: 3em;
}
.im-4x {
    font-size: 4em;
}
.im-5x {
    font-size: 5em;
}
.im-fw {
    width: 1.28571em;
    text-align: center;
}
.im-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.im-ul > li {
    position: relative;
}
.im-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.im-li.im-lg {
    left: -1.85714em;
}
.im-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}
.im-pull-left {
    float: left;
}
.im-pull-right {
    float: right;
}
.im.im-pull-left {
    margin-right: .3em;
}
.im.im-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.im.pull-left {
    margin-right: .3em;
}
.im.pull-right {
    margin-left: .3em;
}
.im-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.im-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
 @-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.im-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.im-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.im-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.im-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.im-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .im-rotate-90, :root .im-rotate-180, :root .im-rotate-270, :root .im-flip-horizontal, :root .im-flip-vertical {
    -webkit-filter: none;
    filter: none;
}
.im-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.im-stack-1x, .im-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.im-stack-1x {
    line-height: inherit;
}
.im-stack-2x {
    font-size: 2em;
}
.im-inverse {
    color: #fff;
}
/* Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.im-palma:before {
    content: "";
}
.im-bus:before {
    content: "";
}
.im-wifi:before {
    content: "";
}
.im-female-face:before {
    content: "";
}
.im-flag:before {
    content: "";
}
.im-sun:before {
    content: "";
}
.im-parking:before {
    content: "";
}
.im-sport:before {
    content: "";
}
.im-sweem:before {
    content: "";
}
.im-billpards:before {
    content: "";
}
.im-gora:before {
    content: "";
}
.im-bike:before {
    content: "";
}
.im-yoga:before {
    content: "";
}
.im-biblioteka:before {
    content: "";
}
.im-gora2:before {
    content: "";
}
.im-female:before {
    content: "";
}
.im-kanat:before {
    content: "";
}
.im-kemping:before {
    content: "";
}
.im-olymlic:before {
    content: "";
}
.im-kubok:before {
    content: "";
}
.im-grafic:before {
    content: "";
}
.im-doctor:before {
    content: "";
}
.im-girl:before {
    content: "";
}
.im-clock1:before {
    content: "";
}
.im-hands:before {
    content: "";
}
.im-health-bag:before {
    content: "";
}
.im-gora3:before {
    content: "";
}
.im-arrow:before {
    content: "";
}
.im-calendar:before {
    content: "";
}
.im-list:before {
    content: "";
}
.im-arrow1-left:before {
    content: "";
}
.im-arrow1-right:before {
    content: "";
}
.im-arrow2-up:before {
    content: "";
}
.im-arrow2-left:before {
    content: "";
}
.im-arrow2-right:before {
    content: "";
}
.im-bar:before {
    content: "";
}
.im-box:before {
    content: "";
}
.im-caffe:before {
    content: "";
}
.im-cinema:before {
    content: "";
}
.im-clothes:before {
    content: "";
}
.im-concert:before {
    content: "";
}
.im-conference:before {
    content: "";
}
.im-disco:before {
    content: "";
}
.im-fitness:before {
    content: "";
}
.im-football:before {
    content: "";
}
.im-iron:before {
    content: "";
}
.im-laundry:before {
    content: "";
}
.im-massage:before {
    content: "";
}
.im-pharmacy:before {
    content: "";
}
.im-playground:before {
    content: "";
}
.im-running:before {
    content: "";
}
.im-safe:before {
    content: "";
}
.im-sauna:before {
    content: "";
}
.im-shop:before {
    content: "";
}
.im-sport-court:before {
    content: "";
}
.im-storage:before {
    content: "";
}
.im-tennis:before {
    content: "";
}
.im-tennis_court:before {
    content: "";
}
.im-volleyball:before {
    content: "";
}
.im-instagram:before {
    content: "";
}
.im-vk:before {
    content: "";
}
.im-ok:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
h3, .h3 {
    font-size: 24px;
}
.csc-header {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
a:hover, a:focus, a.focus {
    color: #ff960d;
}
.page-content p, .page-content a, .page-content ul, .page-content li td, .page-content dt, .page-content span {
    font-size: 1em;
}
.page-content td p {
    margin: 0;
    padding: 0;
}
.page-content .table {
    vertical-align: top;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.page-content .table tbody {
    -webkit-overflow-scrolling: touch;
}
.page-content .table tr:first-child {
    font-weight: bold;
}
.page-content .table td, .page-content .table th {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}
.myicons, .myicons li {
    list-style: none;
}
.btn {
    border-radius: 5px;
}
.btn-right-arrow {
    background-image: url("/fileadmin/templates/Resources/Public/images/arrow-right-blue.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 7px;
}
.btn-left-arrow {
    background-image: url("/fileadmin/templates/Resources/Public/images/arrow-left-blue.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 7px;
}
.bg-big-grey {
    background-image: url("/fileadmin/templates/Resources/Public/images/bg-big.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e7e7e7;
}
.bg-big-grey2 {
    background-image: url("/fileadmin/templates/Resources/Public/images/bg-big.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f2f2f2;
}
.bg-big-blue {
    background-image: url(/fileadmin/templates/Resources/Public/images/otziv-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #d7f4ff;
}
.bg-detox-orange {
    background-image: url("/fileadmin/templates/Resources/Public/images/detox-orange-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-detox-liter-grey {
    background-image: url("/fileadmin/templates/Resources/Public/images/detox-liter-grey-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
}
/****forms ***/
.nolabel h2, .nolabel .h2 {
    display: none;
}
.powermail_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.powermail_checkbox + label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.powermail_checkbox + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.powermail_checkbox + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9FD468;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.powermail_checkbox:checked + label:after {
    opacity: 1;
}
.powermail_checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.7);
    box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.7);
}
.powermail_check_inner {
    display: inline-block;
    padding-right: 20px;
}
.powermail_form_3 h2, .powermail_form_3 .h2 {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    font-size: 24px;
    padding-bottom: 30px;
}
.powermail_form_3, .powermail_form_4, .powermail_form_5, .powermail_form_6, .powermail_form_7, .powermail_form_8 {
    padding: 0;
}
.powermail_form_3 input, .powermail_form_3 select, .powermail_form_4 input, .powermail_form_4 select, .powermail_form_5 input, .powermail_form_5 select, .powermail_form_6 input, .powermail_form_6 select, .powermail_form_7 input, .powermail_form_7 select, .powermail_form_8 input, .powermail_form_8 select {
    margin-bottom: 10px;
    font-size: 12px;
    color: #878787;
}
.powermail_form_3 textarea, .powermail_form_4 textarea, .powermail_form_5 textarea, .powermail_form_6 textarea, .powermail_form_7 textarea, .powermail_form_8 textarea {
    margin-bottom: 10px;
    font-size: 12px;
    color: #878787;
    height: 183px;
    resize: none;
}
.powermail_form_4 h2, .powermail_form_4 .h2, .powermail_form_5 h2, .powermail_form_5 .h2, .powermail_form_6 h2, .powermail_form_6 .h2, .powermail_form_7 h2, .powermail_form_7 .h2, .powermail_form_8 h2, .powermail_form_8 .h2 {
    display: none;
}
.powermail_form_5 label, .powermail_form_6 label, .powermail_form_7 label, .powermail_form_8 label {
    margin-bottom: 10px;
    font-size: 12px;
    color: #878787;
    min-width: 170px;
}
.align-justify {
    text-align: justify;
}
.align-center {
    text-align: center;
}
.rounded-50-proc {
    border-radius: 50%;
}
.back-to-top {
    color: #7ca25c;
    background-color: #ffffff;
    font-size: 10px;
    width: 45px;
    height: 45px;
    border: #7ca25c 2px solid;
    border-radius: 30px;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
}
.back-to-top i {
    padding-top: 8px;
}
.to-top-wrap {
    position: relative;
}
.value-10.page-navigation li {
    padding: 0 10px;
}
.value-10.page-navigation li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px 0 0 17px;
    color: #ffffff;
    border: #7ca25c 2px solid;
    background-color: #7ca25c;
    border-radius: 50%;
}
.value-10.page-navigation li.next a {
    padding-left: 20px;
}
.item-value-10 .news-text, .item-value-30 .news-text {
    font-size: 14px;
}
.item-value-10 .news-text p, .item-value-30 .news-text p {
    margin-bottom: 5px;
}
.item-value-10 .news-img-wrap, .item-value-30 .news-img-wrap {
    margin-bottom: 30px;
}
.item-value-10 .header, .item-value-10 .header a, .item-value-30 .header, .item-value-30 .header a {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    padding-bottom: 15px;
}
.item-value-10 .header a, .item-value-30 .header a {
    color: #02a2de;
}
.item-value-10 .news-list-date, .item-value-30 .news-list-date {
    display: inline-block;
    font-size: 16px;
    color: #929292;
    padding-bottom: 60px;
}
.item-value-30 .news-list-date {
    padding-bottom: 0px;
}
.item-value-30 .news-img-wrap {
    margin-bottom: 0px;
}
.item-value-30 .price {
    color: #929292;
    padding-bottom: 10px;
}
.news-single .news-img-wrap {
    float: right;
    padding: 0 0 30px 50px;
}
#dopCollapse {
    font-size: 0.9em;
}
#dopCollapse h1, #dopCollapse h2, #dopCollapse h3 {
    font-size: 18px;
}
.breadcrumb {
    background-color: inherit;
    font-size: 12px;
    font-style: italic;
}
.breadcrumb li {
    padding-right: 10px;
}
.breadcrumb .im {
    padding-left: 5px;
    font-size: 10px;
}
.btn-secondary {
    color: #ffffff;
    background-color: #7ca25c;
    border-color: #02a2de;
    border-width: 2px;
}
.btn-3 {
    padding: 10px 38px;
}
body {
    font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
header {
/*    
@include media-breakpoint-down(lg) {
  .nav-link, .header-title, .phone {
    font-size:0.9rem;
  }
}
*/ }
header nav .form-control, header nav .form-control:focus {
    color: #ffffff;
    background-color: #02a2de;
    border-color: #ffffff;
    border-right-color: inherit;
    border-right-width: 0;
    outline: 0;
}
 header nav .form-control::-webkit-input-placeholder, header nav .form-control:focus::-webkit-input-placeholder {
 color: #ffffff;
}
 header nav .form-control::-moz-placeholder, header nav .form-control:focus::-moz-placeholder {
 color: #ffffff;
}
 header nav .form-control:-ms-input-placeholder, header nav .form-control:focus:-ms-input-placeholder {
 color: #ffffff;
}
 header nav .form-control::-ms-input-placeholder, header nav .form-control:focus::-ms-input-placeholder {
 color: #ffffff;
}
 header nav .form-control::placeholder, header nav .form-control:focus::placeholder {
 color: #ffffff;
}
header nav .input-group-text {
    color: #ffffff;
    background-color: #02a2de;
    border-color: #ffffff;
    border-left-color: inherit;
    border-left-width: 0;
    font-weight: bold !important;
}
header .navbar-dark .top-menu-col1 .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 700;
}
header .navbar-dark .top-menu-col1 .navbar-nav .nav-link-grey {
    color: #3c3c3c;
}
header .navbar-dark .top-menu-col1 .navbar-nav .nav-link:hover, header .navbar-dark .top-menu-col1 .navbar-nav .nav-link:focus {
    color: #ff960d;
}
header .navbar-dark .top-menu-col1 .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
header .navbar-dark .top-menu-col1 .navbar-nav .show > .nav-link, header .navbar-dark .top-menu-col1 .navbar-nav .active > .nav-link, header .navbar-dark .top-menu-col1 .navbar-nav .nav-link.show, header .navbar-dark .top-menu-col1 .navbar-nav .nav-link.active {
    color: #ff960d;
}
header .navbar-dark .top-menu-col2 .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
header .navbar-dark .top-menu-col2 .navbar-nav .nav-link:hover, header .navbar-dark .top-menu-col2 .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
header .navbar-dark .top-menu-col2 .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
header .navbar-dark .top-menu-col2 .navbar-nav .show > .nav-link, header .navbar-dark .top-menu-col2 .navbar-nav .active > .nav-link, header .navbar-dark .top-menu-col2 .navbar-nav .nav-link.show, header .navbar-dark .top-menu-col2 .navbar-nav .nav-link.active {
    color: #ffffff;
}
header .navbar-dark .top-menu-col3 .navbar-nav .nav-link {
    color: #3c8f28;
}
header .navbar-dark .top-menu-col3 .navbar-nav .nav-link:hover, header .navbar-dark .top-menu-col3 .navbar-nav .nav-link:focus {
    color: #ff960d;
}
header .navbar-dark .top-menu-col3 .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
header .navbar-dark .top-menu-col3 .navbar-nav .show > .nav-link, header .navbar-dark .top-menu-col3 .navbar-nav .active > .nav-link, header .navbar-dark .top-menu-col3 .navbar-nav .nav-link.show, header .navbar-dark .top-menu-col3 .navbar-nav .nav-link.active {
    color: #ff960d;
}
header .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
header .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
header .navbar-dark .navbar-text a {
    color: #ffffff;
}
header .navbar-dark .navbar-text a:hover, header .navbar-dark .navbar-text a:focus {
    color: #ffffff;
}
header .top-menu-col2 {
    background-image: url(/fileadmin/templates/Resources/Public/images/logo-bg.png);
    background-repeat: no-repeat;
    background-position: 311px 31px;
}
header .top-menu-col3 {
    background-image: url(/fileadmin/templates/Resources/Public/images/menu2-bg1.png);
    background-repeat: no-repeat;
}
header .header-title {
    font-weight: bold;
    font-size: 18px;
}
header .header-title, header .phone, header .subtitle {
    display: block;
}
header .phone, header .phone a {
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}
header .subtitle {
    font-size: 13px;
    color: #c0c0c0;
}
header .subtitle.subtitle-grey {
	color: #57575d;
}
header .subtitle.subtitle-green {
	color: #3c8f28;
}
header .col-sm-12.mh-0 {
    min-height: 0px;
}
.btn-1.btn, .btn-2.btn, .btn-3.btn {
    border-radius: 5px;
    word-wrap: break-word;
    padding: 10px 38px 10px 75px;
    line-height: 1.25rem;
    background: #7ca25c url(/fileadmin/templates/Resources/Public/images/leave_order.png) 30px center no-repeat;
}

@media (max-width: 1319.98px) {
.btn-1.btn, .btn-2.btn, .btn-3.btn {
    padding: 10px 29px 10px 72px;
    margin-left: 0;
}
}
.btn-1.btn {
    margin-left: 32px;
}
.btn-2.btn {
    margin-left: 59px;
    background: #7ca25c url(/fileadmin/templates/Resources/Public/images/order_call.png) 28px center no-repeat;
}
.btn-3.btn {
    /*margin-left: 14px;*/
    background: #7ca25c url(/images/icons/plane-nat40.png) 28px center no-repeat;
}

@media (max-width: 768px) {
.btn-3.btn {
    background-image: none;
    padding: 5px 10px;
}
}

@media (max-width: 1319.98px) {
.btn-1.btn, .btn-2.btn {
    padding: 10px 29px 10px 72px;
    margin-left: 5px;
}
}
.btn-1.btn-success, .btn-2.btn-success {
    color: #ffffff;
    background-color: #7ca25c;
    border-color: #7ca25c;
}
.btn-1.btn-success:hover, .btn-2.btn-success:hover {
    color: #ffffff;
    background-color: #ff960d;
    border-color: #ff960d;
}
.btn-1.btn-success:focus, .btn-1.btn-success .focus, .btn-2.btn-success:focus, .btn-2.btn-success .focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(124, 162, 92, 0.5);
}
footer {
    color: #ffffff;
}
footer .nav .nav-item a.nav-link {
    color: #ffffff;
    font-size: 14px;
    padding: 0.1rem 0rem;
}
footer .nav .nav-item a.nav-link:hover, footer .nav .nav-item a.nav-link:focus, footer .nav .nav-item a.nav-link .active {
    color: #ff960d;
}
footer .br-1-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
footer .bl-1-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
footer .address {
    font-size: 12px;
    line-height: 24px;
    color: #b0d98c;
}
footer .address a {
    color: #fff;
    text-decoration: underline;
}
footer .address a:hover {
    color: #fff;
    text-decoration: none;
}
footer .phone a {
    color: #fff;
    text-decoration: none;
}
footer .phone a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .phone {
    font-size: 18px;
}
footer .subtitle {
    font-size: 12px;
}
footer .d-inline-block {
    display: inline-block;
}
footer .footer2 .text {
    font-size: 12px;
}
footer .footer2 .politika {
    font-size: 12px;
}
#main-page-carousel .carousel {
    min-height: 461px;
}
#main-page-carousel .carousel .carousel-caption {
    left: 0px;
    top: 0px;
    padding: 20px 50px;
    color: #000000;
    text-align: left;
    height: 100%;
}
#main-page-carousel .carousel .carousel-caption h5, #main-page-carousel .carousel .carousel-caption .h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
#main-page-carousel .carousel .carousel-caption p {
    font-size: 18px;
    line-height: 24px;
}
#main-page-carousel .carousel .carousel-caption-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0;
    height: 100%;
    opacity: 0.34;
    background-color: #3ab6e5;
}
#sanatorii .card {
    color: #ffffff;
    text-align: center;
    border: 0;
}
#sanatorii .card .card-body {
    padding: 0;
}
#sanatorii .card .card-title {
    margin-bottom: 0;
    font-size: 24px;
}
#sanatorii .card .card-text {
    font-size: 12px;
}
#sanatorii .card.bg-color-green {
    background-color: #7ca25c;
}
#sanatorii .card.bg-color-blue {
    background-color: #02a2de;
}
#sanatorii .card-footer {
    background-color: inherit;
    border-top: 0 none;
}
#napravleniya-lech .title {
    font-size: 24px;
    line-height: 24px;
}
#napravleniya-lech .body {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
}
#pop-progs {
    padding-bottom: 20px;
}
#pop-progs .card {
    text-align: left;
    border: 0;
}
#pop-progs .card .card-body {
    padding: 0;
}
#pop-progs .card .card-title {
    margin-bottom: 0;
    font-size: 24px;
}
#pop-progs .card .card-text {
    font-size: 12px;
}
#pop-progs .card-footer {
    background-color: inherit;
    border-top: 0 none;
}
#pop-progs .title {
    font-size: 24px;
    display: block;
    padding-bottom: 20px;
}
#pop-progs .subtitle {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}
#pop-progs .body {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding-bottom: 15px;
    text-align: center;
}
#pop-progs .price {
    font-size: 24px;
    display: block;
    padding-bottom: 20px;
    color: #7ca25c;
}
#pop-progs .card-img-top {
    padding-bottom: 20px;
}
#detox-list .block__img-text-btn1 .title {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}
#detox-list .block__img-text-btn1 .subtitle {
    font-size: 14px;
    line-height: 24px;
    color: #c0c0c0;
}
#detox-list .block__img-text-btn1 .text {
    font-size: 14px;
}
#detox-list .block__img-text-btn1 .btn {
    font-size: 14px;
}
.detox-list-nav {
    width: 100%;
    display: block;
}
.detox-list-nav .dropdown-toggle::after {
    display: none;
}
.detox-list-nav .dropdown-menu.show {
    font-size: 12px;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 150px !important;
}
.detox-list__card {
    display: block;
}
.detox-list__card:hover, .detox-list__card:focus {
    color: #ff960d;
    text-decoration: none;
}
.detox-list__card:hover .subtitle, .detox-list__card:focus .subtitle {
    color: #ff960d;
}
.detox-list__card .title, .detox-list__card .subtitle, .detox-list__card .town {
    display: block;
}
.detox-list__card .subtitle {
    font-size: 12px;
    line-height: 18px;
    color: #81e2ff;
}
.detox-list__card .title {
    font-size: 24px;
    line-height: 24px;
}
.detox-list__card .town {
    font-size: 12px;
    line-height: 24px;
}
#detox-detail {
    font-size: 14px;
    line-height: 24px;
}
#about .custom-sizes {
    width: 165px;
    height: 153px;
    padding-right: 10px;
}
#about i.im {
    font-size: 40px;
}
#about .elem-wrap {
    width: 19%;
}
#contacts, .person {
    font-size: 14px;
}
#contacts img.custom-sizes, .person img.custom-sizes {
    height: auto;
    width: 140px;
    border-radius: 50%;
}
#contacts .text, .person .text {
    font-size: 24px;
    line-height: 24px;
}
#contacts .title, #contacts .text, #contacts .phone, #contacts .email, .person .title, .person .text, .person .phone, .person .email {
    display: block;
    padding-bottom: 10px;
}
#contacts .phone, #contacts .email, .person .phone, .person .email {
    color: #6d6d6d;
}
#sanatorii-page {
    font-size: 14px;
}
.san-cards {
    font-size: 14px;
}
.san-cards .title {
    margin-bottom: 0;
    font-size: 24px;
}
.san-cards .text {
    font-size: 12px;
}
.san-cards .san-text, .san-cards .san-text a {
    color: #ffffff;
    text-decoration: none;
}
.san-cards ul {
    list-style: none;
    padding-left: 0;
}
.san-cards ul li {
    padding-bottom: 10px;
    color: #919191;
}
.san-cards i {
    padding-right: 5px;
}
.otziv {
    font-size: 12px;
}
.otziv .otziv-text {
    display: block;
    position: relative;
    border: #aeaeae 1px solid;
    border-radius: 5px;
    padding: 30px;
    font-size: 16px;
    line-height: 20px;
}
.otziv .otziv-text p {
    font-size: 16px;
    line-height: 20px;
}
.otziv .otziv-text:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 120px;
    width: 20px;
    height: 21px;
    background-size: 20px 21px;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjAQ8TDQnrFSGqAAABBUlEQVQoz43RPyjEcRgH4OcOJ8OVcmYMyq1GhWyXMhh1KxYsShlMN8hELDfIaL2bMFzUWZRBYSFFiQwGf4vhDoPi3P3uzmf89PT2vt9vKAPLUh7VTBjEHen9D7x0ZttkfXjtVL8ZaU214bM2F/p02BGtBZ+04MWIc3ti1WFBMyiasiuvvRI2goj3n2ZeQc6Qh6CJUc8l3YK8rEgQbP0DmfVqLQh2uf3TFiUNSFbCHpdluz8Zs6KzHMYdV5x5bNGmhlLYoeAm4OlWvZkthYP2Az/j04Q53b8wISc4V1LWhb5hs4Qt1ZIWNfYNh524qwqLpi1pIWzchlo5cGiaUOZ+NKZOsh/CX+LAPoUTY6SSAAAAAElFTkSuQmCC");
}
.otziv .name {
    font-size: 18px;
}
.otziv .town, .otziv .date {
    font-size: 12px;
    color: #717171;
}
.otziv .date i {
    font-size: 18px;
}
.otziv .date span {
    display: inline-block;
}
.newsmain-elem {
    font-size: 12px;
    padding: 10px;
}
.newsmain-elem .date i {
    font-size: 18px;
}
.newsmain-elem .name {
    font-size: 18px;
    text-decoration: none;
    min-height: 77px;
    text-align: center;
}
.newsmain-elem .name a {
    text-decoration: none;
}
.newsmain-elem .text {
    min-height: 110px;
    padding-bottom: 10px;
}
.swiper-slider-style1 .swiper-button-prev, .swiper-slider-style1 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAMAAAC7xnO3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA6lBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4+vaJqWzh6dpjjT1CdRS7zapSgSi4y6dgizne59aFpmj2+fS8zqu0yKL5+/iOrHLk691mj0CzyKG5zKe5zKgAAAD3NcOHAAAAN3RSTlMAGVqIrtXq+iiH1gJSyk4hsrNd8QOUCAq/sbSSViDwTdTYBFjJyzCLiRpZr7Dl+fJbV7a5lVUiM/Y7NAAAAAFiS0dETYBoIGUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfjAQ0PCTqPnBcnAAABuklEQVRIx63X51bCQBAF4AkhlNAJTSlWikIECw5FQ7e///OYoIDAzia7eP/AYc93GDibzQ0AK4pP9WuBIAYDml/1KeAxobCO29HDIXcWicaQlVg0wodxDalocY5LJJGXVIKCaQP5MdJMl8mie7KZfZjze4CI/twuzBc8QcRCfmfUI48Q8Xh74KJniFj8C0sCELG0geWKkKyU1zIpBBGTK3giCBF/N2LkVFienS9lVBgiXizlpYSsOrAmARFrtqxLyYYtdc56r0+t6ABXHDgYPpFrCvho+GyNaHkNKj3peIK0VKFJTjqdIUe2gDjs5tbCeaGlBgHWxy+v9qR8acIN49O3d2dSvmwDc9KP1VtaIus7P62Ru2wzf+dg2O+5SZP93/b6w4GL1KDFXhhZX3zZIvfQZOxMzNtD5L6dTe2JaenjXSsLa867VnjX52RMSt3lTJhNqZX6QecQxCRgVfq87Rx4xkNcWK4LTkoQpmTvn8bm/il4z779l54AmTvP8H6nTEn3IbuDeWtErb0O5rH3PTB6n52ua9fsApEEf0ukHoGObKeGA3q8E8lnh58oHbWpmQYaptZsdNjPK9/MCCC925zXZAAAAABJRU5ErkJggg==");
    left: 50px;
    right: auto;
}
.swiper-slider-style1 .swiper-button-next, .swiper-slider-style1 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAMAAAC7xnO3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA51BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+JqWz4+vZCdRRjjT3h6dq4y6dSgSi8zqve59Zgizn2+fSFpmizyKFRgCaOrHL5+/hmj0Dk691SgCe2yaQAAACRh0dDAAAAN3RSTlMAGVqIrtXq+iiH1gJSyk4hsrNd8QOUCAq/sbSSViDwTdTYBFjJyzCLiRpZr7Dl+fJbV7a5lVUiM/Y7NAAAAAFiS0dETPdvEPMAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfjAQ0PCjBEZK36AAABs0lEQVRIx63X6VbCMBAF4CkloOxQBNxXRAUU1+uGKLj7/u9jQEXFzLQJ3r853+mlpOmUyBQv5sdVIolkQsX9mEcRMzObwu+kZmfCWTqThSnZTFqGOQUuKie4fAFSinkOlgLICUpGV55DeObKf2ElHgEC8cokrNYiQaBWnag6HxECC78LL0aGwOJPuGQBgaVvuLxiJVeWx7JgBYHCF1y1hMDnRkyvWcv1jZHMWENgcyS3HGR9CLcdILCtZcNJ7miZYtbOLySZItrl1i6vriXqUYyV3ZueIPfIZyVu74TGPjV5if6Ab9wiJUjg/oFrrCghSt348cm43KZ9WerGzy+m5QNCiGQbh14T6L52jdcM+Z24ODff33bIvcX1FfOfKmqJ0tx0mJa0h3TTu1tu2Rf2rW466HOriAnPSu/mDXw8/vm85Jti9HyyZ4LQVKcx1TlEWQdYdz5vO1Oe8ZSzluMBp2gJi67vz+D7/Wn5zj78lzmBykeR4fHEMOU8D+kZLNpE1Pozg0Wc+04Mc5/OaeiseUpM8vKWKJ4RH9eZmqaY44dx/Hb4iNfxm6odIGir5k7H/L3yDvQUIJxqkB3VAAAAAElFTkSuQmCC");
    right: 50px;
    left: auto;
}
.swiper-slider-style1 .swiper-button-next, .swiper-slider-style1 .swiper-button-prev {
    background-size: 57px 57px;
    width: 57px;
    height: 57px;
    top: 82%;
}
#detox-detail, .swiper-slider-style2 {
    font-size: 14px;
    line-height: 24px;
}
#detox-detail .swiper-button-prev, #detox-detail .swiper-container-rtl .swiper-button-next, .swiper-slider-style2 .swiper-button-prev, .swiper-slider-style2 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAA6CAMAAACERodRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABGlBMVEVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVxm02FqWby9u9znU+GqmeSs3eBp2H///+nwZGTs3gAAAC2JqbMAAAAUnRSTlMABj12nMPi8sakeA9luPURLJ/2H6n9qiB5eyTLziVR8VJq/H1pTlMi8AfNIaWn+yabnQz0DV5ftj53xcTg3+z54aH+I09UbXpmubpnEt3u+simd3QeLQAAAAFiS0dEXZ3fMAEAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfjAQcPLSN1or4lAAAB4ElEQVRYw8XYZ1fCMBQG4NAiSyhQKUsRKTgQF+JAEVHcA9AriOv//w7TwkHUDjjchPdj6eE5TdPc5BJiFIcgOmdcbhg3bpfH6xMcZMTM+gPS2MZwpIA/OIITCssTMb3I4ZCNMxdREBwtSjRm4TjiGM8zeK6E6QtLziM6WhZSxtBiGhkCSC8ZQRkVHQJQM/+hLANHS/YvlGMEAeR+Q8sshq4XdWUYWl1jBtFpkfyB8usMITrZ8wMpzhQCSAyWoMkWVPtIhb60wRgC2OwvQlvMJWVbl3ZQ//TF8GpRg3ZLmFC782p0ubRHpX1cqGv8wwGVDnlAEKDVD3HwzCGQ8kTgAgGUyREfCETi5QPReX7MB4IKOcGB3mwgqBKcbcr7x6fNHacE55Hgq9O2vqGGJUHXhqohjZ49dUrOsCRKWU2KKvGgSdZUBe/LtaGKiKuRNSVirrCWVBm1auiUYc3VqgZqJQSzfYRWCXGru2n86DsWk8j6Yd7JQTrX93sp9jvLeojXbjnC/QTA71TD8aRGLnidPgm5VJlB6tWUugQcOx+MujnK9VQ7VHRZ4tV1o2epGxnRsegk0sSiWN3RerRArMOr46sleHs3YRf7/uFxBKf3wgSxWGk0W2MSrWbj6dlXNn493ws/q6eb6YxEAAAAAElFTkSuQmCC");
    left: -55px;
    right: auto;
}
#detox-detail .swiper-button-next, #detox-detail .swiper-button-prev, .swiper-slider-style2 .swiper-button-next, .swiper-slider-style2 .swiper-button-prev {
    background-size: 105px 58px;
    width: 105px;
    height: 58px;
}
@media screen and (max-width: 768px) {
    #detox-detail .swiper-button-next, #detox-detail .swiper-button-prev, .swiper-slider-style2 .swiper-button-next, .swiper-slider-style2 .swiper-button-prev {
        width: 38px;
        height: 38px;
        background-size: cover;
    }
    #detox-detail .swiper-button-next, .swiper-slider-style2 .swiper-button-next {
        right: 0px;
    }
}
#detox-detail .swiper-button-next, #detox-detail .swiper-container-rtl .swiper-button-prev, .swiper-slider-style2 .swiper-button-next, .swiper-slider-style2 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAA6CAMAAACERodRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA/FBMVEVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVxm01ynE7y9u+FqWaGqmeTs3inwZH///+Bp2GGqmgAAACxDWCCAAAASHRSTlMABj12nMTi8sakeBBluPURLJ/2IKr9enslzM5R8VJq/H1pUyTwB80hpqcmnQ30X7c+d6XH4d/s+aChK/6pVH5tEme5ut3u+sishe/FAAAAAWJLR0RTemcdBgAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+MBBw8wGtXLWjEAAAH2SURBVFjDxdjZVsIwEAbgYVekZS2gsooIyiLuCyCggBGK2/s/jCm7kqRwmNT/djh8p+00aQaAFZvd4XS5PWTTeNw7u167DdbMnk9RNzaWoyo+/xpOIBjaipkkFAyYOOGIhuAY0SJhgWOLYlzP/Lpi3AcW30d0jBzE2dBhAhkiJJFkQak0OkRIOrUKZSQ4RjJ/oawkiJDsbygp49ZNkj5ahnLH0iDaFrkFlD+RCNFmz8+lqFSIkNgMKmy3oJpHLUylomSIkNPpIiSv72bRzsaSk1l8Q6VKBlSusEqDoY4pVcpUqrJrOi5VpdI5p4ZLKXT347Y4KqXmocavjoYjPKoGF4IqJuWAS1EZkSrBlbCOR7ngWvyD0fAdR7oBs0/ij88vFOkWTH6gY13TnYmkD79xICoJ7x4eRO+eqCMQIdoRgi7HhGiX899cVIi+udzVSMdc9YzViLfCIkN0heXsGgNkiO4aoLBLuN8Rxk4IPty/5MRHJT/miZOX0Pgwf2+B9DD+3nusS4fq05lBQ7rUsPwEYN2pxsKTGuTwRxGLLJ8+AZoST9TNf5oSADxJglYmHwAtrHnbcrQWa3CUtGpCRQ+82M3Om7rRs1TMokkiYE5H65ECiGPVxNdIu/O85RT7pdNew5k8sJqj5Or2+hsS/V73teitsR/PD6KV3KK3GeAsAAAAAElFTkSuQmCC");
    right: -55px;
    left: auto;
}
@media screen and (max-width: 768px) {
    #detox-detail .swiper-button-next, .swiper-slider-style2 .swiper-button-next {
        right: 0px;
        background-position: left;
    }
}
@media screen and (max-width: 768px) {
    #detox-detail .swiper-button-prev, .swiper-slider-style2 .swiper-button-prev {
        left: 0px;
        background-position: right;
    }
}
.swiper-slide-wrap {
    position: relative;
}
.swiper-slide-wrap .text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
.swiper-slide-wrap .text {
    width: 30%;
    min-width: 266px;
}
}
.swiper-slide-wrap .text p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
}

@media (min-width: 768px) {
.swiper-slide-wrap .text p {
    font-size: 18px;
}
}
.swiper-slide-wrap .swiper-text-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    opacity: 0.34;
    background-color: #3ab6e5;
    z-index: 5;
}
#footer-forms .wrap {
    background: url(/fileadmin/templates/Resources/Public/images/bg-big.webp) center 0 no-repeat;
    background-color: #e7e7e7;
}
html.no-webp #footer-forms .wrap {
    background: url(/fileadmin/templates/Resources/Public/images/bg-big.png) center 0 no-repeat;
}
@media (max-width: 768px) {
	footer {
		margin-top: 60px;
	}
	footer .br-1-lg {
		border-right: 0px;
	}
	#footer-forms {
		display: none;
	}
    #footer-forms .wrap {
        background: url(/fileadmin/templates/Resources/Public/images/bg-big.webp) center 0 no-repeat;
        background-color: #e7e7e7;
        min-height: inherit;
    }
    html.no-webp #footer-forms .wrap {
        background: url(/fileadmin/templates/Resources/Public/images/bg-big.png) center 0 no-repeat;
    }
}
#footer-forms .form1, #footer-forms .form2 {
    padding-bottom: 30px;
}
#footer-forms .form1 input, #footer-forms .form2 input {
    margin-bottom: 10px;
    color: #c0c0c0;
    font-size: 12px;
}
#footer-forms .form1 button.powermail_submit, #footer-forms .form2 button.powermail_submit {
    margin-top: 10px;
    color: #ffffff;
}
#footer-forms .form1 .phones {
    display: inline-block;
}
#footer-forms .form1 .phone1, #footer-forms .form1 .phone2 {
    display: block;
    float: left;
}
#footer-forms .form1 .phone1 {
    padding-right: 60px;
}
#footer-forms .form1 .title {
    font-size: 36px;
}
#footer-forms .form1 .subtitle, #footer-forms .form1 .subtitle2, #footer-forms .form1 .phone1-text, #footer-forms .form1 .phone2-text {
    font-size: 12px;
}
#footer-forms .form1 .phone1-phone, #footer-forms .form1 .phone2-phone {
    font-size: 18px;
}
#footer-forms .form1 .phone1-text, #footer-forms .form1 .phone2-text {
    color: #c0c0c0;
}
#footer-forms .form1 .subtitle2 {
    display: inline-block;
    padding-bottom: 20px;
}
#footer-forms .form2 {
    font-size: 12px;
}
#footer-forms .form2 .title {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
}
#footer-forms .form2 .powermail_check_outer {
    display: inline-block;
}
.block_1 {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.block_2 {
}

@media (max-width: 768px) {
.block_2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
}
.block_3 {
    width: 100%;
}
.block_4 {
}

@media (max-width: 480px) {
.block_4 img.block_5 {
    width: 89px !important;
    height: 74px !important;
}
}
.block_5 {
}
.block_6 {
}

@media (max-width: 768px) {
.block_6 {
    text-align: center;
}
}
.block_7 {
}

@media (max-width: 768px) {
.block_7 {
    text-align: center;
}
}
.block_8 a {
    text-decoration: underline;
}
.block_9 {
}
.block_10 {
}
.block_11 {
}

@media (max-width: 768px) {
.block_11 {
    color: #666;
}
}
.block_12 {
}

@media (max-width: 768px) {
.block_12 {
    display: none !important;
}
}
.block_13 {
    display: none;
    width: calc(100% - 56px);
    text-align: center;
}

@media (max-width: 768px) {
.block_13 {
    display: block;
}
}
.block_14 {
    overflow: hidden;
}
.block_14 a {
    color: #fff;
}
.block_15 {
    float: right;
	width: 100%;
	max-width: 300px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.block_16 {
    float: left;
	width: 100%;
	max-width: 300px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.block_15 img,
.block_16 img {
	display: block;
	width: 100%;
	height: auto;
}
.block_17 {
    overflow: hidden;
    text-align: center;
}
.block_17 span {
    color: #FF0004;
    display: block;
}
.block_18 {
    overflow: hidden;
    padding-bottom: 20px;
}
.text-style p {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}
.text-style p.align-center {
    text-align: center;
}
.text-style h2 {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
}
.text-style h3 {

    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
}
.text-style h4 {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}
.text-style details summary {
    border: 1px #02a2de solid;
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    background: #02a2de;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    transition: 0.5s;
    width: 120px;
    text-align: center;
    outline: none;
}
.text-style details summary span.details-open {
    display: none;
}
.text-style details[open] summary span.details-open {
    display: block;
}
.text-style details[open] summary span.details-close {
    display: none;
}
.text-style details summary:before {
    display: block;
    content: "";
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    margin-top: 8px;
    transition: 0.5s;
}
.text-style details[open] summary:before {
    transform: rotate(90deg);
}
.text-style details summary::-webkit-details-marker {
 display: none;
}
.text-style table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.text-style table tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}
.text-style table tr th {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dee2e6;
}
.text-style table tr td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dee2e6;
}
.text-style blockquote {
    margin: 0px;
    padding: 0px;
    padding: 20px;
    padding-left: 40px;
    border-left: 3px #02a2de solid;
    position: relative;
}
.text-style blockquote::before {
    display: inline-block;
    content: "«";
    height: 24px;
    font-size: 40px;
    line-height: 24px;
    color: #3c8f28;
    position: absolute;
    margin-left: -30px;
}
.text-style blockquote::after {
    display: inline-block;
    content: "»";
    height: 24px;
    font-size: 40px;
    line-height: 24px;
    color: #3c8f28;
    position: absolute;
    margin-left: 5px;
}
.img-right {
    display: block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width: 670px) {
.img-right {
    float: none;
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
}
}
.sanatorii-link p {
    margin: 0px;
    padding: 0px;
}
.sanatorii-link h2 {
    text-align: center;
    padding-bottom: 20px;
}
.sanatorii-link {
    padding-bottom: 30px;
}
.sanatorii-title {
    padding-top: 10px;
    padding-bottom: 20px;
}
.mMenu ul li a[href="uvzmorie/novyi-god-2021/"], .mMenu ul li a[href="valuevo/novyi-god-2021/"] {
    color: #FF0000;
    font-weight: 700;
}
.video-center {
    text-align: center;
}
.video-center iframe {
    display: block;
    width: 100%;
	height: auto;
    max-width: 650px;
    margin: 0 auto;
	aspect-ratio: 16/9;
}
h3.h3-center {
    text-align: center;
}
.news-button-link {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
section#napravleniya-lech div.col-12.col-md-4.pb-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media screen and (min-width: 1180px) {
section#napravleniya-lech div.col-12.col-md-4.pb-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
section#pop-progs div.row.pt-20.pt-lg-70.pb-30 {
    display: none;
}

@media screen and (min-width: 768px) {
section#pop-progs div.col-md-4.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media screen and (min-width: 1180px) {
section#pop-progs div.col-md-4.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-menu-col-bottom-line {
    border-bottom: 1px #e7e7e7 solid;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.header-column-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-column-gap: 10px;
}

@media screen and (max-width: 860px) {
    .header-column-button {
        grid-column-gap: 10px;
        padding: 10px;
        padding-top: 0px;
        justify-items: center;
    }
}
.header-button-order {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 40px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    background: #7ca25c url('/fileadmin/templates/Resources/Public/images/leave_order.png') 5px center no-repeat !important;
    outline: none !important;
    border: none !important;
    justify-self: end;
}
.header-button-order:hover {
    background: #ff960d url('/fileadmin/templates/Resources/Public/images/leave_order.png') 5px center no-repeat !important;
}
.header-button-callback {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 40px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    background: #7ca25c url('/fileadmin/templates/Resources/Public/images/order_call.png') 5px center no-repeat !important;
    outline: none !important;
    border: none !important;
    justify-self: start;
}
.header-button-callback:hover {
    background: #ff960d url('/fileadmin/templates/Resources/Public/images/order_call.png') 5px center no-repeat !important;
}
.header-menu-white {
    display: block;
}
.header-menu-white li {
    float: left;
}
.header-menu-white li a {
    text-transform: uppercase;
}

@media screen and (max-width: 860px) {
    .header-menu-white li {
        float: none;
    }
}
.naturamed-tour-button {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    width: 100%;
    text-align: center;
}
.naturamed-tour-button-title {
    color: #3c3c3c;
    font-weight: 700;
    text-transform: uppercase;
}
.naturamed-tour-button-link a {
    border: none;
    background: #7ca25c !important;
    padding: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.naturamed-tour-button-link a:hover {
    background: #ff960d !important;
}
.popular-item-title {
    padding-top: 0px;
}
.popular-item-title * {
    text-align: center;
}
.popular-item-text {
    text-align: justify;
}
.news-item-main-page-text {
    text-align: justify;
}
.news-item-main-page-text p {
    display: inline;
}
#newsmain .row.pt-20.pt-lg-40.pb-30 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#newsmain .row.pt-20.pt-lg-70.pb-30 {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
#otziv .row.pt-20.pt-lg-40.pb-30 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.slider-video-wrapper {
    padding: 20px;
}
.slider-video-title {
    font-weight: 700;
    padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
.slider-video {
    height: 140px;
}
.slider-video iframe {
    height: 140px;
}
}

@media screen and (max-width: 768px) {
.slider-video-wrapper {
    padding: 10px;
}
.slider-video-box {
    position: relative !important;
}
.slider-video-title {
    color: #212529;
}
.slider-video {
    height: 197px;
}
.slider-video iframe {
    height: 197px;
}
}

@media screen and (max-width: 460px) {
.slider-video {
    height: 140px;
}
.slider-video iframe {
    height: 140px;
}
}
.swiper-zoom-container img {
    display: block;
    width: 100%;
    height: auto;
}
.swiper-zoom-container .mobile-ver {
    display: none;
}

@media screen and (max-width: 768px) {
.swiper-zoom-container .pc-ver {
    display: none;
}
.swiper-zoom-container .mobile-ver {
    display: block;
}
}
/* detox-prog-item */
.detox-prog-item {
    display: grid;
    grid-template-columns: 214px 1fr;
    grid-template-rows: 214px;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding-bottom: 25px;
    border-bottom: 1px #cbdabe solid;
    margin-bottom: 25px;
}
.detox-prog-item > span {
    display: none;
}
.detox-prog-item p {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media screen and (max-width: 1180px) {
.detox-prog-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}
}
.detox-prog-item .detox-prog-item-img {
    width: 214px;
    height: 214px;
    overflow: hidden;
}
.detox-prog-item .detox-prog-item-img img {
	display: block;
    width: 214px;
    height: 214px;
}
.detox-prog-item .detox-prog-item-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
}
.detox-prog-item .detox-prog-item-title a {
    font-size: 16px;
    line-height: 20px;
    color: #00a3e1;
    font-weight: 700;
    text-decoration: none;
}
.detox-prog-item .detox-prog-item-title a:hover {
    color: #ff960d;
}
.detox-prog-item .detox-prog-item-time {
    font-size: 14px;
    line-height: 18px;
    color: #3c3c3c;
    font-weight: 700;
}
.detox-prog-item .detox-prog-item-location {
    font-size: 14px;
    line-height: 18px;
    color: #3c3c3c;
    font-weight: 700;
    padding-bottom: 10px;
}
.detox-prog-item .detox-prog-item-text {
    font-size: 16px;
    line-height: 20px;
    color: #3c3c3c;
    height: 100px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
.detox-prog-item .detox-prog-item-text {
    height: auto;
}
}
.detox-prog-item .detox-prog-item-link {
    padding-top: 5px;
}
.detox-prog-item .detox-prog-item-link.detox-prog-item-link-column {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-content: end;
    align-items: end;
}
.detox-prog-item .detox-prog-item-link.detox-prog-item-link-column .detox-prog-item-price {
    text-align: right;
    font-size: 18px;
}
.detox-prog-item .detox-prog-item-link a {
    font-size: 16px;
    line-height: 20px;
    color: #00a3e1;
    text-decoration: none;
    border-bottom: 1px #00a3e1 solid;
}
.detox-prog-item .detox-prog-item-link a:hover {
    color: #ff960d;
    border-bottom: 1px #ff960d solid;
}
.detox-prog-call {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 214px;
    padding-bottom: 25px;
    border-bottom: 1px #cbdabe solid;
    margin-bottom: 25px;
}
.detox-prog-call.detox-prog-call-big {
    grid-template-rows: 479px;
}
.detox-prog-call.detox-prog-call-big .detox-prog-call-box {
	display: grid;
	align-content: center;
	align-items: center;
}
@media screen and (max-width: 1180px) {
    .detox-prog-call {
        grid-template-rows: 442px;
    }
	.detox-prog-call.detox-prog-call-big {
		grid-template-rows: 935px;
	}
}
@media screen and (max-width: 767px) {
    .detox-prog-call {
        grid-template-rows: auto;
    }
	.detox-prog-call.detox-prog-call-big {
		display: none;
	}
}
.detox-prog-call-box {
    background: url('/fileadmin/templates/Resources/Public/images/bg-big.webp') center repeat, #ececec;
    padding: 20px;
}
.detox-prog-call .detox-prog-call-title {
    font-size: 36px;
    text-align: center;
}
@media screen and (max-width: 1180px) {
    .detox-prog-call .detox-prog-call-title {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .detox-prog-call .detox-prog-call-title {
        font-size: 20px;
    }
}
.detox-prog-call .detox-prog-call-subtitle {
    font-size: 14px;
    text-align: center;
}
.detox-prog-call .detox-prog-call-phone-url a {
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .detox-prog-call .detox-prog-call-phone-url a {
        font-size: 20px;
    }
}
.detox-prog-call .detox-prog-call-phone-subtitle {
    font-size: 14px;
}
.detox-prog-call .detox-prog-call-phone-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    text-align: center;
}
@media screen and (max-width: 1180px) {
    .detox-prog-call .detox-prog-call-phone-list {
        grid-template-columns: 1fr;
    }
}
/* detox-prog-item */
.mMenu ul.nav li.nav-item a.nav-link {
    text-transform: uppercase;
    font-weight: 700;
}
.mMenu ul.nav li.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/* top-menu-sanatorii */
section.top-menu-sanatorii .top-menu-sanatorii-list {
    font-size: 0px;
    text-align: center;
    padding-bottom: 15px;
}
section.top-menu-sanatorii .top-menu-sanatorii-list ul {
    margin: 0px;
    padding: 0px;
}
section.top-menu-sanatorii .top-menu-sanatorii-list ul li {
    display: inline-block;
    list-style: none;
    margin: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
section.top-menu-sanatorii .top-menu-sanatorii-list ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #02a2de;
    text-transform: uppercase;
    font-weight: 400;
}
section.top-menu-sanatorii .top-menu-sanatorii-list ul li a:hover {
    background: #7ca25c;
}
section.top-menu-sanatorii .top-menu-sanatorii-list ul li a.excretion {
    background: #ff960d;
}
section.top-menu-sanatorii .top-menu-sanatorii-list ul li a.excretion:hover {
    background: #ff960d;
}
/* top-menu-sanatorii */
.center-img {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0px;
}
.center-img a {
    display: inline-block;
    width: 100%;
    max-width: 650px;
}
.center-img a img {
    display: block;
    width: 100%;
    height: auto;
}
.center-banner {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.center-banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/* drop-down-menu-programm */
section.drop-down-menu-programm .drop-down-menu-programm-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    section.drop-down-menu-programm .drop-down-menu-programm-list {
        grid-template-columns: 1fr;
    }
}
section.drop-down-menu-programm .drop-down-menu-programm-title {
    background: #02a2de;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    display: grid;
    grid-template-columns: 1fr 10px;
    align-items: center;
    align-content: center;
    grid-column-gap: 10px;
    text-transform: uppercase;
}
section.drop-down-menu-programm .drop-down-menu-programm-title span.arrow {
    display: block;
    width: 10px;
    height: 10px;
    background: none;
    border-right: 3px #fff solid;
    border-bottom: 3px #fff solid;
    transform: rotate(45deg);
    transition: 0.3s;
}
section.drop-down-menu-programm .drop-down-menu-programm-title.active span.arrow {
    transform: rotate(-135deg);
}
section.drop-down-menu-programm .drop-down-menu-programm-text {
    padding-top: 20px;
    display: none;
    background: #e7e7e7;
    padding: 20px;
}
section.drop-down-menu-programm .drop-down-menu-programm-text ul {
    margin: 0px;
    padding-left: 20px;
}
section.drop-down-menu-programm .drop-down-menu-programm-text p {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* drop-down-menu-programm */
.button-orange {
    background: #ff960d;
    border: 1px #ff960d solid;
    display: block;
    text-align: center;
    width: 241px;
    margin: 0 auto;
}
.responsive {
    overflow:hidden;
	overflow-x:auto;
	clear:both;
	width:100%;
}
/* 404-page */
section.page-404 .page-404-title-1 {
    text-align: center;
    font-size: 80px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    section.page-404 .page-404-title-1 {
        font-size: 40px;
    }
}
section.page-404 .page-404-title-2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    section.page-404 .page-404-title-2 {
        font-size: 20px;
    }
}
section.page-404 .page-404-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    section.page-404 .page-404-text {
        font-size: 16px;
    }
}
/* 404-page */
/* sanatorii-rossii-profile */
section.sanatorii-rossii .sanatorii-rossii-profile {
    width: 100%;
    max-width: 1226px;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0 auto;
}
section.sanatorii-rossii .sanatorii-rossii-profile-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}
@media screen and (max-width: 860px) {
    section.sanatorii-rossii .sanatorii-rossii-profile-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 570px) {
    section.sanatorii-rossii .sanatorii-rossii-profile-list {
        grid-template-columns: 1fr;
        grid-row-gap: 11px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}
section.sanatorii-rossii .sanatorii-rossii-profile-item div.sanatorii-rossii-profile-item-link {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 10px;
    align-items: center;
    font-size: 16px;
    color: #3c8f28;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 570px) {
    section.sanatorii-rossii .sanatorii-rossii-profile-item div.sanatorii-rossii-profile-item-link {
        font-size: 12px;
    }
}
section.sanatorii-rossii .sanatorii-rossii-profile-img {
    justify-self: center;
}
/* sanatorii-rossii-profile */
ul.column-3-li {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 40px;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    ul.column-3-li {
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 580px) {
    ul.column-3-li {
        grid-template-columns: 1fr;
    }
}
b.red {
    color: #FF0000;
}
section#newsmain > div > div > div > div a[href='detail/news/zaezd-detei-v-gostinicy-s-01012021-g/'] {
    color: #FF0000;
}
h2.clear {
    clear: both;
}
.table-price-0-0-br table tr td:nth-last-child(1) {
    font-weight: 700;
    color: red;
}
h2.green {
    color: #3c8f28;
}
.mediaelement-image img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1200px) {
    .news-single .news-img-wrap {
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        float: none;
        text-align: center;
    }
}
#newsmain span.hidden-text-preview-news {
    display: none;
}
.naturamed-tour-button-banner {
    text-align: right;
}
@media screen and (max-width: 1180px) {
    .naturamed-tour-button-banner {
        text-align: center;
    }
}
.naturamed-tour-button-banner a {
    width: 100%;
    display: inline-block;
}
.naturamed-tour-button-banner a img {
    display: block;
    width: 100%;
    height: auto;
}
.naturamed-tour-button-banner-mobile {
    display: none;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 768px) {
    .naturamed-tour-button-banner {
        display: none;
    }
    .naturamed-tour-button-banner-mobile {
        display: block;
    }
}
.gray-about-sanatorii {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background: url("/fileadmin/templates/Resources/Public/images/list-bg3.png") center repeat;
    min-height: 344px;
}
@media screen and (max-width: 1320px) {
    .gray-about-sanatorii {
        min-height: 416px;
    }
}
@media screen and (max-width: 1180px) {
    .gray-about-sanatorii {
        min-height: 608px;
    }
}
@media screen and (max-width: 767px) {
    .gray-about-sanatorii {
        min-height: 0px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .gray-about-sanatorii p {
        font-size: 14px;
        line-height: 18px;
    }
}
.otziv-slider ul.slick-dots {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 0px;
}
.otziv-slider ul.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.otziv-slider ul.slick-dots li button {
    margin: 0px;
    padding: 0px;
    border: none;
    background: #e8e8e8;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
}
.otziv-slider ul.slick-dots li.slick-active button {
    background: #02a2de;
}
.otziv-slider .otziv .otziv-text {
    border: 1px #02a2de solid;
}
.otziv-slider .otziv .otziv-text:before {
    background: url("/fileadmin/templates/Resources/Public/images/otziv-cloud.png") center no-repeat;
}
.center-button p {
    text-align: center;
}
.center-button p a {
    color: #fff !important;
}
.naturamed-banner-15-year {
    width: 100%;
    height: auto;
    max-width: 1330px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.naturamed-banner-15-year .naturamed-banner-15-year-pc-ver a {
    display: block;
}
.naturamed-banner-15-year .naturamed-banner-15-year-pc-ver a img {
    display: block;
    width: 100%;
    height: auto;
}
.naturamed-banner-15-year .naturamed-banner-15-year-mob-ver {
    display: none;
}
.naturamed-banner-15-year .naturamed-banner-15-year-mob-ver a {
    display: block;
    width: 100%;
    max-width: 556px;
    margin: 0 auto;
}
.naturamed-banner-15-year .naturamed-banner-15-year-mob-ver a img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .naturamed-banner-15-year .naturamed-banner-15-year-pc-ver {
        display: none;
    }
    .naturamed-banner-15-year .naturamed-banner-15-year-mob-ver {
        display: block;
    }
}
.gray-about-sanatorii-210 {
    min-height: 230px;
}
.ochichenie-kishechnika-procedura {
    width: 590px;
    overflow: hidden;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
}
.ochichenie-kishechnika-procedura p {
    text-align: left;
}
@media screen and (max-width: 1200px) {
    .ochichenie-kishechnika-procedura {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-top: 0px;
    }
    .ochichenie-kishechnika-procedura .detox-prog-item .detox-prog-item-text {
        height: auto;
    }
}
.video-button {
    text-align: center;
}
.video-button a {
    display: inline-block;
    width: 450px;
    height: 285px;
}
@media screen and (max-width: 540px) {
    .video-button a {
        display: inline-block;
        width: 300px;
        height: 190px;
    }
}
.video-button a img {
    display: block;
    width: 100%;
    height: auto;
}
.video-button a:after {
    display: block;
    content: "";
    background: url('/fileadmin/images/video-button/video-button.png') center no-repeat, rgba(0,0,0,0.3);
    width: 450px;
    height: 285px;
    position: absolute;
    margin-top: -285px;
}
@media screen and (max-width: 540px) {
    .video-button a:after {
        width: 300px;
        height: 190px;
        margin-top: -190px;
    }
}
.video-button a:hover:after {
    background: url('/fileadmin/images/video-button/video-button.png') center no-repeat, rgba(0,0,0,0);
}
.mediaelement.mediaelement-image img[src='fileadmin/images/novosti/novosti-ubilej-naturamed.jpg'] {
    display: none;
}
.center-img-650 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.center-img-650 a {
    display: inline-block;
    width: 100%;
    max-width: 650px;
}
.center-img-650 a img {
    display: block;
    width: 100%;
}

.navbar-nav-sub {
	display: none;
}
.mobile-header {
	display: none;
	width: 100%;
	align-items: center;
	padding-top: 10px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	z-index: 999;
    margin: 0 auto;
}
.mobile-header .header-column-button {
	padding: 0;
	width: 75%;
}

.mobile-header .header-column-button a {
	width: 98%;
}

.mobile-header .block_14 {
	text-align: center;
	padding: 5px 0;
}
header .header-mobile-phone-grid {
	display: grid;
	grid-template-columns: minmax(0,1fr);
	grid-row-gap: 5px;
}
header .header-mobile-subtitle {
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	margin-bottom: 2px;
}
header .header-mobile-subtitle.header-mobile-subtitle-green {
	color: #3c8f28;
}
header .header-mobile-subtitle.header-mobile-subtitle-grey {
	color: #57575d;
}
.drop-menu {
	display: flex;
	align-items: center;
}

.drop-menu i {
	color: #000;
	margin-left: 14px;
	font-size: 20px;
}

.navbar-nav-sub .nav-item {
	list-style: none;
}

.clear {
	clear: both;
}

@media(min-width: 860px) {
	.top-menu-col1 {
		max-width: 1300px;
		background: #fff;
		z-index: 999;
	}
	
	.navbar-nav-sub {
		position: absolute;
		top: 45px;
		background: rgb(255, 255, 255);
		z-index: 999;
		box-shadow: rgb(50 50 50 / 30%) 1px 1px 5px 0px;
		border-radius: 3px;
		padding: 20px;
	}

	.navbar-nav-sub .nav-item {
		float: none;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
}

@media(max-width: 860px) {
	
	.container.mobile-collapse {
		display: none;
	}
	
	.page-content {
		margin-top: 184px;
	}
	
	header nav.navbar {
		padding: 10px !important;
		justify-content: space-between;
		width: 100%;
	}
	
	.drop-menu {
		display: block;
	}
	
	.drop-menu > .nav-link {
		width: fit-content;
		float: left;
	}
	
	.drop-menu i {
		line-height: 40px;
	}
    
}
.slider-video.slider-video-button {
    text-align: center;
    margin: 0 auto;
}
.slider-video.slider-video-button a {
    display: inline-grid;
    width: 266px;
    height: 150px;
}
.slider-video.slider-video-button a img {
    display: block;
    width: 100%;
    height: auto;
}
.slider-video.slider-video-button a:after {
    display: block;
    content: "";
    background: url('/fileadmin/images/video-button/video-button-small.png') center no-repeat, rgba(0,0,0,0.3);
    width: 266px;
    height: 150px;
    position: absolute;
}
.slider-video.slider-video-button a:hover:after {
    background: url('/fileadmin/images/video-button/video-button-small.png') center no-repeat, rgba(0,0,0,0);
}
p.center-text {
    text-align: center;
}
.text-style-price-tab .tabs {
	display:block;
    text-align: center;
}
.text-style-price-tab .tabs > div {
	padding-top:10px;
}
.text-style-price-tab .tabs ul.tabscontrol {
	margin:0px;
	padding:0px;
    display: inline-block;
}
.text-style-price-tab .tabs ul.tabscontrol:after {
	content:"";

	display:block;
	clear:both;
	height:5px;
	background:#02a2de;
}
.text-style-price-tab .tabs ul.tabscontrol li {
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#e9eaeb;
	color:#707070;
}
.text-style-price-tab .tabs ul.tabscontrol li.active, .text-style-price-tab .tabs ul.tabscontrol li.active:hover {
	background:#02a2de;
	color:#fff;
}
.text-style-price-tab .tabs ul.tabscontrol li:hover {
	background:#d6d6d7;
}
.text-style-price-tab table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid #dee2e6;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text-style-price-tab table tr th {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dee2e6;
    background: #ececec;
    font-weight: 700;
    text-align: center;
}
.text-style-price-tab table tr td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dee2e6;
    text-align: center;
}
.text-style-price-tab table tr:nth-child(odd) td {
    background: #f2f2f2;
}
.text-style-price-tab p {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}
.text-style-price-tab p.align-center {
    text-align: center;
}
.text-style-price-tab div.h2-table-price {
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-style-price-tab-new-year ul li, .text-style-price-tab-new-year ol li {
    text-align: left;
}
@media(max-width: 768px) {
    .amo-button-holder {
        top: 145px !important;
    }
    .amo-button-holder.active {
        top: auto !important;
        bottom: 20px !important;
    }
    .stream-wood-btn.active {
        display: none !important;
    }
    .detox-prog-item {
        text-align: center;
    }
    .detox-prog-item .detox-prog-item-img {
        margin: 0 auto;
    }
    .form1, .form2 {
        text-align: center;
    }
    #footer-forms .px-20.px-lg-50.pt-60 {
        padding-top: 0px !important;
    }
    .form1 .phones {
        display: grid !important;
        grid-template-columns: repeat(auto-fill,160px);
        grid-column-gap: 20px;
        justify-content: center;
    }
    .form1 .phones .phone1 {
        margin: 0 auto;
        left: none !important;
        padding-right: 0px !important;
    }
    .form1 .phones .phone2 {
        margin: 0 auto;
        left: none !important;
        padding-right: 0px !important;
    }
}
@media(max-width: 420px) {
    .form1 .title, .form2 .title {
        font-size: 20px !important;
    }
}
.san-cards .san-text {
    margin-bottom: 20px;
}
.action-big-red-background {
    padding: 20px;
    background: #FF0000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.action-big-red-background p {
    padding: 0px;
    margin: 0px;
}
.action-big-red {
    padding: 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    color: #FF0000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blue-text {
    color: #190aa8;
}
.blue-button-action a {
    background: #190aa8;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
}
.banner-black-friday {
    text-align: center;
    padding-top: 20px;
}
.banner-black-friday a {
    display: inline-block;
}
.banner-black-friday a img {
    display: block;
    width: 100%;
    max-width: 863px;
}
@media(max-width: 768px) {
    #footer-forms .form2 {
        display: none;
    }
}
.row.article.item-value-30.articletype-0 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #7ca25c solid;
}
.banner-polyana {
    overflow: hidden;
    padding-top: 20px;
}
.banner-polyana a {
    display: block;
    width: 100%;
    max-width: 863px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
@media(max-width: 768px) {
    .banner-polyana a {
        font-size: 18px;
        line-height: 22px;
    }
}
.banner-polyana a img {
    display: block;
    width: 100%;
    height: auto;
}
.banner-polyana a .banner-polyana-title {
    background: #7ca25c;
    padding: 10px;
    padding-bottom: 13px;
}
.banner-polyana.banner-polyana-mobile {
    display: none;
}
@media(max-width: 768px) {
    .banner-polyana.banner-polyana-mobile {
        display: block;
        padding-bottom: 20px;
    }
}
.banner-polyana.banner-polyana-mobile a {
    max-width: 500px;
}
.banner-working-hours {
    padding-top: 20px;
    text-align: center;
}
.banner-working-hours span {
    color: #3c8f28;
}
.contact-green {
    color: #3c8f28;
}
/* related-article */
section.related-article {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.related-article h2 {
    text-align: center;
}
section.related-article .related-article-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    padding-top: 30px;
}
@media(max-width: 768px) {
    section.related-article .related-article-list {
        grid-template-columns: 1fr;
    }
}
section.related-article .related-article-item {
    border-bottom: 1px #cbdabe solid;
    padding-bottom: 25px;
    display: grid;
    grid-template-columns: 214px 1fr;
    grid-column-gap: 20px;
    align-content: start;
    align-items: start;
}
@media(max-width: 1180px) {
    section.related-article .related-article-item {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}
@media(max-width: 768px) {
    section.related-article .related-article-item {
        text-align: center;
    }
}
section.related-article .related-article-img a {
    display: grid;
    width: 214px;
    height: 214px;
    overflow: hidden;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
@media(max-width: 768px) {
    section.related-article .related-article-img a {
        margin: 0 auto;
    }
}
section.related-article .related-article-img a img {
    display: block;
    width: auto;
    height: 214px;
}
section.related-article .related-article-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    height: 40px;
}
@media(max-width: 1180px) {
    section.related-article .related-article-title {
        height: auto;
        padding-bottom: 20px;
    }
}
section.related-article .related-article-title a {
    font-size: 16px;
    line-height: 20px;
    color: #00a3e1;
    font-weight: 400;
    text-decoration: underline;
}
section.related-article .related-article-title a:hover {
    text-decoration: none;
}
section.related-article .related-article-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    height: 140px;
}
@media(max-width: 1180px) {
    section.related-article .related-article-text {
        height: auto;
        padding-bottom: 20px;
    }
}
section.related-article .related-article-url a {
    font-size: 16px;
    line-height: 20px;
    color: #00a3e1;
    font-weight: 400;
    text-decoration: underline;
}
section.related-article .related-article-url a:hover {
    text-decoration: none;
}
/* related-article */
/* video-naturamed */
section.video-naturamed .video-naturamed-title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
}
section.video-naturamed .video-naturamed-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(max-width: 1180px) {
    section.video-naturamed .video-naturamed-list {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}
section.video-naturamed .video-naturamed-inline {
    width: 100%;
    height: 332px;
    overflow: hidden;
}
@media(max-width: 1180px) {
    section.video-naturamed .video-naturamed-inline {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}
section.video-naturamed .video-naturamed-item {
    display: grid;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 332px;
    overflow: hidden;
}
@media(max-width: 1180px) {
    section.video-naturamed .video-naturamed-item {
        height: auto;
    }
}
section.video-naturamed .video-naturamed-inline a {
    display: grid;
    justify-content: center;
    justify-items: center;
    position: relative;
    width: 100%;
    height: 332px;
    overflow: hidden;
}
@media(max-width: 1180px) {
    section.video-naturamed .video-naturamed-inline a {
        height: auto;
    }
}
section.video-naturamed .video-naturamed-inline a img {
    display: block;
    width: auto;
    height: 332px;
}
@media(max-width: 1180px) {
    section.video-naturamed .video-naturamed-inline a img {
        width: 100%;
        height: auto;
    }
}
section.video-naturamed .video-naturamed-inline a:after {
    display: block;
    content: "";
    background: url('/fileadmin/images/video-button/video-button-small.png') center no-repeat, rgba(0,0,0,0.3);
    width: 100%;
    height: 332px;
    position: absolute;
}
@media(max-width: 1180px) {
    section.video-naturamed .video-naturamed-inline a:after {
        height: 100%;
    }
}
section.video-naturamed .video-naturamed-inline a:hover:after {
    background: url('/fileadmin/images/video-button/video-button-small.png') center no-repeat;
}
/* video-naturamed */
.news-single .news-img-wrap {
    max-width: 600px;
}
/* our-team */
section.our-team {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media(max-width: 1240px) {
    section.our-team {
        max-width: 925px;
    }
}
@media(max-width: 965px) {
    section.our-team {
        max-width: 650px;
    }
}
@media(max-width: 690px) {
    section.our-team {
        max-width: 355px;
    }
}
section.our-team .our-team-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
}
section.our-team .our-team-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: center;
}
section.our-team .our-team-slider-box {
    grid-area: 1/1/1/1;
    margin-left: 50px;
    margin-right: 50px;
}
@media(max-width: 690px) {
    section.our-team .our-team-slider-box {
        margin-left: 40px;
        margin-right: 40px;
    }
}
section.our-team .our-team-navigation {
    grid-area: 1/1/1/1;
}
section.our-team .our-team-slider-item {
    width: 275px;
    padding: 10px;
    text-align: center;
    float: left;
}
section.our-team .our-team-slider-img img {
    display: block;
    width: 255px;
    height: 142px;
}
section.our-team .our-team-slider-title {
    font-size: 16px;
    line-height: 20px;
    color: #02a2de;
    padding-top: 10px;
}
section.our-team .our-team-slider-about {
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
}
section.our-team .our-team-navigation {
    height: 0px;
}
section.our-team .our-team-arrow-left {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -28px;
}
section.our-team .our-team-arrow-right {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: right;
    transform: rotate(180deg);
    margin-top: -28px;
}
/* our-team */
.social-icons {
    display: grid;
    grid-template-columns: repeat(3,45px);
    gap: 15px;
    padding-top: 10px;
}
.social-icons a {
	display: grid;
	justify-content: center;
	justify-items: center;
	gap: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}
.social-icons a:hover {
	text-decoration: underline;
}
/* rechnye-kruizy */
.rechnye-kruizy {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
@media(max-width: 768px) {
    .rechnye-kruizy {
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
    }
}
.rechnye-kruizy .rechnye-kruizy-banner a {
    display: inline-grid;
}
.rechnye-kruizy .rechnye-kruizy-banner a img {
    display: block;
    width: 100%;
    height: auto;
}
.rechnye-kruizy .rechnye-kruizy-banner a .mob-ver {
    max-width: 600px;
}
.rechnye-kruizy .rechnye-kruizy-banner a .mob-ver {
    display: none;
}
@media(max-width: 768px) {
    .rechnye-kruizy .rechnye-kruizy-banner a .pc-ver {
        display: none;
    }
    .rechnye-kruizy .rechnye-kruizy-banner a .mob-ver {
        display: block;
    }
}
.rechnye-kruizy .rechnye-kruizy-qr-code {
    width: 200px;
}
.rechnye-kruizy .rechnye-kruizy-qr-code a {
    display: inline-grid;
    text-decoration: none;
    text-align: center;
}
.rechnye-kruizy .rechnye-kruizy-qr-code a img {
    display: block;
    width: 100%;
    height: auto;
}
.rechnye-kruizy .rechnye-kruizy-qr-code a .rechnye-kruizy-qr-code-title {
    font-size: 14px;
    line-height: 18px;
    color: #5b8c38;
    padding-left: 10px;
    padding-right: 10px;
}
.rechnye-kruizy-center-img {
    text-align: center;
}
.rechnye-kruizy-center-img img {
    width: 100%;
    margin: 0 auto;
}
.rechnye-kruizy-center-img img.mob-ver {
    display: none;
}
@media screen and (max-width: 990px) {
    .rechnye-kruizy-center-img img.pc-ver {
        display: none;
    }
    .rechnye-kruizy-center-img img.mob-ver {
        display: block;
        max-width: 517px;
    }
}
section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,517px);
    justify-content: center;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
@media screen and (max-width: 560px) {
    section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-list {
        grid-template-columns: 1fr;
    }
}
section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item {
    width: 100%;
    height: 321px;
}
@media screen and (max-width: 560px) {
    section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item {
        height: auto;
    }
}
section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item a {
    display: block;
    width: 100%;
    height: 321px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
@media screen and (max-width: 560px) {
    section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item a {
        height: auto;
    }
}
section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item a:hover:after {
    display: block;
    content: "";
    width: 100%;
    height: 321px;
    background: rgba(0,0,0,0.3);
    margin-top: -321px;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 560px) {
    section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item a:hover:after {
        display: none;
    }
}
section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item-img {
    height: 257px;
    overflow: hidden;
}
@media screen and (max-width: 560px) {
    section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item-img {
        height: auto;
    }
}
section.rechnye-kruizy-naturamed .rechnye-kruizy-naturamed-item-title {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 64px;
    padding: 10px;
    font-family: 'PT Sans Bold';
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #e79928;
}
/* rechnye-kruizy */
.rechnye-kruizy-naturamed-tabs {
    margin-top: 30px;
}
.rechnye-kruizy-naturamed-tabs.text-style-price-tab .tabs ul.tabscontrol li {
    font-size: 24px;
}
.rechnye-kruizy-naturamed-tabs.text-style-price-tab .tabs ul.tabscontrol li.active, .rechnye-kruizy-naturamed-tabs.text-style-price-tab .tabs ul.tabscontrol li.active:hover {
    background: #3c8f28;
    font-size: 24px;
}
@media screen and (max-width: 760px) {
    .rechnye-kruizy-naturamed-tabs.text-style-price-tab .tabs ul.tabscontrol li {
        font-size: 17px;
    }
    .rechnye-kruizy-naturamed-tabs.text-style-price-tab .tabs ul.tabscontrol li.active, .rechnye-kruizy-naturamed-tabs.text-style-price-tab .tabs ul.tabscontrol li.active:hover {
        font-size: 17px;
    }
}
.rechnye-kruizy-naturamed-tabs.text-style-price-tab .tabs ul.tabscontrol::after {
    background: #3c8f28;
}
/* slider-parohod */
section.slider-parohod {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    height: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    section.slider-parohod {
        max-width: 740px;
    }
}
@media screen and (max-width: 760px) {
    section.slider-parohod {
        max-width: 420px;
    }
}
section.slider-parohod .slider-parohod-list a {
    display: grid;
    width: 300px;
    height: 200px;
    overflow: hidden;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    float: left;
    margin: 10px;
}
section.slider-parohod .slider-parohod-list a img {
    display: block;
    min-height: 200px;
}
section.slider-parohod .slider-parohod-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: center;
}
section.slider-parohod .slider-parohod-box {
    grid-area: 1/1/1/1;
    margin-left: 50px;
    margin-right: 50px;
    height: 220px;
    overflow: hidden;
}
@media(max-width: 690px) {
    section.slider-parohod .slider-parohod-box {
        margin-left: 40px;
        margin-right: 40px;
    }
}
section.slider-parohod .slider-parohod-navigation {
    grid-area: 1/1/1/1;
}
section.slider-parohod .slider-parohod-navigation {
    height: 0px;
}
section.slider-parohod .slider-parohod-arrow-left {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -28px;
}
section.slider-parohod .slider-parohod-arrow-right {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: right;
    transform: rotate(180deg);
    margin-top: -28px;
}
/* slider-parohod */
.navbar-collapse.flex-column.collapse.show {
    height: calc(100vh - 145px);
    overflow-y: scroll;
}
.header-grid-line {
    display: grid;
    grid-template-columns: 300px 1fr 400px;
    align-content: center;
    align-items: center;
}
@media(max-width: 1180px) {
    .header-grid-line {
        grid-template-columns: 300px 400px;
    }
}
.header-grid-line .header-grid-line-1 {
    max-width: 300px;
}
.header-grid-line .header-grid-line-2 {
    max-width: 100%;
}
.header-grid-line .header-grid-line-3 {
    max-width: 100%;
}
.header-grid-line .header-grid-line-4 {
    max-width: 100%;
}
.header-grid-line .header-phone-box {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
}
header .header-phone-button {
	margin-top: 10px;
	text-align: center;
}
header .header-column-button.header-phone-button-mobile {
	grid-template-columns: minmax(0,1fr);
	justify-content: end;
	justify-items: end;
}
header .header-phone-button-mobile .header-phone-button {
	margin-top: 0px;
}
header .header-phone-button button {
	display: inline-grid;
	align-content: center;
	align-items: center;
	grid-template-columns: 30px auto;
	grid-column-gap: 10px;
	margin: 0px;
	padding: 5px;
	border: 1px dashed #7ca25c;
	outline: none;
	background: #f0f7e7;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: left;
}
header .header-phone-button-mobile .header-phone-button button {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
}
header .header-phone-button button.active {
	border-radius: 5px 5px 0px 0px;
}
header .header-phone-button button:hover {
	background: #ff960d;
}
header .header-phone-button .header-phone-button-icon svg {
	display: block;
	width: 30px;
	height: 30px;
}
header .header-phone-button button:hover .header-phone-button-icon svg path {
	fill: #fff;
}
header .header-phone-button .header-phone-button-title {
	display: block;
	color: #18598c;
	font-weight: 500;
}
header .header-phone-button .header-phone-button-info {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #6d7079;
}
header .header-phone-button-mobile .header-phone-button .header-phone-button-info {
	line-height: 16px;
}
header .header-phone-button button:hover .header-phone-button-title, header .header-phone-button button:hover .header-phone-button-info {
	color: #fff;
}
header .header-phone-button-box {
	display: inline-block;
	position: relative;
}
header .header-phone-button-popup {
	display: none;
	position: absolute;
	width: 100%;
	padding: 10px;
	background: #f0f7e7;
	border-radius: 0px 0px 5px 5px;
	border: 1px dashed #7ca25c;
	border-top: none;
}
header .header-phone-button-popup a {
	display: grid;
	justify-content: center;
	justify-items: center;
	font-size: 14px;
	line-height: 18px;
	color: #18598c;
}
header .header-phone-button-popup-list {
	display: grid;
	grid-template-columns: repeat(2,40px);
	grid-column-gap: 25px;
	justify-content: center;
	justify-items: center;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-top-30 {
    padding-top: 30px;
}
.main-page-banner-2-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
}
@media(max-width: 768px) {
    .main-page-banner-2-column {
        grid-template-columns: 1fr;
    }
}
.main-page-banner-item a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.main-page-banner-item a img {
    display: block;
    width: 100%;
    height: auto;
}
.action-may {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
.action-may h1 span {
    color: #FF0000;
}
.action-may b {
    font-weight: 400;
    font-size: 24px;
    color: #3c8f28;
}
.action-may-snoska {
    text-align: left !important;
    position: relative;
}
.action-may-snoska:before {
    content: "";
    display: block;
    height: 1px;
    width: 241px;
    background: #000;
    margin-bottom: 10px;
}
.cash-back-news-url {
    border-top: 1px #02a2de solid;
    padding-top: 20px;
    clear: both;
}
.cash-back-news-url .cash-back-news-url-list {
    text-align: center;
}
.cash-back-news-url .cash-back-news-url-list a {
    display: inline-block;
    background: #3c8f28;
    color: #fff;
    margin: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.newsmain-elem.news-item-main-page .text.news-item-main-page-text {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.button-anchor {
    text-align: center;
}
.button-anchor a {
    display: inline-grid;
    background: #3c8f28;
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
    height: 38px;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}
.button-anchor a:hover {
    background: #ff960d;
}
/* reviews-slider */
.reviews-slider-title {
    text-align: center;
}
.reviews-slider-wrapper {
    clear: both;
    overflow: hidden;
}
.reviews-slider-wrapper ul.slick-dots {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 0px;
}
.reviews-slider-wrapper ul.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.reviews-slider-wrapper ul.slick-dots li button {
    margin: 0px;
    padding: 0px;
    border: none;
    background: #e8e8e8;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
}
.reviews-slider-wrapper ul.slick-dots li.slick-active button {
    background: #02a2de;
}
.reviews-slider-url {
    text-align: center;
    padding-top: 20px;
}
.reviews-slider-url a {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 15px;
    background: #02a2de;
    text-transform: uppercase;
}
.reviews-slider-url a:hover {
    background: #3c8f28;
}
/* reviews-slider */
.table-3-column-no-wrap tr td:nth-child(3) {
    white-space: nowrap;
}
.otziv-button-more-box .otziv-button-more {
    cursor: pointer;
}
.otziv-button-more-box .otziv-button-more span {
    display: inline-block;
    color: #02a2de;
    text-decoration: none;
    border-bottom: 1px #02a2de solid;
}
.otziv-button-more-box .otziv-button-more:hover span {
    border-bottom: 1px transparent solid;
}
.otziv-button-more-box .otziv-button-more span.otziv-button-more-close {
    display: none;
}
.otziv-button-more-box .otziv-button-more.active span.otziv-button-more-open {
    display: none;
}
.otziv-button-more-box .otziv-button-more.active span.otziv-button-more-close {
    display: inline-block;
}
.otziv-button-more-box .otziv-button-more-full-text {
    display: none;
}
.detox-prog-url-list ul li a {
    font-size: 14px;
    line-height: 18px;
}
/* video-slider */
.video-slider {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.video-slider.video-slider-full-width {
    width: calc(100% + 100px);
    margin-left: -50px;
}
.video-slider-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: center;
}
.video-slider-box {
    grid-area: 1/1/1/1;
    margin-left: 50px;
    margin-right: 50px;
}
.video-slider-navigation {
    grid-area: 1/1/1/1;
    height: 0px;
}
.video-slider-item {
    padding: 10px;
    float: left;
}
.video-slider-item iframe {
	width: 100%;
	height: 196px;
    border: none;
}
.video-slider-navigation .video-slider-arrow-left {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -28px;
}
.video-slider-navigation .video-slider-arrow-left.slick-disabled {
    display: none !important;
}
.video-slider-navigation .video-slider-arrow-right {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: right;
    transform: rotate(180deg);
    margin-top: -28px;
}
.video-slider-navigation .video-slider-arrow-right.slick-disabled {
    display: none !important;
}
@media(max-width: 1240px) {
    .video-slider {
        max-width: 834px;
    }
    .video-slider.video-slider-full-width {
        width: 100%;
        margin: 0 auto;
    }
}
@media(max-width: 875px) {
    .video-slider {
		max-width: 447px;
    }
    .video-slider-item {
        padding: 0px;
    }
}
@media(max-width: 468px) {
	.video-slider {
		padding-left: 10px;
		padding-right: 10px;
    }
	.text-style .video-slider {
		width: calc(100% + 40px);
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -20px;
		margin-right: -20px;
    }
    .video-slider-item iframe {
        width: 100%;
        height: 145px;
    }
}
/* video-slider */
.video-catalog-list {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.video-catalog-item {
    border-bottom: 1px #7ca25c solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.video-catalog-item-right-video {
    display: grid;
    grid-template-columns: 1fr 560px;
    grid-column-gap: 20px;
}
.video-catalog-item-right-video iframe {
    width: 100%;
}
@media(max-width: 767px) {
    .video-catalog-item-right-video iframe {
        height: 200px;
    }
}
.video-catalog-item-video {
    text-align: center;
}
@media(max-width: 1180px) {
    .video-catalog-item-right-video {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}
.video-catalog-item-left-video {
    display: grid;
    grid-template-columns: 560px 1fr;
    grid-column-gap: 20px;
}
.video-catalog-item-left-video iframe {
    width: 100%;
}
@media(max-width: 767px) {
    .video-catalog-item-left-video iframe {
        height: 200px;
    }
}
@media(max-width: 1180px) {
    .video-catalog-item-left-video {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}
.video-catalog-slider iframe {
    width: 100%;
}
.video-catalog-2-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.video-catalog-2-column .video-catalog-item {
    display: grid;
}
.video-catalog-2-column .video-catalog-item-video {
    align-self: end;
}
@media(max-width: 1320px) {
    .video-catalog-2-column iframe {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .video-catalog-2-column {
        grid-template-columns: 1fr;
    }
    .video-catalog-2-column iframe {
        height: 200px;
    }
}
.header-menu-white > li {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.video-center-full-width {
	overflow: hidden;
	padding-bottom: 20px;
}
.video-center-full-width iframe {
	display: block;
	margin: 0 auto;
	aspect-ratio: 16/9;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
	max-width: 750px;
}
/* uvzmorie-image-slider */
.uvzmorie-image-slider {
    width: 382px;
    overflow: hidden;
    margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media(max-width: 460px) {
    .uvzmorie-image-slider {
        width: 280px;
    }
    .uvzmorie-image-slider-item img {
        width: 280px;
        height: auto;
    }
}
.uvzmorie-image-slider-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: center;
}
.uvzmorie-image-slider-box {
    grid-area: 1/1/1/1;
    z-index: 1;
}
.uvzmorie-image-slider-navigation {
    grid-area: 1/1/1/1;
    height: 0px;
    z-index: 1;
}
.uvzmorie-image-slider-arrow-left {
    width: 45px;
    height: 58px;
    background: url(/fileadmin/templates/Resources/Public/images/green-arrow-left.webp) right top no-repeat;
    cursor: pointer;
    margin-top: -29px;
    float: left;
}
html.nowebp .uzmorie-image-slider-arrow-left {
    background: url(/fileadmin/templates/Resources/Public/images/green-arrow-left.png) center no-repeat;
}
.uvzmorie-image-slider-arrow-right {
    width: 45px;
    height: 58px;
    background: url(/fileadmin/templates/Resources/Public/images/green-arrow-right.webp) center no-repeat;
    cursor: pointer;
    margin-top: -29px;
    float: right;
}
html.nowebp .uzmorie-image-slider-arrow-right {
    background: url(/fileadmin/templates/Resources/Public/images/green-arrow-right.png) center no-repeat;
}
.uvzmorie-image-slider-item-title {
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
}
/* uvzmorie-image-slider */
.uvzmorie-image-slider-column {
    display: grid;
    grid-template-columns: 382px 1fr;
    grid-column-gap: 20px;
    grid-template-areas: "uvzmorie-image-slider-column-left uvzmorie-image-slider-column-right";
	overflow: hidden;
}
.uvzmorie-image-slider-column.uvzmorie-image-slider-column-reversed {
    grid-template-columns: 1fr 382px;
    grid-template-areas: "uvzmorie-image-slider-column-right uvzmorie-image-slider-column-left";
}
.uvzmorie-image-slider-column-left {
    grid-area: uvzmorie-image-slider-column-left;
}
.uvzmorie-image-slider-column-right {
    grid-area: uvzmorie-image-slider-column-right;
}
@media(max-width: 1180px) {
    .uvzmorie-image-slider-column {
        display: grid;
        grid-template-columns: minmax(0,1fr);
        grid-row-gap: 20px;
        grid-template-areas: "uvzmorie-image-slider-column-right"
                             "uvzmorie-image-slider-column-left";
    }
}
@media(max-width: 1180px) {
    .uvzmorie-image-slider-column.uvzmorie-image-slider-column-reversed {
        grid-template-columns: minmax(0,1fr);
        grid-template-areas: "uvzmorie-image-slider-column-right"
                             "uvzmorie-image-slider-column-left";
    }
}
.uvzmorie-image-slider-pdf {
	margin-top: 20px;
	margin-bottom: 20px;
    overflow: hidden;
}
.uvzmorie-image-slider-pdf-img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 382px;
}
.uvzmorie-image-slider-pdf-url {
    padding-top: 20px;
    text-align: center;
}
.uvzmorie-image-slider-pdf-url a {
    display: inline-block;
    background: #02a2de;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.uvzmorie-image-slider-pdf-url a:hover {
    background: #7ca25c;
}
.uvzmorie-preview-photo-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,386px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    justify-items: center;
}
@media(max-width: 406px) {
    .uvzmorie-preview-photo-list {
        grid-template-columns: 1fr;
    }
}
.uvzmorie-preview-photo-list a {
    text-decoration: none;
}
.uvzmorie-preview-photo-item-img {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    overflow: hidden;
    width: 386px;
    height: 255px;
}
@media(max-width: 406px) {
    .uvzmorie-preview-photo-item-img {
        display: block;
        width: 100%;
        height: auto;
    }
}
.uvzmorie-preview-photo-item-img img {
    display: block;
    width: 386px;
    height: auto;
    min-height: 255px;
}
@media(max-width: 406px) {
    .uvzmorie-preview-photo-item-img img {
        width: 100%;
        min-height: 0px;
    }
}
.uvzmorie-preview-photo-item-title {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 50px;
    background: #7ca25c;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width: 406px) {
    .uvzmorie-preview-photo-item-title {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
}
.uvzmorie-preview-photo-list a:hover .uvzmorie-preview-photo-item-title {
    background: #02a2de;
}
/* slider-main-page-popular-program */
section.slider-main-page-popular-program {
    overflow: hidden;
    width: 100%;
    max-width: 1340px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
@media(max-width: 1380px) {
    section.slider-main-page-popular-program {
        max-width: 1035px;
    }
}
@media(max-width: 1075px) {
    section.slider-main-page-popular-program {
        max-width: 730px;
    }
}
@media(max-width: 770px) {
    section.slider-main-page-popular-program {
        max-width: 425px;
    }
}
.slider-main-page-popular-program-h2 {
    overflow: hidden;
    text-align: center;
}
.slider-main-page-popular-program-h2 h2 {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.slider-main-page-popular-program-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: center;
}
.slider-main-page-popular-program-box {
    grid-area: 1/1/1/1;
    margin-left: 50px;
    margin-right: 50px;
}
@media(max-width: 465px) {
    .slider-main-page-popular-program-box {
        margin-left: 40px;
        margin-right: 40px;
    }
}
.slider-main-page-popular-program-navigation {
    height: 0px;
    grid-area: 1/1/1/1;
}
.slider-main-page-popular-program-item {
    width: 305px;
    height: auto;
    padding: 10px;
    float: left;
    text-align: center;
}
@media(max-width: 465px) {
    .slider-main-page-popular-program-item {
        width: 100%;
    }
}
.slider-main-page-popular-program-item img {
    display: block;
    width: 285px;
    height: auto;
}
@media(max-width: 465px) {
    .slider-main-page-popular-program-item img {
        width: 100%;
    }
}
.slider-main-page-popular-program-img {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: end;
    justify-items: end;
}
.slider-main-page-popular-program-img-box {
    grid-area: 1/1/1/1;
}
.slider-main-page-popular-program-price {
    grid-area: 1/1/1/1;
    align-self: end;
    padding: 5px;
    background: rgba(2,162,222,0.6);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.slider-main-page-popular-program-type {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 20px;
}
.slider-main-page-popular-program-title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
}
.slider-main-page-popular-program-text {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
}
.slider-main-page-popular-program-arrow-left {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -28px;
}
.slider-main-page-popular-program-arrow-right {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: right;
    transform: rotate(180deg);
    margin-top: -28px;
}
/* slider-main-page-popular-program */
/* detox-tour */
.detox-tour-h1 {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.detox-tour-h1 .detox-tour-h1-img {
    grid-area: 1/1/1/1;
    display: grid;
}
.detox-tour-h1 .detox-tour-h1-img-box {
    grid-area: 1/1/1/1;
}
.detox-tour-h1 .detox-tour-h1-img-box img {
    display: block;
    width: 100%;
    height: auto;
}
.detox-tour-h1 .detox-tour-h1-img-background {
    grid-area: 1/1/1/1;
    background: rgba(0,0,0,0.4);
}
.detox-tour-h1 .detox-tour-h1-title {
    grid-area: 1/1/1/1;
}
.detox-tour-h1 .detox-tour-h1-title h1 {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 60px;
    line-height: 64px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
@media(max-width: 767px) {
    .detox-tour-h1 .detox-tour-h1-title h1 {
        font-size: 30px;
        line-height: 34px;
    }
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
/* detox-tour */
/* detox-tour-procedures */
.detox-tour-procedures {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
	max-width: 1200px;
}
.detox-tour-procedures-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: center;
}
.detox-tour-procedures-box {
    grid-area: 1/1/1/1;
    margin-left: 50px;
    margin-right: 50px;
	min-width: 285px;
}
@media(max-width: 445px) {
	.detox-tour-procedures-box {
		width: 285px;
		margin: 0 auto;
	}
}
.detox-tour-procedures-navigation {
    grid-area: 1/1/1/1;
	position: relative;
}
.detox-tour-procedures-arrow-left {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -28px;
}
.detox-tour-procedures-arrow-right {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: right;
    transform: rotate(180deg);
    margin-top: -28px;
}
@media(max-width: 445px) {
	.detox-tour-procedures-arrow-left {
		position: absolute;
		left: -22px;
		top: -28px;
	}
	.detox-tour-procedures-arrow-right {
		position: absolute;
		right: -22px;
		top: -28px;
	}
}
@media(max-width: 767px) {
    .detox-tour-procedures .news-text a span {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
}
/* detox-tour-procedures */
header .navbar-dark .top-menu-col1 .navbar-nav .nav-link {
    font-size: 14px;
}
/* valuevo-url-full-width */
.valuevo-url-full-width a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.valuevo-url-full-width a img {
    display: block;
    width: 100%;
    height: auto;
}
.valuevo-url-full-width-text {
    background: #02a2de;
    padding-top: 10px;
    padding-bottom: 20px;
}
.valuevo-url-full-width a:hover .valuevo-url-full-width-text {
    background: #7ca25c;
}
.valuevo-url-full-width-title {
    font-size: 24px;
    line-height: 28px;
}
.valuevo-url-full-width-town {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
}
/* valuevo-url-full-width */
.video-recepty-title {
    color: #02a2de;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
}
.video-recepty-url {
    text-align: center;
    padding-bottom: 20px;
}
.video-recepty-url a {
    display: inline-block;
}
.video-recepty-url img {
    display: block;
    width: 100%;
    max-width: 300px;
}
/* sanatoriy-pohudenie-faq */
section.sanatoriy-pohudenie-faq {
    margin-top: 20px;
    margin-bottom: 20px;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-item-question {
    border-bottom: 1px #02a2de solid;
    height: 50px;
    display: grid;
    align-content: center;
    align-items: center;
    padding-right: 3px;
    grid-template-columns: 1fr 25px;
    grid-column-gap: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-item-question-icon {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #02a2de;
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-item-question-icon-line-1 {
    width: 7px;
    height: 1px;
    background: #fff;
    grid-area: 1/1/1/1;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-item-question-icon-line-2 {
    width: 7px;
    height: 1px;
    background: #fff;
    grid-area: 1/1/1/1;
    transform: rotate(90deg);
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-item-question.active .sanatoriy-pohudenie-faq-item-question-icon-line-2 {
    transform: rotate(0deg);
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-item-answer {
    display: none;
    background: #f2f2f2;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-item-answer.active {
    display: block;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-hide {
    display: none;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-more {
    text-align: center;
    padding-top: 20px;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-more-button {
    display: inline-grid;
    align-content: center;
    align-items: center;
    height: 47px;
    background: linear-gradient(to right, #9e0869, #787677);
    border-radius: 5px;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 374px) {
    section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-more-button {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-more-button:hover {
    background: linear-gradient(to right, #787677, #9e0869);
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-more-button .sanatoriy-pohudenie-faq-more-button-active {
    display: none;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-more-button.active .sanatoriy-pohudenie-faq-more-button-not-active {
    display: none;
}
section.sanatoriy-pohudenie-faq .sanatoriy-pohudenie-faq-more-button.active .sanatoriy-pohudenie-faq-more-button-active {
    display: inline;
}
/* sanatoriy-pohudenie-faq */
.text-style table.table-procedury-list tr td:nth-child(2) {
    text-align: left;
}
.text-style table.table-procedury-list tr.table-procedury-blood td:nth-child(1) {
    text-align: left;
}
.text-style table.table-procedury-list tr.table-procedury-blood td:nth-child(2) {
    text-align: center;
}
.text-style table.table-procedury-list tr td ul {
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
}
.padding-top-20 {
    padding-top: 20px;
}
@media screen and (max-width: 450px) {
    .detox-tour-h1 .detox-tour-h1-title h1 {
        font-size: 20px;
        line-height: 24px;
    }
}
.sanatoriy-pohudenie-button, .color-white.order, .color-white.button-order {
    display: grid;
    align-content: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sanatoriy-pohudenie-button p, .color-white.order p, .color-white.button-order p {
    margin: 0px;
    padding: 0px;
}
.sanatoriy-pohudenie-button .button, .sanatoriy-pohudenie-button a, .color-white.order a.button-orange, .color-white.button-order a.button-orange {
    display: inline-grid;
    align-content: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: #ff960d;
    border: none;
    border-radius: 1000px;
    box-shadow: 0px 0px 12px #ff960d;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 0px;
    text-shadow: 0px 0px 6px #666;
    margin-bottom: 0px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.sanatoriy-pohudenie-button .button:hover, .sanatoriy-pohudenie-button .button:focus, .sanatoriy-pohudenie-button a:hover, .sanatoriy-pohudenie-button a:focus, .color-white.order a.button-orange:hover, .color-white.order a.button-orange:focus, .color-white.button-order a.button-orange:focus {
    color: #fff;
    transform: translateY(-6px);
    background: #7ca25c;
    box-shadow: 0px 0px 12px #7ca25c;
}
.sanatoriy-pohudenie-button .button::after, .sanatoriy-pohudenie-button a::after, .color-white.order a.button-orange::after, .color-white.button-order a.button-orange::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #ff960d;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}
.sanatoriy-pohudenie-button .button:hover::after, .sanatoriy-pohudenie-button .button:focus::after, .sanatoriy-pohudenie-button a:hover::after, .sanatoriy-pohudenie-button a:focus::after, .color-white.order a.button-orange:hover::after, .color-white.order a.button-orange:focus::after, .color-white.button-order a.button-orange:focus::after {
    animation: none;
    display: none;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 240px;
    height: 240px;
    opacity: 0;
  }
}
.video-slider-button {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.video-slider-button a {
    display: inline-grid;
    align-content: center;
    justify-content: center;
    width: 130px;
    height: 38px;
    background: #02a2de;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
}
.video-slider-button a:hover {
    background: #7ca25c;
}
.table-mnogodnevnye-kruizy-no-wrap tr td {
    white-space: nowrap;
}
.table-mnogodnevnye-kruizy-no-wrap tr td:nth-child(2) {
    white-space: normal;
    text-align: left;
}
/* programma-spa-procedury */
.programma-spa-procedury-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,285px);
    justify-content: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.programma-spa-procedury-item {
    width: 285px;
}
.programma-spa-procedury-item a {
    display: block;
    text-decoration: none;
}
.programma-spa-procedury-img-box {
    display: grid;
	grid-template-columns: 285px;
    width: 285px;
    height: 190px;
    overflow: hidden;
    justify-content: center;
    justify-items: center;
    align-content: center;
}
.programma-spa-procedury-item a:hover .programma-spa-procedury-img-box::after {
    display: block;
    content: "";
    background: rgba(0,0,0,0.3);
    width: 285px;
    height: 190px;
    grid-area: 1/1/1/1;
}
.programma-spa-procedury-img {
    grid-area: 1/1/1/1;
    width: 285px;
	height: 190px;
	overflow: hidden;
}
.programma-spa-procedury-img img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}
.programma-spa-procedury-price {
    grid-area: 1/1/1/1;
    align-self: end;
    justify-self: end;
    padding: 5px;
    background: rgba(2,162,222,0.6);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.programma-spa-procedury-title {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.programma-spa-procedury-item a:hover .programma-spa-procedury-title {
    color: #ff960d;
}
/* programma-spa-procedury */
.table-1-left tr td:nth-child(1) {
    text-align: left;
}
.right-img {
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 12px;
}
.table-procedury-list-1 tr td:nth-child(1) {
    text-align: left;
}
.alert-dogovor {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 1220px;
    text-align: center;
    color: #ee3232;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
}
.alert-dogovor .alert-dogovor-banner {
    border: 1px #ee3232 dashed;
    padding: 20px;
}
.alert-dogovor a {
    font-size: 18px;
    line-height: 22px;
    color: #ee3232;
    font-weight: 500;
    text-decoration: none;
}
.alert-dogovor a:hover {
    text-decoration: underline;
}
.dogovor-oferta-download {
    text-align: center;
    overflow: hidden;
}
.dogovor-oferta-download a {
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #7ca25c;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}
.dogovor-oferta-download a:hover {
    background: #ff960d;
}
/* luchshie-novogodnie-tury-2023-list */
.luchshie-novogodnie-tury-2023-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 10px;
}
@media screen and (max-width: 1180px) {
    .luchshie-novogodnie-tury-2023-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .luchshie-novogodnie-tury-2023-list {
        grid-template-columns: 1fr;
    }
}
.luchshie-novogodnie-tury-2023-list a {
    display: block;
    margin: 0px;
}
.luchshie-novogodnie-tury-2023-list a:hover {
    text-decoration: none;
}
.luchshie-novogodnie-tury-2023-box {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.luchshie-novogodnie-tury-2023-box .luchshie-novogodnie-tury-2023-img {
    grid-area: 1/1/1/1;
    display: grid;
}
.luchshie-novogodnie-tury-2023-box .luchshie-novogodnie-tury-2023-img-box {
    grid-area: 1/1/1/1;
}
.luchshie-novogodnie-tury-2023-box .luchshie-novogodnie-tury-2023-img-box img {
    display: block;
    width: 100%;
    height: auto;
}
.luchshie-novogodnie-tury-2023-box .luchshie-novogodnie-tury-2023-img-background {
    grid-area: 1/1/1/1;
    background: rgba(0,0,0,0.4);
}
.luchshie-novogodnie-tury-2023-box .luchshie-novogodnie-tury-2023-title {
    grid-area: 1/1/1/1;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
@media screen and (max-width: 420px) {
    .luchshie-novogodnie-tury-2023-box .luchshie-novogodnie-tury-2023-title {
        font-size: 16px;
        line-height: 20px;
    }
}
/* luchshie-novogodnie-tury-2023-list */
.rechnye-kruizy-banner img {
    display: block;
    width: 100%;
    height: auto;
}
.detox-prog-item-info-padding-bottom .detox-prog-item-title {
    height: 60px;
}
.detox-prog-item-info-padding-bottom .detox-prog-item-text {
    height: 80px;
}
.no-wrap {
    white-space: nowrap;
}
.pamyatka-pacienta-item .detox-prog-item-info {
    display: grid;
    grid-template-columns: 1fr;
}
.pamyatka-pacienta-item .detox-prog-item-title a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.text-style-price-tab.pamyatka-pacienta-tab ul li {
    text-align: left;
}
.text-style-price-tab.pamyatka-pacienta-tab ol li {
    text-align: left;
}
.text-style-price-tab.pamyatka-pacienta-tab .tabs ul.tabscontrol li {
    margin: 5px;
    border-bottom: 5px #02a2de solid;
}
.text-style-price-tab.pamyatka-pacienta-tab .tabs ul.tabscontrol::after {
    display: none;
}
/* uvzmorie-nomera */
.uvzmorie-nomera-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr); /* fix slick slider for grid minmax(0, 1fr) */
    padding-top: 20px;
    padding-bottom: 20px;
    align-content: center;
    align-items: center;
		max-width: 1200px;
		margin: 0 auto;
}
@media screen and (max-width: 1320px) {
    .uvzmorie-nomera-wrapper {
        width: 900px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1180px) {
    .uvzmorie-nomera-wrapper {
        width: 600px;
    }
}
@media screen and (max-width: 768px) {
    .uvzmorie-nomera-wrapper {
        width: 300px;
    }
}
@media screen and (max-width: 380px) {
    .uvzmorie-nomera-wrapper {
        width: 100%;
    }
}
.uvzmorie-nomera-box {
    grid-area: 1/1/1/1;
}
.uvzmorie-nomera-navigation {
    grid-area: 1/1/1/1;
    height: 0px;
}
.uvzmorie-nomera-arrow-left {
    width: 50px;
    height: 58px;
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAA6CAMAAACERodRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABGlBMVEVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVxm02FqWby9u9znU+GqmeSs3eBp2H///+nwZGTs3gAAAC2JqbMAAAAUnRSTlMABj12nMPi8sakeA9luPURLJ/2H6n9qiB5eyTLziVR8VJq/H1pTlMi8AfNIaWn+yabnQz0DV5ftj53xcTg3+z54aH+I09UbXpmubpnEt3u+simd3QeLQAAAAFiS0dEXZ3fMAEAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfjAQcPLSN1or4lAAAB4ElEQVRYw8XYZ1fCMBQG4NAiSyhQKUsRKTgQF+JAEVHcA9AriOv//w7TwkHUDjjchPdj6eE5TdPc5BJiFIcgOmdcbhg3bpfH6xMcZMTM+gPS2MZwpIA/OIITCssTMb3I4ZCNMxdREBwtSjRm4TjiGM8zeK6E6QtLziM6WhZSxtBiGhkCSC8ZQRkVHQJQM/+hLANHS/YvlGMEAeR+Q8sshq4XdWUYWl1jBtFpkfyB8usMITrZ8wMpzhQCSAyWoMkWVPtIhb60wRgC2OwvQlvMJWVbl3ZQ//TF8GpRg3ZLmFC782p0ubRHpX1cqGv8wwGVDnlAEKDVD3HwzCGQ8kTgAgGUyREfCETi5QPReX7MB4IKOcGB3mwgqBKcbcr7x6fNHacE55Hgq9O2vqGGJUHXhqohjZ49dUrOsCRKWU2KKvGgSdZUBe/LtaGKiKuRNSVirrCWVBm1auiUYc3VqgZqJQSzfYRWCXGru2n86DsWk8j6Yd7JQTrX93sp9jvLeojXbjnC/QTA71TD8aRGLnidPgm5VJlB6tWUugQcOx+MujnK9VQ7VHRZ4tV1o2epGxnRsegk0sSiWN3RerRArMOr46sleHs3YRf7/uFxBKf3wgSxWGk0W2MSrWbj6dlXNn493ws/q6eb6YxEAAAAAElFTkSuQmCC") center right no-repeat;
    cursor: pointer;
    position: relative;
    margin-top: -29px;
    float: left;
}
.uvzmorie-nomera-arrow-right {
    width: 50px;
    height: 58px;
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAA6CAMAAACERodRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA/FBMVEVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVejjVxm01ynE7y9u+FqWaGqmeTs3inwZH///+Bp2GGqmgAAACxDWCCAAAASHRSTlMABj12nMTi8sakeBBluPURLJ/2IKr9enslzM5R8VJq/H1pUyTwB80hpqcmnQ30X7c+d6XH4d/s+aChK/6pVH5tEme5ut3u+sishe/FAAAAAWJLR0RTemcdBgAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+MBBw8wGtXLWjEAAAH2SURBVFjDxdjZVsIwEAbgYVekZS2gsooIyiLuCyCggBGK2/s/jCm7kqRwmNT/djh8p+00aQaAFZvd4XS5PWTTeNw7u167DdbMnk9RNzaWoyo+/xpOIBjaipkkFAyYOOGIhuAY0SJhgWOLYlzP/Lpi3AcW30d0jBzE2dBhAhkiJJFkQak0OkRIOrUKZSQ4RjJ/oawkiJDsbygp49ZNkj5ahnLH0iDaFrkFlD+RCNFmz8+lqFSIkNgMKmy3oJpHLUylomSIkNPpIiSv72bRzsaSk1l8Q6VKBlSusEqDoY4pVcpUqrJrOi5VpdI5p4ZLKXT347Y4KqXmocavjoYjPKoGF4IqJuWAS1EZkSrBlbCOR7ngWvyD0fAdR7oBs0/ij88vFOkWTH6gY13TnYmkD79xICoJ7x4eRO+eqCMQIdoRgi7HhGiX899cVIi+udzVSMdc9YzViLfCIkN0heXsGgNkiO4aoLBLuN8Rxk4IPty/5MRHJT/miZOX0Pgwf2+B9DD+3nusS4fq05lBQ7rUsPwEYN2pxsKTGuTwRxGLLJ8+AZoST9TNf5oSADxJglYmHwAtrHnbcrQWa3CUtGpCRQ+82M3Om7rRs1TMokkiYE5H65ECiGPVxNdIu/O85RT7pdNew5k8sJqj5Or2+hsS/V73teitsR/PD6KV3KK3GeAsAAAAAElFTkSuQmCC") center left no-repeat;
    cursor: pointer;
    position: relative;
    margin-top: -29px;
    float: right;
}
.uvzmorie-nomera-item {
    width: 300px;
    height: 200px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.uvzmorie-nomera-item a {
    display: block;
    width: 290px;
    height: 193px;
    overflow: hidden;
}
.uvzmorie-nomera-item a img {
    display: block;
    width: 290px;
    height: auto;
    min-height: 193px;
}
@media screen and (max-width: 380px) {
    .uvzmorie-nomera-item {
        width: 100%;
    }
    .uvzmorie-nomera-item a {
        width: 100%;
    }
    .uvzmorie-nomera-item a img {
        width: 100%;
    }
}
.uvzmorie-nomera-line {
    border-bottom: 1px #7ca25c solid;
    margin-bottom: 20px;
}
/* uvzmorie-nomera */
.action-nevozvratnyj-tarif h1 {
    text-align: center;
    padding-top: 30px;
}
.action-nevozvratnyj-tarif-table tr th:nth-last-child(1) {
    color: #FF0000;
}
.action-nevozvratnyj-tarif-table tr td:nth-last-child(1) {
    color: #FF0000;
    font-weight: 700;
}
.action-nevozvratnyj-tarif-banner {
    text-align: center;
    padding-top: 20px;
}
.action-nevozvratnyj-tarif-banner a {
    font-size: 20px;
    line-height: 24px;
    color: #FF0000;
    text-decoration: underline;
}
.action-nevozvratnyj-tarif-banner a:hover {
    text-decoration: none;
}
.politika-konfidencialnosti-button {
    text-align: center;
}
.politika-konfidencialnosti-button a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    background: #7ca25c;
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
}
.politika-konfidencialnosti-button a:hover {
    background: #ff960d;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
    .br {
        border: 1px solid #ededed;
        margin: 25px 0;
    }

    .tanket {
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .myinput.pb-2 p:first-child {
        font-weight: bold;
    }

    form#register-form label {
        cursor: pointer;
    }

    .addbutton {
        border: 2px solid #e1e1e1;
        display: inline-block;
        padding: 0 7px;
        cursor: pointer;
        border-radius: 4px;
        background: #f1f1f1;
    }

    .lvrach {
        margin-bottom: 27px;
    }

    .addbutton {
        border: 2px solid #e1e1e1;
        display: inline-block;
        padding: 0 8px 1px 8px;
        cursor: pointer;
        border-radius: 4px;
        background: #f1f1f1;
        zoom: 1.5;
    }

    .addbutton:hover {
        background: #dfdfdf;
    }

    .w100{
        width: 100%;
    }
    .del{
        padding: 0 11px 1px 11px;
    }
.hide-button {
    display: none;
}
.form-radio-item {
    display: grid;
    grid-template-columns: 14px 1fr;
    grid-column-gap: 5px;
    align-content: start;
    align-items: start;
    padding-bottom: 10px;
}
.form-radio-item input {
    margin-top: 6px;
}
.form-radio-item label {
    margin-bottom: 0px;
}
.detox-tour-procedures-list .programma-spa-procedury-img-box {
    margin: 0 auto;
}
.text-style .programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-column-left {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-areas: "programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-left programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-right";
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-content: start;
    align-items: start;
}
@media screen and (max-width: 768px) {
    .programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-column-left {
        grid-template-columns: 1fr;
        grid-template-areas: "programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-right"
                             "programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-left";
    }
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-left {
    grid-area: programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-left;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-right {
    grid-area: programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-right;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-right img {
    display: block;
    width: 100%;
    height: auto;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-url {
    text-align: center;
    padding-bottom: 20px;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-url a {
    font-size: 24px;
    line-height: 28px;
    text-decoration: underline;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-column-right {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-content: start;
    align-items: start;
}
@media screen and (max-width: 768px) {
    .programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-column-right {
        grid-template-columns: 1fr;
    }
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-img-left img {
    display: block;
    width: 100%;
    height: auto;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-programs p {
    text-align: left;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1180px;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-banner a {
    display: block;
}
.programma-po-kompleksnomu-ochisheniyu-organizma-so-skidkoj-15-procentov-banner img {
    display: block;
    width: 100%;
    height: auto;
}
.table-tury-vyhodnogo-dnya-no-wrap tr td:nth-child(2) {
    text-align: left;
}
.maiskie-prazdniki-na-more-s-dopolnitelnoi-skidkoi-list {
    display: grid;
    grid-template-columns: 382px 382px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    justify-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 830px) {
    .maiskie-prazdniki-na-more-s-dopolnitelnoi-skidkoi-list {
        grid-template-columns: 1fr;
    }
}
.maiskie-prazdniki-na-more-s-dopolnitelnoi-skidkoi-list a {
    display: block;
    width: 382px;
    height: 255px;
}
@media screen and (max-width: 830px) {
    .maiskie-prazdniki-na-more-s-dopolnitelnoi-skidkoi-list a {
        width: 100%;
        max-width: 382px;
        height: auto;
    }
}
.maiskie-prazdniki-na-more-s-dopolnitelnoi-skidkoi-list a img {
    display: block;
    width: 100%;
    height: auto;
}
.top-menu-col-bottom-line .navbar-nav li.drop-menu:hover ul.navbar-nav-sub {
    display: block;
}
.main-page-banner-2-column.main-page-banner-2-column-400 {
    grid-template-columns: 400px 1fr;
}
@media screen and (max-width: 1320px) {
    .main-page-banner-2-column.main-page-banner-2-column-400 {
        grid-template-columns: 353px 1fr;
    }
}
@media screen and (max-width: 1180px) {
    .main-page-banner-2-column.main-page-banner-2-column-400 {
        grid-template-columns: 235px 1fr;
    }
}
@media screen and (max-width: 770px) {
    .main-page-banner-2-column.main-page-banner-2-column-400 {
        grid-template-columns: 1fr;
    }
}
.text-style-link-under a {
    text-decoration: underline;
}
.table-left-text-2 tr td:nth-child(2) {
    text-align: left;
}
/* banner-main-page-full-width */
section.banner-main-page-full-width {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
section.banner-main-page-full-width .banner-main-page-full-width-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: center;
}
section.banner-main-page-full-width .banner-main-page-full-width-slider-box {
    grid-area: 1/1/1/1;
    margin-left: 50px;
    margin-right: 50px;
}
@media(max-width: 690px) {
    section.banner-main-page-full-width .banner-main-page-full-width-slider-box {
        margin-left: 40px;
        margin-right: 40px;
    }
}
section.banner-main-page-full-width .banner-main-page-full-width-navigation {
    grid-area: 1/1/1/1;
}
section.banner-main-page-full-width .banner-main-page-full-width-slider-item {
    float: left;
}
section.banner-main-page-full-width .banner-main-page-full-width-slider-item a {
    display: block;
}
section.banner-main-page-full-width .banner-main-page-full-width-slider-item a img {
    display: block;
    width: 100%;
    height: auto;
}
section.banner-main-page-full-width .banner-main-page-full-width-navigation {
    height: 0px;
}
section.banner-main-page-full-width .banner-main-page-full-width-arrow-left {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -28px;
}
section.banner-main-page-full-width .banner-main-page-full-width-arrow-right {
    width: 30px;
    height: 56px;
    background: url(/fileadmin/templates/Resources/Public/images/arrow-left-comanda.png) center no-repeat;
    cursor: pointer;
    float: right;
    transform: rotate(180deg);
    margin-top: -28px;
}
/* banner-main-page-full-width */
/* header-second-menu */
section.header-second-menu .header-second-menu-wrapper {
    width: 100%;
    height: 70px;
    display: grid;
    align-content: center;
    align-items: center;
    /*grid-template-columns: 1fr 1px 455px;*/
		grid-template-columns: minmax(0,1fr);
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
    background: url('/fileadmin/templates/Resources/Public/images/bg-big.webp') center no-repeat, #e7e7e7;
    background-size: cover;
}
@media(max-width: 1200px) {
    section.header-second-menu .header-second-menu-wrapper {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media(max-width: 860px) {
    section.header-second-menu .header-second-menu-wrapper {
        grid-template-columns: minmax(0,1fr);
        grid-row-gap: 10px;
    }
    .container.header-second-menu-container {
        display: none;
    }
}
@media(max-width: 400px) {
    section.header-second-menu .header-second-menu-wrapper {
        padding-bottom: 20px;
    }
}
section.header-second-menu .header-second-menu-list ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
@media(max-width: 1200px) {
    section.header-second-menu .header-second-menu-list ul {
        flex-wrap: wrap;
    }
}
section.header-second-menu .header-second-menu-list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-right: 7px;
    margin-left:  7px;
}
@media(max-width: 1200px) {
    section.header-second-menu .header-second-menu-list ul li {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}
section.header-second-menu .header-second-menu-list ul li a {
    display: grid;
    grid-template-columns: 26px auto;
    align-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #3c8f28;
    text-decoration: none;
    white-space: nowrap;
}
@media(max-width: 1320px) {
    section.header-second-menu .header-second-menu-list ul li a {
        white-space: normal;
    }
}
section.header-second-menu .header-second-menu-list ul li a:hover {
    color: #ff960d;
}
section.header-second-menu .header-second-menu-line {
    width: 1px;
    height: 60px;
    background: #dee2e6;
}
@media(max-width: 768px) {
    section.header-second-menu .header-second-menu-line {
        width: 100%;
        height: 1px;
    }
}
section.header-second-menu .header-second-menu-tury {
    display: grid;
    align-content: center;
    align-items: center;
    grid-template-columns: 1fr 170px;
    grid-column-gap: 10px;
}
@media(max-width: 400px) {
    section.header-second-menu .header-second-menu-tury {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }
}
section.header-second-menu .header-second-menu-button a {
    display: grid;
    width: 100%;
    height: 60px;
    align-content: center;
    align-items: center;
    text-align: center;
    background: #7ca25c;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}
section.header-second-menu .header-second-menu-button a:hover {
    background: #ff960d;
}
@media(max-width: 400px) {
    section.header-second-menu .header-second-menu-button a {
        margin: 0 auto;
    }
}
section.header-second-menu .header-second-menu-title {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}
@media(max-width: 400px) {
    section.header-second-menu .header-second-menu-title {
        text-align: center;
    }
}
/* header-second-menu */
.green-h1-main-page h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    color: #3c8f28;
    padding-top: 20px;
}
/* mobile-menu-icon-list */
.mobile-menu-icon-list li a {
    display: grid;
    grid-template-columns: 26px auto;
    align-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #3c8f28;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
.mobile-menu-icon-list li a:hover {
    color: #ff960d;
}
/* mobile-menu-icon-list */
/* tury-na-novyj-god-2024 */
.tury-na-novyj-god-2024-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    justify-items: center;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(max-width: 1320px) {
    .tury-na-novyj-god-2024-list {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width: 768px) {
    .tury-na-novyj-god-2024-list {
        grid-template-columns: 1fr;
    }
}
.tury-na-novyj-god-2024-item {
    width: 100%;
}
.tury-na-novyj-god-2024-item a {
    display: block;
}
.tury-na-novyj-god-2024-item a:hover {
    text-decoration: none;
}
.tury-na-novyj-god-2024-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tury-na-novyj-god-2024-img img {
    display: block;
    width: 100%;
    height: auto;
}
.tury-na-novyj-god-2024-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 10px;
}
/* tury-na-novyj-god-2024 */
.special-ver-button {
    display: inline-grid;
    grid-template-columns: 1fr 36px;
    grid-column-gap: 10px;
    align-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
}
@media(max-width: 768px) {
    .special-ver-button {
        margin: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
body .bvi-body .swiper-button-prev.block_9.bvi-background-image {
    background-color: transparent !important;
}
body .bvi-body .swiper-button-next.block_10.bvi-background-image {
    background-color: transparent !important;
}
body .bvi-body[data-bvi-theme="white"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="black"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="blue"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="brown"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="green"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-left.slick-arrow {
    background-color: transparent !important;
}
body .bvi-body[data-bvi-theme="white"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="black"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="blue"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="brown"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="green"]:not(.bvi-no-styles) .uvzmorie-image-slider-arrow-right.slick-arrow {
    background-color: transparent !important;
}
body .bvi-body[data-bvi-theme="white"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="black"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="blue"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="brown"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-left.slick-arrow, body .bvi-body[data-bvi-theme="green"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-left.slick-arrow {
    background-color: transparent !important;
}
body .bvi-body[data-bvi-theme="white"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="black"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="blue"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="brown"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-right.slick-arrow, body .bvi-body[data-bvi-theme="green"]:not(.bvi-no-styles) .uvzmorie-nomera-arrow-right.slick-arrow {
    background-color: transparent !important;
}
body .bvi-body[data-bvi-theme="white"]:not(.bvi-no-styles) .sanatoriy-pohudenie-faq-item-question-icon {
    background-color: #000 !important;
}
body .bvi-body[data-bvi-theme="black"]:not(.bvi-no-styles) .sanatoriy-pohudenie-faq-item-question-icon {
    background-color: #fff !important;
}
body .bvi-body[data-bvi-theme="blue"]:not(.bvi-no-styles) .sanatoriy-pohudenie-faq-item-question-icon {
    background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme="brown"]:not(.bvi-no-styles) .sanatoriy-pohudenie-faq-item-question-icon {
    background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme="green"]:not(.bvi-no-styles) .sanatoriy-pohudenie-faq-item-question-icon {
    background-color: #A9E44D !important;
}
body .bvi-body .detox-tour-h1-img-box {
    display: none;
}
body .bvi-body[data-bvi-theme="white"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol li.active {
    background-color: #000 !important;
    color: #fff !important;
}
body .bvi-body[data-bvi-theme="white"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol::after {
    background-color: #000 !important;
}
body .bvi-body[data-bvi-theme="black"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol li.active {
    background-color: #fff !important;
    color: #000 !important;
}
body .bvi-body[data-bvi-theme="black"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol::after {
    background-color: #fff !important;
}
body .bvi-body[data-bvi-theme="blue"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol li.active {
    background-color: #063462 !important;
    color: #9DD1FF !important;
}
body .bvi-body[data-bvi-theme="blue"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol::after {
    background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme="brown"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol li.active {
    background-color: #4D4B43 !important;
    color: #F7F3D6 !important;
}
body .bvi-body[data-bvi-theme="brown"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol::after {
    background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme="green"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol li.active {
    background-color: #A9E44D !important;
    color: #3B2716 !important;
}
body .bvi-body[data-bvi-theme="green"]:not(.bvi-no-styles) .text-style-price-tab .tabs ul.tabscontrol::after {
    background-color: #A9E44D !important;
}
.text-style .akcija-osennii-cenopad-27 {
    display: block;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.akcija-osennii-cenopad-27::before {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: absolute;
    content: "27%";
    width: 90px;
    height: 90px;
    background: #FF0000;
    border-radius: 90px;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    margin-left: -100px;
    margin-top: -20px;
}
.text-style .akcija-osennii-cenopad-7 {
    display: block;
    padding-left: 100px;
}
.akcija-osennii-cenopad-7::before {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: absolute;
    content: "7%";
    width: 90px;
    height: 90px;
    background: #FF0000;
    border-radius: 90px;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    margin-left: -100px;
    margin-top: -10px;
}
.teaser-text .akcija-osennii-cenopad-27 {
    display: none;
}
.navbar-toggler-line {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 6px;
    margin-bottom: 6px;
}
.novost-img-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,290px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.novost-img-list a {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.novost-img-list a img {
    display: block;
    width: 100%;
    height: auto;
}
.new-year-valuevo-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,380px);
    justify-content: center;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.new-year-valuevo-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    align-content: center;
    align-items: center;
    width: 380px;
}
.new-year-valuevo-img {
    width: 50px;
    height: 50px;
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.new-year-valuevo-img img {
    width: 50px;
    height: auto;
}
.table-left tr td:nth-child(1) {
    text-align: left;
}
html table.new-year-table {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
html table.new-year-table tr td:nth-last-child(1) {
    white-space: nowrap;
}
#navbar1.pc-header-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
    top: 0px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
#navbar1.pc-header-fixed .top-menu-col2 {
    display: none !important;
}
.header-fix-phone-list {
    display: none;
}
#navbar1.pc-header-fixed .header-fix-phone-list {
    display: grid;
    grid-template-columns: 1fr 107px;
    grid-column-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: auto;
    align-content: center;
    align-items: center;
}
@media(max-width: 1180px) {
    #navbar1.pc-header-fixed .header-fix-phone-list {
        grid-template-columns: 1fr;
    }
    #navbar1.pc-header-fixed .header-fix-button {
        display: none;
    }
}
#navbar1.pc-header-fixed .header-fix-phone-item a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}
#navbar1.pc-header-fixed .header-fix-phone-item a:hover {
	color: #ff960d;
}
#navbar1.pc-header-fixed .header-fix-phone-title {
    font-size: 13px;
    line-height: 13px;
    color: #3c8f28;
    font-weight: 400;
}
#navbar1.pc-header-fixed .navbar-nav {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
@media(max-width: 1340px) {
    #navbar1.pc-header-fixed .navbar-nav li:nth-last-child(2) {
        display: none;
    }
}
@media(max-width: 1280px) {
    #navbar1.pc-header-fixed .navbar-nav li:nth-last-child(4) {
        display: none;
    }
}
@media(max-width: 1060px) {
    #navbar1.pc-header-fixed .header-menu-white > li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    #navbar1.pc-header-fixed .drop-menu i {
        margin-left: 5px;
    }
}
@media(max-width: 1000px) {
    header .navbar-dark .pc-header-fixed .top-menu-col1 .navbar-nav .nav-link {
        font-size: 12px;
    }
}
@media(max-width: 900px) {
    #navbar1.pc-header-fixed .header-fix-phone-item a {
        font-size: 16px;
        line-height: 20px;
    }
    #navbar1.pc-header-fixed .header-fix-phone-title {
        display: none;
    }
}
@media(max-width: 860px) {
    .mobile-header {
		display: flex;
	}
    .top-menu-col3 .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #navbar .top-menu-col2 {
        display: none !important;
    }
}
.article__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(max-width: 768px) {
    .article__footer {
        flex-wrap: wrap;
    }
}
.article__footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article__footer-item_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.article__footer-title {
    font-size: 16px;
    font-weight: 700;
}
.rating-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
    overflow: hidden;
}
.rating-area:not(:checked)>input {
    display: none;
}
.rating-area:not(:checked)>label {
    color: rgba(2,162,222,0.35);
    cursor: pointer;
    float: right;
    font-size: 25px;
    line-height: 25px;
    padding: 0;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    width: 25px;
}
.rating-area:not(:checked)>label:before {
    content: "★";
    font-weight: 700;
}
.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label,
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: rgba(2,162,222,1.00);
}
html .color-special-table tr td, html .color-special-table tr th {
    border: 1px #000 solid;
}
.color-special-table tr th:nth-child(1) {
    background: #f2dcdb;
}
.color-special-table tr th:nth-child(2), .color-special-table tr td:nth-last-child(2) {
    background: #dce6f1;
}
.color-special-table tr th:nth-child(3), .color-special-table tr td:nth-last-child(1) {
    background: #ebf1de;
}
.color-special-table tr td:nth-last-child(3), .color-special-table tr td:nth-last-child(4) {
    background: #fff;
}
.powermail_captcha {
  margin-bottom: 10px;
  font-size: 12px;
  color: #878787;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.powermail_captcha:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #62d3fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 162, 222, 0.25);
}
#powermail_captchaimage {
    display: block;
    margin-bottom: 10px;
}
/* h1-header */
section.h1-header {
    margin-top: 30px;
    margin-bottom: 20px;
}
section.h1-header .h1-header-column {
    display: grid;
    grid-template-columns: 1fr 400px;
}
@media(max-width: 1180px) {
    section.h1-header .h1-header-column {
        grid-template-columns: 1fr;
    }
}
section.h1-header .h1-header-img {
    display: grid;
}
section.h1-header .h1-header-img-box {
    grid-area: 1/1/1/1;
    overflow: hidden;
}
section.h1-header .h1-header-img-box img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section.h1-header .h1-header-img-background {
    grid-area: 1/1/1/1;
    background: rgba(0,0,0,0.4);
}
section.h1-header .h1-header-text {
    grid-area: 1/1/1/1;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr 54px;
}
@media(max-width: 768px) {
    section.h1-header .h1-header-text {
        padding: 20px;
        grid-template-rows: 1fr auto;
        grid-row-gap: 20px;
    }
}
section.h1-header .h1-header-title {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}
section.h1-header .h1-header-title * {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
@media(max-width: 768px) {
    section.h1-header .h1-header-title {
        font-size: 24px;
        line-height: 28px;
    }
    section.h1-header .h1-header-title * {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
}
section.h1-header .h1-header-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
@media(max-width: 768px) {
    section.h1-header .h1-header-info {
        grid-template-columns: 1fr;
    }
}
section.h1-header .h1-header-info-title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #7ca25c;
    height: 54px;
    display: grid;
    grid-template-columns: 18px 1fr;
    align-content: center;
    align-items: center;
    text-align: left;
    grid-column-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
@media(max-width: 768px) {
    section.h1-header .h1-header-info-title {
        height: 44px;
    }
}
section.h1-header a.h1-header-info-title:hover {
	text-decoration: none;
	background: #ff960d;
}
section.h1-header .h1-header-banner {
    display: grid;
    align-content: center;
    align-items: center;
    background: url('/fileadmin/templates/Resources/Public/images/bg-big.webp') center no-repeat, #e7e7e7;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #212529;
}
@media(max-width: 1180px) {
    section.h1-header .h1-header-banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
html.no-webp section.h1-header .h1-header-banner {
    background: url('/fileadmin/templates/Resources/Public/images/bg-big.png') center no-repeat, #e7e7e7;
}
section.h1-header .h1-header-banner-title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 20px;
}
@media(max-width: 768px) {
    section.h1-header .h1-header-banner-title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }
}
section.h1-header .h1-header-banner-button {
    padding-bottom: 20px;
}
section.h1-header .h1-header-banner-button a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    background: #ff960d;
    border-radius: 5px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.5s;
}
section.h1-header .h1-header-banner-button a:hover {
    color: #fff;
    background: #7ca25c;
}
section.h1-header .h1-header-banner-text {
    padding-bottom: 10px;
}
section.h1-header .h1-header-banner-phone a {
    font-size: 22px;
    line-height: 26px;
    transition: all 0.5s;
    text-decoration: none;
}
section.h1-header .h1-header-banner-phone-title {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    padding-bottom: 10px;
}
section.h1-header .h1-header-banner-mail a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.5s;

    padding-left: 22px;
    text-decoration: none;
}
section.h1-header .h1-header-banner-mail a::before {
    position: absolute;
    display: block;
    content: "";
    width: 18px;
    height: 13px;
    background: url('/fileadmin/templates/Resources/Public/img/mail.svg') center no-repeat;
    margin-left: -22px;
    margin-top: 3px;
}
/* h1-header */
.header-phone {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 3px;
}
.header-phone a {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}
.header-phone a:hover {
    color: #ff960d;
}
.sanatoriy-pohudenie-action-link {
    padding-top: 0px;
    padding-bottom: 0px;
}
.row.article.item-value-30.articletype-0.sanatoriy-pohudenie-action-box {
    border-bottom: none;
    padding-top: 20px;
    margin-bottom: 0px;
}
.author {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 20px;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    border-top: 1px #02a2de solid;
    padding-top: 10px;
}
.author-doctor-img img {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
}
.author-info p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.author-info-name {
    color: #02a2de;
}
.author-info-date {
    white-space: nowrap;
}
@media(max-width: 460px) {
    .author {
        display: block;
    }
    .author-doctor {
        float: left;
        padding-right: 20px;
        padding-top: 15px;
    }
}
.meta-hidden {
    display: none;
}
.powermail_checkbox + label::before {
    top: 5px;
}
.powermail_checkbox + label::after {
    top: 8px;
}
.powermail_checkbox + label {
    font-size: 12px;
    line-height: 16px;
    min-height: 32px;
}
label.powermail_label {
    font-size: 12px;
    line-height: 16px;
}
.footer-column-form-fix {
    align-content: end;
    align-items: end;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.contact-alert {
    border: 1px #FF0000 solid;
    padding: 20px;
    margin-bottom: 20px;
}
html .right-text {
    text-align: right;
}
.table-1-1-1-1 tr td:nth-last-child(1), .table-1-1-1-1 tr td:nth-last-child(2), .table-1-1-1-1 tr td:nth-last-child(3), .table-1-1-1-1 tr td:nth-last-child(4) {
    white-space: nowrap;
}
.vertical-images-3-column {
    padding-top: 20px;
    padding-bottom: 20px;
}
.vertical-images-3-column p {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: hidden;
    clear: both;
    justify-content: center;
}
.vertical-images-3-column a {
    display: block;
    width: 100%;
    height: auto;
    max-width: 386px;
}
.vertical-images-3-column a img {
    display: block;
    width: 100%;
    height: auto;
}
.button-landing {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.button-landing .button-landing-url {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #7ca25c;
    height: 54px;
    display: inline-grid;
    grid-template-columns: 18px 1fr;
    align-content: center;
    align-items: center;
    text-align: left;
    grid-column-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.button-landing .button-landing-url:hover {
	text-decoration: none;
	background: #ff960d;
}
.table-7-nowrap tr td:nth-last-child(-n+7) {
    white-space: nowrap;
}
.table-6-nowrap tr td:nth-last-child(-n+6) {
    white-space: nowrap;
}
.navbar-toggler-right .navbar-toggler {
	padding-top: 6px;
	padding-bottom: 6px;
}
.footer-phone a {
	font-size: 18px;
	color: #fff;
}
.footer-menu-list {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	justify-content: center;
}
.footer-menu-list a {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
}
.footer-menu-list a:hover {
	color: #ff960d;
}
.bold-list {
	font-weight: 700;
}
.news.news-single .header h1 {
	margin-bottom: 20px;
}
.program-not-column .col-md-6 {
	max-width: 100%;
	flex: 0 0 100%;
}
@media(max-width: 768px) {
	.programma-po-lecheniju-organov-dykhanija .detox-prog-item {
		padding-top: 20px;
	}
}
/* cookie-popup */
html #cookie-popup {
	display: none;
	max-width: 400px;
	cursor: auto;
	text-align: center;
	padding: 25px;
}
html #cookie-popup a {
	outline: none;
}
html #cookie-popup a:active, html #cookie-popup a:focus {
	color: #02a2de;
}
html #cookie-popup a:hover {
	color: #ff960d;
}
html #cookie-popup .cookie-popup-button button {
	display: inline-flex;
	margin: 0px;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border: none;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	border-radius: 5px;
	background: #7ca25c;
	outline: none;
	cursor: pointer;
}
html #cookie-popup .cookie-popup-button button:hover {
	background: #ff960d;
}
/* cookie-popup */
@media(max-width: 860px) {
	html .mobile-header .header-mobile-nav-actions {
		flex-direction: row;
		max-width: 100%;
	}
	header .header-phone-button button {
		width: 180px;
		height: 45px;
		padding: 0 5px;
	}
	html .mobile-header .header-column-button.header-phone-button-mobile {
		width: auto;
	}
	.mobile-header .header-mobile-nav-actions .header-phone-button {
		margin-top: 0px;
	}
	html .mobile-header .header-mobile-nav-bar {
		padding: 8px 0;
	}
}
@media(max-width: 500px) {
	html .mobile-header .header-phone-button-mobile .btn {
		padding-right: 0 !important;
		width: 0px;
	}
	html .mobile-header .header-phone-button-mobile .btn span {
		display: none;
	}
}