/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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", "Liberation 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #005dff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0041b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  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; }

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1441px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1441px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-1rem {
  margin: 0.75rem !important; }

.mt-1rem,
.my-1rem {
  margin-top: 0.75rem !important; }

.mr-1rem,
.mx-1rem {
  margin-right: 0.75rem !important; }

.mb-1rem,
.my-1rem {
  margin-bottom: 0.75rem !important; }

.ml-1rem,
.mx-1rem {
  margin-left: 0.75rem !important; }

.m-2rem {
  margin: 2rem !important; }

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

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

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

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

.m-5rem {
  margin: 3.5rem !important; }

.mt-5rem,
.my-5rem {
  margin-top: 3.5rem !important; }

.mr-5rem,
.mx-5rem {
  margin-right: 3.5rem !important; }

.mb-5rem,
.my-5rem {
  margin-bottom: 3.5rem !important; }

.ml-5rem,
.mx-5rem {
  margin-left: 3.5rem !important; }

.m-6 {
  margin: 4rem !important; }

.mt-6,
.my-6 {
  margin-top: 4rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4rem !important; }

.m-6rem {
  margin: 4.5rem !important; }

.mt-6rem,
.my-6rem {
  margin-top: 4.5rem !important; }

.mr-6rem,
.mx-6rem {
  margin-right: 4.5rem !important; }

.mb-6rem,
.my-6rem {
  margin-bottom: 4.5rem !important; }

.ml-6rem,
.mx-6rem {
  margin-left: 4.5rem !important; }

.m-7 {
  margin: 5rem !important; }

.mt-7,
.my-7 {
  margin-top: 5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 5rem !important; }

.m-8 {
  margin: 5.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 5.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 5.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 5.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 5.5rem !important; }

.m-8rem {
  margin: 5.5rem !important; }

.mt-8rem,
.my-8rem {
  margin-top: 5.5rem !important; }

.mr-8rem,
.mx-8rem {
  margin-right: 5.5rem !important; }

.mb-8rem,
.my-8rem {
  margin-bottom: 5.5rem !important; }

.ml-8rem,
.mx-8rem {
  margin-left: 5.5rem !important; }

.m-9 {
  margin: 6.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 6.5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 6.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 6.5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 6.5rem !important; }

.m-10 {
  margin: 7rem !important; }

.mt-10,
.my-10 {
  margin-top: 7rem !important; }

.mr-10,
.mx-10 {
  margin-right: 7rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 7rem !important; }

.ml-10,
.mx-10 {
  margin-left: 7rem !important; }

.m-11 {
  margin: 8rem !important; }

.mt-11,
.my-11 {
  margin-top: 8rem !important; }

.mr-11,
.mx-11 {
  margin-right: 8rem !important; }

.mb-11,
.my-11 {
  margin-bottom: 8rem !important; }

