@charset "UTF-8";

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-max: 1660px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-max,
.col-max-auto,
.col-max-12,
.col-max-11,
.col-max-10,
.col-max-9,
.col-max-8,
.col-max-7,
.col-max-6,
.col-max-5,
.col-max-4,
.col-max-3,
.col-max-2,
.col-max-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1660px) {
  .col-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-max-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-max-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-max-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-max-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-max-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-max-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-max-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-max-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-max-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-max-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-max-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-max-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-max-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-max-first {
    order: -1;
  }

  .order-max-last {
    order: 13;
  }

  .order-max-0 {
    order: 0;
  }

  .order-max-1 {
    order: 1;
  }

  .order-max-2 {
    order: 2;
  }

  .order-max-3 {
    order: 3;
  }

  .order-max-4 {
    order: 4;
  }

  .order-max-5 {
    order: 5;
  }

  .order-max-6 {
    order: 6;
  }

  .order-max-7 {
    order: 7;
  }

  .order-max-8 {
    order: 8;
  }

  .order-max-9 {
    order: 9;
  }

  .order-max-10 {
    order: 10;
  }

  .order-max-11 {
    order: 11;
  }

  .order-max-12 {
    order: 12;
  }

  .offset-max-0 {
    margin-left: 0;
  }

  .offset-max-1 {
    margin-left: 8.3333333333%;
  }

  .offset-max-2 {
    margin-left: 16.6666666667%;
  }

  .offset-max-3 {
    margin-left: 25%;
  }

  .offset-max-4 {
    margin-left: 33.3333333333%;
  }

  .offset-max-5 {
    margin-left: 41.6666666667%;
  }

  .offset-max-6 {
    margin-left: 50%;
  }

  .offset-max-7 {
    margin-left: 58.3333333333%;
  }

  .offset-max-8 {
    margin-left: 66.6666666667%;
  }

  .offset-max-9 {
    margin-left: 75%;
  }

  .offset-max-10 {
    margin-left: 83.3333333333%;
  }

  .offset-max-11 {
    margin-left: 91.6666666667%;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

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

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

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

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

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

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

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

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1659.98px) {
  .navbar-expand-max > .container,
  .navbar-expand-max > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1660px) {
  .navbar-expand-max {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-max .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-max .navbar-nav .dropdown-menu {
    position: absolute;
  }

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

  .navbar-expand-max .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-max > .container,
  .navbar-expand-max > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-max .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-max .navbar-toggler {
    display: none;
  }

  .navbar-expand-max .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1660px) {
  .d-max-none {
    display: none !important;
  }

  .d-max-inline {
    display: inline !important;
  }

  .d-max-inline-block {
    display: inline-block !important;
  }

  .d-max-block {
    display: block !important;
  }

  .d-max-table {
    display: table !important;
  }

  .d-max-table-row {
    display: table-row !important;
  }

  .d-max-table-cell {
    display: table-cell !important;
  }

  .d-max-flex {
    display: flex !important;
  }

  .d-max-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1660px) {
  .flex-max-row {
    flex-direction: row !important;
  }

  .flex-max-column {
    flex-direction: column !important;
  }

  .flex-max-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-max-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-max-wrap {
    flex-wrap: wrap !important;
  }

  .flex-max-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-max-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-max-start {
    justify-content: flex-start !important;
  }

  .justify-content-max-end {
    justify-content: flex-end !important;
  }

  .justify-content-max-center {
    justify-content: center !important;
  }

  .justify-content-max-between {
    justify-content: space-between !important;
  }

  .justify-content-max-around {
    justify-content: space-around !important;
  }

  .align-items-max-start {
    align-items: flex-start !important;
  }

  .align-items-max-end {
    align-items: flex-end !important;
  }

  .align-items-max-center {
    align-items: center !important;
  }

  .align-items-max-baseline {
    align-items: baseline !important;
  }

  .align-items-max-stretch {
    align-items: stretch !important;
  }

  .align-content-max-start {
    align-content: flex-start !important;
  }

  .align-content-max-end {
    align-content: flex-end !important;
  }

  .align-content-max-center {
    align-content: center !important;
  }

  .align-content-max-between {
    align-content: space-between !important;
  }

  .align-content-max-around {
    align-content: space-around !important;
  }

  .align-content-max-stretch {
    align-content: stretch !important;
  }

  .align-self-max-auto {
    align-self: auto !important;
  }

  .align-self-max-start {
    align-self: flex-start !important;
  }

  .align-self-max-end {
    align-self: flex-end !important;
  }

  .align-self-max-center {
    align-self: center !important;
  }

  .align-self-max-baseline {
    align-self: baseline !important;
  }

  .align-self-max-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

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

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

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

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

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

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

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

  .float-max-right {
    float: right !important;
  }

  .float-max-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.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.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .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.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .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: 1660px) {
  .m-max-0 {
    margin: 0 !important;
  }

  .mt-max-0,
  .my-max-0 {
    margin-top: 0 !important;
  }

  .mr-max-0,
  .mx-max-0 {
    margin-right: 0 !important;
  }

  .mb-max-0,
  .my-max-0 {
    margin-bottom: 0 !important;
  }

  .ml-max-0,
  .mx-max-0 {
    margin-left: 0 !important;
  }

  .m-max-1 {
    margin: 0.25rem !important;
  }

  .mt-max-1,
  .my-max-1 {
    margin-top: 0.25rem !important;
  }

  .mr-max-1,
  .mx-max-1 {
    margin-right: 0.25rem !important;
  }

  .mb-max-1,
  .my-max-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-max-1,
  .mx-max-1 {
    margin-left: 0.25rem !important;
  }

  .m-max-2 {
    margin: 0.5rem !important;
  }

  .mt-max-2,
  .my-max-2 {
    margin-top: 0.5rem !important;
  }

  .mr-max-2,
  .mx-max-2 {
    margin-right: 0.5rem !important;
  }

  .mb-max-2,
  .my-max-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-max-2,
  .mx-max-2 {
    margin-left: 0.5rem !important;
  }

  .m-max-3 {
    margin: 1rem !important;
  }

  .mt-max-3,
  .my-max-3 {
    margin-top: 1rem !important;
  }

  .mr-max-3,
  .mx-max-3 {
    margin-right: 1rem !important;
  }

  .mb-max-3,
  .my-max-3 {
    margin-bottom: 1rem !important;
  }

  .ml-max-3,
  .mx-max-3 {
    margin-left: 1rem !important;
  }

  .m-max-4 {
    margin: 1.5rem !important;
  }

  .mt-max-4,
  .my-max-4 {
    margin-top: 1.5rem !important;
  }

  .mr-max-4,
  .mx-max-4 {
    margin-right: 1.5rem !important;
  }

  .mb-max-4,
  .my-max-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-max-4,
  .mx-max-4 {
    margin-left: 1.5rem !important;
  }

  .m-max-5 {
    margin: 3rem !important;
  }

  .mt-max-5,
  .my-max-5 {
    margin-top: 3rem !important;
  }

  .mr-max-5,
  .mx-max-5 {
    margin-right: 3rem !important;
  }

  .mb-max-5,
  .my-max-5 {
    margin-bottom: 3rem !important;
  }

  .ml-max-5,
  .mx-max-5 {
    margin-left: 3rem !important;
  }

  .p-max-0 {
    padding: 0 !important;
  }

  .pt-max-0,
  .py-max-0 {
    padding-top: 0 !important;
  }

  .pr-max-0,
  .px-max-0 {
    padding-right: 0 !important;
  }

  .pb-max-0,
  .py-max-0 {
    padding-bottom: 0 !important;
  }

  .pl-max-0,
  .px-max-0 {
    padding-left: 0 !important;
  }

  .p-max-1 {
    padding: 0.25rem !important;
  }

  .pt-max-1,
  .py-max-1 {
    padding-top: 0.25rem !important;
  }

  .pr-max-1,
  .px-max-1 {
    padding-right: 0.25rem !important;
  }

  .pb-max-1,
  .py-max-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-max-1,
  .px-max-1 {
    padding-left: 0.25rem !important;
  }

  .p-max-2 {
    padding: 0.5rem !important;
  }

  .pt-max-2,
  .py-max-2 {
    padding-top: 0.5rem !important;
  }

  .pr-max-2,
  .px-max-2 {
    padding-right: 0.5rem !important;
  }

  .pb-max-2,
  .py-max-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-max-2,
  .px-max-2 {
    padding-left: 0.5rem !important;
  }

  .p-max-3 {
    padding: 1rem !important;
  }

  .pt-max-3,
  .py-max-3 {
    padding-top: 1rem !important;
  }

  .pr-max-3,
  .px-max-3 {
    padding-right: 1rem !important;
  }

  .pb-max-3,
  .py-max-3 {
    padding-bottom: 1rem !important;
  }

  .pl-max-3,
  .px-max-3 {
    padding-left: 1rem !important;
  }

  .p-max-4 {
    padding: 1.5rem !important;
  }

  .pt-max-4,
  .py-max-4 {
    padding-top: 1.5rem !important;
  }

  .pr-max-4,
  .px-max-4 {
    padding-right: 1.5rem !important;
  }

  .pb-max-4,
  .py-max-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-max-4,
  .px-max-4 {
    padding-left: 1.5rem !important;
  }

  .p-max-5 {
    padding: 3rem !important;
  }

  .pt-max-5,
  .py-max-5 {
    padding-top: 3rem !important;
  }

  .pr-max-5,
  .px-max-5 {
    padding-right: 3rem !important;
  }

  .pb-max-5,
  .py-max-5 {
    padding-bottom: 3rem !important;
  }

  .pl-max-5,
  .px-max-5 {
    padding-left: 3rem !important;
  }

  .m-max-auto {
    margin: auto !important;
  }

  .mt-max-auto,
  .my-max-auto {
    margin-top: auto !important;
  }

  .mr-max-auto,
  .mx-max-auto {
    margin-right: auto !important;
  }

  .mb-max-auto,
  .my-max-auto {
    margin-bottom: auto !important;
  }

  .ml-max-auto,
  .mx-max-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1660px) {
  .text-max-left {
    text-align: left !important;
  }

  .text-max-right {
    text-align: right !important;
  }

  .text-max-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*
$tablet-widths: ~"(max-width: 1230px)";
$mobil-widths: ~"(max-width: 767px)";

$desktop-widths-only: ~"(min-width: 1230px)";
*/

* {
  box-sizing: border-box;
  font-family: "Proxima Nova", sans-serif;
  color: #282828;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

b,
i,
span,
strong {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

body,
html {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #282828;
}

body {
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
}

p {
  margin: 0;
  padding: 0;
}

button,
button:hover,
button:focus,
button:active {
  border: none;
  outline: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

tbody {
  width: 100%;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.pages-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px 0 40px;
}

@media (max-width: 991.98px) {
  .pages-top {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .pages-top {
    padding-bottom: 20px;
  }
}

.title-block {
  display: block;
  padding: 0 20px 0 0;
  margin: 0;
  font-size: 97px;
  line-height: 1;
  color: currentColor;
  position: relative;
}

.title-block:after {
  content: "";
  display: block;
  width: 45px;
  height: 5px;
  background-color: #003a73;
  position: absolute;
  bottom: 5px;
  left: 3px;
}

.title-block._documents:after {
  bottom: -2px;
}

.title-block._search:after {
  bottom: -8px;
}

@media (max-width: 1659.98px) {
  .title-block {
    font-size: 6vw;
    line-height: 1.2;
  }

  .title-block:after {
    width: 3vw;
    bottom: 0.75vw;
  }

  .title-block._documents:after {
    width: 3.25vw;
    bottom: 0.25vw;
    left: 0;
  }

  .title-block._search:after {
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .title-block {
    font-size: 41px;
  }

  .title-block:after {
    width: 17px;
    height: 3px;
  }

  .title-block._documents:after {
    width: 22px;
    bottom: 2px;
    left: 0;
  }

  .title-block._search:after {
    width: 22px;
    top: 1.2em;
    bottom: auto;
    left: 0;
  }
}

.hidden {
  display: none !important;
}

.link {
  display: inline-block;
  color: #003a73;
  outline: none !important;
  cursor: pointer;
}

.link:hover,
.link:active,
.link.active {
  color: #003a73;
  text-decoration: underline;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.no-bg {
  background-image: none;
  background-color: #ffffff;
}

.nowrap {
  white-space: nowrap !important;
}

.bg-1 {
  display: block;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg-main.jpg");
}

@media (min-width: 1660px) {
  .bg-1 {
    height: 662px;
  }
}

@media (max-width: 575.98px) {
  .bg-1 {
    height: 170px;
  }
}

.bg-main {
  background-color: #fff;
}

.bg-footer {
  display: block;
  width: 100%;
  background-color: #eeeeee;
}

.bg-results-slider {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.modal-backdrop {
  opacity: 0 !important;
}

.modal.fade.show {
  background-color: rgba(255, 255, 255, 0.5);
}

.modal-dialog {
  max-width: 430px;
}

@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 95% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.modal-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 10px 58px 5px rgba(0, 0, 0, 0.23);
  border: none;
}

.modal-header {
  border: none;
  padding: 0;
  border-radius: 0 !important;
}

.modal-header .close {
  display: none;
}

input.user-input {
  display: inline-flex;
  width: 100%;
  align-items: center;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none;
  height: 60px;
  padding: 0 30px;
  margin: 0;
  outline: none;
  font-size: 16px;
  color: currentColor;
  font-weight: 300;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s ease all;
}

input.user-input:active,
input.user-input:focus {
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  input.user-input {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
}

input.user-input:-webkit-autofill {
  background-color: #ffffff !important;
  color: currentColor !important;
}

textarea.user-input {
  max-width: 100%;
  height: 170px;
  line-height: 1.3;
  padding-top: 25px;
  padding-bottom: 25px;
}

::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* Firefox 19+ */

:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* Firefox 18- */

:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

.input-error {
  border: 1px solid #ed1105;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  border-radius: 5px;
  background-color: #003a73;
  box-shadow: 0 2px 5px 0 rgba(0, 27, 54, 0.79);
  white-space: nowrap;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.button:hover {
  box-shadow: inset 0px -2px 4px 0px rgba(1, 33, 65, 0.9);
  color: #fff;
}

.button:active {
  box-shadow: inset 0px 2px 4px 0px rgba(1, 33, 65, 0.9);
  color: #fff;
}

@media (max-width: 991.98px) {
  .button {
    font-size: 18px;
    padding: 10px 40px;
  }
}

@media (max-width: 767.98px) {
  .button {
    font-size: 14px;
    padding: 8px 30px;
  }
}

.button-link {
  display: block;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 14px;
  color: #282828;
  text-decoration: underline;
  cursor: pointer;
}

.button-link:hover,
.button-link:active,
.button-link:focus {
  outline: none;
  border: none;
  color: #282828;
  text-decoration: none;
}

.social {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: 0.2s ease all;
  margin: 20px 10px 20px;
  border: 1px solid #fff;
  background-size: 25px auto;
}

.news-block {
  display: flex;
  width: 100%;
}

.news-block-img {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0;
}

.news-block-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  width: 101%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.news-block-description {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.news-block-title {
  display: block;
  font-weight: 800;
  line-height: 1;
}

.news-block-date {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #9c9c9c;
}

.news-block-date._blue {
  color: #003a73;
}

@media (max-width: 767.98px) {
  .news-block-date {
    font-size: 11px;
  }
}

.news-block-text {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  max-width: 100%;
}

.news-block-link {
  display: block;
  width: auto;
  color: #003a73;
  line-height: 1;
  text-transform: lowercase;
}

.news-block-link:hover {
  text-decoration: underline;
}

.news-block._border {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.28);
}

.news-block._big {
  height: 600px;
  flex-flow: column nowrap;
}

.news-block._big .news-block-img {
  flex: 1 0 320px;
  padding-top: 320px;
  max-height: 320px;
}

@media (max-width: 575.98px) {
  .news-block._big .news-block-img {
    padding-top: 236px;
    flex: 1 0 236px;
    max-height: 236px;
  }
}

.news-block._big .news-block-description {
  flex: 0 1 100%;
  align-items: flex-start;
  padding: 20px 30px;
}

.news-block._big .news-block-title {
  display: block;
  width: 100%;
  height: auto;
  max-height: 2em;
  overflow: hidden;
  font-size: 24px;
}

.news-block._big .news-block-text {
  max-height: 6em;
  margin-top: 15px;
  font-size: 18px;
}

.news-block._big .news-block-link {
  font-size: 24px;
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .news-block._big .news-block-title {
    font-size: 21px;
  }

  .news-block._big .news-block-text {
    max-height: 7.5em;
    font-size: 17px;
  }

  .news-block._big .news-block-link {
    font-size: 21px;
  }
}

@media (max-width: 575.98px) {
  .news-block._big {
    height: auto;
  }

  .news-block._big .news-block-title {
    font-size: 18px;
  }

  .news-block._big .news-block-text {
    max-height: 7.75em;
    max-width: 100%;
    font-size: 16px;
  }

  .news-block._big .news-block-link {
    font-size: 18px;
    margin-top: 12px;
  }
}

.news-block._medium {
  flex-flow: column nowrap;
  height: 100%;
}

.news-block._medium .news-block-img {
  padding-top: 19vw;
  flex: 0 1 19vw;
  max-height: 23vw;
}

@media (min-width: 1660px) {
  .news-block._medium .news-block-img {
    padding-top: 325px;
    flex: 0 1 325px;
    max-height: 325px;
  }
}

@media (max-width: 991.98px) {
  .news-block._medium .news-block-img {
    padding-top: 23vw;
    flex: 0 1 23vw;
    max-height: 23vw;
  }
}

@media (max-width: 480px) {
  .news-block._medium .news-block-img {
    padding-top: 236px;
    flex: 1 0 236px;
    max-height: 236px;
  }
}

.news-block._medium .news-block-title {
  padding: 15px 30px;
  font-size: 24px;
  line-height: 1.1;
}

.news-block._medium .news-block-date {
  padding: 20px 30px;
  margin-top: auto;
}

@media (max-width: 1659.98px) {
  .news-block._medium .news-block-title {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .news-block._medium .news-block-title {
    font-weight: 600;
    padding: 20px 20px;
  }

  .news-block._medium .news-block-date {
    padding: 10px 20px;
  }
}

@media (max-width: 575.98px) {
  .news-block._medium .news-block-title {
    font-size: 16px;
  }
}

.news-block._small {
  flex-flow: row nowrap;
  height: 105px;
  margin: 4px 0 55px;
}

.news-block._small:last-child {
  margin-bottom: 0;
}

.news-block._small .news-block-img {
  flex: 1 0 135px;
  width: 135px;
  max-width: 135px;
  padding-top: 100px;
}

@media (max-width: 575.98px) {
  .news-block._small .news-block-img {
    flex: 1 0 100px;
    width: 100px;
    max-width: 100px;
    padding-top: 75px;
  }
}

.news-block._small .news-block-description {
  padding: 0 10px;
}

.news-block._small .news-block-title {
  display: block;
  width: 100%;
  height: auto;
  max-height: 3em;
  overflow: hidden;
  font-size: 24px;
}

.news-block._small .news-block-date {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .news-block._small .news-block-title {
    font-size: 21px;
  }
}

@media (max-width: 575.98px) {
  .news-block._small {
    height: 75px;
    margin: 0 0 40px;
  }

  .news-block._small .news-block-title {
    font-size: 18px;
  }
}

.news-block._mini {
  display: block;
  height: auto;
  padding: 4px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

.news-block._mini:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news-block._mini .news-block-title {
  display: block;
  width: 100%;
  height: auto;
  max-height: 3em;
  overflow: hidden;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .news-block._mini .news-block-title {
    font-size: 21px;
  }
}

@media (max-width: 575.98px) {
  .news-block._mini {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }

  .news-block._mini .news-block-title {
    font-size: 18px;
  }
}

.ch_wrapper {
  display: block;
  margin: 0;
  width: 100%;
  padding-left: 36px;
  color: rgba(51, 51, 51, 0.5);
}

.ch_wrapper input[type=checkbox],
.ch_wrapper input[type=radio] {
  display: none;
}

.ch_wrapper label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0 !important;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.ch_wrapper label.xs {
  font-size: 11px !important;
  color: inherit !important;
}

.ch_wrapper label.xl {
  font-size: 14px !important;
  color: inherit !important;
}

@media (max-width: 767.98px) {
  .ch_wrapper label.xl {
    font-size: 13px !important;
  }
}

@media (max-width: 575.98px) {
  .ch_wrapper label {
    font-size: 11px;
  }
}

.ch_wrapper label span {
  font: inherit;
  text-decoration: underline;
  color: inherit;
  transition: color 0.2s ease;
}

.ch_wrapper label span:hover {
  color: #648a39;
}

.ch_wrapper input[type=checkbox]:checked + label,
.ch_wrapper input[type=radio]:checked + label {
  color: inherit;
}

.ch_wrapper input[type=checkbox] + label:before,
.ch_wrapper input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #f9fbfd;
  box-shadow: inset 0px 0px 3px 1px #d5e9f7;
  position: absolute;
  top: 0;
  left: -30px;
  margin-right: 0;
}

.ch_wrapper input[type=checkbox]:checked + label:before,
.ch_wrapper input[type=radio]:checked + label:before {
  content: "\2714";
  font-size: 18px;
  font-weight: normal;
  color: #999999;
  text-align: center;
  line-height: 22px;
}

.ch_wrapper.yellow input[type=checkbox]:checked + label:before,
.ch_wrapper.yellow input[type=radio]:checked + label:before {
  color: #fdbd1c;
  font-size: 15px;
  font-weight: bold;
}

.ch_wrapper.red input[type=checkbox]:checked + label:before,
.ch_wrapper.red input[type=radio]:checked + label:before {
  color: #d50808;
  font-size: 15px;
  font-weight: bold;
}

.header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 192px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.header-logo {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 182px;
  height: 173px;
  flex: 0 0 182px;
  margin-right: 6vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/logo.png");
}

.header-actions {
  display: block;
  flex: 0 1 100%;
}

@media (max-width: 1199.98px) {
  .header {
    min-height: auto;
    width: auto;
    margin: 0 -15px;
    flex-flow: row nowrap;
    align-items: stretch;
  }

  .header-logo {
    flex: 0 0 175px;
    background-image: url("../img/logo-mobile.png");
    width: 175px;
    height: 47px;
    margin: 12px 20px;
  }

  .header-actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    flex: 0 1 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .header-logo {
    margin-right: 3vw;
  }
}

@media (max-width: 991.98px) {
  .header {
    flex-flow: row wrap;
  }

  .header-actions {
    border-top: 1px solid #cccccc;
  }
}

@media (max-width: 1199.98px) {
  header.headerDefault .header-actions {
    background-color: #003b73;
    border-radius: 10px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 991.98px) {
  header.headerDefault .header-actions {
    border-radius: 0;
  }
}

.header-blind {
  display: none;
}

footer {
  margin-top: -200px;
}

@media (max-width: 1199.98px) {
  footer {
    margin-top: -175px;
  }
}

@media (max-width: 991.98px) {
  footer {
    margin-top: -305px;
  }
}

.footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px 0;
  height: 200px;
}

.footer .footer-nav {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
}

.footer .footer-nav-link {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  color: #003a73;
}

.footer .footer-nav-link:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .footer {
    height: 175px;
    flex-flow: column-reverse nowrap;
    padding-bottom: 0;
  }

  .footer .footer-nav {
    height: 45px;
    width: calc(100% + 30px);
    margin: 0 -15px;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #003b73;
  }

  .footer .footer-nav-link {
    padding: 0 4vw;
    font-size: 16px;
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .footer {
    height: 305px;
    padding: 0;
  }
}

.menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.menu-item {
  order: 1;
  flex: 1 0 20%;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  color: #282828;
}

.menu-item.search {
  display: block;
  width: 0;
}

.menu-item.search .menu-link {
  opacity: 1;
  max-width: 515px;
  position: absolute;
  right: 0;
  top: 220px;
}

.menu-item.search .menu-icon {
  display: none;
}

.menu-item.vision {
  order: 0;
}

.menu-item:hover {
  color: #282828;
}

.menu-item:hover .menu-link,
.menu-item:hover .menu-icon {
  opacity: 1;
}

.menu-link {
  display: block;
  width: 100%;
  text-align: center;
  color: inherit !important;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

@media (min-width: 1660px) {
  .menu-link {
    font-size: 18px;
  }
}

.menu-link:hover {
  text-decoration: underline;
}

.menu-icon {
  display: block;
  width: 100%;
  height: 50px;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  transition: opacity 0.2s ease;
}

.menu-icon._map {
  background-image: url("../img/i-map-black.png");
}

.menu-icon._mail {
  background-image: url("../img/i-mail-black.png");
}

.menu-icon._phone {
  background-image: url("../img/i-phone-black.png");
}

.menu-icon._mphone {
  background-image: url("../img/i-mobile-phone-black.png");
}

.menu-icon._vision {
  background-image: url("../img/eye-open.png");
}

.menu-icon._search {
  background-image: url("../img/i-search-black.png");
}

.menu.menuHeader {
  height: 134px;
  padding-top: 34px;
  border-bottom: 1px solid #b1b1b1;
  align-items: flex-start;
}

@media (max-width: 1659.98px) {
  .menu.menuHeader .menu-item .menu-link {
    white-space: normal;
  }
}

@media (max-width: 1199.98px) {
  .menu.menuHeader {
    padding: 0;
    height: auto;
    border-bottom: none !important;
  }

  .menu.menuHeader .menu-item {
    padding: 5px 0;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .menu.menuHeader .menu-item:hover {
    position: relative;
    z-index: 15;
    margin-left: -1px;
    width: calc(100% + 1px);
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
    border-right-color: transparent;
  }

  .menu.menuHeader .menu-item:hover:after {
    content: "";
    position: absolute;
    z-index: 17;
    top: 80%;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #fff;
  }

  .menu.menuHeader .menu-item:hover .menu-icon {
    border-right-color: transparent;
  }

  .menu.menuHeader .menu-item:hover .menu-link {
    display: block !important;
    white-space: normal;
  }

  .menu.menuHeader .menu-item.search {
    display: block;
    width: 0;
  }

  .menu.menuHeader .menu-item.search .menu-link {
    display: block;
    opacity: 1;
    min-width: 515px;
    padding: 0;
    background-color: transparent;
    left: auto;
    right: -150px;
    top: 90px;
    z-index: 12;
    box-shadow: none;
    transform: none;
  }

  .menu.menuHeader .menu-icon {
    position: relative;
    z-index: 15;
    height: 100%;
    background-position: center;
    background-size: auto 30px;
  }

  .menu.menuHeader .menu-link {
    display: none;
    position: absolute;
    z-index: 16;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150%;
    width: auto;
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
  }
}

@media (max-width: 991.98px) {
  .menu.menuHeader {
    height: 50px;
  }

  .menu.menuHeader .menu-item {
    flex: 1 0 16.66%;
  }

  .menu.menuHeader .menu-item.search {
    order: 2;
    display: block;
    width: 100%;
  }

  .menu.menuHeader .menu-item.search .menu-icon {
    display: block;
  }

  .menu.menuHeader .menu-item.search .menu-link {
    display: none;
    opacity: 1;
    min-width: 320px;
    right: 0;
    top: 100%;
    width: 450px;
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
  }

  .menu.menuHeader .menu-item.vision {
    order: 1;
  }

  .menu.menuHeader .menu-item:first-child .menu-link {
    left: 0;
    transform: none;
  }

  .menu.menuHeader .menu-icon {
    background-size: auto 20px;
  }
}

@media (max-width: 767.98px) {
  .menu.menuHeader .menu-item {
    flex: 0 1 auto;
  }

  .menu.menuHeader .menu-item.search .menu-link {
    padding: 0;
    width: 75vw;
    min-width: 270px;
    max-width: 350px;
  }

  .menu.menuHeader .menu-item.search:hover .menu-icon {
    opacity: 0;
  }
}

@media (max-width: 575.98px) {
  .menu.menuHeader .menu-item:nth-child(2) .menu-link {
    left: 0;
    transform: none;
  }

  .menu.menuHeader .menu-item:last-child .menu-link {
    left: auto;
    right: -1px;
    transform: none;
  }
}

.menu.menuFooter {
  height: 100%;
  align-items: stretch;
}

.menu.menuFooter .menu-item {
  flex: 0 1 25%;
  padding: 0 20px;
  border-left: 1px solid #cccccc;
}

.menu.menuFooter .menu-link-mobile {
  display: none;
}

@media (max-width: 1199.98px) {
  .menu.menuFooter .menu-item {
    margin-bottom: 25px;
  }

  .menu.menuFooter .menu-item:first-child {
    border-left: none;
  }

  .menu.menuFooter .menu-item:first-child .menu-link {
    white-space: normal;
  }
}

@media (max-width: 991.98px) {
  .menu.menuFooter {
    flex-flow: row wrap;
    justify-content: center;
  }

  .menu.menuFooter .menu-item {
    flex-basis: auto;
    height: 130px;
    width: calc(50% - 8vw);
    max-width: 320px;
    margin: 0 4vw;
    border-left: none;
    position: relative;
  }

  .menu.menuFooter .menu-item .menu-link-mobile {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .menu.menuFooter .menu-item .menu-icon {
    opacity: 1;
    height: 40px;
    margin-top: 25px;
  }

  .menu.menuFooter .menu-item .menu-icon img {
    transform: scale(0.8);
  }

  .menu.menuFooter .menu-item .menu-link {
    opacity: 1;
    margin: 10px auto auto;
    font-size: 16px;
  }

  .menu.menuFooter .menu-item:nth-child(1) {
    order: 2;
  }

  .menu.menuFooter .menu-item:nth-child(2) {
    order: 1;
  }

  .menu.menuFooter .menu-item:nth-child(3) {
    order: 4;
    border-top: 1px solid #cccccc;
  }

  .menu.menuFooter .menu-item:nth-child(4) {
    order: 3;
    border-top: 1px solid #cccccc;
  }
}

@media (max-width: 575.98px) {
  .menu.menuFooter .menu-item {
    padding: 0;
  }
}

header.headerMain .menu.menuHeader {
  border-bottom: 1px solid #b1b1b1;
}

@media (max-width: 1199.98px) {
  header.headerMain .menu.menuHeader .menu-icon {
    border-right: 1px solid #282828;
  }
}

header.headerDefault .menu.menuHeader {
  border-bottom: none;
}

@media (max-width: 1199.98px) {
  header.headerDefault .menu.menuHeader .menu-icon {
    border-right: 1px solid #212121;
    opacity: 1;
  }

  header.headerDefault .menu.menuHeader .menu-item:not(:hover) .menu-icon {
    -webkit-filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(264deg) brightness(104%) contrast(101%);
            filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(264deg) brightness(104%) contrast(101%);
  }
}

input.form-control {
  width: 100%;
  height: 63px;
  padding-left: 34px;
  padding-right: 60px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  color: #bebebe;
  outline: none;
  border: none;
}

@media (max-width: 991.98px) {
  input.form-control {
    height: 50px;
    font-size: 20px;
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  input.form-control {
    height: 50px;
    font-size: 16px;
    padding: 0 0 0 16px;
    box-shadow: none !important;
  }
}

.btn-search {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  background-size: auto;
  background-position: left center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/i-search-black.png");
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}

@media (max-width: 991.98px) {
  .btn-search {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .btn-search {
    margin-right: 0;
    width: 40px;
  }
}

.nav {
  display: flex;
  height: 60px;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-link {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3px 0 0 0;
  margin-left: 20px;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #282828;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}

.nav-link:first-child {
  margin-left: 0;
}

.nav-link:hover,
.nav-link.active {
  color: #282828;
  border-color: #003a73;
}

.nav-link.active {
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .nav {
    flex-flow: column nowrap;
    min-width: 280px;
    width: auto;
    max-width: 80vw;
    height: auto;
    padding: 0;
    background-color: #f6f6f6;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    right: 0;
  }

  .nav-link {
    padding: 20px 50px !important;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-weight: 400;
    transition: font-weight 0.2s ease;
  }

  .nav-link:hover,
  .nav-link.active {
    color: #003a73;
    text-decoration: underline;
    border-bottom-color: transparent;
  }
}

@media (max-width: 575.98px) {
  .nav {
    min-width: 260px;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
  }

  .nav-link {
    height: 70px;
    font-size: 28px;
    padding: 15px 75px 15px 45px !important;
    justify-content: flex-start;
    font-weight: 300;
  }
}

.headerMain .navbar-toggler {
  color: #282828;
  background-image: url("../img/i-menu.png");
}

.headerDefault .navbar-toggler {
  color: #fff;
  background-image: url("../img/i-menu-white.png");
}

.headerDefault .nav {
  padding: 0 40px;
}

@media (max-width: 991.98px) {
  .headerDefault .nav {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .headerDefault .nav {
    background-color: #003b73;
    border-radius: 10px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.2);
  }

  .headerDefault .nav-link {
    color: #fff;
    height: 100%;
  }

  .headerDefault .nav-link:hover,
  .headerDefault .nav-link.active {
    border-color: #fff;
  }
}

.navbar {
  width: 100%;
  justify-content: flex-end;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .navbar {
    width: auto;
    padding: 0 15px;
    z-index: 20;
  }
}

@media (max-width: 575.98px) {
  .navbar {
    width: auto;
    padding: 0 5px;
  }
}

.navbar-toggler {
  font-size: 18px;
  padding-right: 40px;
  margin: 0 2vw;
  border: none;
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 575.98px) {
  .navbar-toggler {
    font-size: 0;
    height: 30px;
    padding-right: 16px;
  }
}

.navbar-toggler.close {
  background-image: url("../img/i-close.png");
  position: absolute;
  top: 20px;
  right: 8px;
  width: 30px;
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-toggleable-lg {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar-toggleable-lg {
    position: fixed;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.breadcrumb {
  flex-wrap: nowrap;
  background: none;
  margin: 0;
  padding: 1.2vw 0;
}

.breadcrumb-item,
.breadcrumb-item:hover,
.breadcrumb-item:active,
.breadcrumb-item.active {
  color: #787878 !important;
}

.breadcrumb-item:hover {
  text-decoration: underline;
}

@media (min-width: 1660px) {
  .breadcrumb {
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .breadcrumb {
    padding: 7px 0;
  }
}

.pagination {
  width: auto;
  justify-content: center;
  margin: 0 auto;
}

.pagination .page-item {
  outline: none;
  margin: 0 8px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  .pagination .page-item {
    margin: 0 5px;
    border-radius: 5px;
  }
}

.pagination .page-link {
  display: block;
  width: auto;
  min-width: 34px;
  height: 34px;
  padding: 5px 12px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 24px;
  line-height: 1;
  color: #282828;
  text-align: center;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

.pagination .page-link:hover {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .pagination .page-link {
    min-width: 22px;
    height: 22px;
    padding: 3px 6px;
    font-size: 16px;
  }
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-size: 0;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/arr-left.svg");
}

.pagination .page-item:last-child .page-link {
  transform: rotate(180deg);
}

.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #282828;
  opacity: 1;
}

.slider-wrapper {
  display: block;
  width: 100%;
  height: auto;
}

.slider-wrapper .owl-carousel {
  display: block;
  width: 100%;
  position: relative;
}

.slider-wrapper .owl-carousel-img {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 27vw;
  overflow: hidden;
  position: relative;
}

.slider-wrapper .owl-carousel-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  width: 101%;
  height: auto;
  transform: translate(-50%, -50%);
}

.slider-wrapper .owl-carousel .owl-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  position: absolute;
  right: 0;
  left: 0;
}

.slider-wrapper .owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 17px;
  border-radius: 50%;
  background-color: #bababa;
}

.slider-wrapper .owl-carousel .owl-dots .owl-dot.active {
  background-color: #282828;
}

.slider-wrapper .owl-carousel .owl-nav .owl-next,
.slider-wrapper .owl-carousel .owl-nav .owl-prev {
  display: block;
  width: 50px;
  height: 78px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 9vw;
}

.slider-wrapper .owl-carousel .owl-nav .owl-next > span,
.slider-wrapper .owl-carousel .owl-nav .owl-prev > span {
  display: none;
}

.slider-wrapper .owl-carousel .owl-nav .owl-next {
  right: 0;
  background-image: url("../img/arr-right.png");
}

.slider-wrapper .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background-image: url("../img/arr-left.png");
}

.slider-wrapper .owl-carousel._big .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 10px 5px;
}

.slider-wrapper .owl-carousel._big .owl-nav .owl-next,
.slider-wrapper .owl-carousel._big .owl-nav .owl-prev {
  top: 50%;
  margin-top: -32px;
  width: 34px;
  height: 64px;
}

@media (max-width: 767.98px) {
  .slider-wrapper .owl-carousel._big .owl-nav .owl-next,
  .slider-wrapper .owl-carousel._big .owl-nav .owl-prev {
    width: 64px;
    background-size: 30%;
  }
}

.slider-wrapper .owl-carousel._big .owl-nav .owl-next {
  right: -80px;
  background-image: url("../img/arr-right-dark.png");
}

@media (max-width: 767.98px) {
  .slider-wrapper .owl-carousel._big .owl-nav .owl-next {
    right: -50px;
  }
}

.slider-wrapper .owl-carousel._big .owl-nav .owl-prev {
  left: -80px;
  background-image: url("../img/arr-left-dark.png");
}

@media (max-width: 767.98px) {
  .slider-wrapper .owl-carousel._big .owl-nav .owl-prev {
    left: -50px;
  }
}

@media (max-width: 420px) {
  .slider-wrapper .owl-carousel._big .owl-nav {
    display: none;
  }
}

@media (min-width: 1660px) {
  .slider-wrapper .owl-carousel-img {
    padding-top: 450px;
  }

  .slider-wrapper .owl-carousel .owl-nav .owl-next,
  .slider-wrapper .owl-carousel .owl-nav .owl-prev {
    width: 72px;
    height: 113px;
    top: 150px;
  }
}

@media (max-width: 991.98px) {
  .slider-wrapper .owl-carousel-img {
    padding-top: 250px;
  }

  .slider-wrapper .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 10px;
  }

  .slider-wrapper .owl-carousel .owl-nav .owl-next,
  .slider-wrapper .owl-carousel .owl-nav .owl-prev {
    top: 80px;
  }
}

@media (max-width: 575.98px) {
  .slider-wrapper .owl-carousel-img {
    padding-top: 170px;
  }

  .slider-wrapper .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 8px;
  }

  .slider-wrapper .owl-carousel .owl-nav .owl-next,
  .slider-wrapper .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    top: 60px;
  }
}

.map-popup {
  display: block;
  width: 150px;
}

.map-popup .img-wrapper {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 150px;
  overflow: hidden;
  position: relative;
}

.map-popup .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  width: 101%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.map-popup .text-white {
  display: block;
  padding: 5px 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.map-popup .leaflet-popup-inner a.leaflet-popup-close-button {
  color: #ffffff;
  font-size: 24px;
}

.map-popup .leaflet-popup-inner .leaflet-popup-content-wrapper:before {
  content: none !important;
}

.map-popup .leaflet-popup-inner .leaflet-popup-content {
  margin: 0 0 16px !important;
}

@media (min-width: 1660px) {
  .map-popup {
    width: 200px;
  }

  .map-popup .img-wrapper {
    padding-top: 200px;
  }

  .map-popup .text-white {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .map-popup {
    width: 120px;
  }

  .map-popup .img-wrapper {
    padding-top: 120px;
  }

  .map-popup .text-white {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.modal.fade.show {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  width: 90vw;
  max-width: 1000px !important;
}

@media (max-width: 767.98px) {
  .modal-dialog {
    width: 100vw;
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
  }
}

.modal.news-modal .modal-content {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .modal.news-modal .modal-content {
    display: block;
    border-radius: 0;
    min-height: 100vh;
  }
}

.modal.news-modal .modal-header {
  display: none;
}

@media (max-width: 767.98px) {
  .modal.news-modal .modal-header {
    display: block;
    height: 30px;
    width: 100%;
  }

  .modal.news-modal .modal-header > .close {
    display: block;
    color: #282828;
    opacity: 1;
    font-size: 30px;
    margin-right: 0;
  }
}

.modal.news-modal .modal-body {
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.modal.news-modal .news-modal-slider {
  display: block;
  width: 100%;
  height: 555px;
  font-size: 0;
}

.modal.news-modal .news-modal-slider .owl-carousel .owl-carousel-img {
  padding-top: 495px;
}

.modal.news-modal .news-modal-slider .owl-carousel .owl-dots {
  padding-top: 20px;
}

.modal.news-modal .news-modal-slider .owl-carousel .owl-nav .owl-prev,
.modal.news-modal .news-modal-slider .owl-carousel .owl-nav .owl-next {
  top: 50%;
  margin-top: -36px;
}

@media (max-width: 991.98px) {
  .modal.news-modal .news-modal-slider {
    height: 56.5vw;
  }

  .modal.news-modal .news-modal-slider .owl-carousel .owl-carousel-img {
    padding-top: 44vw;
  }

  .modal.news-modal .news-modal-slider .owl-carousel .owl-dots {
    padding-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .modal.news-modal .news-modal-slider {
    height: 230px;
  }

  .modal.news-modal .news-modal-slider .owl-carousel .owl-carousel-img {
    padding-top: 210px;
  }
}

.modal.news-modal .news-modal-description {
  display: block;
  width: 100%;
  padding: 40px;
}

.modal.news-modal .news-modal-description > .title {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #282828;
  padding-bottom: 30px;
}

.modal.news-modal .news-modal-description > .text {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #282828;
  padding-bottom: 80px;
}

.modal.news-modal .news-modal-description > .date {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #003a73;
}

@media (max-width: 767.98px) {
  .modal.news-modal .news-modal-description > .title {
    font-size: 16px;
    padding-bottom: 14px;
  }

  .modal.news-modal .news-modal-description > .text {
    font-size: 16px;
    padding-bottom: 60px;
  }

  .modal.news-modal .news-modal-description > .date {
    font-size: 11px;
  }
}

@media (max-width: 575.98px) {
  .modal.news-modal .news-modal-description {
    padding: 20px 8vw;
  }
}

h1.title-main {
  display: block;
  width: 100%;
  padding: 9.5vw 0 0;
  margin: 0;
  font-size: 4.75vw;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 4vw rgba(2, 25, 48, 0.8), 0 0 8vw #021930, 0 0 10vw #021930;
}

h1.title-main span {
  font-weight: normal;
}

@media (min-width: 1660px) {
  h1.title-main {
    padding-top: 158px;
    font-size: 90px;
    text-shadow: 0 0 60px rgba(2, 25, 48, 0.8), 0 0 140px #021930, 0 0 160px #021930;
  }
}

@media (max-width: 575.98px) {
  h1.title-main {
    padding-top: 55px;
    font-size: 22px;
  }
}

.main-about {
  display: block;
  height: auto;
  margin-top: -14vw;
  padding-bottom: 50px;
}

.main-about-slider {
  display: block;
  padding: 22px;
  border-radius: 10px;
  background-color: white;
  width: 70vw;
}

.main-about .slider-wrapper {
  overflow: hidden;
  padding-bottom: 50px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.main-about .owl-carousel-img {
  width: 100%;
  padding-top: 27vw;
}

.main-about .owl-carousel-title {
  display: block;
  padding: 8vw 50px 20px;
  font-size: 2.8vw;
  font-weight: 600;
}

.main-about .owl-carousel-text {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0 50px;
  font-size: 1.4vw;
  line-height: 1.4;
  font-weight: 400;
}

.main-about .owl-carousel .owl-dots {
  top: 30vw;
}

@media (min-width: 1660px) {
  .main-about {
    margin-top: -230px;
    margin-left: -20px;
  }

  .main-about-slider {
    width: 1110px;
  }

  .main-about .owl-carousel-img {
    padding-top: 450px;
  }

  .main-about .owl-carousel-title {
    padding-top: 110px;
    font-size: 48px;
  }

  .main-about .owl-carousel-text {
    font-size: 24px;
  }

  .main-about .owl-carousel .owl-dots {
    top: 500px;
  }
}

@media (max-width: 1199.98px) {
  .main-about-slider {
    padding-bottom: 0;
  }

  .main-about .owl-carousel-title {
    font-size: 28px;
  }

  .main-about .owl-carousel-text {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .main-about {
    padding-bottom: 36px;
  }

  .main-about-slider {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
  }

  .main-about .owl-carousel-img {
    padding-top: 250px;
  }

  .main-about .owl-carousel-title {
    font-size: 24px;
    padding: 50px 30px 10px;
  }

  .main-about .owl-carousel-text {
    padding: 0 30px;
  }

  .main-about .owl-carousel .owl-dots {
    top: 260px;
  }
}

@media (max-width: 575.98px) {
  .main-about {
    padding-bottom: 24px;
  }

  .main-about .owl-carousel-img {
    padding-top: 170px;
  }

  .main-about .owl-carousel-title {
    padding: 35px 20px 0;
  }

  .main-about .owl-carousel-text {
    padding: 0 20px;
    line-height: 1.2;
  }

  .main-about .owl-carousel .owl-dots {
    top: 180px;
  }
}

.main-news {
  display: block;
  border-top: 1px solid #cccccc;
  padding: 30px 0 50px;
}

.main-news-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.main-news-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
}

.main-news-block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0 40px 0 0;
}

.main-news-block:last-child {
  padding: 0 0 0 40px;
  justify-content: flex-start;
  border-left: 1px solid #cccccc;
}

@media (max-width: 1659.98px) {
  .main-news-content {
    flex-wrap: wrap;
  }

  .main-news-block:nth-child(1) {
    width: 50%;
    max-width: 543px;
  }

  .main-news-block:nth-child(2) {
    width: 50%;
    min-width: calc(100% - 543px);
    padding: 0;
  }

  .main-news-block:nth-child(3) {
    display: none;
    width: 100%;
    border-left: none;
    padding: 70px 30px 0 30px;
  }
}

@media (max-width: 991.98px) {
  .main-news {
    padding-bottom: 36px;
  }

  .main-news-content {
    padding-top: 36px;
  }
}

@media (max-width: 767.98px) {
  .main-news {
    padding-top: 20px;
  }

  .main-news-top {
    flex-wrap: wrap;
  }

  .main-news-top .title-block {
    padding-right: 30px;
    margin-bottom: 22px;
  }

  .main-news-top .button {
    margin-bottom: 22px;
  }

  .main-news-content {
    padding-top: 0;
  }

  .main-news-block:nth-child(n) {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .main-news-block:not(:first-child) {
    padding: 20px;
    margin-top: 36px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.28);
  }
}

@media (max-width: 575.98px) {
  .main-news {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .main-news-top .title-block,
  .main-news-top .button {
    margin-bottom: 16px;
  }

  .main-news-block:not(:first-child) {
    margin-top: 24px;
  }
}

.main-contacts {
  display: block;
  border-top: 1px solid #cccccc;
  padding: 30px 0 50px;
}

.main-contacts .row {
  padding-top: 60px;
}

.main-contacts .block-contacts {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 30px 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.28);
}

.main-contacts .block-contacts-title {
  display: block;
  font-size: 2.2vw;
  font-weight: 600;
  padding-bottom: 20px;
}

.main-contacts .block-contacts-title > .subtitle {
  font-size: 1.5vw;
  line-height: 1;
  font-weight: 400;
  color: #9c9c9c;
}

.main-contacts .block-contacts-list {
  display: block;
  min-height: 9vw;
  margin-top: auto;
  list-style: none;
}

.main-contacts .block-contacts-list > .item {
  display: block;
  font-size: 1.5vw;
  line-height: 2;
  color: #9c9c9c;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
}

.main-contacts .block-contacts-list > .item > a {
  color: inherit;
  font: inherit;
  pointer-events: none;
}

.main-contacts .block-contacts-list > .item > a:hover {
  text-decoration: underline;
}

.main-contacts .block-contacts-list > .item.mail {
  background-image: url("../img/i-mail-blue.png");
}

.main-contacts .block-contacts-list > .item.phone {
  background-image: url("../img/i-mobile-phone-blue.png");
}

@media (min-width: 1660px) {
  .main-contacts .block-contacts-title {
    font-size: 36px;
  }

  .main-contacts .block-contacts-title > .subtitle {
    font-size: 24px;
  }

  .main-contacts .block-contacts-list {
    min-height: 110px;
  }

  .main-contacts .block-contacts-list > .item {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (max-width: 991.98px) {
  .main-contacts {
    padding-top: 20px;
    padding-bottom: 36px;
  }

  .main-contacts .row {
    padding-top: 36px;
  }

  .main-contacts .block-contacts {
    padding: 20px 15px 10px;
  }

  .main-contacts .block-contacts-title {
    font-size: 20px;
  }

  .main-contacts .block-contacts-title > .subtitle {
    font-size: 16px;
    color: #003b73;
  }

  .main-contacts .block-contacts-list {
    min-height: 90px;
  }

  .main-contacts .block-contacts-list > .item {
    font-size: 16px;
    padding-left: 28px;
    background-size: 15px auto;
  }

  .main-contacts .block-contacts-list > .item > a {
    pointer-events: auto;
  }
}

@media (max-width: 991.98px) {
  .main-contacts {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .main-contacts .row {
    padding-top: 24px;
  }
}

@media (max-width: 480px) {
  .main-contacts .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .main-contacts .block-contacts-list {
    min-height: auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5;
  }

  .main-contacts .block-contacts-list > .item {
    color: #282828;
  }
}

.news-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -16px;
  padding-bottom: 50px;
}

.news-content-item {
  display: block;
  cursor: pointer;
  width: 33.33%;
  padding: 16px;
}

@media (max-width: 991.98px) {
  .news-content {
    margin: 0 -10px;
    padding-bottom: 25px;
  }

  .news-content-item {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .news-content-item {
    width: 100%;
  }
}

.news-pagination {
  display: block;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .news-pagination {
    padding-bottom: 35px;
  }
}

.results-slider .slider-wrapper {
  width: 100%;
  max-width: 1820px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 90px 80px;
}

.results-slider .owl-carousel .owl-item {
  padding: 0 10px 10px;
}

.results-slider .owl-carousel-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 39.5vw;
  padding: 0 0 20px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.results-slider .owl-carousel-img {
  width: 100%;
  padding-top: 17vw;
}

.results-slider .owl-carousel-desc {
  display: block;
  width: 100%;
  padding: 70px 20px 10px;
}

.results-slider .owl-carousel-title {
  display: block;
  font-size: 1.4vw;
  line-height: 1.2;
  font-weight: 800;
  min-height: 2.5em;
  color: #282828;
}

.results-slider .owl-carousel-subtitle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.8vw;
  font-size: 1vw;
  font-weight: 400;
  color: #9c9c9c;
}

.results-slider .owl-carousel-subtitle span:nth-child(1) {
  padding-right: 10px;
}

.results-slider .owl-carousel-subtitle span:nth-child(2) {
  text-align: right;
}

.results-slider .owl-carousel-text {
  display: block;
  font-size: 1.2vw;
  line-height: 1.3;
  font-weight: 400;
  height: 6.5em;
  overflow: hidden;
  position: relative;
}

.results-slider .owl-carousel-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.6em;
  background-image: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0) 100%);
}

.results-slider .owl-carousel-text * {
  font: inherit !important;
}

.results-slider .owl-carousel-link {
  display: block;
  width: auto;
  margin: auto auto 0 20px;
  background: none;
  outline: none;
  border: none;
  font-size: 1.4vw;
  font-weight: 400;
  color: #003b73;
  cursor: pointer;
}

.results-slider .owl-carousel-link:hover {
  text-decoration: underline;
}

.results-slider .owl-carousel .owl-dots {
  bottom: -3vw;
}

@media (min-width: 1660px) {
  .results-slider .owl-carousel-item {
    min-height: 655px;
  }

  .results-slider .owl-carousel-img {
    padding-top: 280px;
  }

  .results-slider .owl-carousel-title,
  .results-slider .owl-carousel-link {
    font-size: 24px;
  }

  .results-slider .owl-carousel-subtitle {
    font-size: 15px;
    padding-bottom: 25px;
  }

  .results-slider .owl-carousel-text {
    font-size: 18px;
  }

  .results-slider .owl-carousel .owl-dots {
    bottom: -50px;
  }
}

@media (max-width: 1199.98px) {
  .results-slider .owl-carousel-desc {
    padding-top: 60px;
  }

  .results-slider .owl-carousel-img {
    padding-top: 23vw;
  }

  .results-slider .owl-carousel-title,
  .results-slider .owl-carousel-link {
    font-size: 20px;
  }

  .results-slider .owl-carousel-subtitle {
    font-size: 12px;
    padding-bottom: 15px;
  }

  .results-slider .owl-carousel-text {
    font-size: 14px;
  }

  .results-slider .owl-carousel .owl-dots {
    bottom: -30px;
  }
}

@media (max-width: 991.98px) {
  .results-slider .slider-wrapper {
    max-width: 650px;
  }

  .results-slider .owl-carousel-item {
    min-height: auto;
  }

  .results-slider .owl-carousel-img {
    padding-top: 180px;
  }

  .results-slider .owl-carousel-title {
    font-size: 18px;
  }

  .results-slider .owl-carousel-link {
    font-size: 24px;
    padding-top: 40px;
  }

  .results-slider .owl-carousel-subtitle {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .results-slider .owl-carousel-text {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (max-width: 767.98px) {
  .results-slider .slider-wrapper {
    padding: 0 40px 50px;
  }
}

@media (max-width: 420px) {
  .results-slider .slider-wrapper {
    padding: 0 0 50px;
  }

  .results-slider .owl-carousel-subtitle {
    flex-direction: column;
  }

  .results-slider .owl-carousel-subtitle span {
    text-align: left !important;
  }
}

.result-map {
  display: block;
  width: 100%;
  min-width: 320px;
  height: 60vw;
  max-height: 90vh;
  min-height: 500px;
  margin: 60px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.result-map #map {
  width: 100%;
  height: 100%;
}

@media (min-width: 1660px) {
  .result-map {
    height: 1000px;
  }
}

.documents,
.search {
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .documents,
  .search {
    padding-bottom: 30px;
  }
}

.documents .card,
.search .card {
  display: block;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.documents .card-title,
.search .card-title {
  display: block;
  margin: 0;
  padding: 0 0 40px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.documents .card-text,
.search .card-text {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}

.documents .card-text p,
.documents .card-text > .link,
.search .card-text p,
.search .card-text > .link {
  display: block;
  padding-bottom: 20px;
}

.documents .card-text p .link,
.documents .card-text > .link .link,
.search .card-text p .link,
.search .card-text > .link .link {
  display: inline;
}

@media (max-width: 1199.98px) {
  .documents .card,
  .search .card {
    padding: 30px;
  }

  .documents .card-text,
  .search .card-text {
    font-size: 16px;
  }

  .documents .card-text p,
  .documents .card-text > .link,
  .search .card-text p,
  .search .card-text > .link {
    padding-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .documents .card,
  .search .card {
    padding: 20px;
    margin-bottom: 30px;
    height: auto;
  }

  .documents .card-title,
  .search .card-title {
    padding-bottom: 20px;
    font-size: 20px;
  }
}

.search .card-title {
  text-align: left;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .search .col-md-6 {
    min-width: 770px;
  }
}

.search-result {
  margin: 0 0 0 24px;
}

.search-result .search-item {
  font-size: 24px;
  font-weight: 400;
  color: #787878;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .search-result .search-item {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.search-result .search-item-text {
  display: inline-block;
  font: inherit;
  color: inherit;
}

.search-result .search-item-source {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: inherit;
  color: inherit;
}

/*@import "01-fs";

@import "08-slider";
@import "02-video";
@import "03-main-form";
@import "04-city";
@import "05-request";
@import "06-support";
@import "07-packet";
@import "09-practice";
@import "10-data-city";
@import "11-calc";
@import "12-partners";
@import "14-design";
@import "15-plan";
@import "16-benefit";
@import "17-pdf";
@import "18-workers";
@import "20-contacts";
*/

.wrapper-x {
  overflow: hidden !important;
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}

.wrapper-y {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  padding-bottom: 200px;
}

@media (max-width: 1199.98px) {
  .wrapper-y {
    padding-bottom: 175px;
  }
}

@media (max-width: 991.98px) {
  .wrapper-y {
    padding-bottom: 305px;
  }
}

.container-fluid {
  min-width: 320px;
  max-width: 1660px;
  position: relative;
}

.flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: stretch;
}

.sepia {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}

.engrave {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.shadow {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(133, 37, 76, 0.25));
          filter: drop-shadow(0px 0px 10px rgba(133, 37, 76, 0.25));
}

