/**
 * ----------------------------------------
 * Bootstrap
 * ----------------------------------------
 */
:root {
  --blue: #204aa8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #db937f;
  --orange: #fd7e14;
  --yellow: #f4d13a;
  --green: #15ab64;
  --teal: #e1e1c7;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c6d68;
  --gray-dark: #3d3d3d;
  --def: #a07329;
  --primary: #204aa8;
  --secondary: #6c6d68;
  --success: #15ab64;
  --info: #e1e1c7;
  --warning: #f4d13a;
  --danger: #db937f;
  --danger-light: #f5beaf;
  --light: #f8f9fa;
  --dark: #3d3d3d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 764px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1241px;
  --breakpoint-xxl: 1521px;
  --breakpoint-xxxl: 1781px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.71112;
  color: #323232;
  text-align: left;
  background-color: #f0fcfc; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.25rem; }

p {
  margin-top: 0;
  margin-bottom: 0.875rem; }

.errorMsg {
  color: #ac031b;
}
a.blackLinkWithRedHover{
  color:#000000;
}
a.blackLinkWithRedHover:hover{
  color:#ac031b;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

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; }

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: #204aa8;
  text-decoration: underline;
  background-color: transparent; }
a:hover {
  color: #ac031b;
  text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

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;
  display: block; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c6d68;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.35rem; }

h3, .h3 {
  font-size: 1.96875rem; }

h4, .h4 {
  font-size: 1.6875rem; }

h5, .h5 {
  font-size: 1.40625rem; }

h6, .h6 {
  font-size: 1.125rem; }

.lead {
  font-size: 1.40625rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5; }

hr {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  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.6875rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c6d68; }
.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f0fcfc;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c6d68; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #191919;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem; }
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #191919; }
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 764px) {
  .container {
    max-width: 716px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1241px) {
  .container {
    max-width: 1227px; } }
@media (min-width: 1521px) {
  .container {
    max-width: 1490px; } }
@media (min-width: 1781px) {
  .container {
    max-width: 1722px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 764px) {
  .container, .container-sm, .container-md {
    max-width: 716px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1241px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1227px; } }

@media (min-width: 1521px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1490px; } }

@media (min-width: 1781px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1722px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -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%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  -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: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -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: 764px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -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: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -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: 1241px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -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%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -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%; } }

@media (min-width: 1521px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1781px) {
  .col-xxxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.61112em + 1.25rem + 2px);
  height: -moz-calc(1.61112em + 1.25rem + 2px);
  height: calc(1.61112em + 1.25rem + 2px);
  padding: 0.625rem 0.9375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.61112;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #668ce2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }
.form-control::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.4);
  opacity: 1; }
.form-control:-moz-placeholder {
  color: rgba(61, 61, 61, 0.4);
  opacity: 1; }
.form-control::-moz-placeholder {
  color: rgba(61, 61, 61, 0.4);
  opacity: 1; }
.form-control:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.4);
  opacity: 1; }
.form-control::-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.4);
  opacity: 1; }