.ml-11,
.mx-11 {
  margin-left: 8rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

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

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

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

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

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

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

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

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

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

.p-1rem {
  padding: 0.75rem !important; }

.pt-1rem,
.py-1rem {
  padding-top: 0.75rem !important; }

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

.pb-1rem,
.py-1rem {
  padding-bottom: 0.75rem !important; }

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

.p-2rem {
  padding: 2rem !important; }

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

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

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

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

.p-5rem {
  padding: 3.5rem !important; }

.pt-5rem,
.py-5rem {
  padding-top: 3.5rem !important; }

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

.pb-5rem,
.py-5rem {
  padding-bottom: 3.5rem !important; }

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

.p-6 {
  padding: 4rem !important; }

.pt-6,
.py-6 {
  padding-top: 4rem !important; }

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

.pb-6,
.py-6 {
  padding-bottom: 4rem !important; }

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

.p-6rem {
  padding: 4.5rem !important; }

.pt-6rem,
.py-6rem {
  padding-top: 4.5rem !important; }

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

.pb-6rem,
.py-6rem {
  padding-bottom: 4.5rem !important; }

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

.p-7 {
  padding: 5rem !important; }

.pt-7,
.py-7 {
  padding-top: 5rem !important; }

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

.pb-7,
.py-7 {
  padding-bottom: 5rem !important; }

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

.p-8 {
  padding: 5.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 5.5rem !important; }

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

.pb-8,
.py-8 {
  padding-bottom: 5.5rem !important; }

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

.p-8rem {
  padding: 5.5rem !important; }

.pt-8rem,
.py-8rem {
  padding-top: 5.5rem !important; }

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

.pb-8rem,
.py-8rem {
  padding-bottom: 5.5rem !important; }

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

.p-9 {
  padding: 6.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 6.5rem !important; }

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

.pb-9,
.py-9 {
  padding-bottom: 6.5rem !important; }

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

.p-10 {
  padding: 7rem !important; }

.pt-10,
.py-10 {
  padding-top: 7rem !important; }

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

.pb-10,
.py-10 {
  padding-bottom: 7rem !important; }

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

.p-11 {
  padding: 8rem !important; }

.pt-11,
.py-11 {
  padding-top: 8rem !important; }

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

.pb-11,
.py-11 {
  padding-bottom: 8rem !important; }

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

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-n1rem {
  margin: -0.75rem !important; }

.mt-n1rem,
.my-n1rem {
  margin-top: -0.75rem !important; }

.mr-n1rem,
.mx-n1rem {
  margin-right: -0.75rem !important; }

.mb-n1rem,
.my-n1rem {
  margin-bottom: -0.75rem !important; }

.ml-n1rem,
.mx-n1rem {
  margin-left: -0.75rem !important; }

.m-n2rem {
  margin: -2rem !important; }

.mt-n2rem,
.my-n2rem {
  margin-top: -2rem !important; }

.mr-n2rem,
.mx-n2rem {
  margin-right: -2rem !important; }

.mb-n2rem,
.my-n2rem {
  margin-bottom: -2rem !important; }

.ml-n2rem,
.mx-n2rem {
  margin-left: -2rem !important; }

.m-n5rem {
  margin: -3.5rem !important; }

.mt-n5rem,
.my-n5rem {
  margin-top: -3.5rem !important; }

.mr-n5rem,
.mx-n5rem {
  margin-right: -3.5rem !important; }

.mb-n5rem,
.my-n5rem {
  margin-bottom: -3.5rem !important; }

.ml-n5rem,
.mx-n5rem {
  margin-left: -3.5rem !important; }

.m-n6 {
  margin: -4rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -4rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important; }

.m-n6rem {
  margin: -4.5rem !important; }

.mt-n6rem,
.my-n6rem {
  margin-top: -4.5rem !important; }

.mr-n6rem,
.mx-n6rem {
  margin-right: -4.5rem !important; }

.mb-n6rem,
.my-n6rem {
  margin-bottom: -4.5rem !important; }

.ml-n6rem,
.mx-n6rem {
  margin-left: -4.5rem !important; }

.m-n7 {
  margin: -5rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -5rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important; }

.m-n8 {
  margin: -5.5rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -5.5rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -5.5rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -5.5rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -5.5rem !important; }

.m-n8rem {
  margin: -5.5rem !important; }

.mt-n8rem,
.my-n8rem {
  margin-top: -5.5rem !important; }

.mr-n8rem,
.mx-n8rem {
  margin-right: -5.5rem !important; }

.mb-n8rem,
.my-n8rem {
  margin-bottom: -5.5rem !important; }

.ml-n8rem,
.mx-n8rem {
  margin-left: -5.5rem !important; }

.m-n9 {
  margin: -6.5rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -6.5rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -6.5rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -6.5rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -6.5rem !important; }

.m-n10 {
  margin: -7rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -7rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -7rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -7rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -7rem !important; }

.m-n11 {
  margin: -8rem !important; }

.mt-n11,
.my-n11 {
  margin-top: -8rem !important; }

.mr-n11,
.mx-n11 {
  margin-right: -8rem !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -8rem !important; }

.ml-n11,
.mx-n11 {
  margin-left: -8rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-1rem {
    margin: 0.75rem !important; }
  .mt-sm-1rem,
  .my-sm-1rem {
    margin-top: 0.75rem !important; }
  .mr-sm-1rem,
  .mx-sm-1rem {
    margin-right: 0.75rem !important; }
  .mb-sm-1rem,
  .my-sm-1rem {
    margin-bottom: 0.75rem !important; }
  .ml-sm-1rem,
  .mx-sm-1rem {
    margin-left: 0.75rem !important; }
  .m-sm-2rem {
    margin: 2rem !important; }
  .mt-sm-2rem,
  .my-sm-2rem {
    margin-top: 2rem !important; }
  .mr-sm-2rem,
  .mx-sm-2rem {
    margin-right: 2rem !important; }
  .mb-sm-2rem,
  .my-sm-2rem {
    margin-bottom: 2rem !important; }
  .ml-sm-2rem,
  .mx-sm-2rem {
    margin-left: 2rem !important; }
  .m-sm-5rem {
    margin: 3.5rem !important; }
  .mt-sm-5rem,
  .my-sm-5rem {
    margin-top: 3.5rem !important; }
  .mr-sm-5rem,
  .mx-sm-5rem {
    margin-right: 3.5rem !important; }
  .mb-sm-5rem,
  .my-sm-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-sm-5rem,
  .mx-sm-5rem {
    margin-left: 3.5rem !important; }
  .m-sm-6 {
    margin: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-6rem {
    margin: 4.5rem !important; }
  .mt-sm-6rem,
  .my-sm-6rem {
    margin-top: 4.5rem !important; }
  .mr-sm-6rem,
  .mx-sm-6rem {
    margin-right: 4.5rem !important; }
  .mb-sm-6rem,
  .my-sm-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-sm-6rem,
  .mx-sm-6rem {
    margin-left: 4.5rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important; }
  .m-sm-8 {
    margin: 5.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5.5rem !important; }
  .m-sm-8rem {
    margin: 5.5rem !important; }
  .mt-sm-8rem,
  .my-sm-8rem {
    margin-top: 5.5rem !important; }
  .mr-sm-8rem,
  .mx-sm-8rem {
    margin-right: 5.5rem !important; }
  .mb-sm-8rem,
  .my-sm-8rem {
    margin-bottom: 5.5rem !important; }
  .ml-sm-8rem,
  .mx-sm-8rem {
    margin-left: 5.5rem !important; }
  .m-sm-9 {
    margin: 6.5rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 6.5rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 6.5rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 6.5rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 6.5rem !important; }
  .m-sm-10 {
    margin: 7rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 7rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 7rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 7rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 7rem !important; }
  .m-sm-11 {
    margin: 8rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 8rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 8rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 8rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 8rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-1rem {
    padding: 0.75rem !important; }
  .pt-sm-1rem,
  .py-sm-1rem {
    padding-top: 0.75rem !important; }
  .pr-sm-1rem,
  .px-sm-1rem {
    padding-right: 0.75rem !important; }
  .pb-sm-1rem,
  .py-sm-1rem {
    padding-bottom: 0.75rem !important; }
  .pl-sm-1rem,
  .px-sm-1rem {
    padding-left: 0.75rem !important; }
  .p-sm-2rem {
    padding: 2rem !important; }
  .pt-sm-2rem,
  .py-sm-2rem {
    padding-top: 2rem !important; }
  .pr-sm-2rem,
  .px-sm-2rem {
    padding-right: 2rem !important; }
  .pb-sm-2rem,
  .py-sm-2rem {
    padding-bottom: 2rem !important; }
  .pl-sm-2rem,
  .px-sm-2rem {
    padding-left: 2rem !important; }
  .p-sm-5rem {
    padding: 3.5rem !important; }
  .pt-sm-5rem,
  .py-sm-5rem {
    padding-top: 3.5rem !important; }
  .pr-sm-5rem,
  .px-sm-5rem {
    padding-right: 3.5rem !important; }
  .pb-sm-5rem,
  .py-sm-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-sm-5rem,
  .px-sm-5rem {
    padding-left: 3.5rem !important; }
  .p-sm-6 {
    padding: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-6rem {
    padding: 4.5rem !important; }
  .pt-sm-6rem,
  .py-sm-6rem {
    padding-top: 4.5rem !important; }
  .pr-sm-6rem,
  .px-sm-6rem {
    padding-right: 4.5rem !important; }
  .pb-sm-6rem,
  .py-sm-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-sm-6rem,
  .px-sm-6rem {
    padding-left: 4.5rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important; }
  .p-sm-8 {
    padding: 5.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5.5rem !important; }
  .p-sm-8rem {
    padding: 5.5rem !important; }
  .pt-sm-8rem,
  .py-sm-8rem {
    padding-top: 5.5rem !important; }
  .pr-sm-8rem,
  .px-sm-8rem {
    padding-right: 5.5rem !important; }
  .pb-sm-8rem,
  .py-sm-8rem {
    padding-bottom: 5.5rem !important; }
  .pl-sm-8rem,
  .px-sm-8rem {
    padding-left: 5.5rem !important; }
  .p-sm-9 {
    padding: 6.5rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 6.5rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 6.5rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 6.5rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 6.5rem !important; }
  .p-sm-10 {
    padding: 7rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 7rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 7rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 7rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 7rem !important; }
  .p-sm-11 {
    padding: 8rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 8rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 8rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 8rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 8rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n1rem {
    margin: -0.75rem !important; }
  .mt-sm-n1rem,
  .my-sm-n1rem {
    margin-top: -0.75rem !important; }
  .mr-sm-n1rem,
  .mx-sm-n1rem {
    margin-right: -0.75rem !important; }
  .mb-sm-n1rem,
  .my-sm-n1rem {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n1rem,
  .mx-sm-n1rem {
    margin-left: -0.75rem !important; }
  .m-sm-n2rem {
    margin: -2rem !important; }
  .mt-sm-n2rem,
  .my-sm-n2rem {
    margin-top: -2rem !important; }
  .mr-sm-n2rem,
  .mx-sm-n2rem {
    margin-right: -2rem !important; }
  .mb-sm-n2rem,
  .my-sm-n2rem {
    margin-bottom: -2rem !important; }
  .ml-sm-n2rem,
  .mx-sm-n2rem {
    margin-left: -2rem !important; }
  .m-sm-n5rem {
    margin: -3.5rem !important; }
  .mt-sm-n5rem,
  .my-sm-n5rem {
    margin-top: -3.5rem !important; }
  .mr-sm-n5rem,
  .mx-sm-n5rem {
    margin-right: -3.5rem !important; }
  .mb-sm-n5rem,
  .my-sm-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-sm-n5rem,
  .mx-sm-n5rem {
    margin-left: -3.5rem !important; }
  .m-sm-n6 {
    margin: -4rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important; }
  .m-sm-n6rem {
    margin: -4.5rem !important; }
  .mt-sm-n6rem,
  .my-sm-n6rem {
    margin-top: -4.5rem !important; }
  .mr-sm-n6rem,
  .mx-sm-n6rem {
    margin-right: -4.5rem !important; }
  .mb-sm-n6rem,
  .my-sm-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n6rem,
  .mx-sm-n6rem {
    margin-left: -4.5rem !important; }
  .m-sm-n7 {
    margin: -5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important; }
  .m-sm-n8 {
    margin: -5.5rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5.5rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5.5rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5.5rem !important; }
  .m-sm-n8rem {
    margin: -5.5rem !important; }
  .mt-sm-n8rem,
  .my-sm-n8rem {
    margin-top: -5.5rem !important; }
  .mr-sm-n8rem,
  .mx-sm-n8rem {
    margin-right: -5.5rem !important; }
  .mb-sm-n8rem,
  .my-sm-n8rem {
    margin-bottom: -5.5rem !important; }
  .ml-sm-n8rem,
  .mx-sm-n8rem {
    margin-left: -5.5rem !important; }
  .m-sm-n9 {
    margin: -6.5rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -6.5rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -6.5rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -6.5rem !important; }
  .m-sm-n10 {
    margin: -7rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -7rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -7rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -7rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -7rem !important; }
  .m-sm-n11 {
    margin: -8rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -8rem !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -8rem !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -8rem !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -8rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-1rem {
    margin: 0.75rem !important; }
  .mt-md-1rem,
  .my-md-1rem {
    margin-top: 0.75rem !important; }
  .mr-md-1rem,
  .mx-md-1rem {
    margin-right: 0.75rem !important; }
  .mb-md-1rem,
  .my-md-1rem {
    margin-bottom: 0.75rem !important; }
  .ml-md-1rem,
  .mx-md-1rem {
    margin-left: 0.75rem !important; }
  .m-md-2rem {
    margin: 2rem !important; }
  .mt-md-2rem,
  .my-md-2rem {
    margin-top: 2rem !important; }
  .mr-md-2rem,
  .mx-md-2rem {
    margin-right: 2rem !important; }
  .mb-md-2rem,
  .my-md-2rem {
    margin-bottom: 2rem !important; }
  .ml-md-2rem,
  .mx-md-2rem {
    margin-left: 2rem !important; }
  .m-md-5rem {
    margin: 3.5rem !important; }
  .mt-md-5rem,
  .my-md-5rem {
    margin-top: 3.5rem !important; }
  .mr-md-5rem,
  .mx-md-5rem {
    margin-right: 3.5rem !important; }
  .mb-md-5rem,
  .my-md-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-md-5rem,
  .mx-md-5rem {
    margin-left: 3.5rem !important; }
  .m-md-6 {
    margin: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-6rem {
    margin: 4.5rem !important; }
  .mt-md-6rem,
  .my-md-6rem {
    margin-top: 4.5rem !important; }
  .mr-md-6rem,
  .mx-md-6rem {
    margin-right: 4.5rem !important; }
  .mb-md-6rem,
  .my-md-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-md-6rem,
  .mx-md-6rem {
    margin-left: 4.5rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important; }
  .m-md-8 {
    margin: 5.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 5.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 5.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 5.5rem !important; }
  .m-md-8rem {
    margin: 5.5rem !important; }
  .mt-md-8rem,
  .my-md-8rem {
    margin-top: 5.5rem !important; }
  .mr-md-8rem,
  .mx-md-8rem {
    margin-right: 5.5rem !important; }
  .mb-md-8rem,
  .my-md-8rem {
    margin-bottom: 5.5rem !important; }
  .ml-md-8rem,
  .mx-md-8rem {
    margin-left: 5.5rem !important; }
  .m-md-9 {
    margin: 6.5rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 6.5rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 6.5rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 6.5rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 6.5rem !important; }
  .m-md-10 {
    margin: 7rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 7rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 7rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 7rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 7rem !important; }
  .m-md-11 {
    margin: 8rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 8rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 8rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 8rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 8rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-1rem {
    padding: 0.75rem !important; }
  .pt-md-1rem,
  .py-md-1rem {
    padding-top: 0.75rem !important; }
  .pr-md-1rem,
  .px-md-1rem {
    padding-right: 0.75rem !important; }
  .pb-md-1rem,
  .py-md-1rem {
    padding-bottom: 0.75rem !important; }
  .pl-md-1rem,
  .px-md-1rem {
    padding-left: 0.75rem !important; }
  .p-md-2rem {
    padding: 2rem !important; }
  .pt-md-2rem,
  .py-md-2rem {
    padding-top: 2rem !important; }
  .pr-md-2rem,
  .px-md-2rem {
    padding-right: 2rem !important; }
  .pb-md-2rem,
  .py-md-2rem {
    padding-bottom: 2rem !important; }
  .pl-md-2rem,
  .px-md-2rem {
    padding-left: 2rem !important; }
  .p-md-5rem {
    padding: 3.5rem !important; }
  .pt-md-5rem,
  .py-md-5rem {
    padding-top: 3.5rem !important; }
  .pr-md-5rem,
  .px-md-5rem {
    padding-right: 3.5rem !important; }
  .pb-md-5rem,
  .py-md-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-md-5rem,
  .px-md-5rem {
    padding-left: 3.5rem !important; }
  .p-md-6 {
    padding: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-6rem {
    padding: 4.5rem !important; }
  .pt-md-6rem,
  .py-md-6rem {
    padding-top: 4.5rem !important; }
  .pr-md-6rem,
  .px-md-6rem {
    padding-right: 4.5rem !important; }
  .pb-md-6rem,
  .py-md-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-md-6rem,
  .px-md-6rem {
    padding-left: 4.5rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important; }
  .p-md-8 {
    padding: 5.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 5.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 5.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 5.5rem !important; }
  .p-md-8rem {
    padding: 5.5rem !important; }
  .pt-md-8rem,
  .py-md-8rem {
    padding-top: 5.5rem !important; }
  .pr-md-8rem,
  .px-md-8rem {
    padding-right: 5.5rem !important; }
  .pb-md-8rem,
  .py-md-8rem {
    padding-bottom: 5.5rem !important; }
  .pl-md-8rem,
  .px-md-8rem {
    padding-left: 5.5rem !important; }
  .p-md-9 {
    padding: 6.5rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 6.5rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 6.5rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 6.5rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 6.5rem !important; }
  .p-md-10 {
    padding: 7rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 7rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 7rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 7rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 7rem !important; }
  .p-md-11 {
    padding: 8rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 8rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 8rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 8rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 8rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n1rem {
    margin: -0.75rem !important; }
  .mt-md-n1rem,
  .my-md-n1rem {
    margin-top: -0.75rem !important; }
  .mr-md-n1rem,
  .mx-md-n1rem {
    margin-right: -0.75rem !important; }
  .mb-md-n1rem,
  .my-md-n1rem {
    margin-bottom: -0.75rem !important; }
  .ml-md-n1rem,
  .mx-md-n1rem {
    margin-left: -0.75rem !important; }
  .m-md-n2rem {
    margin: -2rem !important; }
  .mt-md-n2rem,
  .my-md-n2rem {
    margin-top: -2rem !important; }
  .mr-md-n2rem,
  .mx-md-n2rem {
    margin-right: -2rem !important; }
  .mb-md-n2rem,
  .my-md-n2rem {
    margin-bottom: -2rem !important; }
  .ml-md-n2rem,
  .mx-md-n2rem {
    margin-left: -2rem !important; }
  .m-md-n5rem {
    margin: -3.5rem !important; }
  .mt-md-n5rem,
  .my-md-n5rem {
    margin-top: -3.5rem !important; }
  .mr-md-n5rem,
  .mx-md-n5rem {
    margin-right: -3.5rem !important; }
  .mb-md-n5rem,
  .my-md-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-md-n5rem,
  .mx-md-n5rem {
    margin-left: -3.5rem !important; }
  .m-md-n6 {
    margin: -4rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important; }
  .m-md-n6rem {
    margin: -4.5rem !important; }
  .mt-md-n6rem,
  .my-md-n6rem {
    margin-top: -4.5rem !important; }
  .mr-md-n6rem,
  .mx-md-n6rem {
    margin-right: -4.5rem !important; }
  .mb-md-n6rem,
  .my-md-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-md-n6rem,
  .mx-md-n6rem {
    margin-left: -4.5rem !important; }
  .m-md-n7 {
    margin: -5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important; }
  .m-md-n8 {
    margin: -5.5rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5.5rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5.5rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5.5rem !important; }
  .m-md-n8rem {
    margin: -5.5rem !important; }
  .mt-md-n8rem,
  .my-md-n8rem {
    margin-top: -5.5rem !important; }
  .mr-md-n8rem,
  .mx-md-n8rem {
    margin-right: -5.5rem !important; }
  .mb-md-n8rem,
  .my-md-n8rem {
    margin-bottom: -5.5rem !important; }
  .ml-md-n8rem,
  .mx-md-n8rem {
    margin-left: -5.5rem !important; }
  .m-md-n9 {
    margin: -6.5rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -6.5rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -6.5rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -6.5rem !important; }
  .m-md-n10 {
    margin: -7rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -7rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -7rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -7rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -7rem !important; }
  .m-md-n11 {
    margin: -8rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -8rem !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -8rem !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -8rem !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -8rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-1rem {
    margin: 0.75rem !important; }
  .mt-lg-1rem,
  .my-lg-1rem {
    margin-top: 0.75rem !important; }
  .mr-lg-1rem,
  .mx-lg-1rem {
    margin-right: 0.75rem !important; }
  .mb-lg-1rem,
  .my-lg-1rem {
    margin-bottom: 0.75rem !important; }
  .ml-lg-1rem,
  .mx-lg-1rem {
    margin-left: 0.75rem !important; }
  .m-lg-2rem {
    margin: 2rem !important; }
  .mt-lg-2rem,
  .my-lg-2rem {
    margin-top: 2rem !important; }
  .mr-lg-2rem,
  .mx-lg-2rem {
    margin-right: 2rem !important; }
  .mb-lg-2rem,
  .my-lg-2rem {
    margin-bottom: 2rem !important; }
  .ml-lg-2rem,
  .mx-lg-2rem {
    margin-left: 2rem !important; }
  .m-lg-5rem {
    margin: 3.5rem !important; }
  .mt-lg-5rem,
  .my-lg-5rem {
    margin-top: 3.5rem !important; }
  .mr-lg-5rem,
  .mx-lg-5rem {
    margin-right: 3.5rem !important; }
  .mb-lg-5rem,
  .my-lg-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-lg-5rem,
  .mx-lg-5rem {
    margin-left: 3.5rem !important; }
  .m-lg-6 {
    margin: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-6rem {
    margin: 4.5rem !important; }
  .mt-lg-6rem,
  .my-lg-6rem {
    margin-top: 4.5rem !important; }
  .mr-lg-6rem,
  .mx-lg-6rem {
    margin-right: 4.5rem !important; }
  .mb-lg-6rem,
  .my-lg-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-lg-6rem,
  .mx-lg-6rem {
    margin-left: 4.5rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important; }
  .m-lg-8 {
    margin: 5.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5.5rem !important; }
  .m-lg-8rem {
    margin: 5.5rem !important; }
  .mt-lg-8rem,
  .my-lg-8rem {
    margin-top: 5.5rem !important; }
  .mr-lg-8rem,
  .mx-lg-8rem {
    margin-right: 5.5rem !important; }
  .mb-lg-8rem,
  .my-lg-8rem {
    margin-bottom: 5.5rem !important; }
  .ml-lg-8rem,
  .mx-lg-8rem {
    margin-left: 5.5rem !important; }
  .m-lg-9 {
    margin: 6.5rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 6.5rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 6.5rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 6.5rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 6.5rem !important; }
  .m-lg-10 {
    margin: 7rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 7rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 7rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 7rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 7rem !important; }
  .m-lg-11 {
    margin: 8rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 8rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 8rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 8rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 8rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-1rem {
    padding: 0.75rem !important; }
  .pt-lg-1rem,
  .py-lg-1rem {
    padding-top: 0.75rem !important; }
  .pr-lg-1rem,
  .px-lg-1rem {
    padding-right: 0.75rem !important; }
  .pb-lg-1rem,
  .py-lg-1rem {
    padding-bottom: 0.75rem !important; }
  .pl-lg-1rem,
  .px-lg-1rem {
    padding-left: 0.75rem !important; }
  .p-lg-2rem {
    padding: 2rem !important; }
  .pt-lg-2rem,
  .py-lg-2rem {
    padding-top: 2rem !important; }
  .pr-lg-2rem,
  .px-lg-2rem {
    padding-right: 2rem !important; }
  .pb-lg-2rem,
  .py-lg-2rem {
    padding-bottom: 2rem !important; }
  .pl-lg-2rem,
  .px-lg-2rem {
    padding-left: 2rem !important; }
  .p-lg-5rem {
    padding: 3.5rem !important; }
  .pt-lg-5rem,
  .py-lg-5rem {
    padding-top: 3.5rem !important; }
  .pr-lg-5rem,
  .px-lg-5rem {
    padding-right: 3.5rem !important; }
  .pb-lg-5rem,
  .py-lg-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-lg-5rem,
  .px-lg-5rem {
    padding-left: 3.5rem !important; }
  .p-lg-6 {
    padding: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-6rem {
    padding: 4.5rem !important; }
  .pt-lg-6rem,
  .py-lg-6rem {
    padding-top: 4.5rem !important; }
  .pr-lg-6rem,
  .px-lg-6rem {
    padding-right: 4.5rem !important; }
  .pb-lg-6rem,
  .py-lg-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-lg-6rem,
  .px-lg-6rem {
    padding-left: 4.5rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important; }
  .p-lg-8 {
    padding: 5.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5.5rem !important; }
  .p-lg-8rem {
    padding: 5.5rem !important; }
  .pt-lg-8rem,
  .py-lg-8rem {
    padding-top: 5.5rem !important; }
  .pr-lg-8rem,
  .px-lg-8rem {
    padding-right: 5.5rem !important; }
  .pb-lg-8rem,
  .py-lg-8rem {
    padding-bottom: 5.5rem !important; }
  .pl-lg-8rem,
  .px-lg-8rem {
    padding-left: 5.5rem !important; }
  .p-lg-9 {
    padding: 6.5rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 6.5rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 6.5rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 6.5rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 6.5rem !important; }
  .p-lg-10 {
    padding: 7rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 7rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 7rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 7rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 7rem !important; }
  .p-lg-11 {
    padding: 8rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 8rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 8rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 8rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 8rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n1rem {
    margin: -0.75rem !important; }
  .mt-lg-n1rem,
  .my-lg-n1rem {
    margin-top: -0.75rem !important; }
  .mr-lg-n1rem,
  .mx-lg-n1rem {
    margin-right: -0.75rem !important; }
  .mb-lg-n1rem,
  .my-lg-n1rem {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n1rem,
  .mx-lg-n1rem {
    margin-left: -0.75rem !important; }
  .m-lg-n2rem {
    margin: -2rem !important; }
  .mt-lg-n2rem,
  .my-lg-n2rem {
    margin-top: -2rem !important; }
  .mr-lg-n2rem,
  .mx-lg-n2rem {
    margin-right: -2rem !important; }
  .mb-lg-n2rem,
  .my-lg-n2rem {
    margin-bottom: -2rem !important; }
  .ml-lg-n2rem,
  .mx-lg-n2rem {
    margin-left: -2rem !important; }
  .m-lg-n5rem {
    margin: -3.5rem !important; }
  .mt-lg-n5rem,
  .my-lg-n5rem {
    margin-top: -3.5rem !important; }
  .mr-lg-n5rem,
  .mx-lg-n5rem {
    margin-right: -3.5rem !important; }
  .mb-lg-n5rem,
  .my-lg-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-lg-n5rem,
  .mx-lg-n5rem {
    margin-left: -3.5rem !important; }
  .m-lg-n6 {
    margin: -4rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important; }
  .m-lg-n6rem {
    margin: -4.5rem !important; }
  .mt-lg-n6rem,
  .my-lg-n6rem {
    margin-top: -4.5rem !important; }
  .mr-lg-n6rem,
  .mx-lg-n6rem {
    margin-right: -4.5rem !important; }
  .mb-lg-n6rem,
  .my-lg-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n6rem,
  .mx-lg-n6rem {
    margin-left: -4.5rem !important; }
  .m-lg-n7 {
    margin: -5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important; }
  .m-lg-n8 {
    margin: -5.5rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5.5rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5.5rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5.5rem !important; }
  .m-lg-n8rem {
    margin: -5.5rem !important; }
  .mt-lg-n8rem,
  .my-lg-n8rem {
    margin-top: -5.5rem !important; }
  .mr-lg-n8rem,
  .mx-lg-n8rem {
    margin-right: -5.5rem !important; }
  .mb-lg-n8rem,
  .my-lg-n8rem {
    margin-bottom: -5.5rem !important; }
  .ml-lg-n8rem,
  .mx-lg-n8rem {
    margin-left: -5.5rem !important; }
  .m-lg-n9 {
    margin: -6.5rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -6.5rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -6.5rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -6.5rem !important; }
  .m-lg-n10 {
    margin: -7rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -7rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -7rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -7rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -7rem !important; }
  .m-lg-n11 {
    margin: -8rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -8rem !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -8rem !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -8rem !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -8rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-1rem {
    margin: 0.75rem !important; }
  .mt-xl-1rem,
  .my-xl-1rem {
    margin-top: 0.75rem !important; }
  .mr-xl-1rem,
  .mx-xl-1rem {
    margin-right: 0.75rem !important; }
  .mb-xl-1rem,
  .my-xl-1rem {
    margin-bottom: 0.75rem !important; }
  .ml-xl-1rem,
  .mx-xl-1rem {
    margin-left: 0.75rem !important; }
  .m-xl-2rem {
    margin: 2rem !important; }
  .mt-xl-2rem,
  .my-xl-2rem {
    margin-top: 2rem !important; }
  .mr-xl-2rem,
  .mx-xl-2rem {
    margin-right: 2rem !important; }
  .mb-xl-2rem,
  .my-xl-2rem {
    margin-bottom: 2rem !important; }
  .ml-xl-2rem,
  .mx-xl-2rem {
    margin-left: 2rem !important; }
  .m-xl-5rem {
    margin: 3.5rem !important; }
  .mt-xl-5rem,
  .my-xl-5rem {
    margin-top: 3.5rem !important; }
  .mr-xl-5rem,
  .mx-xl-5rem {
    margin-right: 3.5rem !important; }
  .mb-xl-5rem,
  .my-xl-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-xl-5rem,
  .mx-xl-5rem {
    margin-left: 3.5rem !important; }
  .m-xl-6 {
    margin: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-6rem {
    margin: 4.5rem !important; }
  .mt-xl-6rem,
  .my-xl-6rem {
    margin-top: 4.5rem !important; }
  .mr-xl-6rem,
  .mx-xl-6rem {
    margin-right: 4.5rem !important; }
  .mb-xl-6rem,
  .my-xl-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-xl-6rem,
  .mx-xl-6rem {
    margin-left: 4.5rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important; }
  .m-xl-8 {
    margin: 5.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5.5rem !important; }
  .m-xl-8rem {
    margin: 5.5rem !important; }
  .mt-xl-8rem,
  .my-xl-8rem {
    margin-top: 5.5rem !important; }
  .mr-xl-8rem,
  .mx-xl-8rem {
    margin-right: 5.5rem !important; }
  .mb-xl-8rem,
  .my-xl-8rem {
    margin-bottom: 5.5rem !important; }
  .ml-xl-8rem,
  .mx-xl-8rem {
    margin-left: 5.5rem !important; }
  .m-xl-9 {
    margin: 6.5rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 6.5rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 6.5rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 6.5rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 6.5rem !important; }
  .m-xl-10 {
    margin: 7rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 7rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 7rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 7rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 7rem !important; }
  .m-xl-11 {
    margin: 8rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 8rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 8rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 8rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 8rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-1rem {
    padding: 0.75rem !important; }
  .pt-xl-1rem,
  .py-xl-1rem {
    padding-top: 0.75rem !important; }
  .pr-xl-1rem,
  .px-xl-1rem {
    padding-right: 0.75rem !important; }
  .pb-xl-1rem,
  .py-xl-1rem {
    padding-bottom: 0.75rem !important; }
  .pl-xl-1rem,
  .px-xl-1rem {
    padding-left: 0.75rem !important; }
  .p-xl-2rem {
    padding: 2rem !important; }
  .pt-xl-2rem,
  .py-xl-2rem {
    padding-top: 2rem !important; }
  .pr-xl-2rem,
  .px-xl-2rem {
    padding-right: 2rem !important; }
  .pb-xl-2rem,
  .py-xl-2rem {
    padding-bottom: 2rem !important; }
  .pl-xl-2rem,
  .px-xl-2rem {
    padding-left: 2rem !important; }
  .p-xl-5rem {
    padding: 3.5rem !important; }
  .pt-xl-5rem,
  .py-xl-5rem {
    padding-top: 3.5rem !important; }
  .pr-xl-5rem,
  .px-xl-5rem {
    padding-right: 3.5rem !important; }
  .pb-xl-5rem,
  .py-xl-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-xl-5rem,
  .px-xl-5rem {
    padding-left: 3.5rem !important; }
  .p-xl-6 {
    padding: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-6rem {
    padding: 4.5rem !important; }
  .pt-xl-6rem,
  .py-xl-6rem {
    padding-top: 4.5rem !important; }
  .pr-xl-6rem,
  .px-xl-6rem {
    padding-right: 4.5rem !important; }
  .pb-xl-6rem,
  .py-xl-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-xl-6rem,
  .px-xl-6rem {
    padding-left: 4.5rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important; }
  .p-xl-8 {
    padding: 5.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5.5rem !important; }
  .p-xl-8rem {
    padding: 5.5rem !important; }
  .pt-xl-8rem,
  .py-xl-8rem {
    padding-top: 5.5rem !important; }
  .pr-xl-8rem,
  .px-xl-8rem {
    padding-right: 5.5rem !important; }
  .pb-xl-8rem,
  .py-xl-8rem {
    padding-bottom: 5.5rem !important; }
  .pl-xl-8rem,
  .px-xl-8rem {
    padding-left: 5.5rem !important; }
  .p-xl-9 {
    padding: 6.5rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 6.5rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 6.5rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 6.5rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 6.5rem !important; }
  .p-xl-10 {
    padding: 7rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 7rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 7rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 7rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 7rem !important; }
  .p-xl-11 {
    padding: 8rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 8rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 8rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 8rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 8rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n1rem {
    margin: -0.75rem !important; }
  .mt-xl-n1rem,
  .my-xl-n1rem {
    margin-top: -0.75rem !important; }
  .mr-xl-n1rem,
  .mx-xl-n1rem {
    margin-right: -0.75rem !important; }
  .mb-xl-n1rem,
  .my-xl-n1rem {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n1rem,
  .mx-xl-n1rem {
    margin-left: -0.75rem !important; }
  .m-xl-n2rem {
    margin: -2rem !important; }
  .mt-xl-n2rem,
  .my-xl-n2rem {
    margin-top: -2rem !important; }
  .mr-xl-n2rem,
  .mx-xl-n2rem {
    margin-right: -2rem !important; }
  .mb-xl-n2rem,
  .my-xl-n2rem {
    margin-bottom: -2rem !important; }
  .ml-xl-n2rem,
  .mx-xl-n2rem {
    margin-left: -2rem !important; }
  .m-xl-n5rem {
    margin: -3.5rem !important; }
  .mt-xl-n5rem,
  .my-xl-n5rem {
    margin-top: -3.5rem !important; }
  .mr-xl-n5rem,
  .mx-xl-n5rem {
    margin-right: -3.5rem !important; }
  .mb-xl-n5rem,
  .my-xl-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-xl-n5rem,
  .mx-xl-n5rem {
    margin-left: -3.5rem !important; }
  .m-xl-n6 {
    margin: -4rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important; }
  .m-xl-n6rem {
    margin: -4.5rem !important; }
  .mt-xl-n6rem,
  .my-xl-n6rem {
    margin-top: -4.5rem !important; }
  .mr-xl-n6rem,
  .mx-xl-n6rem {
    margin-right: -4.5rem !important; }
  .mb-xl-n6rem,
  .my-xl-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n6rem,
  .mx-xl-n6rem {
    margin-left: -4.5rem !important; }
  .m-xl-n7 {
    margin: -5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important; }
  .m-xl-n8 {
    margin: -5.5rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5.5rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5.5rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5.5rem !important; }
  .m-xl-n8rem {
    margin: -5.5rem !important; }
  .mt-xl-n8rem,
  .my-xl-n8rem {
    margin-top: -5.5rem !important; }
  .mr-xl-n8rem,
  .mx-xl-n8rem {
    margin-right: -5.5rem !important; }
  .mb-xl-n8rem,
  .my-xl-n8rem {
    margin-bottom: -5.5rem !important; }
  .ml-xl-n8rem,
  .mx-xl-n8rem {
    margin-left: -5.5rem !important; }
  .m-xl-n9 {
    margin: -6.5rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -6.5rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -6.5rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -6.5rem !important; }
  .m-xl-n10 {
    margin: -7rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -7rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -7rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -7rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -7rem !important; }
  .m-xl-n11 {
    margin: -8rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -8rem !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -8rem !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -8rem !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -8rem !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: 1441px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .m-xxl-1rem {
    margin: 0.75rem !important; }
  .mt-xxl-1rem,
  .my-xxl-1rem {
    margin-top: 0.75rem !important; }
  .mr-xxl-1rem,
  .mx-xxl-1rem {
    margin-right: 0.75rem !important; }
  .mb-xxl-1rem,
  .my-xxl-1rem {
    margin-bottom: 0.75rem !important; }
  .ml-xxl-1rem,
  .mx-xxl-1rem {
    margin-left: 0.75rem !important; }
  .m-xxl-2rem {
    margin: 2rem !important; }
  .mt-xxl-2rem,
  .my-xxl-2rem {
    margin-top: 2rem !important; }
  .mr-xxl-2rem,
  .mx-xxl-2rem {
    margin-right: 2rem !important; }
  .mb-xxl-2rem,
  .my-xxl-2rem {
    margin-bottom: 2rem !important; }
  .ml-xxl-2rem,
  .mx-xxl-2rem {
    margin-left: 2rem !important; }
  .m-xxl-5rem {
    margin: 3.5rem !important; }
  .mt-xxl-5rem,
  .my-xxl-5rem {
    margin-top: 3.5rem !important; }
  .mr-xxl-5rem,
  .mx-xxl-5rem {
    margin-right: 3.5rem !important; }
  .mb-xxl-5rem,
  .my-xxl-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-xxl-5rem,
  .mx-xxl-5rem {
    margin-left: 3.5rem !important; }
  .m-xxl-6 {
    margin: 4rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important; }
  .m-xxl-6rem {
    margin: 4.5rem !important; }
  .mt-xxl-6rem,
  .my-xxl-6rem {
    margin-top: 4.5rem !important; }
  .mr-xxl-6rem,
  .mx-xxl-6rem {
    margin-right: 4.5rem !important; }
  .mb-xxl-6rem,
  .my-xxl-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-xxl-6rem,
  .mx-xxl-6rem {
    margin-left: 4.5rem !important; }
  .m-xxl-7 {
    margin: 5rem !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 5rem !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 5rem !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 5rem !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 5rem !important; }
  .m-xxl-8 {
    margin: 5.5rem !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 5.5rem !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 5.5rem !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 5.5rem !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 5.5rem !important; }
  .m-xxl-8rem {
    margin: 5.5rem !important; }
  .mt-xxl-8rem,
  .my-xxl-8rem {
    margin-top: 5.5rem !important; }
  .mr-xxl-8rem,
  .mx-xxl-8rem {
    margin-right: 5.5rem !important; }
  .mb-xxl-8rem,
  .my-xxl-8rem {
    margin-bottom: 5.5rem !important; }
  .ml-xxl-8rem,
  .mx-xxl-8rem {
    margin-left: 5.5rem !important; }
  .m-xxl-9 {
    margin: 6.5rem !important; }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 6.5rem !important; }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 6.5rem !important; }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 6.5rem !important; }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 6.5rem !important; }
  .m-xxl-10 {
    margin: 7rem !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 7rem !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 7rem !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 7rem !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 7rem !important; }
  .m-xxl-11 {
    margin: 8rem !important; }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 8rem !important; }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 8rem !important; }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 8rem !important; }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 8rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .p-xxl-1rem {
    padding: 0.75rem !important; }
  .pt-xxl-1rem,
  .py-xxl-1rem {
    padding-top: 0.75rem !important; }
  .pr-xxl-1rem,
  .px-xxl-1rem {
    padding-right: 0.75rem !important; }
  .pb-xxl-1rem,
  .py-xxl-1rem {
    padding-bottom: 0.75rem !important; }
  .pl-xxl-1rem,
  .px-xxl-1rem {
    padding-left: 0.75rem !important; }
  .p-xxl-2rem {
    padding: 2rem !important; }
  .pt-xxl-2rem,
  .py-xxl-2rem {
    padding-top: 2rem !important; }
  .pr-xxl-2rem,
  .px-xxl-2rem {
    padding-right: 2rem !important; }
  .pb-xxl-2rem,
  .py-xxl-2rem {
    padding-bottom: 2rem !important; }
  .pl-xxl-2rem,
  .px-xxl-2rem {
    padding-left: 2rem !important; }
  .p-xxl-5rem {
    padding: 3.5rem !important; }
  .pt-xxl-5rem,
  .py-xxl-5rem {
    padding-top: 3.5rem !important; }
  .pr-xxl-5rem,
  .px-xxl-5rem {
    padding-right: 3.5rem !important; }
  .pb-xxl-5rem,
  .py-xxl-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-xxl-5rem,
  .px-xxl-5rem {
    padding-left: 3.5rem !important; }
  .p-xxl-6 {
    padding: 4rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important; }
  .p-xxl-6rem {
    padding: 4.5rem !important; }
  .pt-xxl-6rem,
  .py-xxl-6rem {
    padding-top: 4.5rem !important; }
  .pr-xxl-6rem,
  .px-xxl-6rem {
    padding-right: 4.5rem !important; }
  .pb-xxl-6rem,
  .py-xxl-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-xxl-6rem,
  .px-xxl-6rem {
    padding-left: 4.5rem !important; }
  .p-xxl-7 {
    padding: 5rem !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 5rem !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 5rem !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 5rem !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 5rem !important; }
  .p-xxl-8 {
    padding: 5.5rem !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 5.5rem !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 5.5rem !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 5.5rem !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 5.5rem !important; }
  .p-xxl-8rem {
    padding: 5.5rem !important; }
  .pt-xxl-8rem,
  .py-xxl-8rem {
    padding-top: 5.5rem !important; }
  .pr-xxl-8rem,
  .px-xxl-8rem {
    padding-right: 5.5rem !important; }
  .pb-xxl-8rem,
  .py-xxl-8rem {
    padding-bottom: 5.5rem !important; }
  .pl-xxl-8rem,
  .px-xxl-8rem {
    padding-left: 5.5rem !important; }
  .p-xxl-9 {
    padding: 6.5rem !important; }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 6.5rem !important; }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 6.5rem !important; }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 6.5rem !important; }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 6.5rem !important; }
  .p-xxl-10 {
    padding: 7rem !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 7rem !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 7rem !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 7rem !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 7rem !important; }
  .p-xxl-11 {
    padding: 8rem !important; }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 8rem !important; }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 8rem !important; }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 8rem !important; }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 8rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-n1rem {
    margin: -0.75rem !important; }
  .mt-xxl-n1rem,
  .my-xxl-n1rem {
    margin-top: -0.75rem !important; }
  .mr-xxl-n1rem,
  .mx-xxl-n1rem {
    margin-right: -0.75rem !important; }
  .mb-xxl-n1rem,
  .my-xxl-n1rem {
    margin-bottom: -0.75rem !important; }
  .ml-xxl-n1rem,
  .mx-xxl-n1rem {
    margin-left: -0.75rem !important; }
  .m-xxl-n2rem {
    margin: -2rem !important; }
  .mt-xxl-n2rem,
  .my-xxl-n2rem {
    margin-top: -2rem !important; }
  .mr-xxl-n2rem,
  .mx-xxl-n2rem {
    margin-right: -2rem !important; }
  .mb-xxl-n2rem,
  .my-xxl-n2rem {
    margin-bottom: -2rem !important; }
  .ml-xxl-n2rem,
  .mx-xxl-n2rem {
    margin-left: -2rem !important; }
  .m-xxl-n5rem {
    margin: -3.5rem !important; }
  .mt-xxl-n5rem,
  .my-xxl-n5rem {
    margin-top: -3.5rem !important; }
  .mr-xxl-n5rem,
  .mx-xxl-n5rem {
    margin-right: -3.5rem !important; }
  .mb-xxl-n5rem,
  .my-xxl-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-xxl-n5rem,
  .mx-xxl-n5rem {
    margin-left: -3.5rem !important; }
  .m-xxl-n6 {
    margin: -4rem !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important; }
  .m-xxl-n6rem {
    margin: -4.5rem !important; }
  .mt-xxl-n6rem,
  .my-xxl-n6rem {
    margin-top: -4.5rem !important; }
  .mr-xxl-n6rem,
  .mx-xxl-n6rem {
    margin-right: -4.5rem !important; }
  .mb-xxl-n6rem,
  .my-xxl-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-xxl-n6rem,
  .mx-xxl-n6rem {
    margin-left: -4.5rem !important; }
  .m-xxl-n7 {
    margin: -5rem !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -5rem !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -5rem !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -5rem !important; }
  .m-xxl-n8 {
    margin: -5.5rem !important; }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -5.5rem !important; }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -5.5rem !important; }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -5.5rem !important; }
  .m-xxl-n8rem {
    margin: -5.5rem !important; }
  .mt-xxl-n8rem,
  .my-xxl-n8rem {
    margin-top: -5.5rem !important; }
  .mr-xxl-n8rem,
  .mx-xxl-n8rem {
    margin-right: -5.5rem !important; }
  .mb-xxl-n8rem,
  .my-xxl-n8rem {
    margin-bottom: -5.5rem !important; }
  .ml-xxl-n8rem,
  .mx-xxl-n8rem {
    margin-left: -5.5rem !important; }
  .m-xxl-n9 {
    margin: -6.5rem !important; }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -6.5rem !important; }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -6.5rem !important; }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -6.5rem !important; }
  .m-xxl-n10 {
    margin: -7rem !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -7rem !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -7rem !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -7rem !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -7rem !important; }
  .m-xxl-n11 {
    margin: -8rem !important; }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -8rem !important; }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -8rem !important; }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -8rem !important; }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -8rem !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; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80aeff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 93, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 93, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #005729; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 87, 41, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #005729;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23005729' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #005729;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #005729;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23005729' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #005729;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #005729; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #005729; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #005729; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #008a41;
  background-color: #008a41; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #005729; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #005729; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #005729;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 41, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

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

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

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

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 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: 1441px) {
  .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: #005dff !important; }

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

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #000b05 !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-break: break-word !important;
  word-wrap: break-word !important; }

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

@font-face {
  font-display: swap;
  font-family: "Museo Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MuseoSans-300.otf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Museo Sans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MuseoSans-500.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Museo Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MuseoSans-700.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Museo Sans";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/MuseoSans-900.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Volte";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Volte-Medium.ttf") format("truetype"); }

