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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1380px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

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

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

@media (min-width: 992px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1380px; } }

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

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 448px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 448px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-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: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-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.85714%; }

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 448px) {
  .flex-xs-row {
    flex-direction: row !important; }
  .flex-xs-column {
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    justify-content: center !important; }
  .justify-content-xs-between {
    justify-content: space-between !important; }
  .justify-content-xs-around {
    justify-content: space-around !important; }
  .align-items-xs-start {
    align-items: flex-start !important; }
  .align-items-xs-end {
    align-items: flex-end !important; }
  .align-items-xs-center {
    align-items: center !important; }
  .align-items-xs-baseline {
    align-items: baseline !important; }
  .align-items-xs-stretch {
    align-items: stretch !important; }
  .align-content-xs-start {
    align-content: flex-start !important; }
  .align-content-xs-end {
    align-content: flex-end !important; }
  .align-content-xs-center {
    align-content: center !important; }
  .align-content-xs-between {
    align-content: space-between !important; }
  .align-content-xs-around {
    align-content: space-around !important; }
  .align-content-xs-stretch {
    align-content: stretch !important; }
  .align-self-xs-auto {
    align-self: auto !important; }
  .align-self-xs-start {
    align-self: flex-start !important; }
  .align-self-xs-end {
    align-self: flex-end !important; }
  .align-self-xs-center {
    align-self: center !important; }
  .align-self-xs-baseline {
    align-self: baseline !important; }
  .align-self-xs-stretch {
    align-self: stretch !important; } }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 448px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-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: 1440px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 4px !important; }

.mt-1,
.my-1 {
  margin-top: 4px !important; }

.mr-1,
.mx-1 {
  margin-right: 4px !important; }

.mb-1,
.my-1 {
  margin-bottom: 4px !important; }

.ml-1,
.mx-1 {
  margin-left: 4px !important; }

.m-2 {
  margin: 8px !important; }

.mt-2,
.my-2 {
  margin-top: 8px !important; }

.mr-2,
.mx-2 {
  margin-right: 8px !important; }

.mb-2,
.my-2 {
  margin-bottom: 8px !important; }

.ml-2,
.mx-2 {
  margin-left: 8px !important; }

.m-3 {
  margin: 12px !important; }

.mt-3,
.my-3 {
  margin-top: 12px !important; }

.mr-3,
.mx-3 {
  margin-right: 12px !important; }

.mb-3,
.my-3 {
  margin-bottom: 12px !important; }

.ml-3,
.mx-3 {
  margin-left: 12px !important; }

.m-4 {
  margin: 16px !important; }

.mt-4,
.my-4 {
  margin-top: 16px !important; }

.mr-4,
.mx-4 {
  margin-right: 16px !important; }

.mb-4,
.my-4 {
  margin-bottom: 16px !important; }

.ml-4,
.mx-4 {
  margin-left: 16px !important; }

.m-5 {
  margin: 20px !important; }

.mt-5,
.my-5 {
  margin-top: 20px !important; }

.mr-5,
.mx-5 {
  margin-right: 20px !important; }

.mb-5,
.my-5 {
  margin-bottom: 20px !important; }

.ml-5,
.mx-5 {
  margin-left: 20px !important; }

.m-6 {
  margin: 24px !important; }

.mt-6,
.my-6 {
  margin-top: 24px !important; }

.mr-6,
.mx-6 {
  margin-right: 24px !important; }

.mb-6,
.my-6 {
  margin-bottom: 24px !important; }

.ml-6,
.mx-6 {
  margin-left: 24px !important; }

.m-7 {
  margin: 28px !important; }

.mt-7,
.my-7 {
  margin-top: 28px !important; }

.mr-7,
.mx-7 {
  margin-right: 28px !important; }

.mb-7,
.my-7 {
  margin-bottom: 28px !important; }

.ml-7,
.mx-7 {
  margin-left: 28px !important; }

.m-8 {
  margin: 32px !important; }

.mt-8,
.my-8 {
  margin-top: 32px !important; }

.mr-8,
.mx-8 {
  margin-right: 32px !important; }

.mb-8,
.my-8 {
  margin-bottom: 32px !important; }

.ml-8,
.mx-8 {
  margin-left: 32px !important; }

.m-9 {
  margin: 40px !important; }

.mt-9,
.my-9 {
  margin-top: 40px !important; }

.mr-9,
.mx-9 {
  margin-right: 40px !important; }

.mb-9,
.my-9 {
  margin-bottom: 40px !important; }

.ml-9,
.mx-9 {
  margin-left: 40px !important; }

.m-10 {
  margin: 48px !important; }

.mt-10,
.my-10 {
  margin-top: 48px !important; }

.mr-10,
.mx-10 {
  margin-right: 48px !important; }

.mb-10,
.my-10 {
  margin-bottom: 48px !important; }

.ml-10,
.mx-10 {
  margin-left: 48px !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: 4px !important; }

.pt-1,
.py-1 {
  padding-top: 4px !important; }

.pr-1,
.px-1 {
  padding-right: 4px !important; }

.pb-1,
.py-1 {
  padding-bottom: 4px !important; }

.pl-1,
.px-1 {
  padding-left: 4px !important; }

.p-2 {
  padding: 8px !important; }

.pt-2,
.py-2 {
  padding-top: 8px !important; }

.pr-2,
.px-2 {
  padding-right: 8px !important; }

.pb-2,
.py-2 {
  padding-bottom: 8px !important; }

.pl-2,
.px-2 {
  padding-left: 8px !important; }

.p-3 {
  padding: 12px !important; }

.pt-3,
.py-3 {
  padding-top: 12px !important; }

.pr-3,
.px-3 {
  padding-right: 12px !important; }

.pb-3,
.py-3 {
  padding-bottom: 12px !important; }

.pl-3,
.px-3 {
  padding-left: 12px !important; }

.p-4 {
  padding: 16px !important; }

.pt-4,
.py-4 {
  padding-top: 16px !important; }

.pr-4,
.px-4 {
  padding-right: 16px !important; }

.pb-4,
.py-4 {
  padding-bottom: 16px !important; }

.pl-4,
.px-4 {
  padding-left: 16px !important; }

.p-5 {
  padding: 20px !important; }

.pt-5,
.py-5 {
  padding-top: 20px !important; }

.pr-5,
.px-5 {
  padding-right: 20px !important; }

.pb-5,
.py-5 {
  padding-bottom: 20px !important; }

.pl-5,
.px-5 {
  padding-left: 20px !important; }

.p-6 {
  padding: 24px !important; }

.pt-6,
.py-6 {
  padding-top: 24px !important; }

.pr-6,
.px-6 {
  padding-right: 24px !important; }

.pb-6,
.py-6 {
  padding-bottom: 24px !important; }

.pl-6,
.px-6 {
  padding-left: 24px !important; }

.p-7 {
  padding: 28px !important; }

.pt-7,
.py-7 {
  padding-top: 28px !important; }

.pr-7,
.px-7 {
  padding-right: 28px !important; }

.pb-7,
.py-7 {
  padding-bottom: 28px !important; }

.pl-7,
.px-7 {
  padding-left: 28px !important; }

.p-8 {
  padding: 32px !important; }

.pt-8,
.py-8 {
  padding-top: 32px !important; }

.pr-8,
.px-8 {
  padding-right: 32px !important; }

.pb-8,
.py-8 {
  padding-bottom: 32px !important; }

.pl-8,
.px-8 {
  padding-left: 32px !important; }

.p-9 {
  padding: 40px !important; }

.pt-9,
.py-9 {
  padding-top: 40px !important; }

.pr-9,
.px-9 {
  padding-right: 40px !important; }

.pb-9,
.py-9 {
  padding-bottom: 40px !important; }

.pl-9,
.px-9 {
  padding-left: 40px !important; }

.p-10 {
  padding: 48px !important; }

.pt-10,
.py-10 {
  padding-top: 48px !important; }

.pr-10,
.px-10 {
  padding-right: 48px !important; }

.pb-10,
.py-10 {
  padding-bottom: 48px !important; }

.pl-10,
.px-10 {
  padding-left: 48px !important; }

.m-n1 {
  margin: -4px !important; }

.mt-n1,
.my-n1 {
  margin-top: -4px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -4px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -4px !important; }

.m-n2 {
  margin: -8px !important; }

.mt-n2,
.my-n2 {
  margin-top: -8px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -8px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -8px !important; }

.m-n3 {
  margin: -12px !important; }

.mt-n3,
.my-n3 {
  margin-top: -12px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -12px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -12px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -12px !important; }

.m-n4 {
  margin: -16px !important; }

.mt-n4,
.my-n4 {
  margin-top: -16px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -16px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -16px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -16px !important; }

.m-n5 {
  margin: -20px !important; }

.mt-n5,
.my-n5 {
  margin-top: -20px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -20px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -20px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -20px !important; }

.m-n6 {
  margin: -24px !important; }

.mt-n6,
.my-n6 {
  margin-top: -24px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -24px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -24px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -24px !important; }