.form-control::placeholder {
  color: rgba(61, 61, 61, 0.4);
  opacity: 1; }
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label, .col-form-label25 {
  padding-top: -webkit-calc(0.625rem + 1px);
  padding-top: -moz-calc(0.625rem + 1px);
  padding-top: calc(0.625rem + 1px);
  padding-bottom: -webkit-calc(0.625rem + 1px);
  padding-bottom: -moz-calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.61112; }

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: -moz-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: -moz-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: -moz-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: -moz-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.99999rem;
  line-height: 1.375; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.61112;
  color: #323232;
  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.375em + 0.5rem + 2px);
  height: -moz-calc(1.375em + 0.5rem + 2px);
  height: calc(1.375em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.99999rem;
  line-height: 1.375;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: -moz-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 0.6875rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  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,
.form-check-input:disabled ~ .form-check-label {
  color: #6c6d68; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: 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: #15ab64; }

.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.99999rem;
  line-height: 1.61112;
  color: #fff;
  background-color: rgba(21, 171, 100, 0.9);
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #15ab64;
  padding-right: -webkit-calc(1.61112em + 1.25rem);
  padding-right: -moz-calc(1.61112em + 1.25rem);
  padding-right: calc(1.61112em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2315ab64' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.40278em + 0.3125rem) center;
  background-position: right -moz-calc(0.40278em + 0.3125rem) center;
  background-position: right calc(0.40278em + 0.3125rem) center;
  -webkit-background-size: -webkit-calc(0.80556em + 0.625rem) -webkit-calc(0.80556em + 0.625rem);
  -moz-background-size: -moz-calc(0.80556em + 0.625rem) -moz-calc(0.80556em + 0.625rem);
  background-size: calc(0.80556em + 0.625rem) calc(0.80556em + 0.625rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #15ab64;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.61112em + 1.25rem);
  padding-right: -moz-calc(1.61112em + 1.25rem);
  padding-right: calc(1.61112em + 1.25rem);
  background-position: top -webkit-calc(0.40278em + 0.3125rem) right -webkit-calc(0.40278em + 0.3125rem);
  background-position: top -moz-calc(0.40278em + 0.3125rem) right -moz-calc(0.40278em + 0.3125rem);
  background-position: top calc(0.40278em + 0.3125rem) right calc(0.40278em + 0.3125rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #15ab64;
  padding-right: -webkit-calc(0.75em + 2.875rem);
  padding-right: -moz-calc(0.75em + 2.875rem);
  padding-right: calc(0.75em + 2.875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3d3d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2315ab64' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.80556em + 0.625rem) -webkit-calc(0.80556em + 0.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3d3d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2315ab64' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.80556em + 0.625rem) -moz-calc(0.80556em + 0.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3d3d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2315ab64' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.80556em + 0.625rem) calc(0.80556em + 0.625rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #15ab64;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #15ab64; }

.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: #15ab64; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #15ab64; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #1bd87f;
  background: #1bd87f -webkit-gradient(linear, left top, left bottom, from(#4ce99f), to(#1bd87f)) repeat-x;
  background: #1bd87f -webkit-linear-gradient(top, #4ce99f, #1bd87f) repeat-x;
  background: #1bd87f -moz-linear-gradient(top, #4ce99f, #1bd87f) repeat-x;
  background: #1bd87f -o-linear-gradient(top, #4ce99f, #1bd87f) repeat-x;
  background: #1bd87f linear-gradient(180deg, #4ce99f, #1bd87f) repeat-x; }

.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 0.2rem rgba(21, 171, 100, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #15ab64; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #15ab64; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #15ab64;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #db937f; }

.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.99999rem;
  line-height: 1.61112;
  color: #191919;
  background-color: rgba(219, 147, 127, 0.9);
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #db937f;
  padding-right: -webkit-calc(1.61112em + 1.25rem);
  padding-right: -moz-calc(1.61112em + 1.25rem);
  padding-right: calc(1.61112em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db937f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db937f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.40278em + 0.3125rem) center;
  background-position: right -moz-calc(0.40278em + 0.3125rem) center;
  background-position: right calc(0.40278em + 0.3125rem) center;
  -webkit-background-size: -webkit-calc(0.80556em + 0.625rem) -webkit-calc(0.80556em + 0.625rem);
  -moz-background-size: -moz-calc(0.80556em + 0.625rem) -moz-calc(0.80556em + 0.625rem);
  background-size: calc(0.80556em + 0.625rem) calc(0.80556em + 0.625rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #db937f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.61112em + 1.25rem);
  padding-right: -moz-calc(1.61112em + 1.25rem);
  padding-right: calc(1.61112em + 1.25rem);
  background-position: top -webkit-calc(0.40278em + 0.3125rem) right -webkit-calc(0.40278em + 0.3125rem);
  background-position: top -moz-calc(0.40278em + 0.3125rem) right -moz-calc(0.40278em + 0.3125rem);
  background-position: top calc(0.40278em + 0.3125rem) right calc(0.40278em + 0.3125rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #db937f;
  padding-right: -webkit-calc(0.75em + 2.875rem);
  padding-right: -moz-calc(0.75em + 2.875rem);
  padding-right: calc(0.75em + 2.875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3d3d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db937f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db937f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.80556em + 0.625rem) -webkit-calc(0.80556em + 0.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3d3d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db937f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db937f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.80556em + 0.625rem) -moz-calc(0.80556em + 0.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3d3d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db937f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db937f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.80556em + 0.625rem) calc(0.80556em + 0.625rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #db937f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #db937f; }

.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: #db937f; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #db937f; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e6b5a7;
  background: #e6b5a7 -webkit-gradient(linear, left top, left bottom, from(#f5e0db), to(#e6b5a7)) repeat-x;
  background: #e6b5a7 -webkit-linear-gradient(top, #f5e0db, #e6b5a7) repeat-x;
  background: #e6b5a7 -moz-linear-gradient(top, #f5e0db, #e6b5a7) repeat-x;
  background: #e6b5a7 -o-linear-gradient(top, #f5e0db, #e6b5a7) repeat-x;
  background: #e6b5a7 linear-gradient(180deg, #f5e0db, #e6b5a7) repeat-x; }

.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 0.2rem rgba(219, 147, 127, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #db937f; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #db937f; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #db937f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.form-inline .form-check {
  width: 100%; }
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: 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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 700;
  color: #323232;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8125rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  -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;
  -moz-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, -moz-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, -moz-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }
.btn:hover {
  color: #323232;
  text-decoration: none; }
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 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-def {
  color: #fff;
  background: #a07329 -webkit-gradient(linear, left top, left bottom, from(#cd973e), to(#a07329)) repeat-x;
  background: #a07329 -webkit-linear-gradient(top, #cd973e, #a07329) repeat-x;
  background: #a07329 -moz-linear-gradient(top, #cd973e, #a07329) repeat-x;
  background: #a07329 -o-linear-gradient(top, #cd973e, #a07329) repeat-x;
  background: #a07329 linear-gradient(180deg, #cd973e, #a07329) repeat-x;
  border-color: transparent; }
.btn-def:hover {
  color: #fff;
  background: #825d21 -webkit-gradient(linear, left top, left bottom, from(#b6832f), to(#825d21)) repeat-x;
  background: #825d21 -webkit-linear-gradient(top, #b6832f, #825d21) repeat-x;
  background: #825d21 -moz-linear-gradient(top, #b6832f, #825d21) repeat-x;
  background: #825d21 -o-linear-gradient(top, #b6832f, #825d21) repeat-x;
  background: #825d21 linear-gradient(180deg, #b6832f, #825d21) repeat-x;
  border-color: #77561f; }
.btn-def:focus, .btn-def.focus {
  color: #fff;
  background: #825d21 -webkit-gradient(linear, left top, left bottom, from(#b6832f), to(#825d21)) repeat-x;
  background: #825d21 -webkit-linear-gradient(top, #b6832f, #825d21) repeat-x;
  background: #825d21 -moz-linear-gradient(top, #b6832f, #825d21) repeat-x;
  background: #825d21 -o-linear-gradient(top, #b6832f, #825d21) repeat-x;
  background: #825d21 linear-gradient(180deg, #b6832f, #825d21) repeat-x;
  border-color: #77561f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 136, 73, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(174, 136, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(174, 136, 73, 0.5); }
.btn-def.disabled, .btn-def:disabled {
  color: #fff;
  background-color: #a07329;
  border-color: #a07329;
  background-image: none; }
.btn-def:not(:disabled):not(.disabled):active, .btn-def:not(:disabled):not(.disabled).active,
.show > .btn-def.dropdown-toggle {
  color: #fff;
  background-color: #77561f;
  background-image: none;
  border-color: #6d4f1c; }
.btn-def:not(:disabled):not(.disabled):active:focus, .btn-def:not(:disabled):not(.disabled).active:focus,
.show > .btn-def.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 136, 73, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(174, 136, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(174, 136, 73, 0.5); }

.btn-primary {
  color: #fff;
  background: #204aa8 -webkit-gradient(linear, left top, left bottom, from(#3265d8), to(#204aa8)) repeat-x;
  background: #204aa8 -webkit-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 -moz-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 -o-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 linear-gradient(180deg, #3265d8, #204aa8) repeat-x;
  border-color: transparent; }
.btn-primary:hover {
  color: #fff;
  background: #1a3c88 -webkit-gradient(linear, left top, left bottom, from(#2454c0), to(#1a3c88)) repeat-x;
  background: #1a3c88 -webkit-linear-gradient(top, #2454c0, #1a3c88) repeat-x;
  background: #1a3c88 -moz-linear-gradient(top, #2454c0, #1a3c88) repeat-x;
  background: #1a3c88 -o-linear-gradient(top, #2454c0, #1a3c88) repeat-x;
  background: #1a3c88 linear-gradient(180deg, #2454c0, #1a3c88) repeat-x;
  border-color: #18377d; }
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background: #1a3c88 -webkit-gradient(linear, left top, left bottom, from(#2454c0), to(#1a3c88)) repeat-x;
  background: #1a3c88 -webkit-linear-gradient(top, #2454c0, #1a3c88) repeat-x;
  background: #1a3c88 -moz-linear-gradient(top, #2454c0, #1a3c88) repeat-x;
  background: #1a3c88 -o-linear-gradient(top, #2454c0, #1a3c88) repeat-x;
  background: #1a3c88 linear-gradient(180deg, #2454c0, #1a3c88) repeat-x;
  border-color: #18377d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 101, 181, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(65, 101, 181, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 101, 181, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #204aa8;
  border-color: #204aa8;
  background-image: none; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #18377d;
  background-image: none;
  border-color: #163272; }
.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(65, 101, 181, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(65, 101, 181, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 101, 181, 0.5); }

.btn-secondary {
  color: #fff;
  background: #6c6d68 -webkit-gradient(linear, left top, left bottom, from(#8d8e89), to(#6c6d68)) repeat-x;
  background: #6c6d68 -webkit-linear-gradient(top, #8d8e89, #6c6d68) repeat-x;
  background: #6c6d68 -moz-linear-gradient(top, #8d8e89, #6c6d68) repeat-x;
  background: #6c6d68 -o-linear-gradient(top, #8d8e89, #6c6d68) repeat-x;
  background: #6c6d68 linear-gradient(180deg, #8d8e89, #6c6d68) repeat-x;
  border-color: transparent; }
.btn-secondary:hover {
  color: #fff;
  background: #595955 -webkit-gradient(linear, left top, left bottom, from(#7a7b76), to(#595955)) repeat-x;
  background: #595955 -webkit-linear-gradient(top, #7a7b76, #595955) repeat-x;
  background: #595955 -moz-linear-gradient(top, #7a7b76, #595955) repeat-x;
  background: #595955 -o-linear-gradient(top, #7a7b76, #595955) repeat-x;
  background: #595955 linear-gradient(180deg, #7a7b76, #595955) repeat-x;
  border-color: #52534f; }
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background: #595955 -webkit-gradient(linear, left top, left bottom, from(#7a7b76), to(#595955)) repeat-x;
  background: #595955 -webkit-linear-gradient(top, #7a7b76, #595955) repeat-x;
  background: #595955 -moz-linear-gradient(top, #7a7b76, #595955) repeat-x;
  background: #595955 -o-linear-gradient(top, #7a7b76, #595955) repeat-x;
  background: #595955 linear-gradient(180deg, #7a7b76, #595955) repeat-x;
  border-color: #52534f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 131, 127, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(130, 131, 127, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 131, 127, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c6d68;
  border-color: #6c6d68;
  background-image: none; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #52534f;
  background-image: none;
  border-color: #4c4c49; }
.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(130, 131, 127, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(130, 131, 127, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 131, 127, 0.5); }

.btn-success {
  color: #fff;
  background: #15ab64 -webkit-gradient(linear, left top, left bottom, from(#1fe386), to(#15ab64)) repeat-x;
  background: #15ab64 -webkit-linear-gradient(top, #1fe386, #15ab64) repeat-x;
  background: #15ab64 -moz-linear-gradient(top, #1fe386, #15ab64) repeat-x;
  background: #15ab64 -o-linear-gradient(top, #1fe386, #15ab64) repeat-x;
  background: #15ab64 linear-gradient(180deg, #1fe386, #15ab64) repeat-x;
  border-color: transparent; }
.btn-success:hover {
  color: #fff;
  background: #118950 -webkit-gradient(linear, left top, left bottom, from(#18c473), to(#118950)) repeat-x;
  background: #118950 -webkit-linear-gradient(top, #18c473, #118950) repeat-x;
  background: #118950 -moz-linear-gradient(top, #18c473, #118950) repeat-x;
  background: #118950 -o-linear-gradient(top, #18c473, #118950) repeat-x;
  background: #118950 linear-gradient(180deg, #18c473, #118950) repeat-x;
  border-color: #0f7e49; }
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background: #118950 -webkit-gradient(linear, left top, left bottom, from(#18c473), to(#118950)) repeat-x;
  background: #118950 -webkit-linear-gradient(top, #18c473, #118950) repeat-x;
  background: #118950 -moz-linear-gradient(top, #18c473, #118950) repeat-x;
  background: #118950 -o-linear-gradient(top, #18c473, #118950) repeat-x;
  background: #118950 linear-gradient(180deg, #18c473, #118950) repeat-x;
  border-color: #0f7e49;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 184, 123, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(56, 184, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(56, 184, 123, 0.5); }
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #15ab64;
  border-color: #15ab64;
  background-image: none; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0f7e49;
  background-image: none;
  border-color: #0e7243; }
.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(56, 184, 123, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(56, 184, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(56, 184, 123, 0.5); }

.btn-info {
  color: #191919;
  background: #e1e1c7 -webkit-gradient(linear, left top, left bottom, from(#f8f8f2), to(#e1e1c7)) repeat-x;
  background: #e1e1c7 -webkit-linear-gradient(top, #f8f8f2, #e1e1c7) repeat-x;
  background: #e1e1c7 -moz-linear-gradient(top, #f8f8f2, #e1e1c7) repeat-x;
  background: #e1e1c7 -o-linear-gradient(top, #f8f8f2, #e1e1c7) repeat-x;
  background: #e1e1c7 linear-gradient(180deg, #f8f8f2, #e1e1c7) repeat-x;
  border-color: transparent; }
.btn-info:hover {
  color: #191919;
  background: #d4d4ae -webkit-gradient(linear, left top, left bottom, from(#ebebd9), to(#d4d4ae)) repeat-x;
  background: #d4d4ae -webkit-linear-gradient(top, #ebebd9, #d4d4ae) repeat-x;
  background: #d4d4ae -moz-linear-gradient(top, #ebebd9, #d4d4ae) repeat-x;
  background: #d4d4ae -o-linear-gradient(top, #ebebd9, #d4d4ae) repeat-x;
  background: #d4d4ae linear-gradient(180deg, #ebebd9, #d4d4ae) repeat-x;
  border-color: #cfcfa6; }
.btn-info:focus, .btn-info.focus {
  color: #191919;
  background: #d4d4ae -webkit-gradient(linear, left top, left bottom, from(#ebebd9), to(#d4d4ae)) repeat-x;
  background: #d4d4ae -webkit-linear-gradient(top, #ebebd9, #d4d4ae) repeat-x;
  background: #d4d4ae -moz-linear-gradient(top, #ebebd9, #d4d4ae) repeat-x;
  background: #d4d4ae -o-linear-gradient(top, #ebebd9, #d4d4ae) repeat-x;
  background: #d4d4ae linear-gradient(180deg, #ebebd9, #d4d4ae) repeat-x;
  border-color: #cfcfa6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 195, 173, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(195, 195, 173, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 173, 0.5); }
.btn-info.disabled, .btn-info:disabled {
  color: #191919;
  background-color: #e1e1c7;
  border-color: #e1e1c7;
  background-image: none; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #191919;
  background-color: #cfcfa6;
  background-image: none;
  border-color: #cbcb9d; }
.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(195, 195, 173, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(195, 195, 173, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 173, 0.5); }

.btn-warning {
  color: #191919;
  background: #f4d13a -webkit-gradient(linear, left top, left bottom, from(#f8e079), to(#f4d13a)) repeat-x;
  background: #f4d13a -webkit-linear-gradient(top, #f8e079, #f4d13a) repeat-x;
  background: #f4d13a -moz-linear-gradient(top, #f8e079, #f4d13a) repeat-x;
  background: #f4d13a -o-linear-gradient(top, #f8e079, #f4d13a) repeat-x;
  background: #f4d13a linear-gradient(180deg, #f8e079, #f4d13a) repeat-x;
  border-color: transparent; }
.btn-warning:hover {
  color: #191919;
  background: #f2c916 -webkit-gradient(linear, left top, left bottom, from(#f5d755), to(#f2c916)) repeat-x;
  background: #f2c916 -webkit-linear-gradient(top, #f5d755, #f2c916) repeat-x;
  background: #f2c916 -moz-linear-gradient(top, #f5d755, #f2c916) repeat-x;
  background: #f2c916 -o-linear-gradient(top, #f5d755, #f2c916) repeat-x;
  background: #f2c916 linear-gradient(180deg, #f5d755, #f2c916) repeat-x;
  border-color: #eec30d; }
.btn-warning:focus, .btn-warning.focus {
  color: #191919;
  background: #f2c916 -webkit-gradient(linear, left top, left bottom, from(#f5d755), to(#f2c916)) repeat-x;
  background: #f2c916 -webkit-linear-gradient(top, #f5d755, #f2c916) repeat-x;
  background: #f2c916 -moz-linear-gradient(top, #f5d755, #f2c916) repeat-x;
  background: #f2c916 -o-linear-gradient(top, #f5d755, #f2c916) repeat-x;
  background: #f2c916 linear-gradient(180deg, #f5d755, #f2c916) repeat-x;
  border-color: #eec30d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 181, 53, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(211, 181, 53, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(211, 181, 53, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
  color: #191919;
  background-color: #f4d13a;
  border-color: #f4d13a;
  background-image: none; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #191919;
  background-color: #eec30d;
  background-image: none;
  border-color: #e2ba0d; }
.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(211, 181, 53, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(211, 181, 53, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(211, 181, 53, 0.5); }

.btn-danger {
  color: #191919;
  background: #db937f -webkit-gradient(linear, left top, left bottom, from(#eabfb3), to(#db937f)) repeat-x;
  background: #db937f -webkit-linear-gradient(top, #eabfb3, #db937f) repeat-x;
  background: #db937f -moz-linear-gradient(top, #eabfb3, #db937f) repeat-x;
  background: #db937f -o-linear-gradient(top, #eabfb3, #db937f) repeat-x;
  background: #db937f linear-gradient(180deg, #eabfb3, #db937f) repeat-x;
  border-color: transparent; }
.btn-danger:hover {
  color: #fff;
  background: #d37a61 -webkit-gradient(linear, left top, left bottom, from(#e1a595), to(#d37a61)) repeat-x;
  background: #d37a61 -webkit-linear-gradient(top, #e1a595, #d37a61) repeat-x;
  background: #d37a61 -moz-linear-gradient(top, #e1a595, #d37a61) repeat-x;
  background: #d37a61 -o-linear-gradient(top, #e1a595, #d37a61) repeat-x;
  background: #d37a61 linear-gradient(180deg, #e1a595, #d37a61) repeat-x;
  border-color: #d07157; }
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background: #d37a61 -webkit-gradient(linear, left top, left bottom, from(#e1a595), to(#d37a61)) repeat-x;
  background: #d37a61 -webkit-linear-gradient(top, #e1a595, #d37a61) repeat-x;
  background: #d37a61 -moz-linear-gradient(top, #e1a595, #d37a61) repeat-x;
  background: #d37a61 -o-linear-gradient(top, #e1a595, #d37a61) repeat-x;
  background: #d37a61 linear-gradient(180deg, #e1a595, #d37a61) repeat-x;
  border-color: #d07157;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 129, 112, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(190, 129, 112, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(190, 129, 112, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
  color: #191919;
  background-color: #db937f;
  border-color: #db937f;
  background-image: none; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d07157;
  background-image: none;
  border-color: #cd694d; }
.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(190, 129, 112, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(190, 129, 112, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(190, 129, 112, 0.5); }

.btn-danger-light {
  color: #191919;
  background: #f5beaf -webkit-gradient(linear, left top, left bottom, from(#fceeea), to(#f5beaf)) repeat-x;
  background: #f5beaf -webkit-linear-gradient(top, #fceeea, #f5beaf) repeat-x;
  background: #f5beaf -moz-linear-gradient(top, #fceeea, #f5beaf) repeat-x;
  background: #f5beaf -o-linear-gradient(top, #fceeea, #f5beaf) repeat-x;
  background: #f5beaf linear-gradient(180deg, #fceeea, #f5beaf) repeat-x;
  border-color: transparent; }
.btn-danger-light:hover {
  color: #191919;
  background: #f1a28d -webkit-gradient(linear, left top, left bottom, from(#f8d2c8), to(#f1a28d)) repeat-x;
  background: #f1a28d -webkit-linear-gradient(top, #f8d2c8, #f1a28d) repeat-x;
  background: #f1a28d -moz-linear-gradient(top, #f8d2c8, #f1a28d) repeat-x;
  background: #f1a28d -o-linear-gradient(top, #f8d2c8, #f1a28d) repeat-x;
  background: #f1a28d linear-gradient(180deg, #f8d2c8, #f1a28d) repeat-x;
  border-color: #ef9982; }
.btn-danger-light:focus, .btn-danger-light.focus {
  color: #191919;
  background: #f1a28d -webkit-gradient(linear, left top, left bottom, from(#f8d2c8), to(#f1a28d)) repeat-x;
  background: #f1a28d -webkit-linear-gradient(top, #f8d2c8, #f1a28d) repeat-x;
  background: #f1a28d -moz-linear-gradient(top, #f8d2c8, #f1a28d) repeat-x;
  background: #f1a28d -o-linear-gradient(top, #f8d2c8, #f1a28d) repeat-x;
  background: #f1a28d linear-gradient(180deg, #f8d2c8, #f1a28d) repeat-x;
  border-color: #ef9982;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 165, 153, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(212, 165, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 165, 153, 0.5); }
.btn-danger-light.disabled, .btn-danger-light:disabled {
  color: #191919;
  background-color: #f5beaf;
  border-color: #f5beaf;
  background-image: none; }
.btn-danger-light:not(:disabled):not(.disabled):active, .btn-danger-light:not(:disabled):not(.disabled).active,
.show > .btn-danger-light.dropdown-toggle {
  color: #191919;
  background-color: #ef9982;
  background-image: none;
  border-color: #ee9076; }
.btn-danger-light:not(:disabled):not(.disabled):active:focus, .btn-danger-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 165, 153, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(212, 165, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 165, 153, 0.5); }

.btn-light {
  color: #191919;
  background: #f8f9fa -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f9fa)) repeat-x;
  background: #f8f9fa -webkit-linear-gradient(top, white, #f8f9fa) repeat-x;
  background: #f8f9fa -moz-linear-gradient(top, white, #f8f9fa) repeat-x;
  background: #f8f9fa -o-linear-gradient(top, white, #f8f9fa) repeat-x;
  background: #f8f9fa linear-gradient(180deg, white, #f8f9fa) repeat-x;
  border-color: transparent; }
.btn-light:hover {
  color: #191919;
  background: #e2e6ea -webkit-gradient(linear, left top, left bottom, from(white), to(#e2e6ea)) repeat-x;
  background: #e2e6ea -webkit-linear-gradient(top, white, #e2e6ea) repeat-x;
  background: #e2e6ea -moz-linear-gradient(top, white, #e2e6ea) repeat-x;
  background: #e2e6ea -o-linear-gradient(top, white, #e2e6ea) repeat-x;
  background: #e2e6ea linear-gradient(180deg, white, #e2e6ea) repeat-x;
  border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
  color: #191919;
  background: #e2e6ea -webkit-gradient(linear, left top, left bottom, from(white), to(#e2e6ea)) repeat-x;
  background: #e2e6ea -webkit-linear-gradient(top, white, #e2e6ea) repeat-x;
  background: #e2e6ea -moz-linear-gradient(top, white, #e2e6ea) repeat-x;
  background: #e2e6ea -o-linear-gradient(top, white, #e2e6ea) repeat-x;
  background: #e2e6ea linear-gradient(180deg, white, #e2e6ea) repeat-x;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 216, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(215, 215, 216, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(215, 215, 216, 0.5); }
.btn-light.disabled, .btn-light:disabled {
  color: #191919;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  background-image: none; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #191919;
  background-color: #dae0e5;
  background-image: none;
  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(215, 215, 216, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(215, 215, 216, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(215, 215, 216, 0.5); }

.btn-dark {
  color: #fff;
  background: #3d3d3d -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#3d3d3d)) repeat-x;
  background: #3d3d3d -webkit-linear-gradient(top, #5e5e5e, #3d3d3d) repeat-x;
  background: #3d3d3d -moz-linear-gradient(top, #5e5e5e, #3d3d3d) repeat-x;
  background: #3d3d3d -o-linear-gradient(top, #5e5e5e, #3d3d3d) repeat-x;
  background: #3d3d3d linear-gradient(180deg, #5e5e5e, #3d3d3d) repeat-x;
  border-color: transparent; }
.btn-dark:hover {
  color: #fff;
  background: #2a2a2a -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#2a2a2a)) repeat-x;
  background: #2a2a2a -webkit-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a -moz-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a -o-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a linear-gradient(180deg, #4b4b4b, #2a2a2a) repeat-x;
  border-color: #242424; }
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background: #2a2a2a -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#2a2a2a)) repeat-x;
  background: #2a2a2a -webkit-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a -moz-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a -o-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a linear-gradient(180deg, #4b4b4b, #2a2a2a) repeat-x;
  border-color: #242424;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  background-image: none; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #242424;
  background-image: none;
  border-color: #1d1d1d; }
.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(90, 90, 90, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5); }

.btn-outline-def {
  color: #6c6d68;
  border-color: #a07329; }
.btn-outline-def:hover {
  color: #fff;
  background-color: #a07329;
  border-color: #a07329; }
.btn-outline-def:focus, .btn-outline-def.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 115, 41, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(160, 115, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(160, 115, 41, 0.5); }
.btn-outline-def.disabled, .btn-outline-def:disabled {
  color: #a07329;
  background-color: transparent; }
.btn-outline-def:not(:disabled):not(.disabled):active, .btn-outline-def:not(:disabled):not(.disabled).active,
.show > .btn-outline-def.dropdown-toggle {
  color: #fff;
  background-color: #a07329;
  border-color: #a07329; }
.btn-outline-def:not(:disabled):not(.disabled):active:focus, .btn-outline-def:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-def.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 115, 41, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(160, 115, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(160, 115, 41, 0.5); }

.btn-outline-primary {
  color: #6c6d68;
  border-color: #204aa8; }
.btn-outline-primary:hover {
  color: #fff;
  background-color: #204aa8;
  border-color: #204aa8; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #204aa8;
  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: #fff;
  background-color: #204aa8;
  border-color: #204aa8; }
.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(32, 74, 168, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.5); }

.btn-outline-secondary {
  color: #6c6d68;
  border-color: #6c6d68; }
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c6d68;
  border-color: #6c6d68; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 109, 104, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(108, 109, 104, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 109, 104, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c6d68;
  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: #fff;
  background-color: #6c6d68;
  border-color: #6c6d68; }
.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, 109, 104, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(108, 109, 104, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 109, 104, 0.5); }

.btn-outline-success {
  color: #6c6d68;
  border-color: #15ab64; }
.btn-outline-success:hover {
  color: #fff;
  background-color: #15ab64;
  border-color: #15ab64; }
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #15ab64;
  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: #fff;
  background-color: #15ab64;
  border-color: #15ab64; }
.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(21, 171, 100, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(21, 171, 100, 0.5); }

.btn-outline-info {
  color: #6c6d68;
  border-color: #e1e1c7; }
.btn-outline-info:hover {
  color: #191919;
  background-color: #e1e1c7;
  border-color: #e1e1c7; }
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 199, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(225, 225, 199, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 199, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #e1e1c7;
  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: #191919;
  background-color: #e1e1c7;
  border-color: #e1e1c7; }
.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(225, 225, 199, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(225, 225, 199, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 199, 0.5); }

.btn-outline-warning {
  color: #6c6d68;
  border-color: #f4d13a; }
.btn-outline-warning:hover {
  color: #191919;
  background-color: #f4d13a;
  border-color: #f4d13a; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 209, 58, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(244, 209, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(244, 209, 58, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f4d13a;
  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: #191919;
  background-color: #f4d13a;
  border-color: #f4d13a; }
.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(244, 209, 58, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(244, 209, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(244, 209, 58, 0.5); }

.btn-outline-danger {
  color: #6c6d68;
  border-color: #db937f; }
.btn-outline-danger:hover {
  color: #191919;
  background-color: #db937f;
  border-color: #db937f; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #db937f;
  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: #191919;
  background-color: #db937f;
  border-color: #db937f; }
.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(219, 147, 127, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 147, 127, 0.5); }

.btn-outline-danger-light {
  color: #6c6d68;
  border-color: #f5beaf; }
.btn-outline-danger-light:hover {
  color: #191919;
  background-color: #f5beaf;
  border-color: #f5beaf; }
.btn-outline-danger-light:focus, .btn-outline-danger-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 190, 175, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(245, 190, 175, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 190, 175, 0.5); }
.btn-outline-danger-light.disabled, .btn-outline-danger-light:disabled {
  color: #f5beaf;
  background-color: transparent; }
.btn-outline-danger-light:not(:disabled):not(.disabled):active, .btn-outline-danger-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger-light.dropdown-toggle {
  color: #191919;
  background-color: #f5beaf;
  border-color: #f5beaf; }
.btn-outline-danger-light:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 190, 175, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(245, 190, 175, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 190, 175, 0.5); }

.btn-outline-light {
  color: #6c6d68;
  border-color: #f8f9fa; }
.btn-outline-light:hover {
  color: #191919;
  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);
  -moz-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: #191919;
  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);
  -moz-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: #6c6d68;
  border-color: #3d3d3d; }
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3d3d3d;
  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: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d; }
.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(61, 61, 61, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5); }

.btn-link {
  font-weight: 400;
  color: #204aa8;
  text-decoration: underline; }
.btn-link:hover {
  color: #ac031b;
  text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }
.btn-link:disabled, .btn-link.disabled {
  color: #6c6d68;
  pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.99999rem;
  line-height: 1.375;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem; }

.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;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    -moz-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;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.81251rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.40626rem;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
  color: #053380;
  border-color: #204aa8;
  background: #204aa8 -webkit-gradient(linear, left top, left bottom, from(#3265d8), to(#204aa8)) repeat-x;
  background: #204aa8 -webkit-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 -moz-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 -o-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 linear-gradient(180deg, #3265d8, #204aa8) repeat-x; }
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #668ce2; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #91acea;
  border-color: #91acea; }
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c6d68; }
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
.custom-control-label::before {
  position: absolute;
  top: 0.40626rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: none;
  border: #053380 solid 1px; }
.custom-control-label::after {
  position: absolute;
  top: 0.40626rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 88% 88%; }

.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M3.3,6.9l4.6-4.6C8,2.1,8,1.9,7.9,1.7L7.3,1.1C7.2,1,6.9,1,6.8,1.1L3,4.9L1.2,3.1C1.1,3,0.8,3,0.7,3.1L0.1,3.7C0,3.9,0,4.1,0.1,4.3l2.6,2.6C2.9,7,3.1,7,3.3,6.9L3.3,6.9z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #204aa8;
  background: #204aa8 -webkit-gradient(linear, left top, left bottom, from(#3265d8), to(#204aa8)) repeat-x;
  background: #204aa8 -webkit-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 -moz-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 -o-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 linear-gradient(180deg, #3265d8, #204aa8) repeat-x; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23053380' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 74, 168, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 74, 168, 0.5); }

.custom-radio .custom-control-label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23053380'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 74, 168, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
  top: -webkit-calc(0.40626rem + 2px);
  top: -moz-calc(0.40626rem + 2px);
  top: calc(0.40626rem + 2px);
  left: -webkit-calc(-2.25rem + 2px);
  left: -moz-calc(-2.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: -webkit-calc(1rem - 4px);
  width: -moz-calc(1rem - 4px);
  width: calc(1rem - 4px);
  height: -webkit-calc(1rem - 4px);
  height: -moz-calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #053380;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 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-transform 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, -o-transform 0.15s ease-in-out;
  -moz-transition: transform 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, -moz-transform 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: transform 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: transform 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-transform 0.15s ease-in-out, -moz-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: none;
  -webkit-transform: translateX(0.75rem);
  -moz-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 74, 168, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.61112em + 1.25rem + 2px);
  height: -moz-calc(1.61112em + 1.25rem + 2px);
  height: calc(1.61112em + 1.25rem + 2px);
  padding: 0.625rem 1.9375rem 0.625rem 0.9375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.61112;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3d3d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.custom-select:focus {
  border-color: #668ce2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9375rem;
  background-image: none; }
.custom-select:disabled {
  color: #6c6d68;
  background-color: #e9ecef; }
.custom-select::-ms-expand {
  display: none; }
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: -webkit-calc(1.375em + 0.5rem + 2px);
  height: -moz-calc(1.375em + 0.5rem + 2px);
  height: calc(1.375em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.99999rem; }

.custom-select-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: -moz-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.61112em + 1.25rem + 2px);
  height: -moz-calc(1.61112em + 1.25rem + 2px);
  height: calc(1.61112em + 1.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(1.61112em + 1.25rem + 2px);
  height: -moz-calc(1.61112em + 1.25rem + 2px);
  height: calc(1.61112em + 1.25rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
  border-color: #668ce2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(1.61112em + 1.25rem + 2px);
  height: -moz-calc(1.61112em + 1.25rem + 2px);
  height: calc(1.61112em + 1.25rem + 2px);
  padding: 0.625rem 0.9375rem;
  font-weight: 400;
  line-height: 1.61112;
  color: #495057;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: -webkit-calc(1.61112em + 1.25rem);
  height: -moz-calc(1.61112em + 1.25rem);
  height: calc(1.61112em + 1.25rem);
  padding: 0.625rem 0.9375rem;
  line-height: 1.61112;
  color: #495057;
  content: "Browse";
  background: #e9ecef -webkit-gradient(linear, left top, left bottom, from(white), to(#e9ecef)) repeat-x;
  background: #e9ecef -webkit-linear-gradient(top, white, #e9ecef) repeat-x;
  background: #e9ecef -moz-linear-gradient(top, white, #e9ecef) repeat-x;
  background: #e9ecef -o-linear-gradient(top, white, #e9ecef) repeat-x;
  background: #e9ecef linear-gradient(180deg, white, #e9ecef) repeat-x;
  border-left: inherit;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 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 #f0fcfc, 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 1px #f0fcfc, 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }
.custom-range:focus::-moz-range-thumb {
  -moz-box-shadow: 0 0 0 1px #f0fcfc, 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 1px #f0fcfc, 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f0fcfc, 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }
.custom-range::-moz-focus-outer {
  border: 0; }
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #204aa8 -webkit-gradient(linear, left top, left bottom, from(#3265d8), to(#204aa8)) repeat-x;
  background: #204aa8 -webkit-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 linear-gradient(180deg, #3265d8, #204aa8) repeat-x;
  border: 0;
  -webkit-border-radius: 1rem;
  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;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }
.custom-range::-webkit-slider-thumb:active {
  background: #91acea -webkit-gradient(linear, left top, left bottom, from(#c8d6f5), to(#91acea)) repeat-x;
  background: #91acea -webkit-linear-gradient(top, #c8d6f5, #91acea) repeat-x;
  background: #91acea linear-gradient(180deg, #c8d6f5, #91acea) repeat-x; }
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  -webkit-border-radius: 1rem;
  border-radius: 1rem; }
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #204aa8 -moz-linear-gradient(top, #3265d8, #204aa8) repeat-x;
  background: #204aa8 linear-gradient(180deg, #3265d8, #204aa8) repeat-x;
  border: 0;
  -moz-border-radius: 1rem;
  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;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }
.custom-range::-moz-range-thumb:active {
  background: #91acea -moz-linear-gradient(top, #c8d6f5, #91acea) repeat-x;
  background: #91acea linear-gradient(180deg, #c8d6f5, #91acea) repeat-x; }
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: #204aa8 linear-gradient(180deg, #3265d8, #204aa8) repeat-x;
  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;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-box-shadow 0.15s ease-in-out;
  appearance: none; }
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }
.custom-range::-ms-thumb:active {
  background: #91acea linear-gradient(180deg, #c8d6f5, #91acea) repeat-x; }
.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-range:disabled::-webkit-slider-thumb {
  background-color: #a2a2a2; }
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }
.custom-range:disabled::-moz-range-thumb {
  background-color: #a2a2a2; }
.custom-range:disabled::-moz-range-track {
  cursor: default; }
.custom-range:disabled::-ms-thumb {
  background-color: #a2a2a2; }

.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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  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.125rem 1rem;
  text-decoration: none; }
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }
.nav-link.disabled {
  color: #6c6d68;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
  margin-bottom: -1px; }
.nav-tabs .nav-link {
  border: 1px solid transparent;
  -webkit-border-top-left-radius: 0.4375rem;
  -moz-border-radius-topleft: 0.4375rem;
  border-top-left-radius: 0.4375rem;
  -webkit-border-top-right-radius: 0.4375rem;
  -moz-border-radius-topright: 0.4375rem;
  border-top-right-radius: 0.4375rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
  color: #6c6d68;
  background-color: transparent;
  border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f0fcfc;
  border-color: #dee2e6 #dee2e6 #f0fcfc; }
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #204aa8; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -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;
  -moz-box-flex: 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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl, .navbar .container-xxxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.02431rem;
  padding-bottom: 0.02431rem;
  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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -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.125rem;
  padding-bottom: 0.125rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: 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;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
    -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: -moz-box !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: 763.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 764px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
    -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: -moz-box !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: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: 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;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
    -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: -moz-box !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: 1240.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1241px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: 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;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
    -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: -moz-box !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; } }

@media (max-width: 1520.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1521px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xxl .navbar-toggler {
    display: none; } }

@media (max-width: 1780.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1781px) {
  .navbar-expand-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xxxl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
  padding-right: 0;
  padding-left: 0; }
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }
.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: #fff; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='19' viewBox='0 0 40 19'%3e%3crect fill='%23fff' width='40' height='3'/%3e%3crect fill='%23fff' y='8' width='30' height='3'/%3e%3crect fill='%23fff' y='16' width='40' height='3'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: #fff; }
.navbar-dark .navbar-text a {
  color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5625rem 0.9375rem;
  margin-left: 0;
  line-height: 1.25;
  color: #191919;
  text-decoration: none;
  background-color: none;
  border: 0 solid #053380; }
.page-link:hover {
  z-index: 2;
  color: #191919;
  text-decoration: none;
  background-color: none;
  border-color: #053380; }
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 168, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  -webkit-border-top-left-radius: 0.4375rem;
  -moz-border-radius-topleft: 0.4375rem;
  border-top-left-radius: 0.4375rem;
  -webkit-border-bottom-left-radius: 0.4375rem;
  -moz-border-radius-bottomleft: 0.4375rem;
  border-bottom-left-radius: 0.4375rem; }

.page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.4375rem;
  -moz-border-radius-topright: 0.4375rem;
  border-top-right-radius: 0.4375rem;
  -webkit-border-bottom-right-radius: 0.4375rem;
  -moz-border-radius-bottomright: 0.4375rem;
  border-bottom-right-radius: 0.4375rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #053380;
  background-color: none;
  border-color: none; }

.page-item.disabled .page-link {
  color: #6c6d68;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.8125rem 1.1875rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  -webkit-border-top-left-radius: 0.625rem;
  -moz-border-radius-topleft: 0.625rem;
  border-top-left-radius: 0.625rem;
  -webkit-border-bottom-left-radius: 0.625rem;
  -moz-border-radius-bottomleft: 0.625rem;
  border-bottom-left-radius: 0.625rem; }

.pagination-lg .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.625rem;
  -moz-border-radius-topright: 0.625rem;
  border-top-right-radius: 0.625rem;
  -webkit-border-bottom-right-radius: 0.625rem;
  -moz-border-radius-bottomright: 0.625rem;
  border-bottom-right-radius: 0.625rem; }

.pagination-sm .page-link {
  padding: 0.3125rem 0.6875rem;
  font-size: 0.99999rem;
  line-height: 1.375; }

.pagination-sm .page-item:first-child .page-link {
  -webkit-border-top-left-radius: 0.1875rem;
  -moz-border-radius-topleft: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  -webkit-border-bottom-left-radius: 0.1875rem;
  -moz-border-radius-bottomleft: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.pagination-sm .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.1875rem;
  -moz-border-radius-topright: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  -webkit-border-bottom-right-radius: 0.1875rem;
  -moz-border-radius-bottomright: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.alert {
  position: relative;
  padding: 1.375rem 2.25rem;
  margin-bottom: 1.4375rem;
  border: 0 solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 6.1875rem; }
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.375rem 2.25rem;
  color: inherit; }

.alert-def {
  color: #533c15;
  background: #6f501d -webkit-gradient(linear, left top, left bottom, from(#a4762b), to(#6f501d)) repeat-x;
  background: #6f501d -webkit-linear-gradient(top, #a4762b, #6f501d) repeat-x;
  background: #6f501d -moz-linear-gradient(top, #a4762b, #6f501d) repeat-x;
  background: #6f501d -o-linear-gradient(top, #a4762b, #6f501d) repeat-x;
  background: #6f501d linear-gradient(180deg, #a4762b, #6f501d) repeat-x;
  border-color: #e4d8c3; }
.alert-def hr {
  border-top-color: #dccdb1; }
.alert-def .alert-link {
  color: #2a1f0b; }

.alert-primary {
  color: #112657;
  background: #163475 -webkit-gradient(linear, left top, left bottom, from(#204dad), to(#163475)) repeat-x;
  background: #163475 -webkit-linear-gradient(top, #204dad, #163475) repeat-x;
  background: #163475 -moz-linear-gradient(top, #204dad, #163475) repeat-x;
  background: #163475 -o-linear-gradient(top, #204dad, #163475) repeat-x;
  background: #163475 linear-gradient(180deg, #204dad, #163475) repeat-x;
  border-color: #c1cce7; }
.alert-primary hr {
  border-top-color: #afbde0; }
.alert-primary .alert-link {
  color: #09132c; }

.alert-secondary {
  color: #383936;
  background: #4b4c48 -webkit-gradient(linear, left top, left bottom, from(#6d6e68), to(#4b4c48)) repeat-x;
  background: #4b4c48 -webkit-linear-gradient(top, #6d6e68, #4b4c48) repeat-x;
  background: #4b4c48 -moz-linear-gradient(top, #6d6e68, #4b4c48) repeat-x;
  background: #4b4c48 -o-linear-gradient(top, #6d6e68, #4b4c48) repeat-x;
  background: #4b4c48 linear-gradient(180deg, #6d6e68, #4b4c48) repeat-x;
  border-color: #d6d6d5; }
.alert-secondary hr {
  border-top-color: #c9c9c8; }
.alert-secondary .alert-link {
  color: #1e1f1d; }

.alert-success {
  color: #0b5934;
  background: #0f7746 -webkit-gradient(linear, left top, left bottom, from(#16b269), to(#0f7746)) repeat-x;
  background: #0f7746 -webkit-linear-gradient(top, #16b269, #0f7746) repeat-x;
  background: #0f7746 -moz-linear-gradient(top, #16b269, #0f7746) repeat-x;
  background: #0f7746 -o-linear-gradient(top, #16b269, #0f7746) repeat-x;
  background: #0f7746 linear-gradient(180deg, #16b269, #0f7746) repeat-x;
  border-color: #bde7d4; }
.alert-success hr {
  border-top-color: #aae0c8; }
.alert-success .alert-link {
  color: #052c19; }

.alert-info {
  color: #757567;
  background: #9d9d8b -webkit-gradient(linear, left top, left bottom, from(#bbbbaf), to(#9d9d8b)) repeat-x;
  background: #9d9d8b -webkit-linear-gradient(top, #bbbbaf, #9d9d8b) repeat-x;
  background: #9d9d8b -moz-linear-gradient(top, #bbbbaf, #9d9d8b) repeat-x;
  background: #9d9d8b -o-linear-gradient(top, #bbbbaf, #9d9d8b) repeat-x;
  background: #9d9d8b linear-gradient(180deg, #bbbbaf, #9d9d8b) repeat-x;
  border-color: #f7f7ef; }
.alert-info hr {
  border-top-color: #efefde; }
.alert-info .alert-link {
  color: #5a5a4f; }

.alert-warning {
  color: #7f6d1e;
  background: #aa9128 -webkit-gradient(linear, left top, left bottom, from(#d2b742), to(#aa9128)) repeat-x;
  background: #aa9128 -webkit-linear-gradient(top, #d2b742, #aa9128) repeat-x;
  background: #aa9128 -moz-linear-gradient(top, #d2b742, #aa9128) repeat-x;
  background: #aa9128 -o-linear-gradient(top, #d2b742, #aa9128) repeat-x;
  background: #aa9128 linear-gradient(180deg, #d2b742, #aa9128) repeat-x;
  border-color: #fcf2c8; }
.alert-warning hr {
  border-top-color: #fbecb0; }
.alert-warning .alert-link {
  color: #564a14; }

.alert-danger {
  color: #724c42;
  background: #986658 -webkit-gradient(linear, left top, left bottom, from(#b48a7e), to(#986658)) repeat-x;
  background: #986658 -webkit-linear-gradient(top, #b48a7e, #986658) repeat-x;
  background: #986658 -moz-linear-gradient(top, #b48a7e, #986658) repeat-x;
  background: #986658 -o-linear-gradient(top, #b48a7e, #986658) repeat-x;
  background: #986658 linear-gradient(180deg, #b48a7e, #986658) repeat-x;
  border-color: #f5e1db; }
.alert-danger hr {
  border-top-color: #efd0c7; }
.alert-danger .alert-link {
  color: #52362f; }

.alert-danger-light {
  color: #7f635b;
  background: #ab847a -webkit-gradient(linear, left top, left bottom, from(#c5aaa3), to(#ab847a)) repeat-x;
  background: #ab847a -webkit-linear-gradient(top, #c5aaa3, #ab847a) repeat-x;
  background: #ab847a -moz-linear-gradient(top, #c5aaa3, #ab847a) repeat-x;
  background: #ab847a -o-linear-gradient(top, #c5aaa3, #ab847a) repeat-x;
  background: #ab847a linear-gradient(180deg, #c5aaa3, #ab847a) repeat-x;
  border-color: #fcede9; }
.alert-danger-light hr {
  border-top-color: #f9dbd3; }
.alert-danger-light .alert-link {
  color: #614c46; }

.alert-light {
  color: #818182;
  background: #adadae -webkit-gradient(linear, left top, left bottom, from(#cececf), to(#adadae)) repeat-x;
  background: #adadae -webkit-linear-gradient(top, #cececf, #adadae) repeat-x;
  background: #adadae -moz-linear-gradient(top, #cececf, #adadae) repeat-x;
  background: #adadae -o-linear-gradient(top, #cececf, #adadae) repeat-x;
  background: #adadae linear-gradient(180deg, #cececf, #adadae) repeat-x;
  border-color: #fdfdfe; }
.alert-light hr {
  border-top-color: #ececf6; }
.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #202020;
  background: #2a2a2a -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#2a2a2a)) repeat-x;
  background: #2a2a2a -webkit-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a -moz-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a -o-linear-gradient(top, #4b4b4b, #2a2a2a) repeat-x;
  background: #2a2a2a linear-gradient(180deg, #4b4b4b, #2a2a2a) repeat-x;
  border-color: #c9c9c9; }
.alert-dark hr {
  border-top-color: #bcbcbc; }
.alert-dark .alert-link {
  color: #070707; }

.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-def {
  background-color: #a07329 !important; }

a.bg-def:hover, a.bg-def:focus,
button.bg-def:hover,
button.bg-def:focus {
  background-color: #77561f !important; }

.bg-primary {
  background-color: #204aa8 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #18377d !important; }

.bg-secondary {
  background-color: #6c6d68 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #52534f !important; }

.bg-success {
  background-color: #15ab64 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0f7e49 !important; }

.bg-info {
  background-color: #e1e1c7 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #cfcfa6 !important; }

.bg-warning {
  background-color: #f4d13a !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #eec30d !important; }

.bg-danger {
  background-color: #db937f !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d07157 !important; }

.bg-danger-light {
  background-color: #f5beaf !important; }

a.bg-danger-light:hover, a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  background-color: #ef9982 !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: #3d3d3d !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #242424 !important; }

.bg-gradient-def {
  background: #a07329 -webkit-gradient(linear, left top, left bottom, from(#ac8849), to(#a07329)) repeat-x !important;
  background: #a07329 -webkit-linear-gradient(top, #ac8849, #a07329) repeat-x !important;
  background: #a07329 -moz-linear-gradient(top, #ac8849, #a07329) repeat-x !important;
  background: #a07329 -o-linear-gradient(top, #ac8849, #a07329) repeat-x !important;
  background: #a07329 linear-gradient(180deg, #ac8849, #a07329) repeat-x !important; }

.bg-gradient-primary {
  background: #204aa8 -webkit-gradient(linear, left top, left bottom, from(#3f65b5), to(#204aa8)) repeat-x !important;
  background: #204aa8 -webkit-linear-gradient(top, #3f65b5, #204aa8) repeat-x !important;
  background: #204aa8 -moz-linear-gradient(top, #3f65b5, #204aa8) repeat-x !important;
  background: #204aa8 -o-linear-gradient(top, #3f65b5, #204aa8) repeat-x !important;
  background: #204aa8 linear-gradient(180deg, #3f65b5, #204aa8) repeat-x !important; }

.bg-gradient-secondary {
  background: #6c6d68 -webkit-gradient(linear, left top, left bottom, from(#80827e), to(#6c6d68)) repeat-x !important;
  background: #6c6d68 -webkit-linear-gradient(top, #80827e, #6c6d68) repeat-x !important;
  background: #6c6d68 -moz-linear-gradient(top, #80827e, #6c6d68) repeat-x !important;
  background: #6c6d68 -o-linear-gradient(top, #80827e, #6c6d68) repeat-x !important;
  background: #6c6d68 linear-gradient(180deg, #80827e, #6c6d68) repeat-x !important; }

.bg-gradient-success {
  background: #15ab64 -webkit-gradient(linear, left top, left bottom, from(#36b77b), to(#15ab64)) repeat-x !important;
  background: #15ab64 -webkit-linear-gradient(top, #36b77b, #15ab64) repeat-x !important;
  background: #15ab64 -moz-linear-gradient(top, #36b77b, #15ab64) repeat-x !important;
  background: #15ab64 -o-linear-gradient(top, #36b77b, #15ab64) repeat-x !important;
  background: #15ab64 linear-gradient(180deg, #36b77b, #15ab64) repeat-x !important; }

.bg-gradient-info {
  background: #e1e1c7 -webkit-gradient(linear, left top, left bottom, from(#e3e5cf), to(#e1e1c7)) repeat-x !important;
  background: #e1e1c7 -webkit-linear-gradient(top, #e3e5cf, #e1e1c7) repeat-x !important;
  background: #e1e1c7 -moz-linear-gradient(top, #e3e5cf, #e1e1c7) repeat-x !important;
  background: #e1e1c7 -o-linear-gradient(top, #e3e5cf, #e1e1c7) repeat-x !important;
  background: #e1e1c7 linear-gradient(180deg, #e3e5cf, #e1e1c7) repeat-x !important; }

.bg-gradient-warning {
  background: #f4d13a -webkit-gradient(linear, left top, left bottom, from(#f3d757), to(#f4d13a)) repeat-x !important;
  background: #f4d13a -webkit-linear-gradient(top, #f3d757, #f4d13a) repeat-x !important;
  background: #f4d13a -moz-linear-gradient(top, #f3d757, #f4d13a) repeat-x !important;
  background: #f4d13a -o-linear-gradient(top, #f3d757, #f4d13a) repeat-x !important;
  background: #f4d13a linear-gradient(180deg, #f3d757, #f4d13a) repeat-x !important; }

.bg-gradient-danger {
  background: #db937f -webkit-gradient(linear, left top, left bottom, from(#dea392), to(#db937f)) repeat-x !important;
  background: #db937f -webkit-linear-gradient(top, #dea392, #db937f) repeat-x !important;
  background: #db937f -moz-linear-gradient(top, #dea392, #db937f) repeat-x !important;
  background: #db937f -o-linear-gradient(top, #dea392, #db937f) repeat-x !important;
  background: #db937f linear-gradient(180deg, #dea392, #db937f) repeat-x !important; }

.bg-gradient-danger-light {
  background: #f5beaf -webkit-gradient(linear, left top, left bottom, from(#f4c7bb), to(#f5beaf)) repeat-x !important;
  background: #f5beaf -webkit-linear-gradient(top, #f4c7bb, #f5beaf) repeat-x !important;
  background: #f5beaf -moz-linear-gradient(top, #f4c7bb, #f5beaf) repeat-x !important;
  background: #f5beaf -o-linear-gradient(top, #f4c7bb, #f5beaf) repeat-x !important;
  background: #f5beaf linear-gradient(180deg, #f4c7bb, #f5beaf) repeat-x !important; }

.bg-gradient-light {
  background: #f8f9fa -webkit-gradient(linear, left top, left bottom, from(#f7f9fa), to(#f8f9fa)) repeat-x !important;
  background: #f8f9fa -webkit-linear-gradient(top, #f7f9fa, #f8f9fa) repeat-x !important;
  background: #f8f9fa -moz-linear-gradient(top, #f7f9fa, #f8f9fa) repeat-x !important;
  background: #f8f9fa -o-linear-gradient(top, #f7f9fa, #f8f9fa) repeat-x !important;
  background: #f8f9fa linear-gradient(180deg, #f7f9fa, #f8f9fa) repeat-x !important; }

.bg-gradient-dark {
  background: #3d3d3d -webkit-gradient(linear, left top, left bottom, from(#585a5a), to(#3d3d3d)) repeat-x !important;
  background: #3d3d3d -webkit-linear-gradient(top, #585a5a, #3d3d3d) repeat-x !important;
  background: #3d3d3d -moz-linear-gradient(top, #585a5a, #3d3d3d) repeat-x !important;
  background: #3d3d3d -o-linear-gradient(top, #585a5a, #3d3d3d) repeat-x !important;
  background: #3d3d3d linear-gradient(180deg, #585a5a, #3d3d3d) repeat-x !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-def {
  border-color: #a07329 !important; }

.border-primary {
  border-color: #204aa8 !important; }

.border-secondary {
  border-color: #6c6d68 !important; }

.border-success {
  border-color: #15ab64 !important; }

.border-info {
  border-color: #e1e1c7 !important; }

.border-warning {
  border-color: #f4d13a !important; }

.border-danger {
  border-color: #db937f !important; }

.border-danger-light {
  border-color: #f5beaf !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #3d3d3d !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  -webkit-border-radius: 0.1875rem !important;
  -moz-border-radius: 0.1875rem !important;
  border-radius: 0.1875rem !important; }

.rounded {
  -webkit-border-radius: 0.4375rem !important;
  -moz-border-radius: 0.4375rem !important;
  border-radius: 0.4375rem !important; }

.rounded-top {
  -webkit-border-top-left-radius: 0.4375rem !important;
  -moz-border-radius-topleft: 0.4375rem !important;
  border-top-left-radius: 0.4375rem !important;
  -webkit-border-top-right-radius: 0.4375rem !important;
  -moz-border-radius-topright: 0.4375rem !important;
  border-top-right-radius: 0.4375rem !important; }

.rounded-right {
  -webkit-border-top-right-radius: 0.4375rem !important;
  -moz-border-radius-topright: 0.4375rem !important;
  border-top-right-radius: 0.4375rem !important;
  -webkit-border-bottom-right-radius: 0.4375rem !important;
  -moz-border-radius-bottomright: 0.4375rem !important;
  border-bottom-right-radius: 0.4375rem !important; }

.rounded-bottom {
  -webkit-border-bottom-right-radius: 0.4375rem !important;
  -moz-border-radius-bottomright: 0.4375rem !important;
  border-bottom-right-radius: 0.4375rem !important;
  -webkit-border-bottom-left-radius: 0.4375rem !important;
  -moz-border-radius-bottomleft: 0.4375rem !important;
  border-bottom-left-radius: 0.4375rem !important; }

.rounded-left {
  -webkit-border-top-left-radius: 0.4375rem !important;
  -moz-border-radius-topleft: 0.4375rem !important;
  border-top-left-radius: 0.4375rem !important;
  -webkit-border-bottom-left-radius: 0.4375rem !important;
  -moz-border-radius-bottomleft: 0.4375rem !important;
  border-bottom-left-radius: 0.4375rem !important; }

.rounded-lg {
  -webkit-border-radius: 0.625rem !important;
  -moz-border-radius: 0.625rem !important;
  border-radius: 0.625rem !important; }

.rounded-circle {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

.rounded-pill {
  -webkit-border-radius: 50rem !important;
  -moz-border-radius: 50rem !important;
  border-radius: 50rem !important; }

.rounded-0 {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  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: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 764px) {
  .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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1241px) {
  .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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1521px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1781px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !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;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !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;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !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;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: 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;
  -moz-box-orient: vertical !important;
  -moz-box-direction: 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;
  -moz-box-flex: 1 !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;
  -moz-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -moz-box-flex: 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;
  -moz-box-pack: 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;
  -moz-box-pack: 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;
  -moz-box-pack: 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;
  -moz-box-pack: justify !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;
  -moz-box-align: 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;
  -moz-box-align: 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;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: 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: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: 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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: 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;
    -moz-box-flex: 1 !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;
    -moz-box-flex: 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;
    -moz-box-flex: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: justify !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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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: 764px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: 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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: 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;
    -moz-box-flex: 1 !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;
    -moz-box-flex: 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;
    -moz-box-flex: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: justify !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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: 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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: 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;
    -moz-box-flex: 1 !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;
    -moz-box-flex: 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;
    -moz-box-flex: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: justify !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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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: 1241px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !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;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: 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;
    -moz-box-orient: vertical !important;
    -moz-box-direction: 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;
    -moz-box-flex: 1 !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;
    -moz-box-flex: 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;
    -moz-box-flex: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: 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;
    -moz-box-pack: justify !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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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;
    -moz-box-align: 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; } }

@media (min-width: 1521px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1781px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxxl-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: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 764px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1241px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1521px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1781px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  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;
  margin: -1px;
  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;
  -moz-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;
  -moz-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;
  -moz-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;
  -moz-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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.23438rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.23438rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.23438rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.23438rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.23438rem !important; }

.m-2 {
  margin: 0.46875rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.46875rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.46875rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.46875rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.46875rem !important; }

.m-3 {
  margin: 0.70313rem !important; }

.mt-3,
.my-3 {
  margin-top: 0.70313rem !important; }

.mr-3,
.mx-3 {
  margin-right: 0.70313rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 0.70313rem !important; }

.ml-3,
.mx-3 {
  margin-left: 0.70313rem !important; }

.m-4 {
  margin: 0.9375rem !important; }

.mt-4,
.my-4 {
  margin-top: 0.9375rem !important; }

.mr-4,
.mx-4 {
  margin-right: 0.9375rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 0.9375rem !important; }

.ml-4,
.mx-4 {
  margin-left: 0.9375rem !important; }

.m-5 {
  margin: 1.17188rem !important; }

.mt-5,
.my-5 {
  margin-top: 1.17188rem !important; }

.mr-5,
.mx-5 {
  margin-right: 1.17188rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 1.17188rem !important; }

.ml-5,
.mx-5 {
  margin-left: 1.17188rem !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.23438rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.23438rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.23438rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.23438rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.23438rem !important; }

.p-2 {
  padding: 0.46875rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.46875rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.46875rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.46875rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.46875rem !important; }

.p-3 {
  padding: 0.70313rem !important; }

.pt-3,
.py-3 {
  padding-top: 0.70313rem !important; }

.pr-3,
.px-3 {
  padding-right: 0.70313rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 0.70313rem !important; }

.pl-3,
.px-3 {
  padding-left: 0.70313rem !important; }

.p-4 {
  padding: 0.9375rem !important; }

.pt-4,
.py-4 {
  padding-top: 0.9375rem !important; }

.pr-4,
.px-4 {
  padding-right: 0.9375rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 0.9375rem !important; }

.pl-4,
.px-4 {
  padding-left: 0.9375rem !important; }

.p-5 {
  padding: 1.17188rem !important; }

.pt-5,
.py-5 {
  padding-top: 1.17188rem !important; }

.pr-5,
.px-5 {
  padding-right: 1.17188rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 1.17188rem !important; }

.pl-5,
.px-5 {
  padding-left: 1.17188rem !important; }

.m-n1 {
  margin: -0.23438rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.23438rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.23438rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.23438rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.23438rem !important; }

.m-n2 {
  margin: -0.46875rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.46875rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.46875rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.46875rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.46875rem !important; }

.m-n3 {
  margin: -0.70313rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -0.70313rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -0.70313rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -0.70313rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -0.70313rem !important; }

.m-n4 {
  margin: -0.9375rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -0.9375rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -0.9375rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -0.9375rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -0.9375rem !important; }

.m-n5 {
  margin: -1.17188rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -1.17188rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -1.17188rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -1.17188rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -1.17188rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.23438rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.23438rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.23438rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.23438rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.23438rem !important; }
  .m-sm-2 {
    margin: 0.46875rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.46875rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.46875rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.46875rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.46875rem !important; }
  .m-sm-3 {
    margin: 0.70313rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.70313rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.70313rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.70313rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.70313rem !important; }
  .m-sm-4 {
    margin: 0.9375rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.9375rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.9375rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.9375rem !important; }
  .m-sm-5 {
    margin: 1.17188rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.17188rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.17188rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.17188rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.17188rem !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.23438rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.23438rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.23438rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.23438rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.23438rem !important; }
  .p-sm-2 {
    padding: 0.46875rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.46875rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.46875rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.46875rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.46875rem !important; }
  .p-sm-3 {
    padding: 0.70313rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.70313rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.70313rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.70313rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.70313rem !important; }
  .p-sm-4 {
    padding: 0.9375rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.9375rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.9375rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.9375rem !important; }
  .p-sm-5 {
    padding: 1.17188rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.17188rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.17188rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.17188rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.17188rem !important; }
  .m-sm-n1 {
    margin: -0.23438rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.23438rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.23438rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.23438rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.23438rem !important; }
  .m-sm-n2 {
    margin: -0.46875rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.46875rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.46875rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.46875rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.46875rem !important; }
  .m-sm-n3 {
    margin: -0.70313rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.70313rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.70313rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.70313rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.70313rem !important; }
  .m-sm-n4 {
    margin: -0.9375rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.9375rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.9375rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.9375rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.9375rem !important; }
  .m-sm-n5 {
    margin: -1.17188rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.17188rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.17188rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.17188rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.17188rem !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: 764px) {
  .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.23438rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.23438rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.23438rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.23438rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.23438rem !important; }
  .m-md-2 {
    margin: 0.46875rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.46875rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.46875rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.46875rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.46875rem !important; }
  .m-md-3 {
    margin: 0.70313rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.70313rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.70313rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.70313rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.70313rem !important; }
  .m-md-4 {
    margin: 0.9375rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 0.9375rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.9375rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.9375rem !important; }
  .m-md-5 {
    margin: 1.17188rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.17188rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.17188rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.17188rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.17188rem !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.23438rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.23438rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.23438rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.23438rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.23438rem !important; }
  .p-md-2 {
    padding: 0.46875rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.46875rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.46875rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.46875rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.46875rem !important; }
  .p-md-3 {
    padding: 0.70313rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.70313rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.70313rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.70313rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.70313rem !important; }
  .p-md-4 {
    padding: 0.9375rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 0.9375rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 0.9375rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 0.9375rem !important; }
  .p-md-5 {
    padding: 1.17188rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.17188rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.17188rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.17188rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.17188rem !important; }
  .m-md-n1 {
    margin: -0.23438rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.23438rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.23438rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.23438rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.23438rem !important; }
  .m-md-n2 {
    margin: -0.46875rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.46875rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.46875rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.46875rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.46875rem !important; }
  .m-md-n3 {
    margin: -0.70313rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.70313rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.70313rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.70313rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.70313rem !important; }
  .m-md-n4 {
    margin: -0.9375rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.9375rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.9375rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.9375rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.9375rem !important; }
  .m-md-n5 {
    margin: -1.17188rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.17188rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.17188rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.17188rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.17188rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.23438rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.23438rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.23438rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.23438rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.23438rem !important; }
  .m-lg-2 {
    margin: 0.46875rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.46875rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.46875rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.46875rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.46875rem !important; }
  .m-lg-3 {
    margin: 0.70313rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.70313rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.70313rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.70313rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.70313rem !important; }
  .m-lg-4 {
    margin: 0.9375rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.9375rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.9375rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.9375rem !important; }
  .m-lg-5 {
    margin: 1.17188rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.17188rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.17188rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.17188rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.17188rem !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.23438rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.23438rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.23438rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.23438rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.23438rem !important; }
  .p-lg-2 {
    padding: 0.46875rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.46875rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.46875rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.46875rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.46875rem !important; }
  .p-lg-3 {
    padding: 0.70313rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.70313rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.70313rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.70313rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.70313rem !important; }
  .p-lg-4 {
    padding: 0.9375rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.9375rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.9375rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.9375rem !important; }
  .p-lg-5 {
    padding: 1.17188rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.17188rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.17188rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.17188rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.17188rem !important; }
  .m-lg-n1 {
    margin: -0.23438rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.23438rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.23438rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.23438rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.23438rem !important; }
  .m-lg-n2 {
    margin: -0.46875rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.46875rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.46875rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.46875rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.46875rem !important; }
  .m-lg-n3 {
    margin: -0.70313rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.70313rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.70313rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.70313rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.70313rem !important; }
  .m-lg-n4 {
    margin: -0.9375rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.9375rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.9375rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.9375rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.9375rem !important; }
  .m-lg-n5 {
    margin: -1.17188rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.17188rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.17188rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.17188rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.17188rem !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: 1241px) {
  .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.23438rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.23438rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.23438rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.23438rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.23438rem !important; }
  .m-xl-2 {
    margin: 0.46875rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.46875rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.46875rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.46875rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.46875rem !important; }
  .m-xl-3 {
    margin: 0.70313rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.70313rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.70313rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.70313rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.70313rem !important; }
  .m-xl-4 {
    margin: 0.9375rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.9375rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.9375rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.9375rem !important; }
  .m-xl-5 {
    margin: 1.17188rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.17188rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.17188rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.17188rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.17188rem !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.23438rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.23438rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.23438rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.23438rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.23438rem !important; }
  .p-xl-2 {
    padding: 0.46875rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.46875rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.46875rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.46875rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.46875rem !important; }
  .p-xl-3 {
    padding: 0.70313rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.70313rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.70313rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.70313rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.70313rem !important; }
  .p-xl-4 {
    padding: 0.9375rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.9375rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.9375rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.9375rem !important; }
  .p-xl-5 {
    padding: 1.17188rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.17188rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.17188rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.17188rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.17188rem !important; }
  .m-xl-n1 {
    margin: -0.23438rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.23438rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.23438rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.23438rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.23438rem !important; }
  .m-xl-n2 {
    margin: -0.46875rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.46875rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.46875rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.46875rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.46875rem !important; }
  .m-xl-n3 {
    margin: -0.70313rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.70313rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.70313rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.70313rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.70313rem !important; }
  .m-xl-n4 {
    margin: -0.9375rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.9375rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.9375rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.9375rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.9375rem !important; }
  .m-xl-n5 {
    margin: -1.17188rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.17188rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.17188rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.17188rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.17188rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1521px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.23438rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.23438rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.23438rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.23438rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.23438rem !important; }
  .m-xxl-2 {
    margin: 0.46875rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.46875rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.46875rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.46875rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.46875rem !important; }
  .m-xxl-3 {
    margin: 0.70313rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.70313rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.70313rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.70313rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.70313rem !important; }
  .m-xxl-4 {
    margin: 0.9375rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 0.9375rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 0.9375rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 0.9375rem !important; }
  .m-xxl-5 {
    margin: 1.17188rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 1.17188rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 1.17188rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 1.17188rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 1.17188rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.23438rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.23438rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.23438rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.23438rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.23438rem !important; }
  .p-xxl-2 {
    padding: 0.46875rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.46875rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.46875rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.46875rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.46875rem !important; }
  .p-xxl-3 {
    padding: 0.70313rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.70313rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.70313rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.70313rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.70313rem !important; }
  .p-xxl-4 {
    padding: 0.9375rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 0.9375rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 0.9375rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 0.9375rem !important; }
  .p-xxl-5 {
    padding: 1.17188rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 1.17188rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 1.17188rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 1.17188rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 1.17188rem !important; }
  .m-xxl-n1 {
    margin: -0.23438rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.23438rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.23438rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.23438rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.23438rem !important; }
  .m-xxl-n2 {
    margin: -0.46875rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.46875rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.46875rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.46875rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.46875rem !important; }
  .m-xxl-n3 {
    margin: -0.70313rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.70313rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.70313rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.70313rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.70313rem !important; }
  .m-xxl-n4 {
    margin: -0.9375rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -0.9375rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -0.9375rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -0.9375rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -0.9375rem !important; }
  .m-xxl-n5 {
    margin: -1.17188rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -1.17188rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -1.17188rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -1.17188rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -1.17188rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1781px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.23438rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.23438rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.23438rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.23438rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.23438rem !important; }
  .m-xxxl-2 {
    margin: 0.46875rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.46875rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.46875rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.46875rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.46875rem !important; }
  .m-xxxl-3 {
    margin: 0.70313rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 0.70313rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 0.70313rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 0.70313rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 0.70313rem !important; }
  .m-xxxl-4 {
    margin: 0.9375rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 0.9375rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 0.9375rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 0.9375rem !important; }
  .m-xxxl-5 {
    margin: 1.17188rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 1.17188rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 1.17188rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 1.17188rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 1.17188rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.23438rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.23438rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.23438rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.23438rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.23438rem !important; }
  .p-xxxl-2 {
    padding: 0.46875rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.46875rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.46875rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.46875rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.46875rem !important; }
  .p-xxxl-3 {
    padding: 0.70313rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 0.70313rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 0.70313rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 0.70313rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 0.70313rem !important; }
  .p-xxxl-4 {
    padding: 0.9375rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 0.9375rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 0.9375rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 0.9375rem !important; }
  .p-xxxl-5 {
    padding: 1.17188rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 1.17188rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 1.17188rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 1.17188rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 1.17188rem !important; }
  .m-xxxl-n1 {
    margin: -0.23438rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.23438rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.23438rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.23438rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.23438rem !important; }
  .m-xxxl-n2 {
    margin: -0.46875rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.46875rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.46875rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.46875rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.46875rem !important; }
  .m-xxxl-n3 {
    margin: -0.70313rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -0.70313rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -0.70313rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -0.70313rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -0.70313rem !important; }
  .m-xxxl-n4 {
    margin: -0.9375rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -0.9375rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -0.9375rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -0.9375rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -0.9375rem !important; }
  .m-xxxl-n5 {
    margin: -1.17188rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -1.17188rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -1.17188rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -1.17188rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -1.17188rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -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: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 764px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1241px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1521px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1781px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-def {
  color: #a07329 !important; }

a.text-def:hover, a.text-def:focus {
  color: #634719 !important; }

.text-primary {
  color: #204aa8 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #142e68 !important; }

.text-secondary {
  color: #6c6d68 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #454643 !important; }

.text-success {
  color: #15ab64 !important; }

a.text-success:hover, a.text-success:focus {
  color: #0d673c !important; }

.text-info {
  color: #e1e1c7 !important; }

a.text-info:hover, a.text-info:focus {
  color: #c6c695 !important; }

.text-warning {
  color: #f4d13a !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d6b00c !important; }

.text-danger {
  color: #db937f !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ca6143 !important; }

.text-danger-light {
  color: #f5beaf !important; }

a.text-danger-light:hover, a.text-danger-light:focus {
  color: #ed876b !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #3d3d3d !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #171717 !important; }

.text-body {
  color: #323232 !important; }

.text-muted {
  color: #6c6d68 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-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 #a2a2a2;
    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: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !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; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * ----------------------------------------
 * Addiotional bootstrap theme
 * ----------------------------------------
 */
/**
 * Common
 */
body {
  letter-spacing: -0.014em; }
@media (max-width: 763px) {
  body {
    letter-spacing: -0.02em;
    font-size: 1rem;
    line-height: 1.625; } }
@media (min-width: 764px) and (max-width: 991px) {
  body {
    letter-spacing: -0.02em;
    font-size: 1rem;
    line-height: 1.625; } }
@media (min-width: 992px) and (max-width: 1240px) {
  body {
    font-size: 1rem;
    line-height: 1.625; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  body {
    font-size: 1.375rem;
    line-height: 1.54545;
    letter-spacing: 0; } }
@media (min-width: 1781px) {
  body {
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0.005em; } }

*:last-child:not(.cancel-margin) {
  margin-bottom: 0; }

b,
strong {
  font-weight: 700; }

a:hover, a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  a:hover, a:focus {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }

/**
 * Grid
 */
/**
 * Font size
 */
small,
.small {
  font-size: 0.99999rem; }

p.small {
  line-height: 1.125rem; }
p + p.small {
  margin-top: -0.625rem; }

@media (min-width: 764px) and (max-width: 1240px) {
  big,
  .big {
    letter-spacing: 0.005em; } }

@media (min-width: 1241px) {
  big,
  .big {
    font-size: 1.25rem;
    letter-spacing: -0.005em; } }

p.big {
  margin-bottom: 2.1875rem;
  margin-bottom: 0.9375rem;
  /*@media (min-width: $t-screen-lg) and (max-width: ($t-screen-xl - 1px)) {
    line-height: (28 / (unit-to-number($font-size-base) + 1));
  }*/ }
@media (min-width: 764px) and (max-width: 1240px) {
  p.big {
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 1.5rem; }
  h1 + p.big {
    margin-top: 1.25rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  p.big {
    font-size: 1.4375rem;
    line-height: 1.26087; } }
@media (min-width: 1781px) {
  p.big {
    font-size: 1.5625rem;
    line-height: 1.2; } }

@media (max-width: 763px) {
  .biggest {
    font-size: 1.5rem; } }

@media (min-width: 764px) {
  .biggest {
    font-size: 1.8125rem; } }

/**
 * Paragrapth
 */
p:empty {
  margin-bottom: 2.5rem; }
@media (max-width: 575px) {
  p:empty {
    margin-bottom: 3.125rem; } }
@media (min-width: 576px) and (max-width: 763px) {
  p:empty {
    margin-bottom: 2.8125rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  p:empty {
    margin-bottom: 3rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  p:empty {
    margin-bottom: 3rem; } }
@media (min-width: 1781px) {
  p:empty {
    margin-bottom: 3rem; } }

/**
 * Heading
 */
h1, .h1 {
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.27778;
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase; }
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 1.875rem;
    line-height: 1.16667;
    margin-bottom: 1.4375rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  h1, .h1 {
    margin-bottom: 0.6875rem;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    line-height: 1.52778; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  h1, .h1 {
    font-size: 2.375rem;
    line-height: 1.5;
    margin-bottom: 1.25rem; } }
@media (min-width: 1781px) {
  h1, .h1 {
    font-size: 2.5625rem;
    line-height: 1.36585;
    margin-bottom: 2.375rem; } }

h2, .h2 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  /*@media (min-width: $t-screen-lg) and (max-width: ($t-screen-xl - 1px)) {
    margin-bottom: ($headings-margin-bottom - rem(11px));

    p:not(.big) + & {
      margin-top: ($headings-margin-bottom + rem(19px));
    }
  }*/ }
@media (max-width: 575px) {
  h2, .h2 {
    letter-spacing: -0.07em;
    line-height: 1.25001;
    margin-bottom: 1.375rem; }
  p:not(.big) + h2, p:not(.big) +
  .h2 {
    margin-top: 2.6875rem; } }
@media (min-width: 576px) and (max-width: 763px) {
  h2, .h2 {
    letter-spacing: -0.07em;
    line-height: 1.25001;
    margin-bottom: 0.875rem; }
  p:not(.big) + h2, p:not(.big) +
  .h2 {
    margin-top: 2.6875rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  h2, .h2 {
    margin-bottom: 0.25rem; }
  p:not(.big) + h2, p:not(.big) +
  .h2 {
    margin-top: 2.25rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  h2, .h2 {
    margin-bottom: 1.375rem; }
  *:not(.big) + h2, *:not(.big) +
  .h2 {
    margin-top: 1.25rem; }
  p.big + h2, p.big +
  .h2 {
    margin-top: 1.625rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  h2, .h2 {
    font-size: 22px;
    margin-bottom: 0.75rem; }
  *:not(.big) + h2, *:not(.big) +
  .h2 {
    margin-top: 1.25rem; }
  p.big + h2, p.big +
  .h2 {
    margin-top: 1.625rem; } }
@media (min-width: 1781px) {
  h2, .h2 {
    font-size: 25px;
    margin-bottom: 0.75rem; }
  *:not(.big) + h2, *:not(.big) +
  .h2 {
    margin-top: 1.25rem; }
  p.big + h2, p.big +
  .h2 {
    margin-top: 2.25rem; } }

/**
 * HR
 */
hr {
  border-bottom: 1px solid #7988c5;
  border-top: 1px solid #b2bce7;
  margin-left: 0;
  max-width: 81px; }
p + hr {
  margin-top: -0.4375rem; }
@media (max-width: 763px) {
  hr {
    margin-bottom: 0.75rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  hr {
    margin-bottom: 0.75rem; } }
@media (min-width: 1781px) {
  hr {
    margin-bottom: 0.75rem; } }

/**
 * Reboot
 */
ul:not(.bulleted-list_wo-def):not(.list-unstyled) {
  line-height: 1.6;
  list-style: none;
  padding-left: 0; }
ul:not(.bulleted-list_wo-def):not(.list-unstyled):not(:last-child) {
  margin-bottom: 0.75rem; }
ul:not(.bulleted-list_wo-def):not(.list-unstyled) > li:not(:last-child) {
  margin-bottom: 1rem; }
ul:not(.bulleted-list_wo-def):not(.list-unstyled) > li {
  padding-right: 0.3125rem;
  position: relative; }
ul:not(.bulleted-list_wo-def):not(.list-unstyled) > li::before {
  background-color: #a2a2a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.5rem;
  margin-right: 0.3125rem;
  position: absolute;
  top: 0.5625rem;
  width: 0.5rem; }
@media (max-width: 763px) {
  ul:not(.bulleted-list_wo-def):not(.list-unstyled) > li {
    padding-left: 1.25rem; }
  ul:not(.bulleted-list_wo-def):not(.list-unstyled) > li::before {
    left: -0.0625rem; } }
@media (min-width: 764px) {
  ul:not(.bulleted-list_wo-def):not(.list-unstyled) > li {
    padding-left: 1.5625rem; }
  ul:not(.bulleted-list_wo-def):not(.list-unstyled) > li::before {
    left: 0.4375rem; } }

/*
ol:not(.numbered-list_wo-type):not(.list-unstyled) {
  counter-reset: list 0;
  list-style: none;
  list-style-position: inside;
  padding-left: 0;

  > li {
    &::before {
      counter-increment: list;
      content: counter(list) ". ";
      display: inline-block;
      margin-right: rem(17px);
    }

    &:nth-child(1),
    &:nth-child(2),
    &:nth-child(3),
    &:nth-child(4),
    &:nth-child(5),
    &:nth-child(6),
    &:nth-child(7),
    &:nth-child(8),
    &:nth-child(9) {
      &::before {
        margin-right: 0;
        min-width: rem(29px);
      }
    }
  }
}
*/
/**
 * Navbar
 */
/*
.navbar {


  @media(max-width: ($t-screen-sm - 1px)) {
    padding: ($navbar-padding-y - rem(6px)) ($navbar-padding-x - rem(10px));
  }
}
*/
/**
 * Navbar toggler
 */
.navbar-toggler {
  border-width: 0; }
.navbar-toggler-icon {
  height: 1.1875rem;
  width: 2.5rem; }

/*
.navbar-toggler {
  border-width: 0;


  @media(max-width: ($t-screen-sm - 1px)) {

    .icon-1x {
      font-size: 36px;
      height: 1em;
      line-height: 1em;
      width: 1.25em;
    }

    .icon-circle.icon-stack-2x {
      font-size: 1em;
    }

    .icon-bars.icon-stack-1x {
      font-size: 0.5em;
      line-height: 2;
    }
  }
}
*/
/**
 * Page link
 */
.page-link:hover, .page-link:focus {
  position: relative; }
.page-link:hover::after, .page-link:focus::after {
  background: #053380;
  content: '';
  height: 2px;
  display: block;
  left: 0.375rem;
  right: 0.375rem;
  position: absolute;
  bottom: -0.1875rem; }
.page-item.active .page-link:hover::after, .page-item.active .page-link:focus::after {
  content: normal; }

@media (max-width: 575px) {
  .page-link {
    padding: 0.3125rem 1.125rem; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .page-link {
    padding: 0.3125rem 1.125rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .page-link {
    padding: 0.3125rem 1rem; } }

@media (min-width: 1781px) {
  .page-link {
    padding: 0.3125rem 1.125rem; } }

/**
 * Page item
 */
.page-item.active .page-link {
  border-width: 2px; }

@media (max-width: 575px) {
  .page-item.active .page-link {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .page-item.active .page-link {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .page-item.active .page-link {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .page-item.active .page-link {
    padding-left: 0.875rem;
    padding-right: 0.875rem; } }

@media (min-width: 1781px) {
  .page-item.active .page-link {
    padding-left: 1rem;
    padding-right: 1rem; } }

/**
 * Pagination
 */
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
   margin-top:40px;
}
.pagination__arrow-left, .pagination__arrow-right {
  display: inline-block; }
.pagination__arrow-left::before, .pagination__arrow-right::before {
  content: ''; }
.pagination__arrow-left::before {
  background-image: url("../images/sprite_pagination.png");
  background-position: 0 0;
  display: inline-block;
  height: 20px;
  width: 12px; }
.pagination__arrow-right::before {
  background-image: url("../images/sprite_pagination.png");
  background-position: -12px 0;
  display: inline-block;
  height: 20px;
  width: 12px; }
@media (max-width: 575px) {
  .pagination {
    font-size: 1.25rem;
      margin-top:20px;
    margin-bottom: 0.75rem; }
  .pagination__arrow-first, .pagination__arrow-last {
    position: relative;
    top: 0.25rem; }
  .pagination__arrow-first {
    margin-right: 0.625rem; }
  .pagination__arrow-last {
    margin-left: 0.625rem; } }
@media (min-width: 576px) and (max-width: 763px) {
  .pagination {
    font-size: 1.25rem;
      margin-top:25px;
    margin-bottom: 1.125rem; }
  .pagination__arrow-first, .pagination__arrow-last {
    position: relative;
    top: 0.25rem; }
  .pagination__arrow-first {
    margin-right: 1rem; }
  .pagination__arrow-last {
    margin-left: 1rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .pagination {
    font-size: 1.25rem;
      margin-top:37px;
    margin-bottom: 1.5rem; }
  .pagination__arrow-first, .pagination__arrow-first {
    position: relative;
    top: 0.3125rem; }
  .pagination__arrow-first {
    margin-right: 1.375rem; }
  .pagination__arrow-last {
    margin-left: 1.375rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .pagination {
    font-size: 1.5625rem;
      margin-top:40px;
    margin-bottom: 1.625rem; }
  .pagination__arrow-first {
    margin-right: 2.875rem; }
  .pagination__arrow-last {
    margin-left: 2.875rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .pagination {
    font-size: 1.875rem;
      margin-top:48px;
      margin-bottom: 1.25rem; }
  .pagination__arrow-first {
    margin-right: 2rem; }
  .pagination__arrow-last {
    margin-left: 2rem; } }
@media (min-width: 1781px) {
  .pagination {
    font-size: 2.1875rem;
      margin-top:60px;
    margin-bottom: 1.75rem; }
  .pagination__arrow-first, .pagination__arrow-last {
    position: relative;
    top: -0.125rem;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  .pagination__arrow-first {
    margin-right: 2.875rem; }
  .pagination__arrow-last {
    margin-left: 2.875rem; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pagination__arrow-left::before {
    background-image: url("../images/sprite_pagination-2x.png");
    -webkit-background-size: 24px 20px;
    -moz-background-size: 24px 20px;
    background-size: 24px 20px; }
  .pagination__arrow-right::before {
    background-image: url("../images/sprite_pagination-2x.png");
    -webkit-background-size: 24px 20px;
    -moz-background-size: 24px 20px;
    background-size: 24px 20px; } }

/**
 * Alert
 */
.alert {
  color: #323232;
  letter-spacing: 0.006em; }
.alert_border-left {
  position: relative; }
.alert_border-left::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#3e52a4), to(#c4cffd));
  background: -webkit-linear-gradient(bottom, #3e52a4 0%, #c4cffd 100%);
  background: -moz-linear-gradient(bottom, #3e52a4 0%, #c4cffd 100%);
  background: -o-linear-gradient(bottom, #3e52a4 0%, #c4cffd 100%);
  background: linear-gradient(0deg, #3e52a4 0%, #c4cffd 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.3125rem; }
.alert-primary {
  background: #5b78f2 -webkit-gradient(linear, left top, left bottom, from(#5b78f2), to(#3e51a2)) repeat-x;
  background: #5b78f2 -webkit-linear-gradient(top, #5b78f2, #3e51a2) repeat-x;
  background: #5b78f2 -moz-linear-gradient(top, #5b78f2, #3e51a2) repeat-x;
  background: #5b78f2 -o-linear-gradient(top, #5b78f2, #3e51a2) repeat-x;
  background: #5b78f2 linear-gradient(180deg, #5b78f2, #3e51a2) repeat-x;
  color: #fff; }
.alert-info {
  background: #f3f7e9 -webkit-gradient(linear, left top, left bottom, from(#f3f7e9), to(#e1e1c7)) repeat-x;
  background: #f3f7e9 -webkit-linear-gradient(top, #f3f7e9, #e1e1c7) repeat-x;
  background: #f3f7e9 -moz-linear-gradient(top, #f3f7e9, #e1e1c7) repeat-x;
  background: #f3f7e9 -o-linear-gradient(top, #f3f7e9, #e1e1c7) repeat-x;
  background: #f3f7e9 linear-gradient(180deg, #f3f7e9, #e1e1c7) repeat-x; }
.alert-primary.alert_no-gradient {
  background: #2d61d7; }
.alert-def.alert_no-gradient {
  background: #c69642; }
@media (max-width: 763px) {
  .alert {
    padding-top: 0.875rem;
    padding-bottom: 1.875rem;
    text-align: center; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .alert.big {
    line-height: 1.55001;
    padding-bottom: 1.75rem; } }
@media (min-width: 1241px) {
  .alert.big {
    line-height: 1.55001;
    padding-bottom: 1.75rem; } }

/**
 * Button
 */
.btn {
  text-transform: uppercase; }
.btn:not(.btn-link) {
  -webkit-box-shadow: 0 5px 6px 0 rgba(85, 85, 85, 0.34);
  -moz-box-shadow: 0 5px 6px 0 rgba(85, 85, 85, 0.34);
  box-shadow: 0 5px 6px 0 rgba(85, 85, 85, 0.34); }
@media (min-width: 1521px) and (max-width: 1780px) {
  .btn:not(.btn-sm):not(.btn-lg) {
    font-size: 1.125rem;
    padding: 1.25rem 1.375rem 1rem; } }
@media (min-width: 1781px) {
  .btn:not(.btn-sm):not(.btn-lg) {
    font-size: 1.25rem;
    padding: 1.1875rem 1.5625rem 0.9375rem; } }

/**
 * Form group
 */
@media (min-width: 764px) and (max-width: 1240px) {
  .form-group {
    margin-bottom: 0.8125rem; } }

/**
 * Form control
 */
.form-control {
  letter-spacing: 0.06em; }

/**
 * Custom control
 */
.custom-control {
  padding-left: 1.875rem; }
.custom-control-label::before, .custom-control-label::after {
  left: -1.875rem; }
.custom-control-label::before {
  top: 0.34376rem; }
.custom-checkbox .custom-control-label::after {
  background: no-repeat 50% / 68% 68%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: none; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #053380; }
@media (max-width: 575px) {
  .custom-control {
    padding-left: 2.8125rem; }
  .custom-control-label {
    font-size: 1.0625rem;
    letter-spacing: -0.02em; }
  .custom-control-label::before, .custom-control-label::after {
    height: 1.625rem;
    width: 1.625rem; }
  .custom-control-label::before {
    left: -2.75rem;
    top: -0.21874rem; }
  .custom-control-label::after {
    background: no-repeat 50% / 94% 94%;
    left: -2.75rem;
    top: -0.15624rem; } }
@media (min-width: 576px) and (max-width: 763px) {
  .custom-control {
    padding-left: 2.8125rem; }
  .custom-control-label {
    font-size: 1.0625rem;
    letter-spacing: -0.02em; }
  .custom-control-label::before, .custom-control-label::after {
    height: 1.625rem;
    width: 1.625rem; }
  .custom-control-label::before {
    left: -2.75rem;
    top: -0.21874rem; }
  .custom-control-label::after {
    background: no-repeat 50% / 94% 94%;
    left: -2.75rem;
    top: -0.15624rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .custom-control {
    padding-left: 2.3125rem; }
  .custom-control-label::before, .custom-control-label::after {
    height: 1.1875rem;
    width: 1.1875rem; }
  .custom-control-label::before {
    left: -2.0625rem;
    top: 0.15626rem; }
  .custom-control-label::after {
    left: -2.0625rem;
    top: 0.15626rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .custom-control {
    padding-left: 2.3125rem; }
  .custom-control-label::before, .custom-control-label::after {
    height: 1.25rem;
    width: 1.25rem; }
  .custom-control-label::before {
    left: -2.3125rem;
    top: 0.46876rem; }
  .custom-control-label::after {
    left: -2.3125rem;
    top: 0.46876rem; } }
@media (min-width: 1781px) {
  .custom-control {
    padding-left: 2.3125rem; }
  .custom-control-label::before {
    left: -2.3125rem;
    top: 0.53126rem;
    height: 1.3125rem;
    width: 1.3125rem; }
  .custom-control-label::after {
    left: -2.3125rem;
    top: 0.53126rem;
    height: 1.375rem;
    width: 1.375rem; } }

/**
 * List inline
 */
@media (max-width: 991px) {
  .list-inline-item:not(:last-child) {
    margin-right: 0; } }

@media (min-width: 764px) {
  .list-inline-item:not(:last-child) {
    margin-right: 0.6875rem; }
  .list-inline_wide .list-inline-item:not(:last-child) {
    margin-right: 1.4375rem; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .list-inline-item:not(:last-child) {
    margin-right: 0.9375rem; } }

/**
 * Modal
 */
/*
.close {
  opacity: 1;

  &:hover,
  &:focus {
    opacity: 0.5;
  }
}

.modal {
  &-content {
    position: relative;
  }


  .close {
    outline: 0;
    position: absolute;
    right: rem(16px);
    top: rem(17px);
    z-index: 100;
  }
}
*/
/**
 * ----------------------------------------
 * Fonts
 * ----------------------------------------
 */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Banner. Header
 */
.banner-header {
  -webkit-box-shadow: 0 7px 18px 0 rgba(59, 59, 59, 0.6);
  -moz-box-shadow: 0 7px 18px 0 rgba(59, 59, 59, 0.6);
  box-shadow: 0 7px 18px 0 rgba(59, 59, 59, 0.6); }
.banner-header img {
  height: auto; }
@media (max-width: 575px) {
  .banner-header img {
    width: 110px; } }
@media (min-width: 576px) and (max-width: 763px) {
  .banner-header img {
    width: 165px; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .banner-header img {
    width: 220px; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .banner-header img {
    width: 100%; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .banner-header img {
    width: 370px; } }
@media (min-width: 1781px) {
  .banner-header img {
    width: 430px; } }

/**
 * Menu. Header
 */
.menu-header {
  font-weight: 700;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.menu-header a {
  color: #fff; }
.menu-header .nav-link:hover,
.menu-header .nav-link:focus,
.menu-header .active {
  color: #c8d1f5 !important; }
.menu-header.navbar-nav .nav-link {
  padding-bottom: 0.0625rem !important;
  padding-top: 0rem !important; }
@media (max-width: 763px) {
  .menu-header {
    font-size: 1.1875rem;
    font-weight: 400;
    text-transform: uppercase; }
  .menu-header.navbar-nav .nav-link {
    padding-bottom: 0.25rem !important; }
  .menu-header a {
    color: #555 !important; }
  .menu-header > li:not(:last-child) {
    border-bottom: 2px solid #d6ccab;
    margin-bottom: 0.375rem; } }
@media (min-width: 764px) and (max-width: 991px) {
  .menu-header {
    font-size: 1.1875rem; } }
@media (min-width: 992px) and (max-width: 1240px) {
  .menu-header {
    font-size: 1.1875rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .menu-header {
    font-size: 1.3125rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .menu-header {
    font-size: 1.5625rem; } }
@media (min-width: 1781px) {
  .menu-header {
    font-size: 1.75rem; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * News. List
 */
.news-list > * {
  margin-left: auto;
  margin-right: auto; }
.news-list > *:not(:first-child)::before {
  background-color: #c6c6c6;
  content: '';
  display: block;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px; }

@media (max-width: 763px) {
  .news-list > *:first-child {
    margin-bottom: 0; }
  .news-list > *:not(:first-child) {
    display: none; } }

@media (min-width: 764px) and (max-width: 991px) {
  .news-list > * {
    display: none; }
  .news-list > *:not(:first-child)::before {
    margin-bottom: 1.25rem;
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px); }
  .news-list > *:nth-child(1), .news-list > *:nth-child(2) {
    display: block; }
  .news-list > *:nth-child(2) {
    margin-bottom: 0; } }

@media (min-width: 992px) and (max-width: 1240px) {
  .news-list > *:not(:first-child)::before {
    margin-bottom: 1.4375rem;
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .news-list > *:not(:first-child)::before {
    margin-bottom: 2.125rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .news-list > *:not(:first-child)::before {
    margin-bottom: 2.125rem; } }

@media (min-width: 1781px) {
  .news-list > *:not(:first-child)::before {
    margin-bottom: 2.75rem; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * News. Card
 */
.news-card {
  /*@media (min-width: $t-screen-sm) and (max-width: ($t-screen-xl - 1px)) {
    &__more {
      text-align: center;

      .btn {
        margin-left: auto;
        margin-right: auto;
        max-width: 230px;
      }
    }
  }*/
  /*@media (min-width: $t-screen-md) and (max-width: ($t-screen-lg - 1px)) {
    margin-bottom: rem(33px);

    > .row {
      margin-left: -10px;
      margin-right: -10px;

      > * {
        padding-left: 10px;
        padding-right: 10px;
      }
    }

    &__preview {
      margin-bottom: rem(14px);
    }

    &__body {
      margin-top: rem(-5px);
    }

    &__more .btn {
      max-width: 230px;
    }
  }*/ }
@media (max-width: 763px) {
  .news-card__preview.col-auto, .news-card__body.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .news-card .date-def {
    text-align: center; }
  .news-card__preview {
    margin-bottom: 1.0625rem; }
  .news-card__preview .preview-def {
    text-align: center; }
  * + .news-card__more {
    margin-left: 36px;
    margin-right: 36px;
    margin-top: 1.5rem; } }
@media (max-width: 763px) {
  .news-card__preview.col-auto {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .news-card {
    margin-bottom: 1.8125rem; }
  .news-card > .row {
    margin-left: -10px;
    margin-right: -10px; }
  .news-card > .row > * {
    padding-left: 10px;
    padding-right: 10px; }
  .news-card__preview {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36.5%;
    flex: 0 0 36.5%;
    margin-bottom: 0.875rem;
    max-width: 36.5%; }
  .news-card__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 63.5%;
    flex: 0 0 63.5%;
    margin-top: -0.3125rem;
    max-width: 63.5%; }
  .news-card__more {
    text-align: center; }
  .news-card__more .btn {
    max-width: 230px; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .news-card {
    margin-bottom: 1.25rem; }
  .news-card__preview.col-auto, .news-card__body.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .news-card__preview {
    margin-bottom: 1.1875rem; }
  .news-card__more .btn {
    max-width: 203px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .news-card {
    margin-bottom: 1.25rem; }
  .news-card__preview.col-auto, .news-card__body.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .news-card__preview {
    margin-bottom: 1.1875rem; }
  .news-card__more .btn {
    max-width: 233px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1781px) {
  .news-card {
    margin-bottom: 1.25rem; }
  .news-card__preview.col-auto, .news-card__body.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .news-card__preview {
    margin-bottom: 1.3125rem; }
  .news-card__more .btn {
    max-width: 233px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Bathes. List
 */
@media (max-width: 763px) {
  .bathes-list {
    margin-bottom: 5rem; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .bathes-list {
    margin-bottom: 4.75rem; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .bathes-list {
    margin-bottom: 5.125rem; }
  .main-content .bathes-list {
    margin-right: -20px; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .bathes-list {
    margin-bottom: 7.25rem; }
  .main-content .bathes-list {
    margin-right: -20px; } }

@media (min-width: 1781px) {
  .bathes-list {
    margin-bottom: 7.875rem; }
  .main-content .bathes-list {
    margin-right: -20px; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Bath. Card
 */
.bath-card::after {
  display: block;
  clear: both;
  content: ""; }

.bath-card__head {
  background-color: #e1e1c7; }

.bath-card__rating {
  padding-top: 0.1875rem; }

.bath-card__actions .btn {
  padding-left: 1.125rem;
  padding-right: 1.125rem; }

@media (max-width: 991px) {
  .bath-card__chars {
    float: right;
    padding-left: 26px;
    padding-top: 3.1875rem;
    position: relative; }
  .bath-card__chars::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#6a79bc), to(#b3bce7));
    background: -webkit-linear-gradient(bottom, #6a79bc 0%, #b3bce7 100%);
    background: -moz-linear-gradient(bottom, #6a79bc 0%, #b3bce7 100%);
    background: -o-linear-gradient(bottom, #6a79bc 0%, #b3bce7 100%);
    background: linear-gradient(0deg, #6a79bc 0%, #b3bce7 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 3.75rem;
    width: 2px; }
  .bath-card__chars .chars-def {
    position: relative; }
  .bath-card__chars .chars-def::before {
    border-bottom: 1px solid #7988c5;
    border-top: 1px solid #b2bce7;
    content: '';
    display: block;
    margin-bottom: 0.375rem;
    width: 81px; } }

@media (max-width: 763px) {
  .bath-card__chars {
    padding-top: 1rem;
    padding-left: 30px; }
  .bath-card__chars::before {
    left: 4px;
    top: 1.25rem; }
  .bath-card__chars .chars-def::before {
    margin-bottom: 0.6875rem; } }

@media (min-width: 992px) {
  .bath-card__chars {
    float: right; }
  .bath-card__chars .chars-def {
    padding-left: 26px;
    position: relative; }
  .bath-card__chars .chars-def::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#6a79bc), to(#b3bce7));
    background: -webkit-linear-gradient(bottom, #6a79bc 0%, #b3bce7 100%);
    background: -moz-linear-gradient(bottom, #6a79bc 0%, #b3bce7 100%);
    background: -o-linear-gradient(bottom, #6a79bc 0%, #b3bce7 100%);
    background: linear-gradient(0deg, #6a79bc 0%, #b3bce7 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0.4375rem;
    width: 2px; } }

@media (max-width: 991px) {
  .bath-card__actions {
    clear: left;
    padding-left: 3px;
    padding-top: 1.375rem; }
  .bath-card__actions > *:not(:last-child) {
    margin-right: 1.75rem; }
  .bath-card__actions .btn {
    min-width: 10.625rem; } }

@media (max-width: 763px) {
  .bath-card__actions {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0.8125rem; } }

@media (max-width: 575px) {
  .bath-card__actions .btn {
    width: 100%; }
  .bath-card__actions .btn:not(:first-child) {
    margin-top: 0.8125rem; } }

@media (min-width: 992px) and (max-width: 1520px) {
  .bath-card__actions {
    float: right;
    padding-left: 23px;
    position: relative; }
  .bath-card__actions::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#3e51a2), to(#6a79bc));
    background: -webkit-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: -moz-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: -o-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: linear-gradient(0deg, #3e51a2 0%, #6a79bc 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }
  * + .bath-card__actions {
    padding-top: 1.5625rem; }
  * + .bath-card__actions::before {
    border-bottom: 1px solid #7987c5;
    border-top: 1px solid #b2bce7;
    content: '';
    display: block;
    margin-bottom: 1.3125rem;
    margin-left: 9px;
    width: 131px; }
  .bath-card__actions > *:not(:last-child) {
    margin-right: 0.375rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .bath-card__actions {
    float: right;
    padding-left: 23px;
    position: relative; }
  .bath-card__actions::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#3e51a2), to(#6a79bc));
    background: -webkit-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: -moz-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: -o-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: linear-gradient(0deg, #3e51a2 0%, #6a79bc 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }
  * + .bath-card__actions {
    padding-top: 2.375rem; }
  * + .bath-card__actions::before {
    border-bottom: 1px solid #7987c5;
    border-top: 1px solid #b2bce7;
    content: '';
    display: block;
    margin-bottom: 1.5rem;
    margin-left: 9px;
    width: 131px; }
  .bath-card__actions > *:not(:last-child) {
    margin-right: 1.375rem; } }

@media (min-width: 1781px) {
  .bath-card__actions {
    float: right;
    padding-left: 23px;
    position: relative; }
  .bath-card__actions::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#3e51a2), to(#6a79bc));
    background: -webkit-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: -moz-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: -o-linear-gradient(bottom, #3e51a2 0%, #6a79bc 100%);
    background: linear-gradient(0deg, #3e51a2 0%, #6a79bc 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }
  * + .bath-card__actions {
    padding-top: 1.6875rem; }
  * + .bath-card__actions::before {
    border-bottom: 1px solid #7987c5;
    border-top: 1px solid #b2bce7;
    content: '';
    display: block;
    margin-bottom: 1.5rem;
    margin-left: 9px;
    width: 131px; }
  .bath-card__actions > *:not(:last-child) {
    margin-right: 1.375rem; } }

@media (max-width: 763px) {
  .bath-card {
    margin-bottom: 3.25rem; }
  .bath-card__rating {
    text-align: right; }
  .bath-card__head {
    padding: 0.125rem 11px 1.25rem 16px;
    margin-left: -8px;
    margin-right: -9px; }
  .bath-card__preview {
    margin-left: 2px;
    margin-right: 4px; }
  * + .bath-card__preview {
    margin-top: -1.125rem; }
  .bath-card__preview img {
    height: auto;
    width: 100%; }
  .bath-card__chars {
    float: none; } }

@media (min-width: 576px) and (max-width: 763px) {
  .bath-card {
    margin-bottom: 2.8125rem; } }

@media (min-width: 764px) and (max-width: 991px) {
  .bath-card {
    margin-bottom: 3rem; }
  .bath-card__preview-wrapper {
    float: left;
    margin-top: 0.625rem;
    width: 362px; }
  .bath-card__head {
    margin-right: 16px;
    padding: 0.625rem 9px 1.375rem 20px; }
  .bath-card__preview {
    margin-left: 16px; }
  * + .bath-card__preview {
    margin-top: -1.125rem; }
  .bath-card__preview img {
    height: auto;
    width: 100%; }
  .bath-card__chars {
    width: 281px;
    width: -webkit-calc(100% - 377px);
    width: -moz-calc(100% - 377px);
    width: calc(100% - 377px); } }

@media (min-width: 992px) and (max-width: 1240px) {
  .bath-card {
    margin-bottom: 3.9375rem; }
  .bath-card__preview-wrapper {
    float: left;
    margin-top: 0.625rem;
    width: 395px; }
  .bath-card__head {
    margin-right: 17px;
    padding: 0.625rem 10px 1.5rem 22px; }
  .bath-card__preview {
    margin-left: 17px; }
  * + .bath-card__preview {
    margin-top: -1.1875rem; }
  .bath-card__preview img {
    height: auto;
    width: 100%; }
  .bath-card__chars, .bath-card__actions {
    width: 310px;
    width: -webkit-calc(100% - 425px);
    width: -moz-calc(100% - 425px);
    width: calc(100% - 425px); } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .bath-card {
    margin-bottom: 4.875rem; }
  .bath-card__preview-wrapper {
    float: left;
    margin-top: 0.625rem;
    width: 428px; }
  .bath-card__head {
    margin-right: 18px;
    padding: 0.6875rem 16px 1.6875rem 24px; }
  .bath-card__preview {
    margin-left: 18px; }
  * + .bath-card__preview {
    margin-top: -1.3125rem; }
  .bath-card__chars, .bath-card__actions {
    width: 335px;
    width: -webkit-calc(100% - 454px);
    width: -moz-calc(100% - 454px);
    width: calc(100% - 454px); } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .bath-card {
    margin-bottom: 4.375rem; }
  .bath-card__preview-wrapper {
    float: left;
    margin-top: 0.625rem;
    width: 497px; }
  .bath-card__head {
    margin-right: 22px;
    padding: 0.9375rem 21px 2.375rem 24px; }
  .bath-card__preview {
    margin-left: 22px; }
  * + .bath-card__preview {
    margin-top: -1.625rem; }
  .bath-card__chars, .bath-card__actions {
    width: 335px;
    width: -webkit-calc(100% - 537px);
    width: -moz-calc(100% - 537px);
    width: calc(100% - 537px); } }

@media (min-width: 1781px) {
  .bath-card {
    margin-bottom: 6.25rem; }
  .bath-card__preview-wrapper {
    float: left;
    margin-top: 0.625rem;
    width: 554px; }
  .bath-card__head {
    margin-right: 26px;
    padding: 0.8125rem 15px 2.3125rem 24px; }
  .bath-card__preview {
    margin-left: 26px; }
  * + .bath-card__preview {
    margin-top: -1.625rem; }
  .bath-card__chars, .bath-card__actions {
    width: 335px;
    width: -webkit-calc(100% - 597px);
    width: -moz-calc(100% - 597px);
    width: calc(100% - 597px); } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Bath. Page
 */
.bath-page__preview-wrapper {
  padding-top: 0.5rem; }

.bath-page__preview {
  margin-bottom: 0.8125rem; }

.bath-page__rating {
  margin-bottom: 0.3125rem; }

.bath-page__star .rating-star {
  margin-left: -0.1875rem; }

.bath-page__rating-quantity > * {
  position: relative;
  top: 0.125rem; }

.bath-page__chars {
  margin-bottom: 3.375rem; }

.bath-page__info {
  color: #061138;
  margin-left: -0.125rem;
  opacity: 0.5; }

.bath-page__services h2, .bath-page__contacts h2 {
  margin-left: 0.1875rem;
  text-align: left; }

.bath-page__share::before {
  border-bottom: 1px solid #7987c5;
  border-top: 1px solid #b2bce7;
  content: '';
  display: block;
  margin-top: 1.375rem; }

@media (max-width: 1240px) {
  .bath-page__head {
    margin-bottom: 2rem; }
  .bath-page__head.row {
    margin-left: -11px;
    margin-right: -11px; }
  .bath-page__head.row > * {
    padding-left: 11px;
    padding-right: 11px; }
  .bath-page__services h2, .bath-page__contacts h2 {
    margin-bottom: 0.875rem; }
  .bath-page__services.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .bath-page__contacts.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .bath-page__photos {
    margin-bottom: 4rem; }
  .bath-page__photos h2 {
    margin-bottom: 1rem; }
  * + .bath-page .reviews-bath-list {
    margin-top: 0.875rem; }
  .bath-page__share::before {
    margin-bottom: 1.375rem;
    width: 81px; } }

@media (max-width: 763px) {
  .bath-page__head {
    margin-bottom: 1.375rem; }
  .bath-page__preview-wrapper {
    margin-bottom: 0.9375rem; }
  .bath-page__preview {
    margin-bottom: 0.375rem; }
  .bath-page__preview img {
    height: auto;
    width: 100%; }
  .bath-page__rating {
    margin-bottom: 0.25rem; }
  .bath-page__rating-quantity {
    letter-spacing: 0; }
  .bath-page__rating-quantity .small {
    font-size: 0.875rem; }
  .bath-page__info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .bath-page__info .small {
    font-size: 0.875rem; }
  .bath-page__services.col, .bath-page__contacts.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bath-page__contacts .line-left {
    margin-bottom: 0; }
  .bath-page__chars {
    margin-bottom: 1.875rem; }
  .bath-page__photos {
    margin-bottom: 2.625rem; }
  .bath-page__photos h2 {
    margin-bottom: 0.625rem; }
  * + .bath-page .reviews-bath-list {
    margin-top: 1.125rem; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .bath-page__head {
    margin-bottom: 5rem; }
  .bath-page__head.row {
    margin-left: -14px;
    margin-right: -14px; }
  .bath-page__head.row > * {
    padding-left: 16px;
    padding-right: 16px; }
  .bath-page__services.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%; }
  .bath-page__contacts.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%; }
  .bath-page__photos {
    margin-bottom: 3.5rem; }
  .bath-page__photos h2 {
    margin-bottom: 0.875rem; }
  .bath-page__share::before {
    margin-bottom: 0.625rem;
    width: 203px; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .bath-page__head {
    margin-bottom: 2.625rem; }
  .bath-page__head.row {
    margin-left: -14px;
    margin-right: -14px; }
  .bath-page__head.row > * {
    padding-left: 16px;
    padding-right: 16px; }
  .bath-page__preview-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%; }
  .bath-page__preview-wrapper img {
    height: auto;
    width: 100%; }
  .bath-page__rating-quantity .small {
    font-size: 1.125rem; }
  .bath-page__info .small {
    font-size: 1.125rem; }
  .bath-page__body {
    font-size: 1.3125rem;
    line-height: 1.57143; }
  .bath-page__services h2, .bath-page__contacts h2 {
    margin-bottom: 1.625rem; }
  .bath-page__services.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%; }
  .bath-page__services .chars-def:not(:last-child) {
    margin-bottom: 1.625rem; }
  .bath-page__services .char-def {
    font-size: 1.3125rem;
    margin-bottom: 0.125rem; }
  .bath-page__contacts.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%; }
  .bath-page__chars {
    margin-bottom: 4.125rem; }
  .bath-page__photos {
    margin-bottom: 4.75rem; }
  .bath-page__photos h2 {
    margin-bottom: 1.5rem; }
  .bath-page__share::before {
    margin-bottom: 0.625rem;
    width: 203px; } }

@media (min-width: 1781px) {
  .bath-page__head {
    margin-bottom: 2.375rem; }
  .bath-page__head.row {
    margin-left: -14px;
    margin-right: -14px; }
  .bath-page__head.row > * {
    padding-left: 16px;
    padding-right: 16px; }
  .bath-page__preview-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34.5%;
    flex: 0 0 34.5%;
    max-width: 34.5%; }
  .bath-page__preview-wrapper img {
    height: auto;
    width: 100%; }
  .bath-page__preview {
    margin-bottom: 0.5rem; }
  .bath-page__rating-quantity .small {
    font-size: 1.25rem; }
  .bath-page__rating {
    margin-bottom: 0; }
  .bath-page__info .small {
    font-size: 1.25rem; }
  .bath-page__body {
    font-size: 1.4375rem;
    line-height: 1.52174; }
  .bath-page__services h2, .bath-page__contacts h2 {
    margin-bottom: 1.375rem; }
  .bath-page__services.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 44.5%;
    flex: 0 0 44.5%;
    max-width: 44.5%; }
  .bath-page__services .chars-def:not(:last-child) {
    margin-bottom: 1.625rem; }
  .bath-page__services .char-def {
    font-size: 1.4375rem;
    margin-bottom: 0.125rem; }
  .bath-page__contacts.col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 55.5%;
    flex: 0 0 55.5%;
    max-width: 55.5%; }
  .bath-page__chars {
    margin-bottom: 4.625rem; }
  .bath-page__photos {
    margin-bottom: 3.75rem; }
  .bath-page__photos h2 {
    margin-bottom: 1.5rem; }
  .bath-page__share::before {
    margin-bottom: 0.625rem;
    width: 203px; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Reviews. List
 */
.reviews-def-list > *:not(:first-child)::before {
  border-bottom: 1px solid #7987c5;
  border-top: 1px solid #b2bce7;
  content: '';
  display: block;
  width: 171px; }

@media (max-width: 1240px) {
  .reviews-def-list {
    margin-bottom: 3.125rem; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .reviews-def-list {
    margin-bottom: 4.125rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .reviews-def-list {
    margin-bottom: 2.875rem; } }

@media (min-width: 1781px) {
  .reviews-def-list {
    margin-bottom: 4.125rem; } }

@media (max-width: 763px) {
  .reviews-def-list > *:not(:first-child)::before {
    margin-bottom: 1.4375rem;
    width: 81px; }
  .reviews-def-list > .share-def {
    display: none; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .reviews-def-list > *:not(:first-child)::before {
    margin-bottom: 1.25rem; } }

@media (min-width: 1241px) {
  .reviews-def-list > *:not(:first-child)::before {
    margin-bottom: 1.875rem;
    margin-left: -0.25rem; }
  .reviews-def-list > .share-def {
    display: none; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Review. default
 */
.review-def__author, .review-def__name {
  font-size: 0.99999rem; }

.review-def__info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.review-def__share .share-def {
  position: relative;
  top: -0.1875rem; }

@media (max-width: 575px) {
  .review-def__author, .review-def__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 763px) {
  .review-def {
    margin-bottom: 1.4375rem; }
  .review-def__info {
    margin-bottom: 0.625rem; }
  .review-def__info.row {
    margin-left: -12px;
    margin-right: -12px; }
  .review-def__info.row > * {
    padding-left: 12px;
    padding-right: 12px; }
  .review-def__share {
    display: none; }
  * + .review-def__share-bottom {
    margin-top: 0.125rem; } }

@media (min-width: 764px) and (max-width: 1520px) {
  .review-def {
    margin-bottom: 1.625rem; }
  .review-def__info {
    margin-bottom: 0.375rem; }
  .review-def__author.col-auto {
    padding-right: 32px; }
  .review-def__name.col-auto {
    padding-right: 36px; }
  .review-def__share-bottom {
    display: none; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .review-def {
    margin-bottom: 1.25rem; }
  .review-def__info {
    margin-bottom: 0.4375rem; }
  .review-def__author {
    font-size: 1.1875rem; }
  .review-def__name {
    font-size: 0.9375rem; } }

@media (min-width: 1781px) {
  .review-def {
    margin-bottom: 0.875rem; }
  .review-def__info {
    margin-bottom: 0.625rem; }
  .review-def__author {
    font-size: 1.5rem; }
  .review-def__name {
    font-size: 1.125rem; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Reviews. List
 */
h2 + .reviews-bath-list,
.h2 + .reviews-bath-list {
  margin-top: -0.625rem; }

.reviews-bath-list > *:not(:first-child)::before {
  border-bottom: 1px solid #7987c5;
  border-top: 1px solid #b2bce7;
  content: '';
  display: block;
  margin-left: -0.125rem; }

@media (max-width: 763px) {
  .reviews-bath-list > *:not(:first-child)::before {
    margin-bottom: 1rem;
    width: 81px; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .reviews-bath-list > *:not(:first-child)::before {
    margin-bottom: 1.375rem;
    width: 81px; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .reviews-bath-list > *:not(:first-child)::before {
    margin-bottom: 2rem;
    width: 203px; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .reviews-bath-list > *:not(:first-child)::before {
    margin-bottom: 2rem;
    width: 203px; } }

@media (min-width: 1781px) {
  h2 + .reviews-bath-list,
  .h2 + .reviews-bath-list {
    margin-top: 0; }
  .reviews-bath-list > *:not(:first-child)::before {
    margin-bottom: 1.875rem;
    width: 203px; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Review. Bath
 */
.review-bath__info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem; }

.review-bath__author {
  letter-spacing: 0.03em; }
.review-bath__author.col-auto {
  padding-right: 2px; }

.review-bath__date {
  position: relative;
  top: 0.0625rem; }

@media (max-width: 450px) {
  .review-bath {
    margin-bottom: 0.77rem; }
  .review-bath__author {
    font-size: 0.9rem;
    letter-spacing: 0; }
  .review-bath__date {
    font-size: 0.89rem;
    white-space: nowrap; } }

@media (min-width: 451px) and (max-width: 763px) {
    .review-bath {
        margin-bottom: 0.87rem; }
    .review-bath__author {
        font-size: 1.0625rem;
        letter-spacing: 0; }
    .review-bath__date {
        font-size: 0.86rem; } }


@media (min-width: 764px) and (max-width: 1240px) {
  .review-bath {
    margin-bottom: 1.4375rem; }
  .review-bath__author {
    font-size: 1.0625rem; }
  .review-bath__date {
    font-size: 0.875rem; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .review-bath {
    margin-bottom: 1.25rem; }
  .review-bath__author {
    font-size: 1.1875rem; }
  .review-bath__date {
    font-size: 0.9375rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .review-bath {
    margin-bottom: 1.25rem; }
  .review-bath__author {
    font-size: 1.1875rem; }
  .review-bath__date {
    font-size: 0.9375rem; } }

@media (min-width: 1781px) {
  .review-bath {
    margin-bottom: 0.875rem; }
  .review-bath__author {
    font-size: 1.5rem; }
  .review-bath__date {
    font-size: 1.125rem; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Question. Form
 */
* + .question-form__comment {
  margin-top: 1.0625rem; }

.question-form__submit .btn {
  min-width: 9.5625rem; }

@media (max-width: 763px) {
  .question-form .form-group {
    margin-bottom: 0.3125rem; }
  .question-form .col-form-label {
    padding-bottom: 0.1875rem; }
  .question-form .form-control {
    height: -webkit-calc(1.625rem + 0.75rem + 2px);
    height: -moz-calc(1.625rem + 0.75rem + 2px);
    height: calc(1.625rem + 0.75rem + 2px);
    padding-bottom: 0.375rem;
    padding-top: 0.375rem; }
  .question-form__comment label {
    text-align: left !important; }
  .question-form__comment textarea.form-control {
    min-height: 11.875rem; }
  .question-form__submit {
    margin-left: 15px;
    margin-right: 15px; }
  * + .question-form__submit {
    margin-top: 1.25rem; }
  .question-form__submit .btn {
    width: 100%; } }

@media (min-width: 764px) {
  .question-form .col-form-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%; }
  .question-form .col-form-label25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .question-form__comment textarea.form-control {
    min-height: 10.25rem; } }

@media (min-width: 764px) and (max-width: 991px) {
  .question-form {
    margin-left: 44px;
    margin-right: 56px; }
  * + .question-form__submit {
    margin-top: 1.4375rem; } }

@media (min-width: 992px) and (max-width: 1240px) {
  .question-form {
    margin-left: 71px;
    margin-right: 97px; }
  * + .question-form__submit {
    margin-top: 1.1875rem; } }

@media (min-width: 1241px) {
  .question-form {
    margin-left: 98px;
    margin-right: 138px; }
  * + .question-form__submit {
    margin-top: 0.9375rem; } }

/**
 * ----------------------------------------
 * Addiotional bootstrap theme mixin
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Reboot
 */
/*
@mixin list-ol-last-item-base-reset() {
  &:not(:last-child) {
    margin-bottom: 0;
  }
}

@mixin list-ol-item-base-reset() {
  list-style-type: decimal;
  padding-left: 0;
  position: static;

  &::before {
    content: '';
    font-size: medium;
    counter-increment: none;
    left: auto;
    letter-spacing: normal;
    position: static;
    top: auto;
  }

  &::after {
    background-color: transparent;
    content: '';
    display: inline;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@mixin list-ol-base-reset() {
  counter-reset: none;
  padding-left: 40px;

  > li {
    @include list-ol-last-item-base-reset();
    @include list-ol-item-base-reset();
  }
}
*/
/*
@mixin blockquote-reset() {
  padding-left: 0;
  position: static;

  &::before {
    background-color: transparent;
    bottom: auto;
    content: '';
    display: inline;
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }

  * + & {
    margin-top: 0;
  }
}
*/
/**
 * Banner. Bathes list
 */
.banner-bathes-list {
  -webkit-box-shadow: 0 0.3125rem 0.6875rem 0.1875rem rgba(85, 85, 85, 0.25);
  -moz-box-shadow: 0 0.3125rem 0.6875rem 0.1875rem rgba(85, 85, 85, 0.25);
  box-shadow: 0 0.3125rem 0.6875rem 0.1875rem rgba(85, 85, 85, 0.25);
  margin-bottom: 3.5rem; }
.banner-bathes-list img {
  height: auto;
  width: 100%; }
@media (min-width: 764px) and (max-width: 991px) {
  .banner-bathes-list {
    margin-bottom: 2.5rem; }
  .bath-card + .banner-bathes-list {
    margin-top: -1.25rem; } }
@media (min-width: 992px) and (max-width: 1240px) {
  .banner-bathes-list {
    margin-bottom: 2.5rem; }
  .bath-card + .banner-bathes-list {
    margin-top: -1.25rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .banner-bathes-list {
    margin-bottom: 3.625rem; }
  .bath-card + .banner-bathes-list {
    margin-top: -0.25rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .banner-bathes-list {
    margin-bottom: 2.5rem; }
  .bath-card + .banner-bathes-list {
    margin-top: -1.25rem; } }
@media (min-width: 1781px) {
  .banner-bathes-list {
    margin-bottom: 7.125rem;
    margin-left: 40px;
    margin-right: 88px; }
  .bath-card + .banner-bathes-list {
    margin-top: 6.625rem; } }
/**
 * jQuery UI
 */
.ui-widget {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
  line-height: 18px !important; }
.ui-widget *,
.ui-widget *::before,
.ui-widget *::after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.ui-tabs .ui-tabs-nav {
  line-height: inherit !important;
  margin: 0 !important;
  padding: .2em .2em 0 !important; }
.ui-tabs .ui-tabs-nav li {
  margin: 0 .2em 1px 0 !important;
  padding: 0 !important; }
.ui-tabs .ui-tabs-nav li::before {
  content: normal !important; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0 !important;
  padding-bottom: 1px !important; }
/**
 * WYSIWYG
 */
.el-rte {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 18px !important; }
.el-rte *,
.el-rte *::before,
.el-rte *::after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }
.el-rte .toolbar ul {
  line-height: inherit !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 2px 0 5px !important; }
.el-rte .toolbar ul li {
  margin: 1px 1px !important;
  padding: 0 !important; }
.el-rte .toolbar ul li::before {
  content: normal !important; }
.el-rte .toolbar ul.first {
  padding-left: 0 !important; }

/**
 * ----------------------------------------
 * Components template
 * ----------------------------------------
 */
/**
 * Filters. List
 */
.filters-list__close {
  display: none; }

.filters-list__close + .title-block {
  margin-top: 0; }

.filters-list .title-block {
  margin-bottom: 2rem; }

.filters-list__actions {
  margin-left: auto;
  margin-right: auto; }
.filters-list__actions .btn-link {
  letter-spacing: 0.05em;
  padding: 0 !important;
  text-transform: none; }

@media (max-width: 763px) {
  .filters-list__close {
    display: block;
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1000; }
  .filters-list__close a {
    display: block;
    height: 52px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 52px; }
  .filters-list__close a::before, .filters-list__close a::after {
    background-color: #555;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .filters-list__close a::before {
    height: 100%;
    width: 1px; }
  .filters-list__close a::after {
    height: 1px;
    width: 100%; }
  .filters-list .filter-list {
    margin-bottom: 1.5625rem; }
  .filters-list__col:last-child .filter-list:last-child {
    margin-bottom: 0; }
  .filters-list__actions {
    max-width: 264px;
    padding-left: 16px; }
  * + .filters-list__actions {
    margin-top: 2rem; }
  .filters-list__actions p {
    margin-bottom: 0.75rem; }
  .filters-list__actions-reset .btn {
    font-size: 1rem;
    letter-spacing: 0.015em; } }

@media (min-width: 764px) {
  .filters-list .collapse,
  .filters-list .collapsing {
    display: block !important;
    height: auto !important;
    overflow: visible !important; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .filters-list .row {
    margin-left: -10px;
    margin-right: -10px; }
  .filters-list .row > * {
    padding-left: 10px;
    padding-right: 10px; }
  .filters-list .row > *:last-child {
    padding-right: 0; }
  .filters-list .title-block {
    margin-left: -0.1875rem;
    margin-bottom: 0.75rem; }
  .filters-list__actions {
    max-width: 188px;
    padding-left: 16px; }
  * + .filters-list__actions {
    margin-top: 3rem; }
  .filters-list__actions p {
    margin-bottom: 0.625rem; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  * + .filters-list__col {
    margin-top: 1.75rem; }
  .filters-list__actions {
    max-width: 228px;
    padding-right: 25px; }
  .filters-list__actions p {
    margin-bottom: 0.625rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .filters-list .title-block {
    margin-bottom: 1.625rem; }
  * + .filters-list__col {
    margin-top: 3rem; }
  .filters-list__actions {
    max-width: 220px; }
  .filters-list__actions p {
    margin-bottom: 0.75rem; }
  .filters-list__actions-reset .btn {
    letter-spacing: 0; } }

@media (min-width: 1781px) {
  .filters-list .title-block {
    margin-bottom: 2.5rem; }
  * + .filters-list__col {
    margin-top: 2.5rem; }
  .filters-list__actions {
    max-width: 230px; }
  .filters-list__actions p {
    margin-bottom: 0.625rem; }
  .filters-list__actions-reset .btn {
    letter-spacing: -0.05em; } }

/**
 * Filter. List
 */
.filter-list {
  margin-bottom: 2rem;
  font-weight: 600; }
.filter-list h3 {
  margin-bottom: 0.375rem;
  text-align: left;
  text-transform: uppercase; }
.filter-list .custom-control {
  min-height: 0; }
.filter-list ul {
  letter-spacing: -0.07em;
  padding-left: 0 !important; }
.filter-list ul > li {
  padding-left: 0 !important; }
.filter-list ul > li::before {
  content: normal !important; }
.filter-list ul > li:not(:last-child) {
  margin-bottom: 0 !important; }
.filter-list ul a:hover, .filter-list ul a:focus {
  color: #ac031b;
  text-decoration: none; }
@media (max-width: 763px) {
  .filter-list h3 {
    color: #555;
    font-weight: 700;
    margin-bottom: 1.1875rem; }
  .filter-list h3::before {
    border-top: 3.5px solid transparent;
    border-left: 7px solid #555;
    border-bottom: 3.5px solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    margin-right: 0.4375rem;
    position: relative;
    top: -0.1875rem;
    vertical-align: middle;
    width: 0; }
  .filter-list h3::after {
    background-image: url("../images/sprite_arrows.png");
    background-position: 0 -6px;
    display: inline-block;
    height: 6px;
    width: 11px;
    content: '';
    margin-left: 0.625rem;
    position: relative;
    top: -0.0625rem;
    vertical-align: middle; }
  .filter-list h3[aria-expanded="true"]::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .filter-list ul {
    margin-bottom: 2.4375rem !important; }
  .filter-list ul > li {
    border-bottom: 2px solid #d6ccab;
    padding-bottom: 0.3125rem;
    padding-left: 0 !important;
    padding-right: 30px;
    padding-top: 0.125rem; }
  .filter-list ul > li:not(:last-child) {
    margin-bottom: 0.4375rem !important; }
  .filter-list ul a {
    text-decoration: none; }
  .filter-list ul a:not(:hover):not(:focus) {
    color: #555; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .filter-list {
    margin-bottom: 0.625rem; }
  .filter-list h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5625rem; }
  .filter-list ul {
    font-size: 0.99999rem;
    letter-spacing: -0.04em; }
  .filter-list ul > li:not(:last-child) {
    margin-bottom: 0.4375rem !important; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .filter-list {
    margin-left: 17px; }
  .filter-list ul {
    letter-spacing: 0; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .filter-list {
    margin-left: 27px; }
  .filter-list h3 {
    font-size: 1.3125rem;
    line-height: 1.19048; }
  .filter-list ul {
    letter-spacing: 0;
    margin-left: 2px; }
  .filter-list ul > li:not(:last-child) {
    margin-bottom: 0.125rem !important; } }
@media (min-width: 1781px) {
  .filter-list {
    margin-left: 44px; }
  .filter-list h3 {
    font-size: 1.4375rem;
    line-height: 1.08696; }
  .filter-list ul {
    letter-spacing: 0;
    margin-left: 2px; }
  .filter-list ul > li:not(:last-child) {
    margin-bottom: 0 !important; } }

/**
 * Share. Default
 */
.share-def,
.share-def *,
.share-def *::before,
.share-def *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.share-def .b-share__handle {
  padding-right: 2px !important; }

.share-def .b-share-icon {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  height: 19px;
  width: 19px; }

.share-def .b-share-icon_facebook {
  background-position: 0 -81px; }

.share-def .b-share-icon_twitter {
  background-position: 0 -61px; }

.share-def .b-share-icon_odnoklassniki {
  background-position: 0 -202px; }

.share-def .b-share-icon_moimir {
  background-position: 0 -101px; }

.share-def_big .b-share-icon {
  height: 31px;
  width: 31px; }

.share-def_big .b-share-icon_facebook {
  background-position: 0 -132px; }

.share-def_big .b-share-icon_twitter {
  background-position: 0 -98px; }

.share-def_big .b-share-icon_odnoklassniki {
  background-position: 0 -329px; }

.share-def_big .b-share-icon_moimir {
  background-position: 0 -165px; }

/**
 * Map. Default
 */
.map-def {
  padding-bottom: 67.21%;
  position: relative; }
.map-def > * {
  border: 1px solid #154087;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important; }
.map-content > ymaps {
    width: 100% !important}

/**
 * Gallery. Default
 */
@media (max-width: 763px) {
  .gallery-def p {
    margin-bottom: 0.375rem; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .gallery-def p {
    margin-bottom: 0.875rem; } }

@media (min-width: 1241px) and (max-width: 1520px) {
  .gallery-def {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .gallery-def > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .gallery-def p {
    margin-bottom: 1.25rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .gallery-def {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .gallery-def > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .gallery-def p {
    margin-bottom: 1.625rem; } }

@media (min-width: 1781px) {
  .gallery-def {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .gallery-def > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .gallery-def p {
    margin-bottom: 1.875rem; } }

/**
 * ----------------------------------------
 * Common
 * ----------------------------------------
 */
/**
 * Common
 */
/**
 * Title
 */
.filter-def {
  position: relative; }
.filter-def::after {
  background-image: url("../images/sprite_arrows.png");
  background-position: 0 0;
  display: inline-block;
  height: 6px;
  width: 12px;
  content: '';
  margin-left: 0.5rem;
  position: relative;
  top: -0.125rem;
  vertical-align: middle; }
.filter-def[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
@media (max-width: 575px) {
  .filter-def {
    font-size: 0.9375rem; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .filter-def::after {
    background-image: url("../images/sprite_arrows-2x.png");
    -webkit-background-size: 23px 7px;
    -moz-background-size: 23px 7px;
    background-size: 23px 7px; } }

/**
 * Title
 */
.title-line-two {
  font-weight: 400; }
@media (min-width: 992px) {
  .title-line-two {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;  }
  .title-line-two__inner {
    min-width: 0;
    max-width: 100%; }
  .title-line-two__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; } }
@media (max-width: 763px) {
  .title-line-two {
    font-size: 1.5625rem;
    line-height: 1.56;
    margin-bottom: 0.875rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .title-line-two {
    font-size: 2.25rem;
    letter-spacing: 0;
    line-height: 1.36111;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    margin-bottom: 1.5625rem; } }
@media (min-width: 992px) and (max-width: 1240px) {
  .title-line-two {
    letter-spacing: -0.025em;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .title-line-two {
    font-size: 2.25rem;
    letter-spacing: -0.05em;
    line-height: 1.61111;
    margin-bottom: 1.6875rem;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .title-line-two {
    font-size: 2.4375rem;
    letter-spacing: 0;
    line-height: 1.48718;
    margin-bottom: 2rem;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem; } }
@media (min-width: 1781px) {
  .title-line-two {
    font-size: 2.5625rem;
    letter-spacing: 0;
    line-height: 1.46341;
    margin-bottom: 1.75rem;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem; } }

.title-line-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4375rem;
  letter-spacing: 0.003em;
  text-transform: uppercase;
  /*@media (min-width: $t-screen-lg) and (max-width: ($t-screen-xl - 1px)) {
    font-weight: $font-weight-bold;
    margin-bottom: rem(14px);

    * + & {
      margin-top: rem(25px);
    }
  }*/ }
.title-line-left::before {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: '';
  height: 2px;
  margin-bottom: 0.125rem;
  width: 2.8125rem; }
.title-line-left::before {
  margin-right: 1.5rem; }
@media (max-width: 575px) {
  .title-line-left::before {
    content: normal; } }
@media (min-width: 576px) and (max-width: 763px) {
  .title-line-left::before {
    content: normal; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .title-line-left {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.8125rem; }
  * + .title-line-left {
    margin-top: 1rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .title-line-left {
    font-weight: 400;
    margin-bottom: 0.8125rem; }
  * + .title-line-left {
    margin-top: 1.3125rem; }
  .title-line-left::before {
    margin-left: -0.3125rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .title-line-left {
    font-weight: 400;
    margin-bottom: 0.5rem; }
  * + .title-line-left {
    margin-top: 1.75rem; }
  .title-line-left::before {
    margin-left: -0.3125rem; } }
@media (min-width: 1781px) {
  .title-line-left {
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem; }
  * + .title-line-left {
    margin-top: 3rem; }
  .title-line-left::before {
    margin-left: -0.3125rem; } }

.title-block {
  color: #000;
  text-transform: uppercase; }
* + .title-block {
  margin-top: 3.375rem; }
@media (max-width: 763px) {
  .title-block {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
    text-align: center; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .title-block {
    font-size: 2.25rem;
    margin-bottom: 0.6875rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .title-block {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    text-align: center; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .title-block {
    font-size: 2.375rem;
    margin-bottom: 1.875rem;
    text-align: center; } }
@media (min-width: 1781px) {
  .title-block {
    font-size: 2.5625rem;
    margin-bottom: 2.25rem;
    text-align: center; } }

.title-bath {
  font-weight: 600;
  text-transform: none;
  /*@media (min-width: $t-screen-lg) and (max-width: ($t-screen-xl - 1px)) {
    font-size: rem(24px);
  }*/ }
@media (max-width: 763px) {
  .title-bath {
    font-size: 1.375rem;
    letter-spacing: 0; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .title-bath {
    font-size: 1.5rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .title-bath {
    font-size: 1.75rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .title-bath {
    font-size: 2rem; } }
@media (min-width: 1781px) {
  .title-bath {
    font-size: 2.125rem; } }

.title-chars {
  color: #191919;
  font-weight: 600;
  text-transform: uppercase; }
@media (max-width: 575px) {
  .title-chars {
    font-size: 1rem;
    margin-bottom: 0.625rem; } }
@media (min-width: 576px) {
  .title-chars {
    font-size: 1.25rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .title-chars {
    margin-bottom: 0.1875rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .title-chars {
    font-size: 1.375rem;
    margin-bottom: 0.75rem; } }
@media (min-width: 1781px) {
  .title-chars {
    font-size: 1.5625rem;
    margin-bottom: 0.75rem; } }

.title-def {
  line-height: 1.38889;
  text-transform: uppercase; }
@media (max-width: 575px) {
  .title-def {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.005em;
    margin-bottom: 0.5625rem;
    text-align: center; } }
@media (min-width: 576px) and (max-width: 763px) {
  .title-def {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.005em;
    margin-bottom: 0.5625rem;
    text-align: center; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .title-def {
    font-size: 1.0625rem;
    letter-spacing: 0.006em;
    margin-bottom: 0.625rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .title-def {
    font-size: 1.125rem;
    letter-spacing: -0.055em;
    margin-bottom: 0.5625rem; }
  .title-def,
  .title-def b {
    font-weight: 400; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .title-def {
    font-size: 1.4375rem;
    line-height: 1.30435;
    letter-spacing: 0;
    margin-bottom: 1.375rem; }
  .title-def,
  .title-def b {
    font-weight: 400; } }
@media (min-width: 1781px) {
  .title-def {
    font-size: 1.5625rem;
    line-height: 1.28;
    letter-spacing: 0;
    margin-bottom: 1.125rem; }
  .title-def,
  .title-def b {
    font-weight: 400; } }

.title-footer {
  letter-spacing: 0.025em;
  margin-bottom: 0;
  text-transform: uppercase; }
@media (max-width: 575px) {
  .title-footer {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.75rem; } }
@media (min-width: 576px) and (max-width: 763px) {
  .title-footer {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.375rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .title-footer {
    line-height: 1.77778;
    margin-bottom: 0.75rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .title-footer {
    line-height: 1.77778; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .title-footer {
    margin-bottom: 0.25rem; } }
@media (min-width: 1781px) {
  .title-footer {
    font-size: 1.4375rem;
    line-height: 1.95652;
    margin-bottom: 0; } }

/**
 * Menu.Footer
 */
.menu-footer {
  letter-spacing: 0;
  line-height: 1.77778 !important;
  padding-left: 0 !important; }
.menu-footer__icon-vk::before {
  content: '';
  margin-right: 0.625rem;
  position: relative;
  top: -0.0625rem;
  vertical-align: middle; }
.menu-footer__icon-vk::before {
  background-image: url("../images/sprite_footer.png");
  background-position: -20px 0;
  display: inline-block;
  height: 14px;
  width: 26px; }
.menu-footer__icon-phone::before {
  content: '';
  margin-right: 0.5625rem;
  position: relative;
  top: -0.25rem;
  vertical-align: middle; }
.menu-footer__icon-phone::before {
  background-image: url("../images/sprite_footer.png");
  background-position: 0 0;
  display: inline-block;
  height: 23px;
  width: 20px; }
.menu-footer > li {
  padding-left: 0 !important; }
.menu-footer > li::before {
  content: normal !important; }
@media (max-width: 575px) {
  .menu-footer > li:not(:last-child) {
    margin-bottom: 0.75rem !important; }
  .menu-footer__icon-vk::before, .menu-footer__icon-phone::before {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); } }
@media (min-width: 576px) and (max-width: 763px) {
  .menu-footer > li:not(:last-child) {
    margin-bottom: 0.4375rem !important; }
  .menu-footer__icon-vk::before, .menu-footer__icon-phone::before {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); } }
@media (min-width: 764px) and (max-width: 1240px) {
  .menu-footer > li:not(:last-child) {
    margin-bottom: 0.125rem !important; } }
@media (min-width: 1241px) {
  .menu-footer > li:not(:last-child) {
    margin-bottom: 0 !important; } }

/**
 * Phone footer
 */
.phone-footer b {
  font-weight: inherit; }

/**
 * Letter spacing
 */
.letter-spacing-normal {
  letter-spacing: normal; }

.letter-spacing-wide {
  letter-spacing: 0.05em; }

/**
 * Dates
 */
.date-def {
  color: #3d3d3d;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-bottom: 0.4375rem; }
@media (min-width: 764px) and (max-width: 1240px) {
  .date-def {
    letter-spacing: -0.08em; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .date-def {
    font-size: 1.0625rem; } }
@media (min-width: 1781px) {
  .date-def {
    font-size: 1.1875rem; } }

/**
 * Previews
 */
.preview-def {
  margin-bottom: 0.875rem; }

/**
 * Notices
 */
.notice-def {
  font-size: 0.99999rem;
  line-height: 1.375; }
@media (max-width: 763px) {
  .notice-def {
    line-height: 1.62502; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .notice-def {
    line-height: 1.44444;
    margin-bottom: 1.125rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .notice-def {
    line-height: 1.4375;
    margin-bottom: 1.25rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .notice-def {
    font-size: 1.3125rem;
    line-height: 1.42857;
    margin-bottom: 1.25rem; } }
@media (min-width: 1781px) {
  .notice-def {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1.625rem; } }

/**
 * Rating. Def
 */
.rating-def {
  /*@media (min-width: $t-screen-lg) and (max-width: ($t-screen-xl - 1px)) {
    font-size: ($font-size-base - rem(2px));
    letter-spacing: (0.03em / 2);

    .rating-star,
    &__quantity {
      &:not(:last-child) {
        margin-right: rem(9px);
      }
    }
  }*/ }
.rating-def .rating-star {
  position: relative;
  top: -0.0625rem; }
.rating-def__quantity {
  color: #061138;
  font-size: 0.875rem;
  letter-spacing: 0.02em; }
.rating-def__quantity {
  text-decoration: none; }
@media (max-width: 763px) {
  .rating-def {
    font-size: 0.9375rem; }
  .rating-def .rating-star, .rating-def__quantity {
    display: block; }
  .rating-def .rating-star {
    margin-right: 0.125rem; }
  .rating-def__quantity {
    letter-spacing: 0;
    margin-top: -0.125rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .rating-def {
    font-size: 0.9375rem; }
  .rating-def .rating-star:not(:last-child), .rating-def__quantity:not(:last-child) {
    margin-right: 0.375rem; }
  .rating-def__quantity {
    letter-spacing: 0; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .rating-def .rating-star:not(:last-child), .rating-def__quantity:not(:last-child) {
    margin-right: 0.4375rem; }
  .rating-def__quantity {
    font-size: 0.9375rem;
    letter-spacing: 0; } }
@media (min-width: 1521px) {
  .rating-def .rating-star:not(:last-child), .rating-def__quantity:not(:last-child) {
    margin-right: 0.6875rem; }
  .rating-def__quantity {
    font-size: 1.1875rem; } }

/**
 * Rating. Star
 */
.rating-star {
  /*@media (min-width: $t-screen-lg) and (max-width: ($t-screen-xl - 1px)) {
    &:not(&_big) &__star {
      transform: scale(0.93334);

      &:not(:last-child) {
        margin-right: rem(2px);
      }
    }
  }*/ }
.rating-star__star {
  background-image: url("../images/sprite_star.png");
  background-position: -17px 0;
  display: inline-block;
  height: 16px;
  width: 17px;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle; }
.rating-star__star:not(:last-child) {
  margin-right: 0.1875rem; }
.rating-star__star_active {
  background-image: url("../images/sprite_star.png");
  background-position: 0 0;
  display: inline-block;
  height: 16px;
  width: 17px; }
.rating-star_big {
  line-height: 22px; }
.rating-star_big .rating-star__star {
  background-image: url("../images/sprite_star-big.png");
  background-position: -23px 0;
  display: inline-block;
  height: 22px;
  width: 23px; }
.rating-star_big .rating-star__star:not(:last-child) {
  margin-right: 0.3125rem; }
.rating-star_big .rating-star__star_active {
  background-image: url("../images/sprite_star-big.png");
  background-position: 0 0;
  display: inline-block;
  height: 22px;
  width: 23px; }
@media (max-width: 763px) {
  .rating-star:not(.rating-star_big) .rating-star__star {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
  .rating-star:not(.rating-star_big) .rating-star__star:not(:last-child) {
    margin-right: 0; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .rating-star:not(.rating-star_big) .rating-star__star {
    -webkit-transform: scale(0.86667);
    -moz-transform: scale(0.86667);
    -ms-transform: scale(0.86667);
    -o-transform: scale(0.86667);
    transform: scale(0.86667); }
  .rating-star:not(.rating-star_big) .rating-star__star:not(:last-child) {
    margin-right: -0.0625rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .rating-star:not(.rating-star_big) .rating-star__star {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .rating-star:not(.rating-star_big) .rating-star__star:not(:last-child) {
    margin-right: 0.1875rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .rating-star:not(.rating-star_big) .rating-star__star {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); }
  .rating-star:not(.rating-star_big) .rating-star__star:not(:last-child) {
    margin-right: 0.625rem; } }
@media (min-width: 1781px) {
  .rating-star:not(.rating-star_big) .rating-star__star {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); }
  .rating-star:not(.rating-star_big) .rating-star__star:not(:last-child) {
    margin-right: 0.75rem; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .rating-star__star {
    background-image: url("../images/sprite_star-2x.png");
    -webkit-background-size: 34px 16px;
    -moz-background-size: 34px 16px;
    background-size: 34px 16px; }
  .rating-star__star_active {
    background-image: url("../images/sprite_star-2x.png");
    -webkit-background-size: 34px 16px;
    -moz-background-size: 34px 16px;
    background-size: 34px 16px; }
  .rating-star_big .rating-star__star {
    background-image: url("../images/sprite_star-big-2x.png");
    -webkit-background-size: 46px 22px;
    -moz-background-size: 46px 22px;
    background-size: 46px 22px; }
  .rating-star_big .rating-star__star_active {
    background-image: url("../images/sprite_star-big-2x.png");
    -webkit-background-size: 46px 22px;
    -moz-background-size: 46px 22px;
    background-size: 46px 22px; } }

/**
 * Text with icon
 */
.icon-people::before, .icon-calendar::before {
  content: '';
  opacity: 0.3;
  margin-right: 0.6875rem;
  position: relative;
  top: -0.1875rem;
  vertical-align: middle; }

.icon-people::before {
  background-image: url("../images/sprite_icons.png");
  background-position: 0 0;
  display: inline-block;
  height: 19px;
  width: 21px;
  top: -0.0625rem; }

.icon-calendar::before {
  background-image: url("../images/sprite_icons.png");
  background-position: -21px 0;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 0.6875rem;
  top: -0.1875rem; }

@media (max-width: 763px) {
  .icon-people::before {
    margin-right: 0.4375rem;
    top: -0.3125rem; }
  .icon-calendar::before {
    margin-right: 0.375rem;
    top: -0.3125rem; } }

@media (min-width: 764px) and (max-width: 1240px) {
  .icon-people::before {
    margin-right: 0.4375rem; } }

@media (min-width: 1241px) {
  .icon-people::before {
    margin-right: 0.3125rem; } }

/**
 * Chars. Default
 */
.chars-def {
  letter-spacing: 0; }
@media (max-width: 763px) {
  .chars-def {
    margin-bottom: 1.375rem; } }
@media (min-width: 764px) {
  .chars-def {
    margin-bottom: 1.25rem; } }

/**
 * Char. Default
 */
.char-def {
  display: inline-block; }
.char-def a {
  text-decoration: none; }
.char-def__name {
  color: #555; }
.char-def__value {
  color: #191919; }
@media (max-width: 763px) {
  .char-def {
    line-height: 1.375;
    margin-bottom: 0.3125rem; } }
@media (min-width: 764px) and (max-width: 991px) {
  .char-def {
    font-size: 0.99999rem;
    line-height: 1.375;
    margin-bottom: 0.3125rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .char-def {
    margin-bottom: 0.125rem; } }
@media (min-width: 1781px) {
  .char-def {
    margin-bottom: 0.125rem; } }

/**
 * Prices
 */
.prices-two {
  text-align: center; }
.prices-two__inner {
  position: relative; }
.prices-two__old {
  bottom: 0;
  position: absolute !important;
  right: 100%;
  margin-right: 16px; }
.prices-two > * {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem; }

.price-old {
  color: #a2a2a2;
  font-size: 1.1875rem;
  position: relative; }
.price-old::before {
  background-color: #a2a2a2;
  bottom: -webkit-calc(50% - 0.16666em);
  bottom: -moz-calc(50% - 0.16666em);
  bottom: calc(50% - 0.16666em);
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0; }

@media (max-width: 575px) {
  .price-client {
    font-size: 0.9375rem; } }

@media (min-width: 576px) and (max-width: 763px) {
  .price-client {
    font-size: 0.9375rem; } }

@media (min-width: 764px) and (max-width: 991px) {
  .price-client {
    font-size: 0.9375rem; } }

@media (min-width: 992px) and (max-width: 1240px) {
  .price-client {
    font-size: 0.99999rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .price-client {
    font-size: 1.125rem; } }

@media (min-width: 1781px) {
  .price-client {
    font-size: 1.25rem; } }

/**
 * Line left
 */
.line-left {
  margin-bottom: 1.3125rem;
  padding-bottom: 1.0625rem;
  position: relative; }
.line-left::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#3e51a2), to(#b2bce7));
  background: -webkit-linear-gradient(bottom, #3e51a2 0%, #b2bce7 100%);
  background: -moz-linear-gradient(bottom, #3e51a2 0%, #b2bce7 100%);
  background: -o-linear-gradient(bottom, #3e51a2 0%, #b2bce7 100%);
  background: linear-gradient(0deg, #3e51a2 0%, #b2bce7 100%);
  content: '';
  display: block;
  left: 2px;
  position: absolute;
  top: 0;
  width: 2px; }
.line-left_bottom-none {
  padding-bottom: 0.5rem; }
@media (max-width: 1240px) {
  .line-left {
    padding-left: 20px; }
  .line-left::before {
    bottom: 1rem; }
  .line-left_bottom-none::before {
    bottom: 0.125rem; } }
@media (max-width: 763px) {
  .line-left {
    padding-bottom: 1.375rem; }
  .line-left::before {
    bottom: 1.75rem; } }
@media (min-width: 1241px) {
  .line-left {
    padding-left: 28px; }
  .line-left::before {
    bottom: 0.75rem; } }

/**
 * Tariffs list. Default
 */
@media (max-width: 763px) {
  .tariffs-list-def.row > *:not(:first-child) .tariff-def__seats {
    margin-top: 1.875rem; } }

@media (min-width: 764px) {
  .tariffs-list-def .tariff-def {
    height: 100%; } }

@media (max-width: 991px) {
  .tariffs-list-def {
    margin-bottom: 2.375rem; }
  h2 + .tariffs-list-def,
  .h2 + .tariffs-list-def {
    margin-top: 1.0625rem; }
  .tariffs-list-def_mini {
    margin-bottom: 1.4375rem; }
  .tariffs-list-def.row {
    margin-left: -10px;
    margin-right: -10px; }
  .tariffs-list-def.row > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem; }
  .tariffs-list-def.row > *:nth-child(2n+2) .tariff-def__desc {
    position: relative; }
  .tariffs-list-def.row > *:nth-child(2n+2) .tariff-def__desc::before {
    background-color: rgba(25, 25, 25, 0.2);
    bottom: 2.6875rem;
    content: '';
    display: block;
    left: -9px;
    position: absolute;
    top: -1.1875rem;
    width: 1px; }
  .tariffs-list-def.row > *:nth-child(2n+2) .tariff-def__desc_mini::before {
    bottom: 0.0625rem;
    top: -0.875rem; } }

@media (max-width: 763px) {
  h2 + .tariffs-list-def,
  .h2 + .tariffs-list-def {
    margin-top: 0.6875rem; }
  h2 + .tariffs-list-def_mini,
  .h2 + .tariffs-list-def_mini {
    margin-top: -0.3125rem; }
  .tariffs-list-def_mini {
    margin-bottom: 0.5rem; }
  .tariffs-list-def_mini > *::after {
    background-color: #191919;
    height: 1px;
    content: '';
    margin: 0 auto 0.4375rem;
    display: block;
    opacity: 0.2;
    width: 100px; }
  .tariffs-list-def.row > *:nth-child(2n+2) .tariff-def__desc::before,
  .tariffs-list-def.row > *:nth-child(2n+2) .tariff-def__desc_mini::before {
    content: normal; } }

@media (min-width: 992px) and (max-width: 1240px) {
  .tariffs-list-def {
    margin-bottom: 2.25rem; }
  .tariffs-list-def_mini {
    margin-bottom: 0.75rem; }
  h2 + .tariffs-list-def,
  .h2 + .tariffs-list-def {
    margin-top: 1.0625rem; }
  .tariffs-list-def.row {
    margin-left: -3px;
    margin-right: -3px; }
  .tariffs-list-def.row > * {
    padding-left: 3px;
    padding-right: 3px; }
  .tariffs-list-def.row > *:nth-child(4n+2) .tariff-def__desc, .tariffs-list-def.row > *:nth-child(4n+3) .tariff-def__desc, .tariffs-list-def.row > *:nth-child(4n+4) .tariff-def__desc {
    position: relative; }
  .tariffs-list-def.row > *:nth-child(4n+2) .tariff-def__desc::before, .tariffs-list-def.row > *:nth-child(4n+3) .tariff-def__desc::before, .tariffs-list-def.row > *:nth-child(4n+4) .tariff-def__desc::before {
    background-color: rgba(25, 25, 25, 0.2);
    bottom: 0;
    content: '';
    display: block;
    left: -3px;
    position: absolute;
    top: 0.25rem;
    width: 1px; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .tariffs-list-def {
    margin-bottom: 3.75rem; }
  .tariffs-list-def_mini {
    margin-bottom: 2rem; }
  h2 + .tariffs-list-def,
  .h2 + .tariffs-list-def {
    margin-top: 1.0625rem; }
  .tariffs-list-def.row {
    margin-left: -3px;
    margin-right: -3px; }
  .tariffs-list-def.row > * {
    padding-left: 3px;
    padding-right: 3px; }
  .tariffs-list-def.row > *:nth-child(4n+2) .tariff-def__desc, .tariffs-list-def.row > *:nth-child(4n+3) .tariff-def__desc, .tariffs-list-def.row > *:nth-child(4n+4) .tariff-def__desc {
    position: relative; }
  .tariffs-list-def.row > *:nth-child(4n+2) .tariff-def__desc::before, .tariffs-list-def.row > *:nth-child(4n+3) .tariff-def__desc::before, .tariffs-list-def.row > *:nth-child(4n+4) .tariff-def__desc::before {
    background-color: rgba(25, 25, 25, 0.2);
    bottom: 0;
    content: '';
    display: block;
    left: -3px;
    position: absolute;
    top: 0.25rem;
    width: 1px; } }

@media (min-width: 1781px) {
  .tariffs-list-def {
    margin-bottom: 4.625rem; }
  .tariffs-list-def_mini {
    margin-bottom: 2rem; }
  h2 + .tariffs-list-def,
  .h2 + .tariffs-list-def {
    margin-top: 1.6875rem; }
  .tariffs-list-def.row {
    margin-left: -3px;
    margin-right: -3px; }
  .tariffs-list-def.row > * {
    padding-left: 3px;
    padding-right: 3px; }
  .tariffs-list-def.row > *:nth-child(4n+2) .tariff-def__desc, .tariffs-list-def.row > *:nth-child(4n+3) .tariff-def__desc, .tariffs-list-def.row > *:nth-child(4n+4) .tariff-def__desc {
    position: relative; }
  .tariffs-list-def.row > *:nth-child(4n+2) .tariff-def__desc::before, .tariffs-list-def.row > *:nth-child(4n+3) .tariff-def__desc::before, .tariffs-list-def.row > *:nth-child(4n+4) .tariff-def__desc::before {
    background-color: rgba(25, 25, 25, 0.2);
    bottom: 0;
    content: '';
    display: block;
    left: -3px;
    position: absolute;
    top: 0.25rem;
    width: 1px; } }

/**
 * Tariff. Default
 */
.tariff-def__seats {
  color: #a2a2a2;
  font-size: 0.9375rem;
  letter-spacing: 0;
  margin-top: 0.375rem;
  text-align: center; }

.tariff-def__head {
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.085em;
  padding: 0.75rem 0.9375rem 0.6875rem;
  text-align: center;
  text-transform: uppercase; }

.tariff-def__desc {
  font-size: 1.0625rem;
  line-height: 1.41176; }
.tariff-def__desc ul p {
  margin-bottom: 1.375rem; }
.tariff-def__desc .small {
  font-size: 0.9375rem;
  line-height: 1.26667; }
.tariff-def__desc .prices-two:first-child {
  position: relative;
  top: -0.6875rem; }
.tariff-def__desc ul {
  margin-left: -5px;
  margin-right: -5px; }

@media (min-width: 764px) {
  .tariff-def {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tariff-def__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tariff-def__desc-bottom {
    margin-bottom: 0;
    margin-top: auto; } }

@media (max-width: 991px) {
  .tariff-def__seats {
    margin-bottom: 0.3125rem; }
  .tariff-def__desc {
    padding-left: 5px;
    padding-right: 5px; }
  .tariff-def__desc ul {
    margin-bottom: 1.125rem !important; }
  .tariff-def__desc ul p {
    margin-bottom: 1.375rem; }
  .tariff-def__desc .prices-two:first-child {
    margin-bottom: -0.4375rem; }
  .tariff-def__desc_mini {
    padding-bottom: 2.125rem; }
  .tariff-def__head + .tariff-def__desc {
    margin-top: 1.375rem; }
  .tariff-def__head + .tariff-def__desc_mini {
    margin-top: 0.875rem; } }

@media (max-width: 763px) {
  .tariff-def__seats {
    font-size: 0.875rem; }
  .tariff-def__head {
    margin-bottom: 0.625rem;
    padding: 0.875rem 0.9375rem 0.9375rem; }
  .tariff-def__desc {
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0; }
  .tariff-def__desc ul {
    margin-left: 0;
    margin-right: 0; }
  .tariff-def__desc_mini {
    padding-bottom: 1.0625rem; }
  .tariff-def__head + .tariff-def__desc {
    margin-top: 0; }
  .tariff-def__head + .tariff-def__desc_mini {
    margin-top: 0.875rem; } }

@media (min-width: 764px) and (max-width: 991px) {
  .tariff-def__desc {
    padding-bottom: 2.9375rem; }
  .tariff-def__desc_mini {
    padding-bottom: 2rem; }
  .tariff-def__head {
    padding: 0.875rem 0.9375rem 0.9375rem; } }

@media (min-width: 992px) and (max-width: 1240px) {
  .tariff-def__seats {
    margin-bottom: 0.3125rem; }
  .tariff-def__desc {
    font-size: 1.1875rem;
    line-height: 1.36842;
    padding-bottom: 2.25rem;
    padding-left: 10px;
    padding-right: 10px; }
  .tariff-def__desc .prices-two:first-child {
    margin-bottom: 0.375rem; }
  .tariff-def__head + .tariff-def__desc {
    margin-top: 1.125rem; } }

@media (min-width: 1521px) and (max-width: 1780px) {
  .tariff-def__seats {
    font-size: 1.0625rem;
    margin-bottom: 0.3125rem; }
  .tariff-def__head {
    padding: 0.875rem 0.9375rem 0.9375rem; }
  .tariff-def__desc {
    font-size: 1.1875rem;
    line-height: 1.36842;
    padding-bottom: 1.375rem;
    padding-left: 10px;
    padding-right: 10px; }
  .tariff-def__desc .small {
    font-size: 1.0625rem;
    line-height: 1.23529; }
  .tariff-def__desc .prices-two:first-child {
    margin-bottom: 0.375rem; }
  .tariff-def__head + .tariff-def__desc {
    margin-top: 1.125rem; } }

@media (min-width: 1781px) {
  .tariff-def__seats {
    font-size: 1.1875rem;
    margin-bottom: 0.3125rem; }
  .tariff-def__head {
    padding: 0.875rem 0.9375rem 0.9375rem; }
  .tariff-def__desc {
    font-size: 1.3125rem;
    line-height: 1.33333;
    padding-bottom: 0.625rem;
    padding-left: 10px;
    padding-right: 10px; }
  .tariff-def__desc .small {
    font-size: 1.1875rem;
    line-height: 1.21053; }
  .tariff-def__desc .prices-two:first-child {
    margin-bottom: 0.375rem; }
  .tariff-def__head + .tariff-def__desc {
    margin-top: 1.125rem; } }

/**
 * Contacts. Default
 */
.contact-def {
  margin-bottom: 2.8125rem; }
@media (max-width: 763px) {
  .contact-def {
    margin-bottom: 0.625rem; } }
@media (min-width: 764px) and (max-width: 991px) {
  * + .contact-def {
    margin-top: 1.25rem; }
  .contact-def.alert {
    padding: 0.875rem 3.5rem 1.25rem 1.625rem; } }
@media (min-width: 992px) {
  * + .contact-def {
    margin-top: 2.125rem; }
  .contact-def.alert {
    padding: 1.75rem 3.5rem 1.25rem 1.875rem; } }

/**
 * ----------------------------------------
 * Content
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * Sections
 * ----------------------------------------
 */
/**
 * Common
 */
html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

/**
 * Page. Wrapper
 */
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }

/**
 * Header
 */
.header {
  /*@media (min-width: $t-screen-sm) and (max-width: ($t-screen-md - 1px)) {
    &__menu {
      left: 19px;
      right: 19px;
    }
  }*/ }
.header__top {
  background: #b27936 url("../images/bg.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
.header__top .container,
.header__top .container-fluid,
.header__top .container-sm,
.header__top .container-md,
.header__top .container-lg,
.header__top .container-xl,
.header__top .container-xxl,
.header__top .container-xxxl {
  max-width: 1227px; }
.header__panel {
  background: #b37f44 url("../images/bg-menu.jpg") 50% 50% repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%; }
.header__panel .container,
.header__panel .container-fluid,
.header__panel .container-sm,
.header__panel .container-md,
.header__panel .container-lg,
.header__panel .container-xl,
.header__panel .container-xxl,
.header__panel .container-xxxl {
  max-width: 1722px; }
* + .header__panel {
  border-top: 1px solid #b78955; }
.header__panel .navbar-toggler {
  left: -0.0625rem;
  position: relative; }
.header__filter {
  display: none;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase; }
.header__filter a {
  text-decoration: none; }
.header__add {
  display: none;
  min-width: 2.5rem; }
@media (max-width: 763px) {
  .header__menu {
    border-bottom: 1px solid #a88058;
    -webkit-box-shadow: 0 0.6875rem 1.875rem 0 rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 0.6875rem 1.875rem 0 rgba(0, 0, 0, 0.57);
    box-shadow: 0 0.6875rem 1.875rem 0 rgba(0, 0, 0, 0.57);
    padding: 1.125rem 23px 1.3125rem;
    background-color: #e1e1c7;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
    top: 100%; }
  .header__menu .menu-header {
    margin-right: 74px; }
  .header__menu-close {
    display: block;
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1000; }
  .header__menu-close a {
    display: block;
    height: 52px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 52px; }
  .header__menu-close a::before, .header__menu-close a::after {
    background-color: #555;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .header__menu-close a::before {
    height: 100%;
    width: 1px; }
  .header__menu-close a::after {
    height: 1px;
    width: 100%; } }
@media (min-width: 764px) {
  .header__menu-close {
    display: none; } }
@media (max-width: 575px) {
  .header {
    z-index: 1000; }
  .header__top {
    padding-bottom: 0.6rem;
    padding-top: 0.6875rem; }
  .header__top .feature-def {
    margin-left: 0rem; }
  .header__panel.navbar {
    padding-bottom: 0.3125rem;
    padding-top: 0.1875rem; }
  .header__filter, .header__add {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0; } }
@media (min-width: 576px) and (max-width: 763px) {
  .header__top {
    padding-bottom: 0.7rem;
    padding-top: 1.375rem; }
  .header__top .feature-def {
    margin-left: 0.6875rem; }
  .header__panel.navbar {
    padding-bottom: 0.3125rem;
    padding-top: 0.1875rem; }
  .header__filter, .header__add {
    display: block;
    margin-bottom: 0; } }
@media (min-width: 764px) and (max-width: 991px) {
  .header__top {
    padding-bottom: 0.8rem;
    padding-top: 1.75rem; }
  .header__top .feature-def {
    margin-left: 1.375rem; }
  .header__top .banner-header {
    margin-right: -0.375rem; }
  .header__panel.navbar {
    padding-bottom: 0.25rem;
    padding-top: 0.5rem; }
  .header__panel .menu-header {
    margin-left: 0;
    margin-right: 0.75rem;
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1240px) {
  .header__top {
    padding-bottom: 0.9rem;
    padding-top: 2.00rem; }
  .header__top .feature-def {
    margin-left: 0.6875rem; }
  .header__panel.navbar {
    padding-bottom: 0.5rem;
    padding-top: 0.625rem; }
  .header__panel .menu-header {
    margin-left: 0.125rem;
    margin-right: 10rem;
    width: 100%; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .header__top {
    padding-bottom: 1rem;
    padding-top: 2.25rem; }
  .header__top > .container,
  .header__top > .container-fluid,
  .header__top > .container-sm,
  .header__top > .container-md,
  .header__top > .container-lg,
  .header__top > .container-xl,
  .header__top > .container-xxl,
  .header__top > .container-xxxl {
    padding-left: 30px;
    padding-right: 30px; }
  .header__panel .menu-header {
    margin-left: 0.25rem;
    margin-right: 30rem;
    width: 100%; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .header__top {
    padding-bottom: 1rem;
    padding-top: 2.50rem; }
  .header__top .feature-def {
    margin-left: 0.625rem; }
  .header__top > .container,
  .header__top > .container-fluid,
  .header__top > .container-sm,
  .header__top > .container-md,
  .header__top > .container-lg,
  .header__top > .container-xl,
  .header__top > .container-xxl,
  .header__top > .container-xxxl {
    padding-right: 18px; }
  .header__panel.navbar {
    padding-bottom: 0.8125rem;
    padding-top: 0.875rem; }
  .header__panel .menu-header {
    margin-left: 0.75rem;
    margin-right: 35rem;
    width: 100%; } }
@media (min-width: 1781px) {
  .header__top {
    padding-bottom: 3.25rem;
    padding-top: 2.75rem; }
  .header__top .container,
  .header__top .container-fluid,
  .header__top .container-sm,
  .header__top .container-md,
  .header__top .container-lg,
  .header__top .container-xl,
  .header__top .container-xxl,
  .header__top .container-xxxl {
    max-width: 1490px; }
  .header__top .feature-def {
    margin-left: 2rem; }
  .header__top .banner-header {
    margin-right: 2.375rem; }
  .header__panel.navbar {
    padding-bottom: 0.8125rem;
    padding-top: 0.5rem; }
  .header__panel .menu-header {
    margin-left: 0.25rem;
    margin-right: 40rem;
    width: 100%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header__top {
    background-image: url("../images/bg@2x.jpg"); }
  .header__panel {
    background-image: url("../images/bg-menu@2x.jpg"); } }

/**
 * Logo. Header
 */
.logo-header {
  margin-left: 12%;
  margin-right: auto;
  text-align: center; }
.logo-header a {
  color: inherit;
  text-decoration: none; }
@media (max-width: 575px) {
  .logo-header {
    margin-left: 0%;
    margin-bottom: 0.75rem; }
  .logo-header img {
    height: auto;
    max-width: 140px; } }
@media (min-width: 576px) and (max-width: 763px) {
  .logo-header {
    margin-left: 0%;
    margin-bottom: 1.25rem; }
  .logo-header img {
    height: auto;
    max-width: 280px; } }
@media (min-width: 764px) and (max-width: 991px) {
  .logo-header {
    margin-bottom: 3rem; }
  .logo-header img {
    height: auto;
    max-width: 346px; } }
@media (min-width: 992px) and (max-width: 1240px) {
  .logo-header {
    margin-bottom: 2.6875rem; }
  .logo-header img {
    height: auto;
    max-width: 432px; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .logo-header {
    margin-bottom: 3.25rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .logo-header {
    margin-bottom: 2.625rem; } }
@media (min-width: 1781px) {
  .logo-header {
    margin-bottom: 3.375rem; }
  .logo-header img {
    height: auto;
    max-width: 520px; } }

/**
 * Feature. Default
 */
.feature-def {
  color: #204aa8;
  letter-spacing: 0;
  position: relative;
  -webkit-text-stroke: 2px #fffde9;
  -moz-text-stroke: 2px #fffde9;
  text-stroke: 2px #fffde9; }
.feature-def::after {
  color: inherit;
  content: attr(title);
  left: 0;
  right: 0;
  position: absolute;
  -webkit-text-stroke: 0;
  -moz-text-stroke: 0;
  text-stroke: 0; }
@media (max-width: 763px) {
  .feature-def {
    font-size: 0.75rem;
    margin-bottom: -0.0625rem; } }
@media (max-width: 575px) {
  .feature-def {
    font-size: 0.625rem;
    margin-bottom: 0;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    text-stroke-width: 2px; } }
@media (min-width: 576px) and (max-width: 763px) {
  .feature-def {
    font-size: 0.875rem;
    margin-bottom: 0.0625rem;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    text-stroke-width: 2px; } }
@media (min-width: 764px) and (max-width: 991px) {
  .feature-def {
    font-size: 1.125rem;
    margin-bottom: 0.1875rem; } }
@media (min-width: 992px) and (max-width: 1240px) {
  .feature-def {
    font-size: 1.25rem;
    margin-bottom: 0.4375rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .feature-def {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
  .feature-def::before {
    left: 1.3125rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .feature-def {
    font-size: 1.6875rem;
    margin-bottom: 0.3125rem; } }
@media (min-width: 1781px) {
  .feature-def {
    font-size: 1.6875rem;
    margin-bottom: 0.375rem; } }

/**
 * Search icon. Header
 */
@media (max-width: 575px) {
  .search-icon-header .icon-1x {
    font-size: 36px;
    height: 1em;
    line-height: 1em;
    width: 1.25em; }
  .search-icon-header .icon-circle.icon-stack-2x {
    font-size: 1em; }
  .search-icon-header .icon-search.icon-stack-1x {
    font-size: 0.5em;
    line-height: 2; } }

/**
 * Main. Wrapper
 */
.main-wrapper {
  position: relative; }
.main-wrapper::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0fcfc), to(#c7eff7));
  background: -webkit-linear-gradient(bottom, #f0fcfc 0%, #c7eff7 100%);
  background: -moz-linear-gradient(bottom, #f0fcfc 0%, #c7eff7 100%);
  background: -o-linear-gradient(bottom, #f0fcfc 0%, #c7eff7 100%);
  background: linear-gradient(0deg, #f0fcfc 0%, #c7eff7 100%);
  content: '';
  display: block;
  min-height: 676px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
.main-wrapper > .container,
.main-wrapper > .container-fluid,
.main-wrapper > .container-sm,
.main-wrapper > .container-md,
.main-wrapper > .container-lg,
.main-wrapper > .container-xl,
.main-wrapper > .container-xxl,
.main-wrapper > .container-xxxl {
  background-color: #e1e1c7;
  border-bottom: 1px solid #8ddfef;
  border-left: 1px solid #8ddfef;
  border-right: 1px solid #8ddfef;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 1722px;
  position: relative;
  z-index: 2; }
.main-wrapper > .container::after,
.main-wrapper > .container-fluid::after,
.main-wrapper > .container-sm::after,
.main-wrapper > .container-md::after,
.main-wrapper > .container-lg::after,
.main-wrapper > .container-xl::after,
.main-wrapper > .container-xxl::after,
.main-wrapper > .container-xxxl::after {
  display: block;
  clear: both;
  content: ''; }
@media (max-width: 763px) {
  .main-wrapper > .container,
  .main-wrapper > .container-fluid,
  .main-wrapper > .container-sm,
  .main-wrapper > .container-md,
  .main-wrapper > .container-lg,
  .main-wrapper > .container-xl,
  .main-wrapper > .container-xxl,
  .main-wrapper > .container-xxxl {
    padding-bottom: 4.125rem;
    padding-top: 0.9375rem; } }
@media (min-width: 576px) and (max-width: 763px) {
  .main-wrapper {
    padding-left: 19px;
    padding-right: 19px; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .main-wrapper {
    padding-left: 19px;
    padding-right: 19px; }
  .main-wrapper > .container,
  .main-wrapper > .container-fluid,
  .main-wrapper > .container-sm,
  .main-wrapper > .container-md,
  .main-wrapper > .container-lg,
  .main-wrapper > .container-xl,
  .main-wrapper > .container-xxl,
  .main-wrapper > .container-xxxl {
    padding: 1.5625rem 19px 3.125rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .main-wrapper > .container,
  .main-wrapper > .container-fluid,
  .main-wrapper > .container-sm,
  .main-wrapper > .container-md,
  .main-wrapper > .container-lg,
  .main-wrapper > .container-xl,
  .main-wrapper > .container-xxl,
  .main-wrapper > .container-xxxl {
    padding: 1.5625rem 0 1.5625rem 30px; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .main-wrapper > .container,
  .main-wrapper > .container-fluid,
  .main-wrapper > .container-sm,
  .main-wrapper > .container-md,
  .main-wrapper > .container-lg,
  .main-wrapper > .container-xl,
  .main-wrapper > .container-xxl,
  .main-wrapper > .container-xxxl {
    padding: 1.875rem 0 1.875rem 33px; } }
@media (min-width: 1781px) {
  .main-wrapper > .container,
  .main-wrapper > .container-fluid,
  .main-wrapper > .container-sm,
  .main-wrapper > .container-md,
  .main-wrapper > .container-lg,
  .main-wrapper > .container-xl,
  .main-wrapper > .container-xxl,
  .main-wrapper > .container-xxxl {
    padding: 1.8125rem 0 1.8125rem 27px; } }

/**
 * Main filter
 */
.main-filter {
  position: relative;
  z-index: 2; }
@media (max-width: 763px) {
  .main-filter {
    background-color: #e1e1c7;
    border-bottom: 1px solid #a88058;
    -webkit-box-shadow: 0 0.6875rem 1.875rem 0 rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 0.6875rem 1.875rem 0 rgba(0, 0, 0, 0.57);
    box-shadow: 0 0.6875rem 1.875rem 0 rgba(0, 0, 0, 0.57);
    left: 0;
    padding: 1.1875rem 23px 2.75rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000; }
  .main-filter .title-block {
    display: none; } }
@media (max-width: 763px) {
  .main-filter {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: -webkit-calc(100vh - 3.625rem);
    max-height: -moz-calc(100vh - 3.625rem);
    max-height: calc(100vh - 3.625rem); } }
@media (min-width: 764px) {
  .main-filter {
    position: relative !important;
    top: auto !important; } }
@media (min-width: 764px) {
  .main-filter {
    display: block !important; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .main-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1.25rem; }
  .main-filter.col {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .main-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.9%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 26.9%;
    flex: 0 0 26.9%;
    float: right;
    max-width: 26.9%;
    padding-top: 1.6875rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .main-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.3%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 24.3%;
    flex: 0 0 24.3%;
    float: right;
    max-width: 24.3%;
    padding-top: 3.25rem; } }
@media (min-width: 1781px) {
  .main-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.3%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 24.3%;
    flex: 0 0 24.3%;
    float: right;
    max-width: 24.3%;
    padding-top: 2.1875rem; } }

/**
 * Main content
 */
.main-content {
  background-color: #f3f7e9;
  -webkit-box-shadow: 0 0 0 1px #a88058;
  -moz-box-shadow: 0 0 0 1px #a88058;
  box-shadow: 0 0 0 1px #a88058;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  z-index: 2;
  /*img:not(.img-def_wo-margin) {
    height: auto;
    margin-bottom: rem(29px) !important;
    width: 100%;
    width: calc(100% + 13px);
  }*/ }
@media (max-width: 763px) {
  .main-content {
    padding-bottom: 1.125rem;
    padding-top: 1.125rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .main-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 2.875rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .main-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 72.9%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 72.9%;
    flex: 0 0 72.9%;
    float: left;
    max-width: 72.9%;
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .main-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75.5%;
    flex: 0 0 75.5%;
    float: left;
    max-width: 75.5%;
    padding: 3.25rem 38px; } }
@media (min-width: 1781px) {
  .main-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75.5%;
    flex: 0 0 75.5%;
    float: left;
    max-width: 75.5%;
    padding: 2.375rem 32px; } }

/**
 * Main side
 */
.main-side {
  position: relative;
  z-index: 2; }
@media (max-width: 763px) {
  .main-side {
    padding-top: 1.75rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .main-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 2.5rem; }
  .main-side.col {
    padding-left: 0;
    padding-right: 0; }
  .main-side .title-block {
    margin-bottom: 1.25rem; }
  .main-side .news-list {
    margin-left: 0.4375rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .main-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27.1%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 27.1%;
    flex: 0 0 27.1%;
    float: right;
    max-width: 27.1%;
    padding: 1.875rem 26px; }
  .main-filter ~ .main-side {
    padding-top: 5.125rem; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .main-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    float: right;
    max-width: 24.5%;
    padding: 1.875rem 32px; }
  .main-filter ~ .main-side {
    padding-top: 4rem; } }
@media (min-width: 1781px) {
  .main-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    float: right;
    max-width: 24.5%;
    padding: 1.875rem 32px; }
  .main-filter ~ .main-side {
    padding-top: 5.375rem; } }

/**
 * Footer
 */
.footer {
  background-color: #3e51a2;
  color: #fff;
  /*@media (min-width: $t-screen-lg) and (max-width: ($t-screen-xl - 1px)) {
    padding-bottom: rem(75px);
    padding-top: rem(36px);

    > .container {
      padding-left: ($grid-gutter-width / 2 + 5px);
      padding-right: ($grid-gutter-width / 2 + 190px);

      > .row {
        justify-content: space-between;
      }
    }

    !*&__copy {
      flex: 0 0 33.5%;
      max-width: 33.5%;
    }

    &__clients {
      flex: 0 0 30%;
      max-width: 30%;
    }

    &__owner {
      flex: 0 0 30%;
      max-width: 30%;
    }*!
    &__copy,
    &__clients,
    &__owner {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  }*/ }
.footer > .container-fluid, .footer > .container-sm, .footer > .container-md, .footer > .container-lg, .footer > .container-xl, .footer > .container-xxl, .footer > .container-xxxl {
  max-width: 1722px; }
.footer a:not(:hover) {
  color: #fff; }
@media (max-width: 575px) {
  .footer {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    text-align: left; }
  .footer__copy.col-auto, .footer__clients.col-auto, .footer__owner.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  * + .footer__copy.col-auto, * + .footer__clients.col-auto, * + .footer__owner.col-auto {
    margin-top: 2.125rem; } }
@media (min-width: 576px) and (max-width: 763px) {
  .footer {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    text-align: left; }
  .footer__copy.col-auto, .footer__clients.col-auto, .footer__owner.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  * + .footer__copy.col-auto, * + .footer__clients.col-auto, * + .footer__owner.col-auto {
    margin-top: 2.125rem; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .footer {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem; }
  .footer > .container {
    padding-left: 20px;
    padding-right: 50px; }
  .footer > .container > .row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .footer__copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer__clients {
    margin-left: 7.875rem; }
  * + .footer__clients {
    margin-top: 1.9375rem; }
  .footer__owner {
    margin-right: 4.375rem;
    margin-left: auto; }
  * + * + .footer__owner {
    margin-top: 1.9375rem; } }
@media (min-width: 1241px) and (max-width: 1520px) {
  .footer {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
    /*&__copy,
    &__clients,
    &__owner {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }*/ }
  .footer > .container-fluid, .footer > .container-sm, .footer > .container-md, .footer > .container-lg, .footer > .container-xl, .footer > .container-xxl, .footer > .container-xxxl {
    padding-left: 53px; }
  .footer > .container {
    padding-left: 20px;
    padding-right: 360px; }
  .footer > .container > .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%; }
  .footer__clients {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%; }
  .footer__owner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .footer {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    /*&__copy,
    &__clients,
    &__owner {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }*/ }
  .footer > .container-fluid, .footer > .container-sm, .footer > .container-md, .footer > .container-lg, .footer > .container-xl, .footer > .container-xxl, .footer > .container-xxxl {
    padding-left: 65px; }
  .footer > .container {
    padding-left: 20px;
    padding-right: 360px; }
  .footer > .container > .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%; }
  .footer__clients {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .footer__owner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; } }
@media (min-width: 1781px) {
  .footer {
    padding-bottom: 3.375rem;
    padding-top: 3.375rem;
    /*&__copy,
    &__clients,
    &__owner {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }*/ }
  .footer > .container-fluid, .footer > .container-sm, .footer > .container-md, .footer > .container-lg, .footer > .container-xl, .footer > .container-xxl, .footer > .container-xxxl {
    padding-left: 33px; }
  .footer > .container {
    padding-left: 20px;
    padding-right: 360px; }
  .footer > .container > .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 26.25%;
    flex: 0 0 26.25%;
    max-width: 26.25%; }
  .footer__clients {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25.25%;
    flex: 0 0 25.25%;
    max-width: 25.25%; }
  .footer__owner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25.25%;
    flex: 0 0 25.25%;
    max-width: 25.25%; } }

/**
 * Copy. Default
 */
.copy-def {
  letter-spacing: 0;
  line-height: 1.77778; }
.copy-def b {
  font-weight: inherit; }
@media (max-width: 575px) {
  .copy-def {
    font-size: 0.9375rem;
    line-height: 1.53333; }
  .copy-def br {
    display: none; } }
@media (min-width: 576px) and (max-width: 763px) {
  .copy-def {
    font-size: 1.0625rem;
    line-height: 1.35295; }
  .copy-def br {
    display: none; } }
@media (min-width: 764px) and (max-width: 1240px) {
  .copy-def {
    text-align: center; }
  .copy-def br {
    display: none; } }
@media (min-width: 1521px) and (max-width: 1780px) {
  .copy-def {
    line-height: 2; }
  .copy-def br {
    display: none; } }
@media (min-width: 1781px) {
  .copy-def {
    line-height: 1.95652; }
  .copy-def br {
    display: none; } }