body {
  font-family: "Museo Sans", sans-serif;
  background: #fff;
  color: #000;
  margin: 0; }

html {
  scroll-behavior: smooth; }

a {
  color: #fff;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover {
    color: #fff;
    text-decoration: none; }

#app {
  overflow: hidden; }

.nolist {
  list-style: none;
  padding: 0; }

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

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed;
  right: 0; }

.overflow-hidden {
  overflow: hidden; }

.container {
  max-width: 1400px; }
  @media (max-width: 1440.98px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (max-width: 767.98px) {
    .container {
      padding-left: 36px;
      padding-right: 36px; } }

.bg-grey {
  background-color: #f2f2f2; }

.bg-green {
  background-color: #00af52; }

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

.fw-300 {
  font-weight: 300; }

.fw-700, .fw-700 p {
  font-weight: 700; }

.fw-900 {
  font-weight: 900 !important; }

.w-100 {
  width: 100%; }

@media (min-width: 1200px) {
  .w-60 {
    max-width: 60%; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .w-60 {
    max-width: 75%; } }

@media (min-width: 1200px) {
  .w-80 {
    max-width: 81%; } }

.section {
  margin-top: 82px; }
  @media (max-width: 1199.98px) {
    .section {
      margin-top: 56px; } }
  @media (max-width: 767.98px) {
    .section {
      margin-top: 30px; } }

.border-radius-20 {
  border-radius: 20px; }

.z-index-2 {
  z-index: 2; }

.text-underline::after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  left: 0; }

.text-grey {
  color: #9e9e9e; }

.text-green {
  color: #00af52 !important; }

.text-black {
  color: #000; }

.scroll-up {
  right: 30px;
  bottom: 10px;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  position: fixed;
  z-index: 9999; }
  @media (max-width: 767.98px) {
    .scroll-up {
      right: 30px; } }

h1,
h2,
h3,
h5 {
  font-weight: 900; }

h4,
p {
  font-weight: 300;
  font-family: "Museo Sans", sans-serif; }

h1 {
  color: #00af52;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.375rem;
  line-height: 2.6875rem; }
  @media (max-width: 1199.98px) {
    h1 {
      font-size: 2rem;
      line-height: 2.25rem; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 1.5rem;
      line-height: 1.6875rem; } }
  h1 strong {
    color: #000; }

h2 {
  font-size: 1.5rem;
  line-height: 1.6875rem; }
  @media (max-width: 1199.98px) {
    h2 {
      font-size: 1.25rem;
      line-height: 1.375rem; } }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 1rem;
      line-height: 1.125rem; } }
  h2 strong {
    color: #00af52; }

.h2 {
  font-size: 2rem;
  line-height: 2.25rem; }
  @media (max-width: 1199.98px) {
    .h2 {
      font-size: 1.75rem;
      line-height: 2rem; } }
  @media (max-width: 767.98px) {
    .h2 {
      font-size: 1.25rem;
      line-height: 1.375rem; } }

h3 {
  font-size: 1.25rem;
  line-height: 1.375rem; }

h4 {
  font-size: 1.25rem;
  line-height: 1.625rem; }
  @media (max-width: 767.98px) {
    h4 {
      font-size: 1.125rem;
      line-height: 1.25rem; } }

h5 {
  color: #9e9e9e;
  font-size: 0.875rem;
  line-height: 1rem; }
  @media (max-width: 767.98px) {
    h5 {
      font-size: 1rem; } }

p {
  font-size: 1.25rem;
  line-height: 1.75rem; }
  @media (max-width: 1199.98px) {
    p {
      font-size: 1rem;
      line-height: 1.5rem; } }

.p-small, .p-small p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem; }

.header {
  background-color: #fff;
  display: none;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc; }
  @media (min-width: 992px) {
    .header--sticky {
      display: block;
      position: fixed;
      width: 100%;
      z-index: 9; } }

.footer {
  background: #000;
  font-size: 1.25rem;
  line-height: 1.5rem; }
  @media (max-width: 767.98px) {
    .footer {
      padding-top: 36px; } }
  .footer__block {
    margin-top: 60px; }
    @media (max-width: 767.98px) {
      .footer__block {
        margin-top: 32px;
        max-width: 300px; } }
    .footer__block span {
      margin-bottom: 14px;
      font-size: 1rem;
      line-height: 1.125rem; }
      @media (max-width: 767.98px) {
        .footer__block span {
          margin-bottom: 3px; } }
  .footer__form {
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .footer__form {
        margin-top: 15px; } }
  .footer a {
    margin-bottom: 15px; }
    .footer a:hover {
      text-decoration: none; }
  .footer h5 {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    height: 12px; }
    @media (max-width: 767.98px) {
      .footer h5 {
        font-size: 0.875rem;
        line-height: 1rem; } }
    .footer h5 a:hover #footer__svg {
      width: 41px; }
  .footer span:hover a {
    color: #ec008c !important; }
  .footer__logo {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 12px; }
  .footer__svg {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 12px; }

p {
  margin-bottom: 1.2rem !important; }
  @media (max-width: 1199.98px) {
    p {
      margin-bottom: 1.5rem !important;
      font-size: 1.25rem;
      line-height: 1.5rem; } }

#footer__logo {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  position: absolute;
  height: 12px;
  bottom: -7px;
  left: 136px; }

#footer__svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  position: absolute;
  bottom: -7px;
  left: 136px;
  width: 0;
  height: 12px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.hero {
  background-color: #f2f2f2;
  padding-top: 17px; }
  @media (max-width: 767.98px) {
    .hero__logo {
      max-width: 102px; } }
  @media (min-width: 1200px) {
    .hero__wrapper {
      padding: 53px 0; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .hero__wrapper {
      padding: 53px 0 77px 15px; } }
  @media (max-width: 767.98px) {
    .hero__wrapper {
      padding-top: 33px; } }
  .hero__headline {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 41px 0 34px; }
    @media (max-width: 1199.98px) {
      .hero__headline {
        padding: 33px 0 19px;
        margin: 45px 0 30px !important; } }
    @media (max-width: 767.98px) {
      .hero__headline {
        margin: 38px 0 30px !important; } }
    @media (max-width: 1199.98px) {
      .hero__headline p {
        margin-bottom: 0.5rem; } }
  .hero__image {
    left: 93px; }
    @media (max-width: 1440.98px) {
      .hero__image {
        left: 0; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .hero__image {
        left: 40px;
        bottom: 0;
        position: absolute; } }
    @media (max-width: 991.98px) {
      .hero__image {
        max-width: 100%;
        height: auto; } }

.btn {
  background-color: #00af52;
  border-radius: 40px;
  color: #fff;
  height: 80px;
  display: inline-block;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 5rem; }
  @media (max-width: 1199.98px) {
    .btn {
      height: 67px;
      font-size: 1rem;
      line-height: 4.3125rem; } }
  .btn--small {
    padding: 0 40px; }
    @media (max-width: 1199.98px) {
      .btn--small {
        padding: 0 35px; } }
  .btn--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 318px;
    max-width: 318px;
    padding: 0 37px 0 32px; }
    @media (max-width: 1199.98px) {
      .btn--large {
        min-width: 248px; } }

@media (max-width: 1199.98px) {
  .section--contact h1 {
    font-size: 1.75rem;
    line-height: 2rem; } }

@media (max-width: 767.98px) {
  .section--contact h1 {
    font-size: 1.5rem;
    line-height: 1.6875rem; } }

.section--contact .image {
  height: 100%; }
  @media (max-width: 991.98px) {
    .section--contact .image {
      position: absolute;
      right: -20px;
      max-width: 100% !important;
      bottom: 0;
      height: auto; } }

.contact span {
  margin-bottom: 12px; }

@media (max-width: 1199.98px) {
  .section--subsidies h2 {
    font-size: 1.5rem;
    line-height: 1.6875rem; } }

@media (max-width: 767.98px) {
  .section--subsidies h2 {
    font-size: 1.25rem;
    line-height: 1.375rem; } }

.subsidies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 43px; }
  @media (max-width: 1199.98px) {
    .subsidies {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .subsidies {
      grid-template-columns: repeat(1, 1fr); } }
  .subsidies__description {
    padding: 40px 28px 15px; }
    @media (max-width: 767.98px) {
      .subsidies__description {
        padding: 29px 0 2px; } }
  .subsidies img {
    border-radius: 20px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .subsidies img {
        max-height: 303px;
        -o-object-fit: cover;
        object-fit: cover; } }

.section--about p {
  color: #9e9e9e; }
  @media (max-width: 1199.98px) {
    .section--about p {
      font-size: 1.25rem; } }

.section--about .about__wrapper {
  margin-top: 26px; }
  @media (min-width: 1200px) {
    .section--about .about__wrapper {
      padding-left: 74px; } }
  @media (max-width: 1199.98px) {
    .section--about .about__wrapper {
      margin-top: 10px; } }
  @media (max-width: 767.98px) {
    .section--about .about__wrapper {
      margin-top: 0; } }

.section--about ul {
  list-style-image: url("../images/icons/list-style.svg");
  padding-left: 50px;
  margin-top: 1.8rem;
  margin-bottom: 3.1rem; }
  @media (max-width: 1199.98px) {
    .section--about ul {
      padding-left: 2.5rem;
      margin-top: 2.8rem;
      list-style-image: url("../images/icons/m-list-style.svg"); } }
  @media (max-width: 767.98px) {
    .section--about ul {
      padding-left: 2.625rem;
      margin-top: 3rem;
      margin-bottom: 2rem; } }
  .section--about ul li {
    margin-bottom: 30px; }
    .section--about ul li p {
      font-weight: 700;
      position: relative;
      color: #000;
      margin-left: 55px;
      top: -12px;
      font-size: 2rem;
      line-height: 2.4375rem; }
      @media (max-width: 1199.98px) {
        .section--about ul li p {
          margin-left: 25px;
          font-size: 1.5rem;
          line-height: 1.8125rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .section--about ul li p {
          margin-left: 13px;
          margin-right: 15px;
          font-size: 1.25rem;
          line-height: 1.5rem; } }
  @media (max-width: 767.98px) {
    .section--about ul img {
      max-width: 323px; } }

@media (max-width: 991.98px) {
  .section--numbers {
    margin-top: 0; } }

.section--numbers .numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  @media (max-width: 767.98px) {
    .section--numbers .numbers {
      grid-template-columns: repeat(1, 1fr);
      gap: 0.7rem; } }
  .section--numbers .numbers__wrapper {
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 63px 40px 52px; }
    @media (max-width: 1440.98px) {
      .section--numbers .numbers__wrapper {
        padding: 38px 40px 44px; } }
    @media (max-width: 991.98px) {
      .section--numbers .numbers__wrapper {
        padding: 30px 4px 35px; } }
    .section--numbers .numbers__wrapper h2,
    .section--numbers .numbers__wrapper span {
      font-weight: 900; }
    .section--numbers .numbers__wrapper h2 {
      text-transform: uppercase;
      font-size: 1.75rem;
      line-height: 2rem; }
      @media (max-width: 1199.98px) {
        .section--numbers .numbers__wrapper h2 {
          font-size: 1.125rem;
          line-height: 1.3125rem; } }
      @media (max-width: 991.98px) {
        .section--numbers .numbers__wrapper h2 {
          font-size: 0.875rem;
          line-height: 1rem; } }
    .section--numbers .numbers__wrapper span {
      color: #00af52;
      font-size: 5.9375rem;
      line-height: 6.6875rem; }
      @media (max-width: 1440.98px) {
        .section--numbers .numbers__wrapper span {
          font-size: 4rem;
          line-height: 4.5rem; } }
      @media (max-width: 991.98px) {
        .section--numbers .numbers__wrapper span {
          font-size: 3.125rem;
          line-height: 3.5rem; } }

.contact-form__wrapper {
  -webkit-box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2);
  padding: 43px 40px 3px; }
  @media (max-width: 1199.98px) {
    .contact-form__wrapper {
      padding: 47px 40px 25px; } }
  @media (max-width: 767.98px) {
    .contact-form__wrapper {
      padding: 15px 25px 3px 26px; } }

.contact-form__form {
  margin-bottom: 68px; }
  @media (max-width: 767.98px) {
    .contact-form__form {
      margin-bottom: 34px; } }

.contact-form__submit {
  position: relative; }
  @media (max-width: 767.98px) {
    .contact-form__submit {
      margin-top: 12px; } }
  .contact-form__submit::after {
    content: url("../images/icons/chevron-right.svg");
    position: absolute;
    right: 36px;
    top: 28px; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-form h2 {
    font-size: 1.5rem; } }

@media (max-width: 767.98px) {
  .contact-form h2 {
    font-size: 1.25rem; } }

.contact-form h5 {
  position: relative;
  margin-left: 40px; }
  @media (max-width: 767.98px) {
    .contact-form h5 {
      margin-top: 15px !important; } }
  .contact-form h5::before {
    content: url("../images/icons/key.svg");
    position: absolute;
    width: 30px;
    left: -41px; }

@media (max-width: 767.98px) {
  .contact-form .p-small, .contact-form .p-small p, .p-small .contact-form p {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%; } }

input:not([type="checkbox"]),
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  width: 100%;
  font-family: "Museo Sans", sans-serif;
  background-color: transparent;
  padding: 10px 25px;
  font-size: 1.125rem;
  line-height: 1.375rem; }

input {
  height: 74px; }
  @media (max-width: 767.98px) {
    input {
      height: 60px;
      margin-bottom: 14px; } }

textarea {
  max-height: 197px; }
  @media (max-width: 767.98px) {
    textarea {
      min-height: 255px; } }

input[type="submit"] {
  color: #fff;
  background-color: #00af52;
  border-radius: 40px;
  border: none;
  height: 80px;
  min-width: 246px;
  font-weight: 300;
  font-family: "Museo Sans", sans-serif;
  text-align: left;
  padding: 0 33px;
  font-size: 1.25rem;
  line-height: 1.4375rem; }
  input[type="submit"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

label {
  color: #9e9e9e;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  margin-bottom: 1.437rem; }
  @media (max-width: 767.98px) {
    label {
      margin-bottom: 0.25rem; } }
  label span {
    color: #dc3545; }
  label .label {
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    top: -14px;
    left: 14px;
    z-index: 2;
    padding: 0 12px;
    color: #9e9e9e;
    font-size: 0.875rem; }
  label .wpcf7-list-item-label {
    color: #000;
    font-weight: 300;
    text-transform: none;
    font-size: 0.875rem; }

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .wpcf7-acceptance .wpcf7-list-item {
      max-width: 340px; } }

.wpcf7-acceptance label {
  display: block;
  margin-bottom: 15px;
  margin-left: 36px;
  margin-top: 12px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .wpcf7-acceptance label {
      margin-bottom: 8px; } }
  @media (max-width: 767.98px) {
    .wpcf7-acceptance label {
      margin-bottom: -30px;
      padding-right: 30px; } }
  .wpcf7-acceptance label input {
    display: none; }
  .wpcf7-acceptance label .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    display: block; }
  .wpcf7-acceptance label .wpcf7-list-item-label::before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px;
    margin-left: -37px;
    top: 0; }
  .wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 14px;
    border: solid #00af52;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -28px;
    top: 3px; }
  .wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border: 1px solid #dcdcdc; }

.wpcf7-acceptance a {
  color: #005dff;
  text-decoration: underline; }

.wpcf7-not-valid-tip {
  margin-left: 0.18rem;
  margin-top: 0.625rem;
  font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .wpcf7-not-valid-tip {
      margin-top: 0;
      margin-bottom: 1.25rem; } }

.wpcf7-response-output {
  border: 1px solid #dcdcdc !important;
  color: #dc3545 !important;
  text-transform: uppercase;
  font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .wpcf7-response-output {
      margin: 0 0.5em 1em !important; } }

.section--block-steps {
  margin-top: 100px !important;
  padding: 100px 0 86px;
  background: url("../images/icons/block-bg.svg") #00af52 right 19% top 9% no-repeat; }
  @media (max-width: 1199.98px) {
    .section--block-steps {
      margin-top: 70px !important;
      padding: 69px 15px 86px;
      background: url("../images/icons/block-bg.svg") #00af52 right -20% top 3% no-repeat; } }
  @media (max-width: 767.98px) {
    .section--block-steps {
      padding: 43px 15px 40px;
      background: url("../images/icons/m-block-bg.svg") #00af52 right -121% top 2% no-repeat; } }
  .section--block-steps .block-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 87px; }
    @media (max-width: 1199.98px) {
      .section--block-steps .block-steps {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 50px;
        gap: 23px; } }
    @media (max-width: 767.98px) {
      .section--block-steps .block-steps {
        margin-top: 17px;
        gap: 16px; } }
    .section--block-steps .block-steps__item {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .section--block-steps .block-steps__item:hover .block-steps__item--overlay {
        display: block; }
      .section--block-steps .block-steps__item-content {
        padding: 28px 20px 39px 25px; }
        @media (max-width: 1199.98px) {
          .section--block-steps .block-steps__item-content {
            padding: 34px 38px 45px; } }
        @media (max-width: 991.98px) {
          .section--block-steps .block-steps__item-content {
            padding: 34px 15px 45px; } }
        @media (max-width: 767.98px) {
          .section--block-steps .block-steps__item-content {
            padding: 6px 14px; } }
        @media (max-width: 1199.98px) {
          .section--block-steps .block-steps__item-content p {
            font-size: 1rem;
            line-height: 1.5rem; } }
      .section--block-steps .block-steps__item-badge {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
        width: 69px;
        height: 53px;
        color: rgba(255, 255, 255, 0.5);
        top: 29px;
        z-index: 2;
        font-size: 1rem; }
        .section--block-steps .block-steps__item-badge::before {
          content: "";
          width: 0;
          height: 0;
          border-top: 7px solid #005729;
          border-left: 7px solid transparent;
          margin: 25px auto 0;
          position: absolute;
          left: -7px;
          bottom: -7px; }
        .section--block-steps .block-steps__item-badge span {
          font-weight: 700;
          font-size: 1.25rem; }
      .section--block-steps .block-steps__item--overlay {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: none; }
        .section--block-steps .block-steps__item--overlay::after {
          content: "";
          position: absolute;
          top: 31px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          background: url("../images/icons/bg-mask.svg") no-repeat;
          height: auto;
          max-width: 322px;
          border-radius: 20px; }
          @media (max-width: 991.98px) {
            .section--block-steps .block-steps__item--overlay::after {
              background: url("../images/icons/m-bg-mask.svg") center no-repeat;
              max-width: 100%; } }
      .section--block-steps .block-steps__item img {
        border-radius: 11px; }
        @media (max-width: 1199.98px) {
          .section--block-steps .block-steps__item img {
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 22px; } }
        @media (max-width: 767.98px) {
          .section--block-steps .block-steps__item img {
            width: 100%; } }
      .section--block-steps .block-steps__item:nth-of-type(3) {
        background-color: #005729;
        color: #fff; }
  @media (max-width: 1199.98px) {
    .section--block-steps p {
      font-size: 1.25rem;
      line-height: 1.75rem; } }
  @media (max-width: 767.98px) {
    .section--block-steps p {
      font-size: 1rem;
      line-height: 1.5rem; } }

@media (min-width: 1325px) and (max-width: 1440px){
  .phone-contact-box{
    width: 40%;
  }
}

@media (min-width: 1150px) and (max-width: 1325px){
  .phone-contact-box{
    width: 45%;
  }
}


@media(min-width: 900px) and (max-width: 1100px){
  .btn{
    font-size:0.9rem;
  }
}

@media(max-width: 1100px){
  .btn{
    padding: 0 25px;
  }
  .btn--large {
    max-width: 200px;
  }
}