.m-n7 {
  margin: -28px !important; }

.mt-n7,
.my-n7 {
  margin-top: -28px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -28px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -28px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -28px !important; }

.m-n8 {
  margin: -32px !important; }

.mt-n8,
.my-n8 {
  margin-top: -32px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -32px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -32px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -32px !important; }

.m-n9 {
  margin: -40px !important; }

.mt-n9,
.my-n9 {
  margin-top: -40px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -40px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -40px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -40px !important; }

.m-n10 {
  margin: -48px !important; }

.mt-n10,
.my-n10 {
  margin-top: -48px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -48px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -48px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -48px !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: 448px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 4px !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 4px !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 4px !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 4px !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 4px !important; }
  .m-xs-2 {
    margin: 8px !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 8px !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 8px !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 8px !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 8px !important; }
  .m-xs-3 {
    margin: 12px !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 12px !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 12px !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 12px !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 12px !important; }
  .m-xs-4 {
    margin: 16px !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 16px !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 16px !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 16px !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 16px !important; }
  .m-xs-5 {
    margin: 20px !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 20px !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 20px !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 20px !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 20px !important; }
  .m-xs-6 {
    margin: 24px !important; }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 24px !important; }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 24px !important; }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 24px !important; }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 24px !important; }
  .m-xs-7 {
    margin: 28px !important; }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 28px !important; }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 28px !important; }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 28px !important; }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 28px !important; }
  .m-xs-8 {
    margin: 32px !important; }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 32px !important; }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 32px !important; }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 32px !important; }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 32px !important; }
  .m-xs-9 {
    margin: 40px !important; }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 40px !important; }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 40px !important; }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 40px !important; }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 40px !important; }
  .m-xs-10 {
    margin: 48px !important; }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 48px !important; }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 48px !important; }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 48px !important; }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 48px !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 4px !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 4px !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 4px !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 4px !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 4px !important; }
  .p-xs-2 {
    padding: 8px !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 8px !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 8px !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 8px !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 8px !important; }
  .p-xs-3 {
    padding: 12px !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 12px !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 12px !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 12px !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 12px !important; }
  .p-xs-4 {
    padding: 16px !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 16px !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 16px !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 16px !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 16px !important; }
  .p-xs-5 {
    padding: 20px !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 20px !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 20px !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 20px !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 20px !important; }
  .p-xs-6 {
    padding: 24px !important; }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 24px !important; }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 24px !important; }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 24px !important; }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 24px !important; }
  .p-xs-7 {
    padding: 28px !important; }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 28px !important; }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 28px !important; }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 28px !important; }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 28px !important; }
  .p-xs-8 {
    padding: 32px !important; }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 32px !important; }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 32px !important; }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 32px !important; }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 32px !important; }
  .p-xs-9 {
    padding: 40px !important; }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 40px !important; }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 40px !important; }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 40px !important; }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 40px !important; }
  .p-xs-10 {
    padding: 48px !important; }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 48px !important; }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 48px !important; }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 48px !important; }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 48px !important; }
  .m-xs-n1 {
    margin: -4px !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -4px !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -4px !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -4px !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -4px !important; }
  .m-xs-n2 {
    margin: -8px !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -8px !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -8px !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -8px !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -8px !important; }
  .m-xs-n3 {
    margin: -12px !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -12px !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -12px !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -12px !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -12px !important; }
  .m-xs-n4 {
    margin: -16px !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -16px !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -16px !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -16px !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -16px !important; }
  .m-xs-n5 {
    margin: -20px !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -20px !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -20px !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -20px !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -20px !important; }
  .m-xs-n6 {
    margin: -24px !important; }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -24px !important; }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -24px !important; }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -24px !important; }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -24px !important; }
  .m-xs-n7 {
    margin: -28px !important; }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -28px !important; }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -28px !important; }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -28px !important; }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -28px !important; }
  .m-xs-n8 {
    margin: -32px !important; }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -32px !important; }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -32px !important; }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -32px !important; }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -32px !important; }
  .m-xs-n9 {
    margin: -40px !important; }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -40px !important; }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -40px !important; }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -40px !important; }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -40px !important; }
  .m-xs-n10 {
    margin: -48px !important; }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -48px !important; }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -48px !important; }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -48px !important; }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -48px !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-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: 4px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }
  .m-sm-3 {
    margin: 12px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 12px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 12px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 12px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 12px !important; }
  .m-sm-4 {
    margin: 16px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 16px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 16px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 16px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 16px !important; }
  .m-sm-5 {
    margin: 20px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 20px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 20px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 20px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 20px !important; }
  .m-sm-6 {
    margin: 24px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 24px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 24px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 24px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 24px !important; }
  .m-sm-7 {
    margin: 28px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 28px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 28px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 28px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 28px !important; }
  .m-sm-8 {
    margin: 32px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 32px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 32px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 32px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 32px !important; }
  .m-sm-9 {
    margin: 40px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 40px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 40px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 40px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 40px !important; }
  .m-sm-10 {
    margin: 48px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 48px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 48px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 48px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 48px !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: 4px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }
  .p-sm-3 {
    padding: 12px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 12px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 12px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 12px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 12px !important; }
  .p-sm-4 {
    padding: 16px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 16px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 16px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 16px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 16px !important; }
  .p-sm-5 {
    padding: 20px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 20px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 20px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 20px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 20px !important; }
  .p-sm-6 {
    padding: 24px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 24px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 24px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 24px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 24px !important; }
  .p-sm-7 {
    padding: 28px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 28px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 28px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 28px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 28px !important; }
  .p-sm-8 {
    padding: 32px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 32px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 32px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 32px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 32px !important; }
  .p-sm-9 {
    padding: 40px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 40px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 40px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 40px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 40px !important; }
  .p-sm-10 {
    padding: 48px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 48px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 48px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 48px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 48px !important; }
  .m-sm-n1 {
    margin: -4px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important; }
  .m-sm-n2 {
    margin: -8px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important; }
  .m-sm-n3 {
    margin: -12px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -12px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -12px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -12px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -12px !important; }
  .m-sm-n4 {
    margin: -16px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -16px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -16px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -16px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -16px !important; }
  .m-sm-n5 {
    margin: -20px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -20px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -20px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -20px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -20px !important; }
  .m-sm-n6 {
    margin: -24px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -24px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -24px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -24px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -24px !important; }
  .m-sm-n7 {
    margin: -28px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -28px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -28px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -28px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -28px !important; }
  .m-sm-n8 {
    margin: -32px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -32px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -32px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -32px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -32px !important; }
  .m-sm-n9 {
    margin: -40px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -40px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -40px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -40px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -40px !important; }
  .m-sm-n10 {
    margin: -48px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -48px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -48px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -48px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -48px !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: 4px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }
  .m-md-3 {
    margin: 12px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 12px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 12px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 12px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 12px !important; }
  .m-md-4 {
    margin: 16px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 16px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 16px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 16px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 16px !important; }
  .m-md-5 {
    margin: 20px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 20px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 20px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 20px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 20px !important; }
  .m-md-6 {
    margin: 24px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 24px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 24px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 24px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 24px !important; }
  .m-md-7 {
    margin: 28px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 28px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 28px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 28px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 28px !important; }
  .m-md-8 {
    margin: 32px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 32px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 32px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 32px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 32px !important; }
  .m-md-9 {
    margin: 40px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 40px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 40px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 40px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 40px !important; }
  .m-md-10 {
    margin: 48px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 48px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 48px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 48px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 48px !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: 4px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }
  .p-md-3 {
    padding: 12px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 12px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 12px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 12px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 12px !important; }
  .p-md-4 {
    padding: 16px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 16px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 16px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 16px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 16px !important; }
  .p-md-5 {
    padding: 20px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 20px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 20px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 20px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 20px !important; }
  .p-md-6 {
    padding: 24px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 24px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 24px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 24px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 24px !important; }
  .p-md-7 {
    padding: 28px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 28px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 28px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 28px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 28px !important; }
  .p-md-8 {
    padding: 32px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 32px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 32px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 32px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 32px !important; }
  .p-md-9 {
    padding: 40px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 40px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 40px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 40px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 40px !important; }
  .p-md-10 {
    padding: 48px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 48px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 48px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 48px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 48px !important; }
  .m-md-n1 {
    margin: -4px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important; }
  .m-md-n2 {
    margin: -8px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important; }
  .m-md-n3 {
    margin: -12px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -12px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -12px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -12px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -12px !important; }
  .m-md-n4 {
    margin: -16px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -16px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -16px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -16px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -16px !important; }
  .m-md-n5 {
    margin: -20px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -20px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -20px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -20px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -20px !important; }
  .m-md-n6 {
    margin: -24px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -24px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -24px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -24px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -24px !important; }
  .m-md-n7 {
    margin: -28px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -28px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -28px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -28px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -28px !important; }
  .m-md-n8 {
    margin: -32px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -32px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -32px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -32px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -32px !important; }
  .m-md-n9 {
    margin: -40px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -40px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -40px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -40px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -40px !important; }
  .m-md-n10 {
    margin: -48px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -48px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -48px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -48px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -48px !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: 4px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }
  .m-lg-3 {
    margin: 12px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 12px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 12px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 12px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 12px !important; }
  .m-lg-4 {
    margin: 16px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 16px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 16px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 16px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 16px !important; }
  .m-lg-5 {
    margin: 20px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 20px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 20px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 20px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 20px !important; }
  .m-lg-6 {
    margin: 24px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 24px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 24px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 24px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 24px !important; }
  .m-lg-7 {
    margin: 28px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 28px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 28px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 28px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 28px !important; }
  .m-lg-8 {
    margin: 32px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 32px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 32px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 32px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 32px !important; }
  .m-lg-9 {
    margin: 40px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 40px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 40px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 40px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 40px !important; }
  .m-lg-10 {
    margin: 48px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 48px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 48px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 48px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 48px !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: 4px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }
  .p-lg-3 {
    padding: 12px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 12px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 12px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 12px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 12px !important; }
  .p-lg-4 {
    padding: 16px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 16px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 16px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 16px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 16px !important; }
  .p-lg-5 {
    padding: 20px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 20px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 20px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 20px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 20px !important; }
  .p-lg-6 {
    padding: 24px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 24px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 24px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 24px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 24px !important; }
  .p-lg-7 {
    padding: 28px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 28px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 28px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 28px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 28px !important; }
  .p-lg-8 {
    padding: 32px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 32px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 32px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 32px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 32px !important; }
  .p-lg-9 {
    padding: 40px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 40px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 40px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 40px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 40px !important; }
  .p-lg-10 {
    padding: 48px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 48px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 48px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 48px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 48px !important; }
  .m-lg-n1 {
    margin: -4px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important; }
  .m-lg-n2 {
    margin: -8px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important; }
  .m-lg-n3 {
    margin: -12px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -12px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -12px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -12px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -12px !important; }
  .m-lg-n4 {
    margin: -16px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -16px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -16px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -16px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -16px !important; }
  .m-lg-n5 {
    margin: -20px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -20px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -20px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -20px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -20px !important; }
  .m-lg-n6 {
    margin: -24px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -24px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -24px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -24px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -24px !important; }
  .m-lg-n7 {
    margin: -28px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -28px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -28px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -28px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -28px !important; }
  .m-lg-n8 {
    margin: -32px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -32px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -32px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -32px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -32px !important; }
  .m-lg-n9 {
    margin: -40px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -40px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -40px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -40px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -40px !important; }
  .m-lg-n10 {
    margin: -48px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -48px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -48px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -48px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -48px !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: 4px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }
  .m-xl-3 {
    margin: 12px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 12px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 12px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 12px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 12px !important; }
  .m-xl-4 {
    margin: 16px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 16px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 16px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 16px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 16px !important; }
  .m-xl-5 {
    margin: 20px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 20px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 20px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 20px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 20px !important; }
  .m-xl-6 {
    margin: 24px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 24px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 24px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 24px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 24px !important; }
  .m-xl-7 {
    margin: 28px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 28px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 28px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 28px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 28px !important; }
  .m-xl-8 {
    margin: 32px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 32px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 32px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 32px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 32px !important; }
  .m-xl-9 {
    margin: 40px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 40px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 40px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 40px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 40px !important; }
  .m-xl-10 {
    margin: 48px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 48px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 48px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 48px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 48px !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: 4px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }
  .p-xl-3 {
    padding: 12px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 12px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 12px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 12px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 12px !important; }
  .p-xl-4 {
    padding: 16px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 16px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 16px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 16px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 16px !important; }
  .p-xl-5 {
    padding: 20px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 20px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 20px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 20px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 20px !important; }
  .p-xl-6 {
    padding: 24px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 24px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 24px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 24px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 24px !important; }
  .p-xl-7 {
    padding: 28px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 28px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 28px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 28px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 28px !important; }
  .p-xl-8 {
    padding: 32px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 32px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 32px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 32px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 32px !important; }
  .p-xl-9 {
    padding: 40px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 40px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 40px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 40px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 40px !important; }
  .p-xl-10 {
    padding: 48px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 48px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 48px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 48px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 48px !important; }
  .m-xl-n1 {
    margin: -4px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important; }
  .m-xl-n2 {
    margin: -8px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important; }
  .m-xl-n3 {
    margin: -12px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -12px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -12px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -12px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -12px !important; }
  .m-xl-n4 {
    margin: -16px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -16px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -16px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -16px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -16px !important; }
  .m-xl-n5 {
    margin: -20px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -20px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -20px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -20px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -20px !important; }
  .m-xl-n6 {
    margin: -24px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -24px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -24px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -24px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -24px !important; }
  .m-xl-n7 {
    margin: -28px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -28px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -28px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -28px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -28px !important; }
  .m-xl-n8 {
    margin: -32px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -32px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -32px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -32px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -32px !important; }
  .m-xl-n9 {
    margin: -40px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -40px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -40px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -40px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -40px !important; }
  .m-xl-n10 {
    margin: -48px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -48px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -48px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -48px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -48px !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: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 4px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 4px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 4px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 4px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 4px !important; }
  .m-xxl-2 {
    margin: 8px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 8px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 8px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 8px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 8px !important; }
  .m-xxl-3 {
    margin: 12px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 12px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 12px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 12px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 12px !important; }
  .m-xxl-4 {
    margin: 16px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 16px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 16px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 16px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 16px !important; }
  .m-xxl-5 {
    margin: 20px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 20px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 20px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 20px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 20px !important; }
  .m-xxl-6 {
    margin: 24px !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 24px !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 24px !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 24px !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 24px !important; }
  .m-xxl-7 {
    margin: 28px !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 28px !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 28px !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 28px !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 28px !important; }
  .m-xxl-8 {
    margin: 32px !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 32px !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 32px !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 32px !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 32px !important; }
  .m-xxl-9 {
    margin: 40px !important; }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 40px !important; }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 40px !important; }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 40px !important; }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 40px !important; }
  .m-xxl-10 {
    margin: 48px !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 48px !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 48px !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 48px !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 48px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 4px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 4px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 4px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 4px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 4px !important; }
  .p-xxl-2 {
    padding: 8px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 8px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 8px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 8px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 8px !important; }
  .p-xxl-3 {
    padding: 12px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 12px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 12px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 12px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 12px !important; }
  .p-xxl-4 {
    padding: 16px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 16px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 16px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 16px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 16px !important; }
  .p-xxl-5 {
    padding: 20px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 20px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 20px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 20px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 20px !important; }
  .p-xxl-6 {
    padding: 24px !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 24px !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 24px !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 24px !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 24px !important; }
  .p-xxl-7 {
    padding: 28px !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 28px !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 28px !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 28px !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 28px !important; }
  .p-xxl-8 {
    padding: 32px !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 32px !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 32px !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 32px !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 32px !important; }
  .p-xxl-9 {
    padding: 40px !important; }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 40px !important; }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 40px !important; }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 40px !important; }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 40px !important; }
  .p-xxl-10 {
    padding: 48px !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 48px !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 48px !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 48px !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 48px !important; }
  .m-xxl-n1 {
    margin: -4px !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -4px !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -4px !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -4px !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -4px !important; }
  .m-xxl-n2 {
    margin: -8px !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -8px !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -8px !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -8px !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -8px !important; }
  .m-xxl-n3 {
    margin: -12px !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -12px !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -12px !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -12px !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -12px !important; }
  .m-xxl-n4 {
    margin: -16px !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -16px !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -16px !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -16px !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -16px !important; }
  .m-xxl-n5 {
    margin: -20px !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -20px !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -20px !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -20px !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -20px !important; }
  .m-xxl-n6 {
    margin: -24px !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -24px !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -24px !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -24px !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -24px !important; }
  .m-xxl-n7 {
    margin: -28px !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -28px !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -28px !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -28px !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -28px !important; }
  .m-xxl-n8 {
    margin: -32px !important; }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -32px !important; }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -32px !important; }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -32px !important; }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -32px !important; }
  .m-xxl-n9 {
    margin: -40px !important; }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -40px !important; }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -40px !important; }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -40px !important; }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -40px !important; }
  .m-xxl-n10 {
    margin: -48px !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -48px !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -48px !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -48px !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -48px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  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: 448px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-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: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.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;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 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; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("./fonts/subset-ProximaNova-Semibold.woff2") format("woff2"), url("./fonts/subset-ProximaNova-Semibold.woff") format("woff"), url("./fonts/subset-ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("./fonts/subset-ProximaNova-Bold.woff2") format("woff2"), url("./fonts/subset-ProximaNova-Bold.woff") format("woff"), url("./fonts/subset-ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("./fonts/subset-ProximaNova-Regular.woff2") format("woff2"), url("./fonts/subset-ProximaNova-Regular.woff") format("woff"), url("./fonts/subset-ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

body {
  min-width: 320px;
  font-size: 15px;
  color: #161616;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0 0 15px; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  ul:last-child,
  ol:last-child,
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  transition: opacity 330ms, color 330ms, background 330ms, transform 330ms; }

button {
  transition: opacity 330ms, color 330ms, background 330ms, transform 330ms; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

input,
button,
select,
textarea {
  outline: none;
  border: none;
  padding: 0; }

li {
  list-style: none; }

button {
  cursor: pointer;
  background: transparent;
  transition: background .7s; }

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

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

ol,
ul,
li {
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

img {
  display: block; }

label {
  margin-bottom: 0; }

button:hover,
a:hover {
  opacity: .7; }

input[type="text"],
input[type="number"] {
  outline: none !important;
  box-shadow: none !important; }

button,
a,
select,
input[type="text"],
input[type="number"]:focus {
  outline: none !important;
  box-shadow: none !important; }

.app {
  position: relative;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5); }

.app__content {
  flex-grow: 1;
  width: 100%;
  margin: 0 auto; }

.app__limiter {
  position: relative;
  z-index: 1;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

.bg {
  position: relative; }
  .bg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4); }

.bg_blue {
  background-color: #11427d; }
  .bg_blue h2,
  .bg_blue p {
    color: #ffffff; }

p {
  line-height: 25px; }
  p span {
    font-weight: 700; }

.up {
  position: fixed;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  right: 0;
  bottom: 59px;
  opacity: 0;
  transition: opacity 330ms; }
  .up_scroll {
    opacity: 1; }
  .up__contain {
    display: flex;
    justify-content: flex-end; }
  .up a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px #1da1f2; }
  .up i {
    width: 55px;
    margin-bottom: 10px;
    text-align: center;
    color: #11427d;
    font-size: 21px;
    line-height: 55px;
    background-color: #eef2f6; }

h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600; }
  @media only screen and (max-width: 850px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 40px;
  font-weight: 600; }
  @media only screen and (max-width: 850px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 27px;
  font-weight: 600; }
  @media only screen and (max-width: 850px) {
    h3 {
      font-size: 21px;
      line-height: 1.2; } }

.plus {
  display: inline-block;
  text-align: center;
  min-width: 48px;
  max-width: 48px;
  line-height: 42px;
  color: #00aaee;
  font-size: 25px;
  font-weight: 700;
  border-radius: 50%;
  border: 3px solid #dfdfe0; }

.link {
  display: inline-block;
  color: #ffffff;
  line-height: 50px;
  border-radius: 28px;
  border: 3px solid rgba(255, 255, 255, 0.21);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px; }

.link-bg {
  display: inline-block;
  padding: 0 30px;
  line-height: 56px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 28px;
  background-color: #11427d; }
  .link-bg:hover {
    color: #ffffff; }

.breadcrumb {
  position: relative;
  padding: 110px 0 40px;
  background-size: cover; }
  .breadcrumb h1 {
    margin-bottom: 0;
    line-height: 1; }
  .breadcrumb__nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px; }
  .breadcrumb a,
  .breadcrumb span {
    color: #ffffff;
    font-size: 13px; }

.select {
  position: relative;
  background: transparent;
  display: block;
  width: 100%;
  line-height: 52px;
  color: #000000;
  font-size: 15px;
  padding: 0 60px 0 25px;
  background: rgba(241, 241, 242, 0.66);
  vertical-align: top;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important; }
  .select:after {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    text-align: center;
    right: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #fc9e47;
    font-family: "fontello";
    font-size: 12px;
    line-height: 20px;
    color: #fca14c; }

.label__select {
  position: relative; }
  .label__select:after {
    position: absolute;
    right: 15px;
    top: 10px;
    content: '\f107';
    font-weight: 700;
    font-family: "fontello"; }

.slick-arrow {
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(223, 223, 224, 0.59);
  top: -24px;
  transition: opacity 330ms,
 color 330ms,
 background 330ms; }
  .slick-arrow:before {
    color: #161616; }

.slick-track {
  display: flex; }

.slick-slide {
  height: auto; }

.label-name,
.label-post {
  position: relative; }
  .label-name:after,
  .label-post:after {
    position: absolute;
    top: 1px;
    right: 1px;
    line-height: 48px;
    height: 49px;
    width: 43px;
    content: '';
    text-align: center;
    font-family: "fontello";
    font-size: 20px;
    color: #00aaee;
    background-color: #eef2f6;
    border-bottom: 4px solid #11427d; }
  .label-name input,
  .label-post input {
    width: 100%;
    line-height: 48px;
    padding: 0 53px 0 20px; }

.label-post:after {
  content: '\e82c'; }

.label-name:after {
  content: '\e800'; }

input,
textarea {
  font-size: 16px;
  border: 1px solid rgba(24, 23, 28, 0.15); }
  input::placeholder,
  textarea::placeholder {
    color: #161616; }

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 115px;
  max-height: 115px;
  margin-bottom: 20px;
  padding: 20px 25px; }

.animation-wrapper .animation {
  opacity: 0;
  transform: translateX(-50px); }

.animation-wrapper_active .animation {
  opacity: 1;
  transform: translateX(0); }

.animation_1 {
  transition: opacity 0.83s 0.1s, transform 0.83s 0.1s; }

.animation_2 {
  transition: opacity 0.83s 0.2s, transform 0.83s 0.2s; }

.animation_3 {
  transition: opacity 0.83s 0.3s, transform 0.83s 0.3s; }

.animation_4 {
  transition: opacity 0.83s 0.4s, transform 0.83s 0.4s; }

.animation_5 {
  transition: opacity 0.83s 0.5s, transform 0.83s 0.5s; }

.animation_6 {
  transition: opacity 0.83s 0.6s, transform 0.83s 0.6s; }

.animation_7 {
  transition: opacity 0.83s 0.7s, transform 0.83s 0.7s; }

.animation_8 {
  transition: opacity 0.83s 0.8s, transform 0.83s 0.8s; }

.animation_9 {
  transition: opacity 0.83s 0.9s, transform 0.83s 0.9s; }

.animation_10 {
  transition: opacity 0.83s 1s, transform 0.83s 1s; }

.animation_11 {
  transition: opacity 0.83s 1.1s, transform 0.83s 1.1s; }

.animation_12 {
  transition: opacity 0.83s 1.2s, transform 0.83s 1.2s; }

.animation_13 {
  transition: opacity 0.83s 1.3s, transform 0.83s 1.3s; }

.animation_14 {
  transition: opacity 0.83s 1.4s, transform 0.83s 1.4s; }

.animation_15 {
  transition: opacity 0.83s 1.5s, transform 0.83s 1.5s; }

.animation_16 {
  transition: opacity 0.83s 1.6s, transform 0.83s 1.6s; }

.animation_17 {
  transition: opacity 0.83s 1.7s, transform 0.83s 1.7s; }

.animation_18 {
  transition: opacity 0.83s 1.8s, transform 0.83s 1.8s; }

.animation_19 {
  transition: opacity 0.83s 1.9s, transform 0.83s 1.9s; }

.animation_20 {
  transition: opacity 0.83s 2s, transform 0.83s 2s; }

.animation_21 {
  transition: opacity 0.83s 2.1s, transform 0.83s 2.1s; }

.animation_22 {
  transition: opacity 0.83s 2.2s, transform 0.83s 2.2s; }

.animation_23 {
  transition: opacity 0.83s 2.3s, transform 0.83s 2.3s; }

.animation_24 {
  transition: opacity 0.83s 2.4s, transform 0.83s 2.4s; }

.animation_25 {
  transition: opacity 0.83s 2.5s, transform 0.83s 2.5s; }

.modal {
  box-sizing: border-box;
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.83);
  opacity: 0;
  transition: opacity 250ms; }
  .modal_active {
    display: block;
    opacity: 1; }
    .modal_active .modal__popup {
      transform: scale(1) translateY(0); }
  .modal_size_min .modal__popup {
    min-width: 470px;
    max-width: 470px;
    box-shadow: 0 0 51px rgba(18, 19, 20, 0.13);
    background-color: #fefefe; }
    @media only screen and (max-width: 550px) {
      .modal_size_min .modal__popup {
        min-width: 280px;
        max-width: 280px;
        margin: auto; } }
  .modal_size_big .modal__popup {
    max-width: 900px; }
  .modal_size_max .modal__popup {
    max-width: 1200px; }
  .modal__inner {
    display: flex;
    position: relative;
    min-height: 100%;
    padding: 70px 60px 45px; }
  .modal__fw-closer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .modal__fw-closer:focus {
      box-shadow: none; }
  .modal__popup {
    position: relative;
    margin: auto;
    padding: 65px 55px 45px;
    background: #ffffff;
    transform: scale(0.8) translateY(100px);
    transition: transform 250ms; }
  .modal__closer {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 35px;
    height: 35px;
    border: 2px solid #fc9e; }
    .modal__closer:hover::before, .modal__closer:hover::after {
      background: #dc3545;
      transition: background-color .2s; }
    .modal__closer::before, .modal__closer::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      width: 50%;
      height: 2px;
      margin-top: -1px;
      margin-left: 8px;
      background: #2d2d34;
      transition: background-color .1s; }
    .modal__closer::before {
      transform: rotate(45deg); }
    .modal__closer::after {
      transform: rotate(-45deg); }
  .modal h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px; }
  .modal label {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%; }
  .modal .select {
    position: relative;
    background: transparent;
    display: block;
    width: 100%;
    line-height: 52px;
    color: #000000;
    font-size: 15px;
    padding: 0 60px 0 25px;
    font-weight: 300;
    background: rgba(241, 241, 242, 0.66);
    vertical-align: top;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important; }
  .modal .label-phone:after,
  .modal .label-name:after,
  .modal .label-post:after,
  .modal .label-select:after {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    text-align: center;
    right: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #fc9e47;
    font-family: "fontello";
    font-size: 11px;
    line-height: 22px;
    color: #fca14c; }
  .modal .label-phone:after {
    content: '\e804'; }
  .modal .label-name:after {
    content: '\e800'; }
  .modal .label-post:after {
    content: '\e82c'; }
  .modal .label-select:after {
    content: '\e80e'; }
  .modal .label-name,
  .modal .label-phone,
  .modal .label-post {
    margin-bottom: 13px; }
  .modal .label-select {
    margin-bottom: 23px; }
  .modal input,
  .modal textarea {
    width: 100%;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    background: rgba(241, 241, 242, 0.66); }
    .modal input::placeholder,
    .modal textarea::placeholder {
      color: #000000; }
  .modal input {
    line-height: 52px;
    padding: 0 60px 0 25px; }
  .modal textarea {
    min-height: 175px;
    max-height: 175px;
    padding: 15px 25px;
    margin-bottom: 23px; }
  .modal .popup__submit {
    width: 100%;
    text-align: center; }
    .modal .popup__submit .link {
      font-size: 11px;
      margin-bottom: 10px; }
    .modal .popup__submit p {
      color: #878787;
      font-size: 15px;
      font-weight: 300;
      line-height: 25px; }
  .modal .fcheckbox {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px; }
    .modal .fcheckbox:last-child {
      margin-bottom: 0; }
  .modal .fcheckbox input[type=checkbox] {
    display: none; }
  .modal .fcheckbox label {
    color: #2a292c;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer; }
  .modal .fcheckbox label:after {
    content: '';
    display: block;
    text-align: center;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background-color: #c6c6c6;
    position: absolute;
    top: 4px;
    left: -30px; }
  .modal .fcheckbox input[type=checkbox]:checked + label:after {
    background: #f45c21;
    color: #ffffff;
    font-family: "fontello";
    content: '\e808';
    line-height: 14px;
    font-size: 10px; }

@media only screen and (max-width: 550px) {
  .modal__inner {
    padding: 0; }
  .modal__popup {
    padding: 65px 20px 30px; } }

span.menu {
  position: absolute;
  left: 150%;
  top: 7px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  display: none; }

.header__nav-burger {
  display: none;
  width: 110px;
  height: 40px; }
  @media only screen and (max-width: 1050px) {
    .header__nav-burger {
      display: block;
      width: 35px; } }

.header__nav-burger input {
  display: none; }

.header__nav-burger label {
  margin-right: 75px;
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  background: transparent; }

/* Exit Icon */
.header__nav-burger label:before,
.header__nav-burger input:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #ffffff; }

.header__nav-burger label:before {
  -webkit-animation: animationOneReverse 1s ease forwards;
  animation: animationOneReverse 1s ease forwards; }

@-webkit-keyframes animationOneReverse {
  0% {
    -webkit-transform: rotate(315deg); }
  25% {
    -webkit-transform: rotate(360deg); }
  50%,
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationOneReverse {
  0% {
    transform: rotate(315deg); }
  25% {
    transform: rotate(360deg); }
  50%,
  100% {
    transform: rotate(0deg); } }

.header__nav-burger input:checked + label:before {
  -webkit-animation: animationOne 1s ease forwards;
  animation: animationOne 1s ease forwards; }

@-webkit-keyframes animationOne {
  0%,
  50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(315deg); } }

@keyframes animationOne {
  0%,
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(315deg); } }

.header__nav-burger label:after,
.header__nav-burger input:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #ffffff; }

.header__nav-burger label:after {
  -webkit-animation: animationTwoReverse 1s ease forwards;
  animation: animationTwoReverse 1s ease forwards; }

@-webkit-keyframes animationTwoReverse {
  0% {
    -webkit-transform: rotate(405deg); }
  25% {
    -webkit-transform: rotate(450deg); }
  50%,
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationTwoReverse {
  0% {
    transform: rotate(405deg); }
  25% {
    transform: rotate(450deg); }
  50%,
  100% {
    transform: rotate(0deg); } }

.header__nav-burger input:checked + label:after {
  -webkit-animation: animationTwo 1s ease forwards;
  animation: animationTwo 1s ease forwards; }

@-webkit-keyframes animationTwo {
  0%,
  50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(405deg); } }

@keyframes animationTwo {
  0%,
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(450deg); }
  100% {
    transform: rotate(405deg); } }

/* Burger Icon */
.header__nav-burger label .burger:before {
  content: '';
  position: absolute;
  top: 6px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-animation: animationBurgerTopReverse 1s ease forwards;
  animation: animationBurgerTopReverse 1s ease forwards; }

@-webkit-keyframes animationBurgerTopReverse {
  0%,
  50% {
    -webkit-transform: translateY(12px);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(12px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerTopReverse {
  0%,
  50% {
    transform: translateY(12px);
    opacity: 0; }
  51% {
    transform: translateY(12px);
    opacity: 1; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

.header__nav-burger input:checked + label .burger:before {
  -webkit-animation: animationBurgerTop 1s ease forwards;
  animation: animationBurgerTop 1s ease forwards; }

@-webkit-keyframes animationBurgerTop {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(12px);
    opacity: 1; }
  51%,
  100% {
    -webkit-transform: translateY(12px);
    opacity: 0; } }

@keyframes animationBurgerTop {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  50% {
    transform: translateY(12px);
    opacity: 1; }
  51%,
  100% {
    transform: translateY(12px);
    opacity: 0; } }

.header__nav-burger label .burger:after {
  content: '';
  position: absolute;
  bottom: 6px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-animation: animationBurgerBottomReverse 1s ease forwards;
  animation: animationBurgerBottomReverse 1s ease forwards; }

@-webkit-keyframes animationBurgerBottomReverse {
  0%,
  50% {
    -webkit-transform: translateY(-12px);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(-12px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerBottomReverse {
  0%,
  50% {
    transform: translateY(-12px);
    opacity: 0; }
  51% {
    transform: translateY(-12px);
    opacity: 1; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

.header__nav-burger input:checked + label .burger:after {
  -webkit-animation: animationBurgerBottom 1s ease forwards;
  animation: animationBurgerBottom 1s ease forwards; }

@-webkit-keyframes animationBurgerBottom {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-12px);
    opacity: 1; }
  51%,
  100% {
    -webkit-transform: translateY(-12px);
    opacity: 0; } }

@keyframes animationBurgerBottom {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  50% {
    transform: translateY(-12px);
    opacity: 1; }
  51%,
  100% {
    transform: translateY(-12px);
    opacity: 0; } }

.header-contain {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

.header {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  transition: all 500ms; }
  .header_scroll .header__logo {
    padding: 0; }
  .header_scroll .header__lang {
    line-height: 30px; }
  .header_scroll .header__sub a {
    line-height: 40px; }
  .header_scroll .header__telegramm,
  .header_scroll .header__tel {
    background: #000; }
  .header__head {
    background-color: #2a2b3c;
    display: flex; }
  .header__logo {
    min-width: 155px;
    max-width: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }
    .header__logo img {
      max-width: 100%;
      margin-bottom: 5px; }
  .header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background: #ffffff; }
    .header__nav ol,
    .header__nav li {
      position: relative;
      margin: 5px 18px; }
      .header__nav ol:hover .header__drop,
      .header__nav li:hover .header__drop {
        display: flex;
        opacity: 1; }
    .header__nav a {
      font-size: 13px;
      color: #000000;
      text-transform: uppercase;
      font-weight: 600; }
  .header__drop {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    width: 200px;
    background: #ffffff;
    padding: 10px 5px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 330ms;
    box-shadow: 0 0 49px rgba(18, 19, 20, 0.1); }
    .header__drop a {
      font-size: 13px;
      color: #000000;
      text-transform: uppercase;
      font-weight: 600; }
  .header__lang {
    min-width: 65px;
    max-width: 65px;
    padding: 0 5px;
    line-height: 70px;
    display: flex;
    align-items: center; }
    .header__lang span {
      color: #ffffff;
      font-size: 13px;
      text-transform: uppercase;
      margin-right: 5px; }
    .header__lang i {
      color: #ffffff; }
  .header__sub {
    display: flex;
    justify-content: flex-end; }
    .header__sub a {
      display: flex;
      align-items: center;
      color: #ffffff;
      line-height: 68px;
      padding: 0 20px; }
      .header__sub a span {
        padding: 0 5px; }
  .header__telegramm {
    background: rgba(255, 255, 255, 0.2); }
  .header__tel {
    font-size: 19px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.3); }
  .header__client {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #00aaee; }

.header__lang {
  position: relative;
  display: flex;
  justify-content: center; }

.header__lang:hover {
  cursor: pointer; }

.header__lang:hover .header__lang-list {
  display: flex; }

.header__lang a {
  display: flex;
  align-items: center; }

.header__lang-list {
  position: absolute;
  z-index: 111;
  width: 100%;
  flex-direction: column;
  top: 100%;
  right: 0;
  padding: 10px 15px;
  display: none;
  background: #2a2b3c;
  border-radius: 0 0 5px 5px; }

.header__lang-list a {
  line-height: 1.1; }

.header__lang-list li {
  margin-bottom: 10px; }

.burger__block {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 15px 0 25px;
  background-color: #ffffff; }
  .burger__block .app__limiter {
    display: flex;
    flex-direction: column;
    align-items: start !important; }
  .burger__block_active {
    display: block; }

.burger__nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  .burger__nav a {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600; }

.burger__links {
  display: flex;
  flex-direction: column; }
  .burger__links a {
    margin-bottom: 5px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase; }

@media only screen and (max-width: 1175px) {
  .header__nav ol,
  .header__nav li {
    margin: 5px; }
  .header__nav a {
    font-size: 12px; } }

@media only screen and (max-width: 1050px) {
  .header__head {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    padding: 10px 0; }
  .header__nav, .header__sub {
    display: none; } }

.footer {
  padding: 35px 0 45px; }
  .footer .app__limiter {
    display: flex; }
  .footer__left {
    flex-grow: 1; }
  .footer__head {
    display: flex; }
  .footer__logo {
    margin-bottom: 20px; }
  .footer ul.footer__nav,
  .footer ol.footer__nav {
    margin-bottom: 20px; }
  .footer__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 20px; }
    .footer__nav ol,
    .footer__nav li {
      margin: 5px 18px; }
    .footer__nav a {
      font-size: 13px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 600; }
  .footer__up {
    min-width: 55px;
    max-width: 55px; }
  .footer a {
    color: #ffffff; }
  .footer__sub {
    display: flex; }
  .footer__col {
    margin-right: 24px;
    display: flex;
    flex-direction: column; }
    .footer__col_loc {
      min-width: 24.22%;
      max-width: 24.22%; }
  .footer__copy, .footer__loc {
    line-height: 25px; }
  .footer__loc {
    display: flex; }
  .footer__tel {
    margin-bottom: 10px;
    font-size: 19px; }
  .footer__telegramm {
    display: flex;
    font-size: 14px;
    line-height: 1; }
    .footer__telegramm img {
      margin-right: 10px; }

@media only screen and (max-width: 1175px) {
  .footer__nav ol,
  .footer__nav li {
    margin: 5px; }
  .footer__nav a {
    font-size: 12px; }
  .footer__up {
    width: 55px; }
    .footer__up a {
      display: none; } }

@media only screen and (max-width: 1050px) {
  .footer__head {
    display: block; }
  .footer__nav {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .footer__nav ol,
    .footer__nav li {
      margin: 5px 20px 5px 0; }
  .footer__sub {
    display: block; }
  .footer__col {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px; } }

.form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 10px;
  border-top: 1px solid rgba(24, 23, 28, 0.11); }
  .form__left {
    margin-bottom: 10px;
    padding-right: 20px; }
  .form p {
    max-width: 300px; }
  .form__title {
    font-size: 27px;
    justify-content: 600; }
  .form form {
    min-width: 64%;
    max-width: 64%;
    display: flex;
    flex-wrap: wrap; }
  .form label {
    min-width: 275px;
    max-width: 275px;
    margin-right: 15px;
    margin-bottom: 10px; }
  .form__submit {
    text-align: right;
    flex-grow: 1;
    margin-bottom: 10px; }

@media only screen and (max-width: 850px) {
  .form {
    display: block; }
    .form form {
      min-width: 100%;
      max-width: 100%; } }

@media only screen and (max-width: 650px) {
  .form__title {
    font-size: 21px; }
  .form label {
    min-width: 100%;
    max-width: 100%; } }

.slider {
  min-width: calc(100% + 80px);
  max-width: calc(100% + 80px);
  margin-left: -40px; }
  .slider__left {
    min-width: 64.1%;
    max-width: 64.1%; }
    .slider__left-title {
      padding-left: 35px;
      margin-bottom: 45px;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      border-left: 6px solid #00aaee; }
  .slider__right {
    min-width: 30%;
    max-width: 30%; }
    .slider__right-serv {
      font-size: 30px;
      font-weight: 600;
      line-height: 1;
      padding-bottom: 65px; }
  .slider .slick-prev {
    left: 40px; }
  .slider .slick-next {
    right: auto;
    left: 100px; }
  .slider__item {
    display: flex;
    flex-direction: column;
    padding: 40px; }
    .slider__item a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: #161616;
      min-height: 180px;
      margin-bottom: 15px;
      padding: 30px 20px 0 35px;
      box-shadow: 0 0 49px rgba(18, 19, 20, 0.1) !important;
      background-color: #ffffff; }
      .slider__item a:last-child {
        margin-bottom: 0; }
      .slider__item a:hover i {
        margin-right: -5px; }
    .slider__item-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 30px; }
    .slider__item-link {
      text-align: right;
      font-size: 14px;
      font-weight: 400; }
      .slider__item-link i {
        color: #00aaee;
        position: absolute;
        right: 0;
        color: #00aaee;
        transition: all 330ms; }
      .slider__item-link span {
        position: relative;
        display: inline-block;
        padding-right: 25px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 6px solid #00aaee; }
  .slider__inner {
    display: flex;
    justify-content: space-between; }
  .slider__block {
    padding: 45px 35px 45px 50px;
    box-shadow: 0 0 49px rgba(18, 19, 20, 0.1);
    background-color: #ffffff; }
    .slider__block-title {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 20px; }
  .slider__list {
    padding-right: 20px; }
    .slider__list li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 40px; }
      .slider__list li:before {
        position: absolute;
        left: 10px;
        top: 9px;
        width: 6px;
        height: 6px;
        content: '';
        border-radius: 50%;
        background-color: #00aaee; }
      .slider__list li:last-child {
        margin-bottom: 0; }

@media only screen and (max-width: 950px) {
  .slider__left {
    min-width: 62%;
    max-width: 62%; }
    .slider__left-title {
      font-size: 18px;
      line-height: 1.2; }
  .slider__right {
    min-width: 34%;
    max-width: 34%; }
    .slider__right-serv {
      font-size: 24px; }
  .slider__item a {
    padding: 30px 20px 0 20px; }
  .slider__item-title {
    font-size: 16px;
    line-height: 26px; } }

@media only screen and (max-width: 750px) {
  .slider__inner {
    display: block; }
  .slider__left {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .slider__right {
    min-width: 100%;
    max-width: 100%; }
  .slider__item {
    padding: 30px 40px; } }

@media only screen and (max-width: 650px) {
  .slider__block {
    padding: 30px 20px; }
  .slider__list {
    padding-right: 0; }
    .slider__list li {
      padding-left: 25px; } }

.banner {
  padding-top: 190px;
  background: url("./images/mbanner.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 50px; }
  .banner__heading {
    color: #ffffff;
    font-size: 70px;
    font-weight: 600; }
  .banner__title {
    max-width: 450px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px; }
  .banner .link {
    margin-bottom: 70px; }
  .banner__sub {
    display: flex; }
    .banner__sub-left {
      min-width: 330px;
      max-width: 330px;
      padding-right: 30px;
      margin-right: 70px; }
    .banner__sub-title {
      position: relative;
      padding: 30px;
      color: #ffffff;
      font-size: 21px;
      font-weight: 700;
      text-transform: uppercase;
      background: #11427d; }
      .banner__sub-title:after {
        position: absolute;
        top: 0;
        right: -30px;
        content: '';
        width: 0;
        height: 0;
        border-top: 45px solid transparent;
        border-left: 30px solid #11427d;
        border-bottom: 45px solid transparent; }
    .banner__sub-right {
      display: flex; }
  .banner__item {
    min-width: 33.333%;
    max-width: 33.333%;
    display: flex;
    align-items: center;
    padding: 0 30px 20px; }
    .banner__item img {
      margin-right: 20px;
      color: #ffffff; }
    .banner__item p {
      color: #ffffff; }
    .banner__item_1 {
      border-bottom: 6px solid #00aaee; }
    .banner__item_2 {
      border-bottom: 6px solid #11427d; }
    .banner__item_3 {
      border-bottom: 6px solid #c0a486; }

.services {
  margin-bottom: 80px; }
  .services h2 {
    text-align: center;
    margin-bottom: 30px; }
  .services__inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px; }
  .services__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 32.37%;
    max-width: 32.37%;
    margin: 0 5px 10px;
    padding: 30px 25px 0 45px;
    box-shadow: 0 0 49px rgba(18, 19, 20, 0.1) !important;
    background-color: #ffffff;
    color: #161616; }
    .services__item:hover i {
      margin-right: -5px; }
  .services__title {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 700;
    line-height: 33px; }
  .services__sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .services__link {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 6px solid #00aaee;
    color: #00aaee; }
    .services__link i {
      display: inline-block;
      position: absolute;
      right: 0;
      color: #00aaee;
      transition: all 330ms; }

.mabout {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  background: url("./images/mabout_bg.jpg") no-repeat 174px 80px;
  background-size: cover; }
  .mabout p {
    color: #ffffff; }
  .mabout:after {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 80px);
    left: 174px;
    top: 80px;
    background: rgba(0, 0, 0, 0.4); }
  .mabout__wrap {
    max-width: 730px; }
  .mabout__block {
    position: relative;
    z-index: 1;
    padding: 55px 50px 65px 160px;
    background: #11427d url("./images/mabout.png") no-repeat right top; }
  .mabout__title {
    margin-bottom: 15px; }
  .mabout li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px; }
    .mabout li:before {
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      content: '';
      border-radius: 50%;
      background: #ffffff; }
    .mabout li:last-child {
      margin-bottom: 0; }
  .mabout__right {
    max-width: 520px;
    padding: 175px 50px 85px 0; }
    .mabout__right p {
      margin-bottom: 25px;
      padding-left: 25px;
      border-left: 6px solid #00aaee; }
  .mabout__quote {
    margin-bottom: 35px;
    width: 130px; }
    .mabout__quote img {
      max-width: 100%; }
  .mabout__link {
    text-align: right; }

.public {
  display: flex; }
  .public__col {
    min-width: 31%;
    max-width: 31%; }
  .public__title {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #161616; }
    .public__title:hover {
      color: #161616; }
  .public__date {
    color: #969698;
    margin-bottom: 12px; }
  .public__capital {
    line-height: 28px;
    color: #ffffff;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase; }
  .public__flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .public__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 3px solid #00aaee; }
    .public__item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .public__item_img {
      margin-bottom: 30px;
      max-width: 290px;
      padding-right: 20px; }
      .public__item_img .public__date {
        margin-bottom: 0; }
      .public__item_img .public__flex {
        margin-bottom: 15px; }
  .public__img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    height: 150px;
    overflow: hidden; }
    .public__img img {
      height: 100%; }

.mcontacts {
  position: relative; }
  .mcontacts:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    content: '';
    background-color: #11427d; }
  .mcontacts h2 {
    text-align: center; }
  .mcontacts__block {
    padding: 50px 75px 45px 85px;
    box-shadow: 0 0 49px rgba(18, 19, 20, 0.1);
    background-color: #ffffff; }
  .mcontacts__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(24, 23, 28, 0.11); }
    .mcontacts__tabs a.active {
      background-color: #00aaee; }
    .mcontacts__tabs .tab-content {
      width: 100%; }
    .mcontacts__tabs .tab-content > .active {
      display: flex; }
    .mcontacts__tabs-links {
      border-radius: 26px;
      margin-bottom: 40px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      background-color: #11427d; }
      .mcontacts__tabs-links a {
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        border-radius: 26px;
        line-height: 51px;
        padding: 0 30px; }
    .mcontacts__tabs_active {
      background-color: #00aaee; }
    .mcontacts__tabs-inner {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .mcontacts__tabs-item {
      min-width: 30%;
      max-width: 30%;
      display: flex;
      flex-direction: column; }
      .mcontacts__tabs-item a {
        color: #161616;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px; }
    .mcontacts__tabs-title {
      position: relative;
      margin-bottom: 15px;
      padding-left: 20px;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase; }
      .mcontacts__tabs-title:before {
        position: absolute;
        left: 0;
        top: 4px;
        content: '';
        width: 10px;
        height: 10px;
        background-color: #00aaee; }
  .mcontacts__form {
    display: flex;
    justify-content: space-between; }
    .mcontacts__form-left {
      max-width: 270px;
      padding-right: 20px; }
    .mcontacts__form-link {
      min-width: 100%;
      max-width: 100%;
      text-align: right; }
    .mcontacts__form form {
      min-width: 66.35%;
      max-width: 66.35%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .mcontacts__form label {
      position: relative;
      min-width: 48.5%;
      max-width: 48.5%;
      margin-bottom: 15px; }

@media only screen and (max-width: 1175px) {
  .banner .link {
    margin-bottom: 30px; }
  .banner__sub {
    display: block; }
    .banner__sub-left {
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 20px; }
    .banner__sub-title {
      padding: 11px 20px; }
      .banner__sub-title:after {
        border-top: 26px solid transparent;
        border-left: 30px solid #11427d;
        border-bottom: 26px solid transparent; }
  .services__item {
    min-width: 32%;
    max-width: 32%; } }

@media only screen and (max-width: 1050px) {
  .services__item {
    padding: 20px 20px 0 20px; }
  .services__title {
    font-size: 18px;
    line-height: 1.2; }
  .services__img {
    min-width: 50px;
    max-width: 50px; }
    .services__img img {
      max-width: 100%; }
  .mabout__block {
    padding: 55px 20px; }
  .mcontacts__block {
    padding: 40px 20px; } }

@media only screen and (max-width: 950px) {
  .public {
    flex-wrap: wrap; }
    .public__col {
      min-width: 50%;
      max-width: 50%; }
    .public__head {
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 30px; } }

@media only screen and (max-width: 850px) {
  .banner {
    padding-top: 100px; }
    .banner__heading {
      font-size: 42px; }
    .banner__title {
      font-size: 18px;
      line-height: 1.2; }
    .banner__item {
      padding: 0 15px 20px; }
  .services__inner {
    width: 100%;
    margin-left: 0;
    justify-content: space-between; }
  .services__item {
    min-width: 48%;
    max-width: 48%;
    margin: 0 0 10px; }
  .mabout {
    background: url("./images/mabout_bg.jpg") no-repeat right;
    background-size: cover;
    align-items: center;
    margin-bottom: 30px; }
    .mabout:after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .mabout__wrap {
      min-width: 50%;
      max-width: 50%; }
    .mabout__block {
      background: none;
      padding: 20px; }
    .mabout__right {
      padding: 20px 0; }
    .mabout__quote {
      width: 100px; }
  .mcontacts__tabs-item a {
    font-size: 18px;
    line-height: 1.2; }
  .mcontacts__form label {
    min-width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 650px) {
  .banner__heading {
    font-size: 38px; }
  .banner__title {
    margin-bottom: 20px; }
  .banner__sub-title {
    min-width: 280px;
    max-width: 280px; }
    .banner__sub-title:after {
      display: none; }
  .banner__sub-right {
    display: block; }
  .banner__item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }
  .mabout {
    display: block; }
    .mabout__wrap {
      min-width: 100%;
      max-width: 100%; }
  .public {
    flex-direction: column;
    align-items: center; }
    .public__col {
      min-width: 280px;
      max-width: 280px; }
    .public__head {
      min-width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
  .mcontacts__tabs {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .mcontacts__tabs-inner {
      flex-direction: column; }
    .mcontacts__tabs-item {
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
  .mcontacts__form {
    display: block; }
    .mcontacts__form-left {
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    .mcontacts__form form {
      min-width: 100%;
      max-width: 100%; } }

@media only screen and (max-width: 500px) {
  .services__inner {
    flex-direction: column;
    align-items: center; }
  .services__item {
    min-width: 280px;
    max-width: 280px; } }

.servinner .breadcrumb {
  background: url("./images/servinner1.jpg") no-repeat center;
  background-size: cover; }

.servinner__inner {
  padding: 45px 0 20px; }

.servinner__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }

.servinner__photo {
  min-width: 32.48%;
  max-width: 32.48%; }

.servinner .team__item {
  min-width: 100%;
  max-width: 100%;
  margin: 0; }

.servinner__col {
  min-width: 47%;
  max-width: 47%; }
  .servinner__col p {
    margin-bottom: 30px; }
    .servinner__col p:last-child {
      margin-bottom: 0; }

.servinner_photo .breadcrumb {
  background: url("./images/servinner2.jpg") no-repeat center;
  background-size: cover; }

.servinner_photo .servinner__col {
  min-width: 29%;
  max-width: 29%; }

@media only screen and (max-width: 750px) {
  .servinner_photo .servinner__head {
    display: block;
    margin-bottom: 0; }
  .servinner_photo .servinner__col {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px; }
    .servinner_photo .servinner__col p {
      margin-bottom: 20px; }
  .servinner_photo .servinner__photo {
    min-width: 280px;
    max-width: 280px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 650px) {
  .servinner__head {
    display: block;
    margin-bottom: 0; }
  .servinner__col {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px; }
    .servinner__col p {
      margin-bottom: 20px; } }

.team .breadcrumb {
  background: url("./images/team.jpg") no-repeat center;
  background-size: cover; }

.team__inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  padding: 50px 0 60px; }

.team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 32.37%;
  max-width: 32.37%;
  margin: 0 5px 10px;
  padding: 40px 20px 20px;
  box-shadow: 0 0 49px rgba(18, 19, 20, 0.1) !important;
  background-color: #ffffff;
  color: #161616; }
  .team__item_text {
    text-align: left;
    padding: 40px 40px 20px 70px; }
    .team__item_text p {
      font-size: 16px;
      line-height: 27px; }

.team__photo {
  display: flex;
  justify-content: center;
  width: 164px;
  height: 164px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden; }
  .team__photo img {
    height: 100%; }

.team__name {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px; }
  .team__name:after {
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    content: '';
    background-color: #00aaee; }

.team__links {
  display: flex;
  flex-direction: column;
  min-width: 32.37%;
  max-width: 32.37%;
  margin: 0 5px 10px; }
  .team__links i {
    color: #00aaee; }
  .team__links a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 165px;
    margin-bottom: 10px;
    padding: 25px 25px 25px 40px;
    color: #161616;
    box-shadow: 0 0 49px rgba(18, 19, 20, 0.1) !important;
    background-color: #ffffff; }
    .team__links a:last-child {
      margin-bottom: 0; }
  .team__links-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px; }
  .team__links-link {
    text-align: right; }

@media only screen and (max-width: 1175px) {
  .team__item {
    min-width: 32%;
    max-width: 32%; }
    .team__item_text {
      padding: 30px 20px; }
  .team__links {
    min-width: 32%;
    max-width: 32%; } }

@media only screen and (max-width: 850px) {
  .team__inner {
    padding: 30px 0; }
  .team__item {
    min-width: 31%;
    max-width: 31%; } }

@media only screen and (max-width: 750px) {
  .team__inner {
    width: 100%;
    margin-left: 0;
    justify-content: space-between; }
  .team__item {
    min-width: 48%;
    max-width: 48%;
    margin: 0 0 10px; }
  .team__links {
    min-width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 550px) {
  .team__inner {
    flex-direction: column;
    align-items: center; }
  .team__item, .team__links {
    min-width: 280px;
    max-width: 280px; } }

.advantages .breadcrumb {
  background: url("./images/advan.jpg") no-repeat center;
  background-size: cover; }

.advantages__inner {
  padding: 45px 0; }

.advantages__item {
  display: flex;
  margin-bottom: 10px;
  padding: 30px 30px 0;
  box-shadow: 0 0 49px rgba(18, 19, 20, 0.1);
  background-color: #ffffff; }
  .advantages__item h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px; }
  .advantages__item p {
    padding-right: 40px; }

.advantages__left {
  min-width: 38%;
  max-width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px; }

.advantages__right {
  display: flex;
  padding-bottom: 30px; }

.advantages__num {
  color: #ededed;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  margin: auto 0; }

@media only screen and (max-width: 950px) {
  .advantages__item h2 {
    font-size: 18px;
    line-height: 1.2; }
  .advantages__item p {
    padding-right: 20px; }
  .advantages__num {
    font-size: 48px; } }

@media only screen and (max-width: 650px) {
  .advantages__item {
    display: block; }
  .advantages__left {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; } }

.contacts .breadcrumb {
  background: url("./images/contacts.jpg") no-repeat center;
  background-size: cover; }

.contacts__block {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid rgba(24, 23, 28, 0.11); }
  .contacts__block:last-child {
    border-bottom: none; }

.contacts__left {
  min-width: 55.555%;
  max-width: 55.555%;
  display: flex; }

.contacts__head {
  min-width: 33.85%;
  max-width: 33.85%;
  display: flex;
  flex-direction: column;
  margin-right: 70px; }
  .contacts__head h2 {
    font-size: 35px; }

.contacts__site {
  color: #00aaee;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 30px; }

.contacts__img {
  display: flex;
  justify-content: center;
  height: 200px;
  overflow: hidden; }
  .contacts__img img {
    height: 100%; }

.contacts__links-item {
  margin-bottom: 35px; }
  .contacts__links-item:last-child {
    margin-bottom: 0; }

.contacts__links a {
  color: #161616;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; }

.contacts__links-title {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
  margin-bottom: 15px; }
  .contacts__links-title:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #00aaee; }

.contacts__map {
  min-width: 42.73%;
  max-width: 42.73%; }

.contacts iframe {
  border: none;
  display: block; }

.contacts__form {
  box-shadow: 0 0 49px rgba(18, 19, 20, 0.1);
  background-color: #ffffff;
  padding: 50px 20px; }
  .contacts__form h2 {
    text-align: center;
    font-size: 27px;
    line-height: 1.1; }
  .contacts__form form {
    max-width: 830px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .contacts__form label {
    min-width: 48.8%;
    max-width: 48.8%;
    margin-bottom: 15px; }
  .contacts__form-submit {
    min-width: 100%;
    max-width: 100%;
    text-align: center; }

@media only screen and (max-width: 1050px) {
  .contacts__links a {
    font-size: 18px;
    line-height: 1.2; } }

@media only screen and (max-width: 950px) {
  .contacts__block {
    display: block; }
  .contacts__left {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .contacts__head h2 {
    font-size: 28px; }
  .contacts__map {
    min-width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 650px) {
  .contacts__form label {
    min-width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 550px) {
  .contacts__left {
    display: block; }
  .contacts__head {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .contacts__links {
    min-width: 100%;
    max-width: 100%; } }

.about .breadcrumb {
  background: url("./images/about.jpg") no-repeat center;
  background-size: cover; }

.about__inner {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap; }
  .about__inner-left {
    position: relative;
    z-index: 1;
    min-width: 56.41%;
    max-width: 56.41%; }
  .about__inner-right {
    position: relative;
    min-width: 52.13%;
    max-width: 52.13%;
    padding-top: 145px;
    margin-left: -100px; }

.about__block {
  position: relative;
  z-index: 1;
  padding: 45px 35px 45px 50px;
  box-shadow: 0 0 49px rgba(18, 19, 20, 0.1);
  background-color: #ffffff; }
  .about__block-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px; }

.about__list {
  padding-right: 20px; }
  .about__list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px; }
    .about__list li:before {
      position: absolute;
      left: 10px;
      top: 9px;
      width: 6px;
      height: 6px;
      content: '';
      border-radius: 50%;
      background-color: #00aaee; }
    .about__list li:last-child {
      margin-bottom: 0; }

.about__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 440px; }
  .about__img img {
    height: 100%; }

.about__quote {
  display: flex;
  align-items: center;
  min-width: 81.8%;
  max-width: 81.8%;
  padding-top: 40px;
  padding-right: 30px; }
  .about__quote-img {
    min-width: 110px;
    max-width: 110px;
    margin-right: 40px; }
    .about__quote-img img {
      max-width: 100%; }
  .about__quote-text {
    font-size: 18px;
    line-height: 28px; }
  .about__quote a {
    color: #00aaee; }

.about__year {
  display: flex;
  justify-content: flex-end;
  padding-right: 50px; }
  .about__year-block {
    margin-top: -80px;
    width: 200px;
    padding: 25px;
    background: #11427d url("./images/year.svg") no-repeat right top; }
  .about__year-title {
    color: #ffffff;
    font-size: 18px; }
    .about__year-title span {
      font-size: 37px;
      line-height: 1;
      font-weight: 700;
      font-style: italic; }

.seo {
  padding-bottom: 40px; }
  .seo h1 {
      font-size: 32px;  }
  .seo h2 {
    font-size: 26px;
    line-height: 1.2em;
   }
   .seo ul {
    margin-bottom: 15px;
   }
  .seo p {
    margin-bottom: 15px; }
    .seo p:last-child {
      margin-bottom: 0; }
      
@media only screen and (max-width: 550px) {
  .seo h1 {
      font-size: 26px;}
  .seo h2 {
      font-size: 22px;}
  .seo img {
      max-width:100% !important;
      height: auto;
  } }
      

@media only screen and (max-width: 950px) {
  .about__quote-img {
    min-width: 60px;
    max-width: 60px;
    margin-right: 20px; }
  .about__block {
    padding: 35px 20px; } }

@media only screen and (max-width: 750px) {
  .about__inner-left {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .about__inner-right {
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-left: 0; }
  .about__block {
    margin-bottom: 20px; }
  .about__quote {
    min-width: 100%;
    max-width: 100%;
    padding-top: 0; } }

@media only screen and (max-width: 550px) {
  .about__quote-text {
    font-size: 16px;
    line-height: 1.2; }
  .about__year {
    display: block;
    padding-right: 0; }
    .about__year-block {
      margin-top: 0;
      width: 100%; } }