@charset "UTF-8";
/* ===================================== */
/* ======= | Bootstrap Styles | ======== */
/* ===================================== */
:root {
  --pix-main-color: #f37;
  --compliment: #f93; }

:root {
  --accent: #f37;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --accent: #f37;
  --compliment: #f93;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --font-family-sans-serif: Rubik, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video, svg {
  position: relative; }

main {
  display: block; }

body {
  margin: 0;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #424242;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

hr {
  margin: 1.5em 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-family: "Space Grotesk", "Public Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  line-height: 1.2;
  color: #000; }
  .text-inverse h1, .text-inverse .h1, .text-inverse h2, .text-inverse .h2, .text-inverse h3, .text-inverse .h3, .text-inverse h4, .text-inverse .h4, .text-inverse h5, .text-inverse .h5, .text-inverse h6, .text-inverse .h6 {
    color: #fff; }


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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

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 {
  padding-left: 2rem; }

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 1.5em; }

b,
strong {
  font-weight: bolder; }


small,
.small {
  font-size: 80% !important; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--pix-main-color);
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #cc0044;
    text-decoration: none; }

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

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

pre {
  margin-top: 0;
  margin-bottom: 1.5em;
  overflow: auto; }

figure {
  margin-left: 0;
  margin-right: 0; }
  figure, figure.aligncenter, figure.wp-block-image {
    margin-top: 0;
    margin-bottom: 1.75em; }
  figure.alignleft, figure.alignright {
    margin-top: .4em;
    margin-bottom: .4em; }
  figure.has-background {
    padding: 2em !important; }

.wp-block-image.alignleft, .wp-block-image.alignright {
  margin-top: .4em;
  margin-bottom: .4em; }

figcaption,
.wp-caption-text {
  font-style: italic;
  font-size: .75em;
  color: #6c757d; }
  .alignleft figcaption,
  .alignright figcaption,
  .aligncenter figcaption, .alignleft
  .wp-caption-text,
  .alignright
  .wp-caption-text,
  .aligncenter
  .wp-caption-text {
    text-align: left; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

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

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; }

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

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

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

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

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

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

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

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

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

.wp-block-quote.is-style-large {
  border-left: 4px solid #eee; }
  .wp-block-quote.is-style-large:before {
    display: none; }

blockquote,
.blockquote {
  min-height: 90px;
  margin: 0 0 1.5em;
  font-style: italic;
  line-height: 1.5;
  font-size: 1.15rem; }
  @media (min-width: 768px) {
    blockquote,
    .blockquote {
      padding-left: 150px; } }
  blockquote:before,
  .blockquote:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    font-family: idlike;
    font-style: normal;
    line-height: 80px;
    font-size: 120px;
    width: 120px;
    height: 80px;
    color: var(--pix-main-color); }
  @media (max-width: 767.98px) {
    blockquote,
    .blockquote {
      padding-left: 80px; }
      blockquote:before,
      .blockquote:before {
        line-height: 40px;
        font-size: 60px;
        height: 40px;
        width: 60px; } }
  .wp-block-column blockquote, .wp-block-column
  .blockquote {
    padding-left: 0; }
    .wp-block-column blockquote:before, .wp-block-column
    .blockquote:before {
      line-height: 40px;
      font-size: 60px;
      height: 40px;
      width: 60px;
      position: relative;
      margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    blockquote,
    .blockquote {
      padding-left: 0; }
      blockquote:before,
      .blockquote:before {
        position: relative;
        margin-bottom: 1rem; } }
  blockquote.has-text-align-right,
  .blockquote.has-text-align-right {
    padding-left: 0 !important;
    padding-right: 150px !important; }
    blockquote.has-text-align-right:before,
    .blockquote.has-text-align-right:before {
      left: auto;
      right: 0; }
    @media (max-width: 767.98px) {
      blockquote.has-text-align-right,
      .blockquote.has-text-align-right {
        padding-right: 80px; } }
    @media (max-width: 575.98px) {
      blockquote.has-text-align-right,
      .blockquote.has-text-align-right {
        padding-right: 0; } }
  .wp-block-pullquote blockquote, .wp-block-pullquote
  .blockquote {
    padding: 0 !important; }
    .wp-block-pullquote blockquote:before, .wp-block-pullquote
    .blockquote:before {
      position: relative;
      margin: 0 auto 1.5rem; }
  .wp-block-pullquote.is-style-solid-color blockquote, .wp-block-pullquote.is-style-solid-color
  .blockquote {
    max-width: 80%;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 0 !important;
    text-align: center; }
  .has-background blockquote, .has-background
  .blockquote {
    margin-bottom: 0 !important; }
  blockquote p:last-child,
  .blockquote p:last-child {
    margin-bottom: 0; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 3px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .container-xx {
    max-width: 1356px; } }

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

.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-xx-1, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9, .col-xx-10, .col-xx-11, .col-xx-12, .col-xx,
.col-xx-auto {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px; }

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

.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%; }

.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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xx {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xx-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xx-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xx-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xx-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xx-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xx-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xx-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xx-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xx-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xx-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xx-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xx-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xx-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xx-0 {
    margin-left: 0; }
  .offset-xx-1 {
    margin-left: 8.33333%; }
  .offset-xx-2 {
    margin-left: 16.66667%; }
  .offset-xx-3 {
    margin-left: 25%; }
  .offset-xx-4 {
    margin-left: 33.33333%; }
  .offset-xx-5 {
    margin-left: 41.66667%; }
  .offset-xx-6 {
    margin-left: 50%; }
  .offset-xx-7 {
    margin-left: 58.33333%; }
  .offset-xx-8 {
    margin-left: 66.66667%; }
  .offset-xx-9 {
    margin-left: 75%; }
  .offset-xx-10 {
    margin-left: 83.33333%; }
  .offset-xx-11 {
    margin-left: 91.66667%; } }

table,
.table {
  width: 100%;
  margin-bottom: 1.5em;
  color: #424242;
  vertical-align: top; }
  table th,
  table td,
  .table th,
  .table td {
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6; }
  table tbody,
  .table tbody {
    vertical-align: inherit; }
  table td,
  .table td {
    border-bottom: 1px solid #dee2e6; }
  table thead th,
  .table thead th {
    vertical-align: bottom;
    border-bottom-color: #495057; }
  table tbody + tbody,
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.25rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #424242;
  background-color: rgba(0, 0, 0, 0.075); }

.table-accent,
.table-accent > th,
.table-accent > td {
  background-color: #ffc6d9; }

.table-accent th,
.table-accent td,
.table-accent thead th,
.table-accent tbody + tbody {
  border-color: #ff95b8; }

.table-hover .table-accent:hover {
  background-color: #ffadc8; }
  .table-hover .table-accent:hover > td,
  .table-hover .table-accent:hover > th {
    background-color: #ffadc8; }

.table-compliment,
.table-compliment > th,
.table-compliment > td {
  background-color: #ffe2c6; }

.table-compliment th,
.table-compliment td,
.table-compliment thead th,
.table-compliment tbody + tbody {
  border-color: #ffca95; }

.table-hover .table-compliment:hover {
  background-color: #ffd5ad; }
  .table-hover .table-compliment:hover > td,
  .table-hover .table-compliment:hover > th {
    background-color: #ffd5ad; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xx {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xx > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

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

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

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

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="image"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select,
.form-control,
.pix-calculator input:not([type='checkbox']):not([type='radio']),
.pix-calculator select {
  display: block;
  width: 100%;
  height: calc(1.75em + 1.5rem + 2px);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  -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) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="image"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    textarea,
    select,
    .form-control,
    .pix-calculator input:not([type='checkbox']):not([type='radio']),
    .pix-calculator select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  input[type="date"]::-ms-expand,
  input[type="datetime-local"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="image"]::-ms-expand,
  input[type="month"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="time"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="week"]::-ms-expand,
  textarea::-ms-expand,
  select::-ms-expand,
  .form-control::-ms-expand,
  .pix-calculator input:not([type='radio']):not([type='checkbox'])::-ms-expand,
  .pix-calculator select::-ms-expand {
    background-color: transparent;
    border: 0; }
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="image"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  textarea:focus,
  select:focus,
  .form-control:focus,
  .pix-calculator input:focus:not([type='checkbox']):not([type='radio']),
  .pix-calculator select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="image"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder,
  .pix-calculator input:not([type='radio']):not([type='checkbox'])::-webkit-input-placeholder,
  .pix-calculator select::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  input[type="date"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="image"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .form-control:-ms-input-placeholder,
  .pix-calculator input:not([type='radio']):not([type='checkbox']):-ms-input-placeholder,
  .pix-calculator select:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  input[type="date"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="image"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder,
  .form-control::-ms-input-placeholder,
  .pix-calculator input:not([type='radio']):not([type='checkbox'])::-ms-input-placeholder,
  .pix-calculator select::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  input[type="date"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="email"]::placeholder,
  input[type="image"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="time"]::placeholder,
  input[type="url"]::placeholder,
  input[type="week"]::placeholder,
  textarea::placeholder,
  select::placeholder,
  .form-control::placeholder,
  .pix-calculator input:not([type='radio']):not([type='checkbox'])::placeholder,
  .pix-calculator select::placeholder {
    color: #6c757d;
    opacity: 1; }
  input[type="date"]:disabled, input[type="date"][readonly],
  input[type="datetime-local"]:disabled,
  input[type="datetime-local"][readonly],
  input[type="email"]:disabled,
  input[type="email"][readonly],
  input[type="image"]:disabled,
  input[type="image"][readonly],
  input[type="month"]:disabled,
  input[type="month"][readonly],
  input[type="number"]:disabled,
  input[type="number"][readonly],
  input[type="password"]:disabled,
  input[type="password"][readonly],
  input[type="search"]:disabled,
  input[type="search"][readonly],
  input[type="tel"]:disabled,
  input[type="tel"][readonly],
  input[type="text"]:disabled,
  input[type="text"][readonly],
  input[type="time"]:disabled,
  input[type="time"][readonly],
  input[type="url"]:disabled,
  input[type="url"][readonly],
  input[type="week"]:disabled,
  input[type="week"][readonly],
  textarea:disabled,
  textarea[readonly],
  select:disabled,
  select[readonly],
  .form-control:disabled,
  .pix-calculator input:disabled:not([type='checkbox']):not([type='radio']),
  .pix-calculator select:disabled,
  .form-control[readonly],
  .pix-calculator input[readonly]:not([type='checkbox']):not([type='radio']),
  .pix-calculator select[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.75;
  color: #424242;
  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: 3px; }

.form-control-lg {
  height: calc(1.75em + 2.2rem + 2px);
  padding: 1.1rem 2rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 5px; }

textarea,
textarea.form-control {
  height: auto; }

select,
.form-select {
  display: inline-block;
  width: 100%;
  height: calc(1.75em + 1.5rem + 2px);
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 1.5rem center/16px 12px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select:focus,
  .form-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    select:focus::-ms-value,
    .form-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  select[multiple], select[size]:not([size="1"]),
  .form-select[multiple],
  .form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.5rem;
    background-image: none; }
  select:disabled,
  .form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  select::-ms-expand,
  .form-select::-ms-expand {
    display: none; }

.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  height: calc(1.75em + 2.2rem + 2px);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 2rem;
  font-size: 1rem; }

.form-check {
  display: block;
  min-height: 1.75rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem; }

.form-check-input {
  float: left;
  width: 1.25em;
  height: 1.25em;
  margin-top: calc((1.5em - 1.25em) / 2);
  margin-left: -1.75em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-check-input:checked {
    background-color: #007bff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em;
    border-color: #007bff; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #007bff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em;
    border-color: #007bff; }
  .form-check-input[disabled] {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5; }
    .form-check-input[disabled] ~ .form-check-label {
      opacity: .5; }

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

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: calc(1.25em - 2px);
    border-radius: 2em; }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      background-position: right center; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.form-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.75em + 1.5rem + 2px);
  margin-bottom: 0; }

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.75em + 1.5rem + 2px);
  margin: 0;
  opacity: 0; }
  .form-file-input:focus ~ .form-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-file-input:focus-within ~ .form-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-file-input[disabled] ~ .form-file-label .form-file-text {
    background-color: #e9ecef; }

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1.75em + 1.5rem + 2px);
  border-color: #dee2e6;
  border-radius: 5px; }

.form-file-text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.75rem 1.5rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.75;
  color: #495057;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.form-file-button {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.75rem 1.5rem;
  margin-left: -1px;
  line-height: 1.75;
  color: #495057;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

input[type="range"],
.form-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="range"]:focus,
  .form-range:focus {
    outline: none; }
    input[type="range"]:focus::-webkit-slider-thumb,
    .form-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    input[type="range"]:focus::-moz-range-thumb,
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    input[type="range"]:focus::-ms-thumb,
    .form-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  input[type="range"]::-moz-focus-outer,
  .form-range::-moz-focus-outer {
    border: 0; }
  input[type="range"]::-webkit-slider-thumb,
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      input[type="range"]::-webkit-slider-thumb,
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    input[type="range"]::-webkit-slider-thumb:active,
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  input[type="range"]::-webkit-slider-runnable-track,
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  input[type="range"]::-moz-range-thumb,
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      input[type="range"]::-moz-range-thumb,
      .form-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    input[type="range"]::-moz-range-thumb:active,
    .form-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  input[type="range"]::-moz-range-track,
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  input[type="range"]::-ms-thumb,
  .form-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      input[type="range"]::-ms-thumb,
      .form-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    input[type="range"]::-ms-thumb:active,
    .form-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  input[type="range"]::-ms-track,
  .form-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  input[type="range"]::-ms-fill-lower,
  .form-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  input[type="range"]::-ms-fill-upper,
  .form-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  input[type="range"]:disabled::-webkit-slider-thumb,
  .form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  input[type="range"]:disabled::-webkit-slider-runnable-track,
  .form-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  input[type="range"]:disabled::-moz-range-thumb,
  .form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  input[type="range"]:disabled::-moz-range-track,
  .form-range:disabled::-moz-range-track {
    cursor: default; }
  input[type="range"]:disabled::-ms-thumb,
  .form-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.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-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, .form-inline .pix-calculator input:not([type='checkbox']):not([type='radio']), .pix-calculator .form-inline input:not([type='checkbox']):not([type='radio']), .form-inline .pix-calculator select, .pix-calculator .form-inline select {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .form-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; } }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .pix-calculator .input-group > input:not([type='checkbox']):not([type='radio']), .pix-calculator .input-group > select,
  .input-group > .form-select,
  .input-group > .form-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .pix-calculator .input-group > input:not([type='checkbox']):not([type='radio']) + .form-control, .pix-calculator .input-group > select + .form-control, .pix-calculator .input-group > .form-control + input:not([type='checkbox']):not([type='radio']), .pix-calculator .input-group > input:not([type='checkbox']):not([type='radio']) + input:not([type='checkbox']):not([type='radio']), .pix-calculator .input-group > select + input:not([type='checkbox']):not([type='radio']), .pix-calculator .input-group > .form-control + select, .pix-calculator .input-group > input:not([type='checkbox']):not([type='radio']) + select, .pix-calculator .input-group > select + select,
    .input-group > .form-control + .form-select,
    .pix-calculator .input-group > input:not([type='checkbox']):not([type='radio']) + .form-select,
    .pix-calculator .input-group > select + .form-select,
    .input-group > .form-control + .form-file,
    .pix-calculator .input-group > input:not([type='checkbox']):not([type='radio']) + .form-file,
    .pix-calculator .input-group > select + .form-file,
    .input-group > .form-select + .form-control,
    .pix-calculator .input-group > .form-select + input:not([type='checkbox']):not([type='radio']),
    .pix-calculator .input-group > .form-select + select,
    .input-group > .form-select + .form-select,
    .input-group > .form-select + .form-file,
    .input-group > .form-file + .form-control,
    .pix-calculator .input-group > .form-file + input:not([type='checkbox']):not([type='radio']),
    .pix-calculator .input-group > .form-file + select,
    .input-group > .form-file + .form-select,
    .input-group > .form-file + .form-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .pix-calculator .input-group > input:focus:not([type='checkbox']):not([type='radio']), .pix-calculator .input-group > select:focus,
  .input-group > .form-select:focus,
  .input-group > .form-file .form-file-input:focus ~ .form-file-label {
    z-index: 3; }
  .input-group > .form-file .form-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .pix-calculator .input-group > input:not(:last-child):not([type='checkbox']):not([type='radio']), .pix-calculator .input-group > select:not(:last-child),
  .input-group > .form-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .pix-calculator .input-group > input:not(:first-child):not([type='checkbox']):not([type='radio']), .pix-calculator .input-group > select:not(:first-child),
  .input-group > .form-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .form-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .input-group > .form-file:not(:last-child) .form-file-label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .form-file:not(:first-child) .form-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 5px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .pix-calculator .input-group-lg > input:not(textarea):not([type='checkbox']):not([type='radio']), .pix-calculator .input-group-lg > select:not(textarea),
.input-group-lg > .form-select {
  height: calc(1.75em + 2.2rem + 2px); }

.input-group-lg > .form-control, .pix-calculator .input-group-lg > input:not([type='checkbox']):not([type='radio']), .pix-calculator .input-group-lg > select,
.input-group-lg > .form-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.1rem 2rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 5px; }

.input-group-sm > .form-control:not(textarea), .pix-calculator .input-group-sm > input:not(textarea):not([type='checkbox']):not([type='radio']), .pix-calculator .input-group-sm > select:not(textarea),
.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .pix-calculator .input-group-sm > input:not([type='checkbox']):not([type='radio']), .pix-calculator .input-group-sm > select,
.input-group-sm > .form-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 2.5rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 5px; }

.was-validated .form-control:valid, .was-validated .pix-calculator input:valid:not([type='checkbox']):not([type='radio']), .pix-calculator .was-validated input:valid:not([type='checkbox']):not([type='radio']), .was-validated .pix-calculator select:valid, .pix-calculator .was-validated select:valid, .form-control.is-valid, .pix-calculator input.is-valid:not([type='checkbox']):not([type='radio']), .pix-calculator select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.75em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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.4375em + 0.375rem) center;
  background-size: calc(0.875em + 0.75rem) calc(0.875em + 0.75rem); }
  .was-validated .form-control:valid:focus, .was-validated .pix-calculator input:valid:focus:not([type='checkbox']):not([type='radio']), .pix-calculator .was-validated input:valid:focus:not([type='checkbox']):not([type='radio']), .was-validated .pix-calculator select:valid:focus, .pix-calculator .was-validated select:valid:focus, .form-control.is-valid:focus, .pix-calculator input.is-valid:focus:not([type='checkbox']):not([type='radio']), .pix-calculator select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .pix-calculator input:valid:not([type='checkbox']):not([type='radio']) ~ .valid-feedback, .pix-calculator .was-validated input:valid:not([type='checkbox']):not([type='radio']) ~ .valid-feedback, .was-validated .pix-calculator select:valid ~ .valid-feedback, .pix-calculator .was-validated select:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .pix-calculator input:valid:not([type='checkbox']):not([type='radio']) ~ .valid-tooltip,
  .pix-calculator .was-validated input:valid:not([type='checkbox']):not([type='radio']) ~ .valid-tooltip,
  .was-validated .pix-calculator select:valid ~ .valid-tooltip,
  .pix-calculator .was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .pix-calculator input.is-valid:not([type='checkbox']):not([type='radio']) ~ .valid-feedback, .pix-calculator select.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .pix-calculator input.is-valid:not([type='checkbox']):not([type='radio']) ~ .valid-tooltip,
  .pix-calculator select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 1.5rem center/16px 12px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.5rem/calc(0.875em + 0.75rem) calc(0.875em + 0.75rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-select:valid ~ .valid-feedback,
  .was-validated .form-select:valid ~ .valid-tooltip, .form-select.is-valid ~ .valid-feedback,
  .form-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #34ce57; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745; }
  .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; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
  border-color: #28a745; }

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

.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 5px; }

.was-validated .form-control:invalid, .was-validated .pix-calculator input:invalid:not([type='checkbox']):not([type='radio']), .pix-calculator .was-validated input:invalid:not([type='checkbox']):not([type='radio']), .was-validated .pix-calculator select:invalid, .pix-calculator .was-validated select:invalid, .form-control.is-invalid, .pix-calculator input.is-invalid:not([type='checkbox']):not([type='radio']), .pix-calculator select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.75em + 1.5rem);
  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='.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4375em + 0.375rem) center;
  background-size: calc(0.875em + 0.75rem) calc(0.875em + 0.75rem); }
  .was-validated .form-control:invalid:focus, .was-validated .pix-calculator input:invalid:focus:not([type='checkbox']):not([type='radio']), .pix-calculator .was-validated input:invalid:focus:not([type='checkbox']):not([type='radio']), .was-validated .pix-calculator select:invalid:focus, .pix-calculator .was-validated select:invalid:focus, .form-control.is-invalid:focus, .pix-calculator input.is-invalid:focus:not([type='checkbox']):not([type='radio']), .pix-calculator 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-control:invalid ~ .invalid-feedback, .was-validated .pix-calculator input:invalid:not([type='checkbox']):not([type='radio']) ~ .invalid-feedback, .pix-calculator .was-validated input:invalid:not([type='checkbox']):not([type='radio']) ~ .invalid-feedback, .was-validated .pix-calculator select:invalid ~ .invalid-feedback, .pix-calculator .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .pix-calculator input:invalid:not([type='checkbox']):not([type='radio']) ~ .invalid-tooltip,
  .pix-calculator .was-validated input:invalid:not([type='checkbox']):not([type='radio']) ~ .invalid-tooltip,
  .was-validated .pix-calculator select:invalid ~ .invalid-tooltip,
  .pix-calculator .was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .pix-calculator input.is-invalid:not([type='checkbox']):not([type='radio']) ~ .invalid-feedback, .pix-calculator select.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .pix-calculator input.is-invalid:not([type='checkbox']):not([type='radio']) ~ .invalid-tooltip,
  .pix-calculator select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 1.5rem center/16px 12px, 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='.1'/%3e%3c/svg%3e") #fff no-repeat center right 2.5rem/calc(0.875em + 0.75rem) calc(0.875em + 0.75rem); }
  .was-validated .form-select:invalid:focus, .form-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-select:invalid ~ .invalid-feedback,
  .was-validated .form-select:invalid ~ .invalid-tooltip, .form-select.is-invalid ~ .invalid-feedback,
  .form-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #e4606d; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -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; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

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

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

.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-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); }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #424242;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    button,
    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  button > .pix-icon-arrow,
  input[type="submit"] > .pix-icon-arrow,
  input[type="button"] > .pix-icon-arrow,
  input[type="reset"] > .pix-icon-arrow,
  .btn > .pix-icon-arrow {
    font-size: 1.5em;
    margin-bottom: -2px;
    margin-left: .5em; }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  .btn:hover {
    color: #424242;
    text-decoration: none; }
  button:focus, button.focus,
  input[type="submit"]:focus,
  input[type="submit"].focus,
  input[type="button"]:focus,
  input[type="button"].focus,
  input[type="reset"]:focus,
  input[type="reset"].focus,
  .btn:focus,
  .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  button.disabled, button:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-accent, button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  color: #fff;
  background-color: #f37;
  border-color: #f37; }
  .btn-accent:hover, button:hover,
  input:hover[type="submit"],
  input:hover[type="button"],
  input:hover[type="reset"] {
    color: #fff;
    background-color: #ff0d5e;
    border-color: #ff0055; }
  .btn-accent:focus, button:focus,
  input:focus[type="submit"],
  input:focus[type="button"],
  input:focus[type="reset"], .btn-accent.focus, button.focus,
  input.focus[type="submit"],
  input.focus[type="button"],
  input.focus[type="reset"] {
    color: #fff;
    background-color: #ff0d5e;
    border-color: #ff0055;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 139, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 82, 139, 0.5); }
  .btn-accent.disabled, button.disabled,
  input.disabled[type="submit"],
  input.disabled[type="button"],
  input.disabled[type="reset"], .btn-accent:disabled, button:disabled,
  input:disabled[type="submit"],
  input:disabled[type="button"],
  input:disabled[type="reset"] {
    color: #fff;
    background-color: #f37;
    border-color: #f37; }
  .btn-accent:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active,
  input:not(:disabled):not(.disabled):active[type="submit"],
  input:not(:disabled):not(.disabled):active[type="button"],
  input:not(:disabled):not(.disabled):active[type="reset"], .btn-accent:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active,
  input:not(:disabled):not(.disabled).active[type="submit"],
  input:not(:disabled):not(.disabled).active[type="button"],
  input:not(:disabled):not(.disabled).active[type="reset"],
  .show > .btn-accent.dropdown-toggle,
  .show > button.dropdown-toggle,
  .show > input.dropdown-toggle[type="submit"],
  .show > input.dropdown-toggle[type="button"],
  .show > input.dropdown-toggle[type="reset"] {
    color: #fff;
    background-color: #ff0055;
    border-color: #f20051; }
    .btn-accent:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus,
    input:not(:disabled):not(.disabled):active:focus[type="submit"],
    input:not(:disabled):not(.disabled):active:focus[type="button"],
    input:not(:disabled):not(.disabled):active:focus[type="reset"], .btn-accent:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus,
    input:not(:disabled):not(.disabled).active:focus[type="submit"],
    input:not(:disabled):not(.disabled).active:focus[type="button"],
    input:not(:disabled):not(.disabled).active:focus[type="reset"],
    .show > .btn-accent.dropdown-toggle:focus,
    .show > button.dropdown-toggle:focus,
    .show > input.dropdown-toggle:focus[type="submit"],
    .show > input.dropdown-toggle:focus[type="button"],
    .show > input.dropdown-toggle:focus[type="reset"] {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 139, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 82, 139, 0.5); }

.btn-compliment {
  color: #212529;
  background-color: #f93;
  border-color: #f93; }
  .btn-compliment:hover {
    color: #212529;
    background-color: #ff860d;
    border-color: #ff8000; }
  .btn-compliment:focus, .btn-compliment.focus {
    color: #212529;
    background-color: #ff860d;
    border-color: #ff8000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 136, 50, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 136, 50, 0.5); }
  .btn-compliment.disabled, .btn-compliment:disabled {
    color: #212529;
    background-color: #f93;
    border-color: #f93; }
  .btn-compliment:not(:disabled):not(.disabled):active, .btn-compliment:not(:disabled):not(.disabled).active,
  .show > .btn-compliment.dropdown-toggle {
    color: #212529;
    background-color: #ff8000;
    border-color: #f27900; }
    .btn-compliment:not(:disabled):not(.disabled):active:focus, .btn-compliment:not(:disabled):not(.disabled).active:focus,
    .show > .btn-compliment.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 136, 50, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 136, 50, 0.5); }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-accent {
  color: #f37;
  border-color: #f37; }
  .btn-outline-accent:hover {
    color: #fff;
    background-color: #f37;
    border-color: #f37; }
  .btn-outline-accent:focus, .btn-outline-accent.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 119, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 51, 119, 0.5); }
  .btn-outline-accent.disabled, .btn-outline-accent:disabled {
    color: #f37;
    background-color: transparent; }
  .btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
  .show > .btn-outline-accent.dropdown-toggle {
    color: #fff;
    background-color: #f37;
    border-color: #f37; }
    .btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-accent.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 119, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 51, 119, 0.5); }

.btn-outline-compliment {
  color: #f93;
  border-color: #f93; }
  .btn-outline-compliment:hover {
    color: #212529;
    background-color: #f93;
    border-color: #f93; }
  .btn-outline-compliment:focus, .btn-outline-compliment.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.5); }
  .btn-outline-compliment.disabled, .btn-outline-compliment:disabled {
    color: #f93;
    background-color: transparent; }
  .btn-outline-compliment:not(:disabled):not(.disabled):active, .btn-outline-compliment:not(:disabled):not(.disabled).active,
  .show > .btn-outline-compliment.dropdown-toggle {
    color: #212529;
    background-color: #f93;
    border-color: #f93; }
    .btn-outline-compliment:not(:disabled):not(.disabled):active:focus, .btn-outline-compliment:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-compliment.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-gradient {
  color: #fff; }
  .btn-gradient:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 50px 50px var(--pix-main-color) inset;
    box-shadow: 0 0 50px 50px var(--pix-main-color) inset; }

.btn-white {
  background-color: #fff; }
  .btn-white:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 50px 50px var(--pix-main-color) inset;
    box-shadow: 0 0 50px 50px var(--pix-main-color) inset; }

.btn-link {
  font-weight: 400;
  color: var(--pix-main-color);
  text-decoration: none; }
  .btn-link:hover {
    color: #cc0044;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1.1rem 2rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 5px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

.btn-round {
  border-radius: 50px; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #424242;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xx-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xx-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

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

.nav-link {
  display: block;
  padding: 1rem 1.5rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 3px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -3px; }
  .nav-tabs .nav-link {
    border: 3px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 5px; }

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > [class^="container"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .navbar-expand-xx > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .navbar-expand-xx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xx .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xx .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xx .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xx > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xx .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xx .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > [class^="container"] {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > [class^="container"] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(5px - 1px) calc(5px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 30px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -30px;
      margin-left: -30px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 30px;
        margin-bottom: 0;
        margin-left: 30px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 30px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 5px;
  color: inherit; }
  .text-center .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.text-inverse [aria-label="breadcrumb"] {
  color: rgba(255, 255, 255, 0.5); }

[aria-label="breadcrumb"] a:not(:hover) {
  color: inherit; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.75rem;
    color: #adb5bd;
    content: "/";
    vertical-align: 1px;
    font-size: .7em; }

.breadcrumb-item > a, .breadcrumb-item > span {
  color: inherit; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #fff; }

.pagination, .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link, .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px !important;
  padding: 1.05rem 0.5rem;
  margin-left: 0;
  line-height: 1.25;
  color: inherit;
  background-color: transparent;
  border: 0 solid #dee2e6; }
  .page-link:hover, .page-numbers:hover {
    z-index: 2;
    color: #f37;
    text-decoration: none; }
  .page-link:focus, .page-numbers:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-numbers.current {
  margin: 0 .5em;
  z-index: 3;
  min-width: 50px;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #f37, #f93);
  background-image: -o-linear-gradient(45deg, #f37, #f93);
  background-image: linear-gradient(45deg, #f37, #f93);
  background-size: cover; }
  .page-numbers.current:first-child {
    margin-left: 0; }

.page-item {
  margin: 0 .25em; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .page-item.active {
    margin: 0 .5em; }
    .page-item.active:first-child {
      margin-left: 0; }
  .page-item.active .page-link {
    z-index: 3;
    min-width: 50px;
    color: #fff; }
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-accent {
  color: #851b3e;
  background-color: #ffd6e4;
  border-color: #ffc6d9; }
  .alert-accent .alert-link {
    color: #5b122a; }

.alert-compliment {
  color: #85501b;
  background-color: #ffebd6;
  border-color: #ffe2c6; }
  .alert-compliment .alert-link {
    color: #5b3712; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 5px; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #424242;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .list-group-item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1440px) {
  .list-group-horizontal-xx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xx .list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xx .list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xx .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xx .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xx .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

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

.list-group-item-accent {
  color: #851b3e;
  background-color: #ffc6d9; }
  .list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
    color: #851b3e;
    background-color: #ffadc8; }
  .list-group-item-accent.list-group-item-action.active {
    color: #fff;
    background-color: #851b3e;
    border-color: #851b3e; }

.list-group-item-compliment {
  color: #85501b;
  background-color: #ffe2c6; }
  .list-group-item-compliment.list-group-item-action:hover, .list-group-item-compliment.list-group-item-action:focus {
    color: #85501b;
    background-color: #ffd5ad; }
  .list-group-item-compliment.list-group-item-action.active {
    color: #fff;
    background-color: #85501b;
    border-color: #85501b; }

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

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

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

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

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

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

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

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

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 5px; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(5px - 1px);
  border-top-right-radius: calc(5px - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(5px - 1px);
  border-bottom-left-radius: calc(5px - 1px); }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 5px; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 5px 0; }
    .bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 5px 0; }
    .bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(5px - 1px);
  border-top-right-radius: calc(5px - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #424242; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

.embed-responsive {
  position: relative;
  width: 100%; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-accent {
  border-color: #f37 !important; }

.border-compliment {
  border-color: #f93 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !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-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; }

.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; }

.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

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

.m-50 {
  margin: 50px !important; }

.m-60 {
  margin: 60px !important; }

.m-70 {
  margin: 70px !important; }

.m-80 {
  margin: 80px !important; }

.m-90 {
  margin: 90px !important; }

.m-100 {
  margin: 100px !important; }

.m-110 {
  margin: 110px !important; }

.m-120 {
  margin: 120px !important; }

.m-130 {
  margin: 130px !important; }

.m-140 {
  margin: 140px !important; }

.m-150 {
  margin: 150px !important; }

.m-160 {
  margin: 160px !important; }

.m-170 {
  margin: 170px !important; }

.m-180 {
  margin: 180px !important; }

.m-190 {
  margin: 190px !important; }

.m-200 {
  margin: 200px !important; }

.m-210 {
  margin: 210px !important; }

.m-220 {
  margin: 220px !important; }

.m-230 {
  margin: 230px !important; }

.m-240 {
  margin: 240px !important; }

.m-250 {
  margin: 250px !important; }

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

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

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

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

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

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

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

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important; }

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important; }

.mx-110 {
  margin-right: 110px !important;
  margin-left: 110px !important; }

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.mx-130 {
  margin-right: 130px !important;
  margin-left: 130px !important; }

.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important; }

.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important; }

.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important; }

.mx-170 {
  margin-right: 170px !important;
  margin-left: 170px !important; }

.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important; }

.mx-190 {
  margin-right: 190px !important;
  margin-left: 190px !important; }

.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important; }

.mx-210 {
  margin-right: 210px !important;
  margin-left: 210px !important; }

.mx-220 {
  margin-right: 220px !important;
  margin-left: 220px !important; }

.mx-230 {
  margin-right: 230px !important;
  margin-left: 230px !important; }

.mx-240 {
  margin-right: 240px !important;
  margin-left: 240px !important; }

.mx-250 {
  margin-right: 250px !important;
  margin-left: 250px !important; }

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

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

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

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

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

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

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

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

.my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important; }

.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important; }

.my-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important; }

.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important; }

.my-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important; }

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

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

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

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

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

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

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

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

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

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

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

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mt-210 {
  margin-top: 210px !important; }

.mt-220 {
  margin-top: 220px !important; }

.mt-230 {
  margin-top: 230px !important; }

.mt-240 {
  margin-top: 240px !important; }

.mt-250 {
  margin-top: 250px !important; }

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

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

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

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

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

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

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

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

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

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

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

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr-110 {
  margin-right: 110px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mr-130 {
  margin-right: 130px !important; }

.mr-140 {
  margin-right: 140px !important; }

.mr-150 {
  margin-right: 150px !important; }

.mr-160 {
  margin-right: 160px !important; }

.mr-170 {
  margin-right: 170px !important; }

.mr-180 {
  margin-right: 180px !important; }

.mr-190 {
  margin-right: 190px !important; }

.mr-200 {
  margin-right: 200px !important; }

.mr-210 {
  margin-right: 210px !important; }

.mr-220 {
  margin-right: 220px !important; }

.mr-230 {
  margin-right: 230px !important; }

.mr-240 {
  margin-right: 240px !important; }

.mr-250 {
  margin-right: 250px !important; }

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

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

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

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

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

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

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

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

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

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

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

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

.mb-170 {
  margin-bottom: 170px !important; }

.mb-180 {
  margin-bottom: 180px !important; }

.mb-190 {
  margin-bottom: 190px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.mb-210 {
  margin-bottom: 210px !important; }

.mb-220 {
  margin-bottom: 220px !important; }

.mb-230 {
  margin-bottom: 230px !important; }

.mb-240 {
  margin-bottom: 240px !important; }

.mb-250 {
  margin-bottom: 250px !important; }

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 10px !important; }

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

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

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

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml-110 {
  margin-left: 110px !important; }

.ml-120 {
  margin-left: 120px !important; }

.ml-130 {
  margin-left: 130px !important; }

.ml-140 {
  margin-left: 140px !important; }

.ml-150 {
  margin-left: 150px !important; }

.ml-160 {
  margin-left: 160px !important; }

.ml-170 {
  margin-left: 170px !important; }

.ml-180 {
  margin-left: 180px !important; }

.ml-190 {
  margin-left: 190px !important; }

.ml-200 {
  margin-left: 200px !important; }

.ml-210 {
  margin-left: 210px !important; }

.ml-220 {
  margin-left: 220px !important; }

.ml-230 {
  margin-left: 230px !important; }

.ml-240 {
  margin-left: 240px !important; }

.ml-250 {
  margin-left: 250px !important; }

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

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

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

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

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

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

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

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

.m-n25 {
  margin: -25px !important; }

.m-n30 {
  margin: -30px !important; }

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

.m-n50 {
  margin: -50px !important; }

.m-n60 {
  margin: -60px !important; }

.m-n70 {
  margin: -70px !important; }

.m-n80 {
  margin: -80px !important; }

.m-n90 {
  margin: -90px !important; }

.m-n100 {
  margin: -100px !important; }

.m-n110 {
  margin: -110px !important; }

.m-n120 {
  margin: -120px !important; }

.m-n130 {
  margin: -130px !important; }

.m-n140 {
  margin: -140px !important; }

.m-n150 {
  margin: -150px !important; }

.m-n160 {
  margin: -160px !important; }

.m-n170 {
  margin: -170px !important; }

.m-n180 {
  margin: -180px !important; }

.m-n190 {
  margin: -190px !important; }

.m-n200 {
  margin: -200px !important; }

.m-n210 {
  margin: -210px !important; }

.m-n220 {
  margin: -220px !important; }

.m-n230 {
  margin: -230px !important; }

.m-n240 {
  margin: -240px !important; }

.m-n250 {
  margin: -250px !important; }

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

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

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

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

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

.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important; }

.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important; }

.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important; }

.mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important; }

.mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important; }

.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important; }

.mx-n70 {
  margin-right: -70px !important;
  margin-left: -70px !important; }

.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important; }

.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important; }

.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important; }

.mx-n110 {
  margin-right: -110px !important;
  margin-left: -110px !important; }

.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important; }

.mx-n130 {
  margin-right: -130px !important;
  margin-left: -130px !important; }

.mx-n140 {
  margin-right: -140px !important;
  margin-left: -140px !important; }

.mx-n150 {
  margin-right: -150px !important;
  margin-left: -150px !important; }

.mx-n160 {
  margin-right: -160px !important;
  margin-left: -160px !important; }

.mx-n170 {
  margin-right: -170px !important;
  margin-left: -170px !important; }

.mx-n180 {
  margin-right: -180px !important;
  margin-left: -180px !important; }

.mx-n190 {
  margin-right: -190px !important;
  margin-left: -190px !important; }

.mx-n200 {
  margin-right: -200px !important;
  margin-left: -200px !important; }

.mx-n210 {
  margin-right: -210px !important;
  margin-left: -210px !important; }

.mx-n220 {
  margin-right: -220px !important;
  margin-left: -220px !important; }

.mx-n230 {
  margin-right: -230px !important;
  margin-left: -230px !important; }

.mx-n240 {
  margin-right: -240px !important;
  margin-left: -240px !important; }

.mx-n250 {
  margin-right: -250px !important;
  margin-left: -250px !important; }

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

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

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

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

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

.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }

.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }

.my-n70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important; }

.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important; }

.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }

.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important; }

.my-n110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important; }

.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important; }

.my-n130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important; }

.my-n140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.my-n150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important; }

.my-n160 {
  margin-top: -160px !important;
  margin-bottom: -160px !important; }

.my-n170 {
  margin-top: -170px !important;
  margin-bottom: -170px !important; }

.my-n180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important; }

.my-n190 {
  margin-top: -190px !important;
  margin-bottom: -190px !important; }

.my-n200 {
  margin-top: -200px !important;
  margin-bottom: -200px !important; }

.my-n210 {
  margin-top: -210px !important;
  margin-bottom: -210px !important; }

.my-n220 {
  margin-top: -220px !important;
  margin-bottom: -220px !important; }

.my-n230 {
  margin-top: -230px !important;
  margin-bottom: -230px !important; }

.my-n240 {
  margin-top: -240px !important;
  margin-bottom: -240px !important; }

.my-n250 {
  margin-top: -250px !important;
  margin-bottom: -250px !important; }

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

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

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

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

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

.mt-n10 {
  margin-top: -10px !important; }

.mt-n20 {
  margin-top: -20px !important; }

.mt-n25 {
  margin-top: -25px !important; }

.mt-n30 {
  margin-top: -30px !important; }

.mt-n40 {
  margin-top: -40px !important; }

.mt-n50 {
  margin-top: -50px !important; }

.mt-n60 {
  margin-top: -60px !important; }

.mt-n70 {
  margin-top: -70px !important; }

.mt-n80 {
  margin-top: -80px !important; }

.mt-n90 {
  margin-top: -90px !important; }

.mt-n100 {
  margin-top: -100px !important; }

.mt-n110 {
  margin-top: -110px !important; }

.mt-n120 {
  margin-top: -120px !important; }

.mt-n130 {
  margin-top: -130px !important; }

.mt-n140 {
  margin-top: -140px !important; }

.mt-n150 {
  margin-top: -150px !important; }

.mt-n160 {
  margin-top: -160px !important; }

.mt-n170 {
  margin-top: -170px !important; }

.mt-n180 {
  margin-top: -180px !important; }

.mt-n190 {
  margin-top: -190px !important; }

.mt-n200 {
  margin-top: -200px !important; }

.mt-n210 {
  margin-top: -210px !important; }

.mt-n220 {
  margin-top: -220px !important; }

.mt-n230 {
  margin-top: -230px !important; }

.mt-n240 {
  margin-top: -240px !important; }

.mt-n250 {
  margin-top: -250px !important; }

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

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

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

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

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

.mr-n10 {
  margin-right: -10px !important; }

.mr-n20 {
  margin-right: -20px !important; }

.mr-n25 {
  margin-right: -25px !important; }

.mr-n30 {
  margin-right: -30px !important; }

.mr-n40 {
  margin-right: -40px !important; }

.mr-n50 {
  margin-right: -50px !important; }

.mr-n60 {
  margin-right: -60px !important; }

.mr-n70 {
  margin-right: -70px !important; }

.mr-n80 {
  margin-right: -80px !important; }

.mr-n90 {
  margin-right: -90px !important; }

.mr-n100 {
  margin-right: -100px !important; }

.mr-n110 {
  margin-right: -110px !important; }

.mr-n120 {
  margin-right: -120px !important; }

.mr-n130 {
  margin-right: -130px !important; }

.mr-n140 {
  margin-right: -140px !important; }

.mr-n150 {
  margin-right: -150px !important; }

.mr-n160 {
  margin-right: -160px !important; }

.mr-n170 {
  margin-right: -170px !important; }

.mr-n180 {
  margin-right: -180px !important; }

.mr-n190 {
  margin-right: -190px !important; }

.mr-n200 {
  margin-right: -200px !important; }

.mr-n210 {
  margin-right: -210px !important; }

.mr-n220 {
  margin-right: -220px !important; }

.mr-n230 {
  margin-right: -230px !important; }

.mr-n240 {
  margin-right: -240px !important; }

.mr-n250 {
  margin-right: -250px !important; }

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

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

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

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

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

.mb-n10 {
  margin-bottom: -10px !important; }

.mb-n20 {
  margin-bottom: -20px !important; }

.mb-n25 {
  margin-bottom: -25px !important; }

.mb-n30 {
  margin-bottom: -30px !important; }

.mb-n40 {
  margin-bottom: -40px !important; }

.mb-n50 {
  margin-bottom: -50px !important; }

.mb-n60 {
  margin-bottom: -60px !important; }

.mb-n70 {
  margin-bottom: -70px !important; }

.mb-n80 {
  margin-bottom: -80px !important; }

.mb-n90 {
  margin-bottom: -90px !important; }

.mb-n100 {
  margin-bottom: -100px !important; }

.mb-n110 {
  margin-bottom: -110px !important; }

.mb-n120 {
  margin-bottom: -120px !important; }

.mb-n130 {
  margin-bottom: -130px !important; }

.mb-n140 {
  margin-bottom: -140px !important; }

.mb-n150 {
  margin-bottom: -150px !important; }

.mb-n160 {
  margin-bottom: -160px !important; }

.mb-n170 {
  margin-bottom: -170px !important; }

.mb-n180 {
  margin-bottom: -180px !important; }

.mb-n190 {
  margin-bottom: -190px !important; }

.mb-n200 {
  margin-bottom: -200px !important; }

.mb-n210 {
  margin-bottom: -210px !important; }

.mb-n220 {
  margin-bottom: -220px !important; }

.mb-n230 {
  margin-bottom: -230px !important; }

.mb-n240 {
  margin-bottom: -240px !important; }

.mb-n250 {
  margin-bottom: -250px !important; }

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

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

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

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

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

.ml-n10 {
  margin-left: -10px !important; }

.ml-n20 {
  margin-left: -20px !important; }

.ml-n25 {
  margin-left: -25px !important; }

.ml-n30 {
  margin-left: -30px !important; }

.ml-n40 {
  margin-left: -40px !important; }

.ml-n50 {
  margin-left: -50px !important; }

.ml-n60 {
  margin-left: -60px !important; }

.ml-n70 {
  margin-left: -70px !important; }

.ml-n80 {
  margin-left: -80px !important; }

.ml-n90 {
  margin-left: -90px !important; }

.ml-n100 {
  margin-left: -100px !important; }

.ml-n110 {
  margin-left: -110px !important; }

.ml-n120 {
  margin-left: -120px !important; }

.ml-n130 {
  margin-left: -130px !important; }

.ml-n140 {
  margin-left: -140px !important; }

.ml-n150 {
  margin-left: -150px !important; }

.ml-n160 {
  margin-left: -160px !important; }

.ml-n170 {
  margin-left: -170px !important; }

.ml-n180 {
  margin-left: -180px !important; }

.ml-n190 {
  margin-left: -190px !important; }

.ml-n200 {
  margin-left: -200px !important; }

.ml-n210 {
  margin-left: -210px !important; }

.ml-n220 {
  margin-left: -220px !important; }

.ml-n230 {
  margin-left: -230px !important; }

.ml-n240 {
  margin-left: -240px !important; }

.ml-n250 {
  margin-left: -250px !important; }

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

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

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

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

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

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

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

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

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

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

.p-50 {
  padding: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p-110 {
  padding: 110px !important; }

.p-120 {
  padding: 120px !important; }

.p-130 {
  padding: 130px !important; }

.p-140 {
  padding: 140px !important; }

.p-150 {
  padding: 150px !important; }

.p-160 {
  padding: 160px !important; }

.p-170 {
  padding: 170px !important; }

.p-180 {
  padding: 180px !important; }

.p-190 {
  padding: 190px !important; }

.p-200 {
  padding: 200px !important; }

.p-210 {
  padding: 210px !important; }

.p-220 {
  padding: 220px !important; }

.p-230 {
  padding: 230px !important; }

.p-240 {
  padding: 240px !important; }

.p-250 {
  padding: 250px !important; }

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

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

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

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

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

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

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important; }

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important; }

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important; }

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important; }

.px-110 {
  padding-right: 110px !important;
  padding-left: 110px !important; }

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important; }

.px-130 {
  padding-right: 130px !important;
  padding-left: 130px !important; }

.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important; }

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important; }

.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important; }

.px-170 {
  padding-right: 170px !important;
  padding-left: 170px !important; }

.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important; }

.px-190 {
  padding-right: 190px !important;
  padding-left: 190px !important; }

.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important; }

.px-210 {
  padding-right: 210px !important;
  padding-left: 210px !important; }

.px-220 {
  padding-right: 220px !important;
  padding-left: 220px !important; }

.px-230 {
  padding-right: 230px !important;
  padding-left: 230px !important; }

.px-240 {
  padding-right: 240px !important;
  padding-left: 240px !important; }

.px-250 {
  padding-right: 250px !important;
  padding-left: 250px !important; }

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

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

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

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

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

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

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.py-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important; }

.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important; }

.py-230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important; }

.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

.py-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important; }

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

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

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

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

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

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

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

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

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

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

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pt-170 {
  padding-top: 170px !important; }

.pt-180 {
  padding-top: 180px !important; }

.pt-190 {
  padding-top: 190px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pt-210 {
  padding-top: 210px !important; }

.pt-220 {
  padding-top: 220px !important; }

.pt-230 {
  padding-top: 230px !important; }

.pt-240 {
  padding-top: 240px !important; }

.pt-250 {
  padding-top: 250px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

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

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.pb-180 {
  padding-bottom: 180px !important; }

.pb-190 {
  padding-bottom: 190px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.pb-210 {
  padding-bottom: 210px !important; }

.pb-220 {
  padding-bottom: 220px !important; }

.pb-230 {
  padding-bottom: 230px !important; }

.pb-240 {
  padding-bottom: 240px !important; }

.pb-250 {
  padding-bottom: 250px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-250 {
  padding-left: 250px !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; }

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

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

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

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

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

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

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

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

.text-body {
  color: #424242 !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-reset {
  color: inherit !important; }

.bg-accent {
  background-color: #f37 !important; }

.bg-compliment {
  background-color: #f93 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .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; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .m-sm-110 {
    margin: 110px !important; }
  .m-sm-120 {
    margin: 120px !important; }
  .m-sm-130 {
    margin: 130px !important; }
  .m-sm-140 {
    margin: 140px !important; }
  .m-sm-150 {
    margin: 150px !important; }
  .m-sm-160 {
    margin: 160px !important; }
  .m-sm-170 {
    margin: 170px !important; }
  .m-sm-180 {
    margin: 180px !important; }
  .m-sm-190 {
    margin: 190px !important; }
  .m-sm-200 {
    margin: 200px !important; }
  .m-sm-210 {
    margin: 210px !important; }
  .m-sm-220 {
    margin: 220px !important; }
  .m-sm-230 {
    margin: 230px !important; }
  .m-sm-240 {
    margin: 240px !important; }
  .m-sm-250 {
    margin: 250px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sm-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-sm-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-sm-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-sm-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-sm-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-sm-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-sm-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-sm-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-sm-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-sm-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-sm-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mt-sm-110 {
    margin-top: 110px !important; }
  .mt-sm-120 {
    margin-top: 120px !important; }
  .mt-sm-130 {
    margin-top: 130px !important; }
  .mt-sm-140 {
    margin-top: 140px !important; }
  .mt-sm-150 {
    margin-top: 150px !important; }
  .mt-sm-160 {
    margin-top: 160px !important; }
  .mt-sm-170 {
    margin-top: 170px !important; }
  .mt-sm-180 {
    margin-top: 180px !important; }
  .mt-sm-190 {
    margin-top: 190px !important; }
  .mt-sm-200 {
    margin-top: 200px !important; }
  .mt-sm-210 {
    margin-top: 210px !important; }
  .mt-sm-220 {
    margin-top: 220px !important; }
  .mt-sm-230 {
    margin-top: 230px !important; }
  .mt-sm-240 {
    margin-top: 240px !important; }
  .mt-sm-250 {
    margin-top: 250px !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mr-sm-10 {
    margin-right: 10px !important; }
  .mr-sm-20 {
    margin-right: 20px !important; }
  .mr-sm-25 {
    margin-right: 25px !important; }
  .mr-sm-30 {
    margin-right: 30px !important; }
  .mr-sm-40 {
    margin-right: 40px !important; }
  .mr-sm-50 {
    margin-right: 50px !important; }
  .mr-sm-60 {
    margin-right: 60px !important; }
  .mr-sm-70 {
    margin-right: 70px !important; }
  .mr-sm-80 {
    margin-right: 80px !important; }
  .mr-sm-90 {
    margin-right: 90px !important; }
  .mr-sm-100 {
    margin-right: 100px !important; }
  .mr-sm-110 {
    margin-right: 110px !important; }
  .mr-sm-120 {
    margin-right: 120px !important; }
  .mr-sm-130 {
    margin-right: 130px !important; }
  .mr-sm-140 {
    margin-right: 140px !important; }
  .mr-sm-150 {
    margin-right: 150px !important; }
  .mr-sm-160 {
    margin-right: 160px !important; }
  .mr-sm-170 {
    margin-right: 170px !important; }
  .mr-sm-180 {
    margin-right: 180px !important; }
  .mr-sm-190 {
    margin-right: 190px !important; }
  .mr-sm-200 {
    margin-right: 200px !important; }
  .mr-sm-210 {
    margin-right: 210px !important; }
  .mr-sm-220 {
    margin-right: 220px !important; }
  .mr-sm-230 {
    margin-right: 230px !important; }
  .mr-sm-240 {
    margin-right: 240px !important; }
  .mr-sm-250 {
    margin-right: 250px !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .mb-sm-110 {
    margin-bottom: 110px !important; }
  .mb-sm-120 {
    margin-bottom: 120px !important; }
  .mb-sm-130 {
    margin-bottom: 130px !important; }
  .mb-sm-140 {
    margin-bottom: 140px !important; }
  .mb-sm-150 {
    margin-bottom: 150px !important; }
  .mb-sm-160 {
    margin-bottom: 160px !important; }
  .mb-sm-170 {
    margin-bottom: 170px !important; }
  .mb-sm-180 {
    margin-bottom: 180px !important; }
  .mb-sm-190 {
    margin-bottom: 190px !important; }
  .mb-sm-200 {
    margin-bottom: 200px !important; }
  .mb-sm-210 {
    margin-bottom: 210px !important; }
  .mb-sm-220 {
    margin-bottom: 220px !important; }
  .mb-sm-230 {
    margin-bottom: 230px !important; }
  .mb-sm-240 {
    margin-bottom: 240px !important; }
  .mb-sm-250 {
    margin-bottom: 250px !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .ml-sm-10 {
    margin-left: 10px !important; }
  .ml-sm-20 {
    margin-left: 20px !important; }
  .ml-sm-25 {
    margin-left: 25px !important; }
  .ml-sm-30 {
    margin-left: 30px !important; }
  .ml-sm-40 {
    margin-left: 40px !important; }
  .ml-sm-50 {
    margin-left: 50px !important; }
  .ml-sm-60 {
    margin-left: 60px !important; }
  .ml-sm-70 {
    margin-left: 70px !important; }
  .ml-sm-80 {
    margin-left: 80px !important; }
  .ml-sm-90 {
    margin-left: 90px !important; }
  .ml-sm-100 {
    margin-left: 100px !important; }
  .ml-sm-110 {
    margin-left: 110px !important; }
  .ml-sm-120 {
    margin-left: 120px !important; }
  .ml-sm-130 {
    margin-left: 130px !important; }
  .ml-sm-140 {
    margin-left: 140px !important; }
  .ml-sm-150 {
    margin-left: 150px !important; }
  .ml-sm-160 {
    margin-left: 160px !important; }
  .ml-sm-170 {
    margin-left: 170px !important; }
  .ml-sm-180 {
    margin-left: 180px !important; }
  .ml-sm-190 {
    margin-left: 190px !important; }
  .ml-sm-200 {
    margin-left: 200px !important; }
  .ml-sm-210 {
    margin-left: 210px !important; }
  .ml-sm-220 {
    margin-left: 220px !important; }
  .ml-sm-230 {
    margin-left: 230px !important; }
  .ml-sm-240 {
    margin-left: 240px !important; }
  .ml-sm-250 {
    margin-left: 250px !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .m-sm-n90 {
    margin: -90px !important; }
  .m-sm-n100 {
    margin: -100px !important; }
  .m-sm-n110 {
    margin: -110px !important; }
  .m-sm-n120 {
    margin: -120px !important; }
  .m-sm-n130 {
    margin: -130px !important; }
  .m-sm-n140 {
    margin: -140px !important; }
  .m-sm-n150 {
    margin: -150px !important; }
  .m-sm-n160 {
    margin: -160px !important; }
  .m-sm-n170 {
    margin: -170px !important; }
  .m-sm-n180 {
    margin: -180px !important; }
  .m-sm-n190 {
    margin: -190px !important; }
  .m-sm-n200 {
    margin: -200px !important; }
  .m-sm-n210 {
    margin: -210px !important; }
  .m-sm-n220 {
    margin: -220px !important; }
  .m-sm-n230 {
    margin: -230px !important; }
  .m-sm-n240 {
    margin: -240px !important; }
  .m-sm-n250 {
    margin: -250px !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-sm-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-sm-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-sm-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-sm-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-sm-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-sm-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-sm-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-sm-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-sm-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-sm-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-sm-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .mx-sm-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .mx-sm-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .mx-sm-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .mx-sm-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .mx-sm-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-sm-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-sm-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-sm-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-sm-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-sm-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-sm-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-sm-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-sm-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-sm-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-sm-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-sm-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .my-sm-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .my-sm-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .my-sm-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .my-sm-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .my-sm-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .mt-sm-n10 {
    margin-top: -10px !important; }
  .mt-sm-n20 {
    margin-top: -20px !important; }
  .mt-sm-n25 {
    margin-top: -25px !important; }
  .mt-sm-n30 {
    margin-top: -30px !important; }
  .mt-sm-n40 {
    margin-top: -40px !important; }
  .mt-sm-n50 {
    margin-top: -50px !important; }
  .mt-sm-n60 {
    margin-top: -60px !important; }
  .mt-sm-n70 {
    margin-top: -70px !important; }
  .mt-sm-n80 {
    margin-top: -80px !important; }
  .mt-sm-n90 {
    margin-top: -90px !important; }
  .mt-sm-n100 {
    margin-top: -100px !important; }
  .mt-sm-n110 {
    margin-top: -110px !important; }
  .mt-sm-n120 {
    margin-top: -120px !important; }
  .mt-sm-n130 {
    margin-top: -130px !important; }
  .mt-sm-n140 {
    margin-top: -140px !important; }
  .mt-sm-n150 {
    margin-top: -150px !important; }
  .mt-sm-n160 {
    margin-top: -160px !important; }
  .mt-sm-n170 {
    margin-top: -170px !important; }
  .mt-sm-n180 {
    margin-top: -180px !important; }
  .mt-sm-n190 {
    margin-top: -190px !important; }
  .mt-sm-n200 {
    margin-top: -200px !important; }
  .mt-sm-n210 {
    margin-top: -210px !important; }
  .mt-sm-n220 {
    margin-top: -220px !important; }
  .mt-sm-n230 {
    margin-top: -230px !important; }
  .mt-sm-n240 {
    margin-top: -240px !important; }
  .mt-sm-n250 {
    margin-top: -250px !important; }
  .mr-sm-n1 {
    margin-right: -0.25rem !important; }
  .mr-sm-n2 {
    margin-right: -0.5rem !important; }
  .mr-sm-n3 {
    margin-right: -1rem !important; }
  .mr-sm-n4 {
    margin-right: -1.5rem !important; }
  .mr-sm-n5 {
    margin-right: -3rem !important; }
  .mr-sm-n10 {
    margin-right: -10px !important; }
  .mr-sm-n20 {
    margin-right: -20px !important; }
  .mr-sm-n25 {
    margin-right: -25px !important; }
  .mr-sm-n30 {
    margin-right: -30px !important; }
  .mr-sm-n40 {
    margin-right: -40px !important; }
  .mr-sm-n50 {
    margin-right: -50px !important; }
  .mr-sm-n60 {
    margin-right: -60px !important; }
  .mr-sm-n70 {
    margin-right: -70px !important; }
  .mr-sm-n80 {
    margin-right: -80px !important; }
  .mr-sm-n90 {
    margin-right: -90px !important; }
  .mr-sm-n100 {
    margin-right: -100px !important; }
  .mr-sm-n110 {
    margin-right: -110px !important; }
  .mr-sm-n120 {
    margin-right: -120px !important; }
  .mr-sm-n130 {
    margin-right: -130px !important; }
  .mr-sm-n140 {
    margin-right: -140px !important; }
  .mr-sm-n150 {
    margin-right: -150px !important; }
  .mr-sm-n160 {
    margin-right: -160px !important; }
  .mr-sm-n170 {
    margin-right: -170px !important; }
  .mr-sm-n180 {
    margin-right: -180px !important; }
  .mr-sm-n190 {
    margin-right: -190px !important; }
  .mr-sm-n200 {
    margin-right: -200px !important; }
  .mr-sm-n210 {
    margin-right: -210px !important; }
  .mr-sm-n220 {
    margin-right: -220px !important; }
  .mr-sm-n230 {
    margin-right: -230px !important; }
  .mr-sm-n240 {
    margin-right: -240px !important; }
  .mr-sm-n250 {
    margin-right: -250px !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .mb-sm-n10 {
    margin-bottom: -10px !important; }
  .mb-sm-n20 {
    margin-bottom: -20px !important; }
  .mb-sm-n25 {
    margin-bottom: -25px !important; }
  .mb-sm-n30 {
    margin-bottom: -30px !important; }
  .mb-sm-n40 {
    margin-bottom: -40px !important; }
  .mb-sm-n50 {
    margin-bottom: -50px !important; }
  .mb-sm-n60 {
    margin-bottom: -60px !important; }
  .mb-sm-n70 {
    margin-bottom: -70px !important; }
  .mb-sm-n80 {
    margin-bottom: -80px !important; }
  .mb-sm-n90 {
    margin-bottom: -90px !important; }
  .mb-sm-n100 {
    margin-bottom: -100px !important; }
  .mb-sm-n110 {
    margin-bottom: -110px !important; }
  .mb-sm-n120 {
    margin-bottom: -120px !important; }
  .mb-sm-n130 {
    margin-bottom: -130px !important; }
  .mb-sm-n140 {
    margin-bottom: -140px !important; }
  .mb-sm-n150 {
    margin-bottom: -150px !important; }
  .mb-sm-n160 {
    margin-bottom: -160px !important; }
  .mb-sm-n170 {
    margin-bottom: -170px !important; }
  .mb-sm-n180 {
    margin-bottom: -180px !important; }
  .mb-sm-n190 {
    margin-bottom: -190px !important; }
  .mb-sm-n200 {
    margin-bottom: -200px !important; }
  .mb-sm-n210 {
    margin-bottom: -210px !important; }
  .mb-sm-n220 {
    margin-bottom: -220px !important; }
  .mb-sm-n230 {
    margin-bottom: -230px !important; }
  .mb-sm-n240 {
    margin-bottom: -240px !important; }
  .mb-sm-n250 {
    margin-bottom: -250px !important; }
  .ml-sm-n1 {
    margin-left: -0.25rem !important; }
  .ml-sm-n2 {
    margin-left: -0.5rem !important; }
  .ml-sm-n3 {
    margin-left: -1rem !important; }
  .ml-sm-n4 {
    margin-left: -1.5rem !important; }
  .ml-sm-n5 {
    margin-left: -3rem !important; }
  .ml-sm-n10 {
    margin-left: -10px !important; }
  .ml-sm-n20 {
    margin-left: -20px !important; }
  .ml-sm-n25 {
    margin-left: -25px !important; }
  .ml-sm-n30 {
    margin-left: -30px !important; }
  .ml-sm-n40 {
    margin-left: -40px !important; }
  .ml-sm-n50 {
    margin-left: -50px !important; }
  .ml-sm-n60 {
    margin-left: -60px !important; }
  .ml-sm-n70 {
    margin-left: -70px !important; }
  .ml-sm-n80 {
    margin-left: -80px !important; }
  .ml-sm-n90 {
    margin-left: -90px !important; }
  .ml-sm-n100 {
    margin-left: -100px !important; }
  .ml-sm-n110 {
    margin-left: -110px !important; }
  .ml-sm-n120 {
    margin-left: -120px !important; }
  .ml-sm-n130 {
    margin-left: -130px !important; }
  .ml-sm-n140 {
    margin-left: -140px !important; }
  .ml-sm-n150 {
    margin-left: -150px !important; }
  .ml-sm-n160 {
    margin-left: -160px !important; }
  .ml-sm-n170 {
    margin-left: -170px !important; }
  .ml-sm-n180 {
    margin-left: -180px !important; }
  .ml-sm-n190 {
    margin-left: -190px !important; }
  .ml-sm-n200 {
    margin-left: -200px !important; }
  .ml-sm-n210 {
    margin-left: -210px !important; }
  .ml-sm-n220 {
    margin-left: -220px !important; }
  .ml-sm-n230 {
    margin-left: -230px !important; }
  .ml-sm-n240 {
    margin-left: -240px !important; }
  .ml-sm-n250 {
    margin-left: -250px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .p-sm-110 {
    padding: 110px !important; }
  .p-sm-120 {
    padding: 120px !important; }
  .p-sm-130 {
    padding: 130px !important; }
  .p-sm-140 {
    padding: 140px !important; }
  .p-sm-150 {
    padding: 150px !important; }
  .p-sm-160 {
    padding: 160px !important; }
  .p-sm-170 {
    padding: 170px !important; }
  .p-sm-180 {
    padding: 180px !important; }
  .p-sm-190 {
    padding: 190px !important; }
  .p-sm-200 {
    padding: 200px !important; }
  .p-sm-210 {
    padding: 210px !important; }
  .p-sm-220 {
    padding: 220px !important; }
  .p-sm-230 {
    padding: 230px !important; }
  .p-sm-240 {
    padding: 240px !important; }
  .p-sm-250 {
    padding: 250px !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sm-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sm-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sm-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-sm-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-sm-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-sm-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-sm-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-sm-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-sm-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-sm-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-sm-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-sm-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-sm-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pt-sm-110 {
    padding-top: 110px !important; }
  .pt-sm-120 {
    padding-top: 120px !important; }
  .pt-sm-130 {
    padding-top: 130px !important; }
  .pt-sm-140 {
    padding-top: 140px !important; }
  .pt-sm-150 {
    padding-top: 150px !important; }
  .pt-sm-160 {
    padding-top: 160px !important; }
  .pt-sm-170 {
    padding-top: 170px !important; }
  .pt-sm-180 {
    padding-top: 180px !important; }
  .pt-sm-190 {
    padding-top: 190px !important; }
  .pt-sm-200 {
    padding-top: 200px !important; }
  .pt-sm-210 {
    padding-top: 210px !important; }
  .pt-sm-220 {
    padding-top: 220px !important; }
  .pt-sm-230 {
    padding-top: 230px !important; }
  .pt-sm-240 {
    padding-top: 240px !important; }
  .pt-sm-250 {
    padding-top: 250px !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pr-sm-10 {
    padding-right: 10px !important; }
  .pr-sm-20 {
    padding-right: 20px !important; }
  .pr-sm-25 {
    padding-right: 25px !important; }
  .pr-sm-30 {
    padding-right: 30px !important; }
  .pr-sm-40 {
    padding-right: 40px !important; }
  .pr-sm-50 {
    padding-right: 50px !important; }
  .pr-sm-60 {
    padding-right: 60px !important; }
  .pr-sm-70 {
    padding-right: 70px !important; }
  .pr-sm-80 {
    padding-right: 80px !important; }
  .pr-sm-90 {
    padding-right: 90px !important; }
  .pr-sm-100 {
    padding-right: 100px !important; }
  .pr-sm-110 {
    padding-right: 110px !important; }
  .pr-sm-120 {
    padding-right: 120px !important; }
  .pr-sm-130 {
    padding-right: 130px !important; }
  .pr-sm-140 {
    padding-right: 140px !important; }
  .pr-sm-150 {
    padding-right: 150px !important; }
  .pr-sm-160 {
    padding-right: 160px !important; }
  .pr-sm-170 {
    padding-right: 170px !important; }
  .pr-sm-180 {
    padding-right: 180px !important; }
  .pr-sm-190 {
    padding-right: 190px !important; }
  .pr-sm-200 {
    padding-right: 200px !important; }
  .pr-sm-210 {
    padding-right: 210px !important; }
  .pr-sm-220 {
    padding-right: 220px !important; }
  .pr-sm-230 {
    padding-right: 230px !important; }
  .pr-sm-240 {
    padding-right: 240px !important; }
  .pr-sm-250 {
    padding-right: 250px !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; }
  .pb-sm-110 {
    padding-bottom: 110px !important; }
  .pb-sm-120 {
    padding-bottom: 120px !important; }
  .pb-sm-130 {
    padding-bottom: 130px !important; }
  .pb-sm-140 {
    padding-bottom: 140px !important; }
  .pb-sm-150 {
    padding-bottom: 150px !important; }
  .pb-sm-160 {
    padding-bottom: 160px !important; }
  .pb-sm-170 {
    padding-bottom: 170px !important; }
  .pb-sm-180 {
    padding-bottom: 180px !important; }
  .pb-sm-190 {
    padding-bottom: 190px !important; }
  .pb-sm-200 {
    padding-bottom: 200px !important; }
  .pb-sm-210 {
    padding-bottom: 210px !important; }
  .pb-sm-220 {
    padding-bottom: 220px !important; }
  .pb-sm-230 {
    padding-bottom: 230px !important; }
  .pb-sm-240 {
    padding-bottom: 240px !important; }
  .pb-sm-250 {
    padding-bottom: 250px !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .pl-sm-10 {
    padding-left: 10px !important; }
  .pl-sm-20 {
    padding-left: 20px !important; }
  .pl-sm-25 {
    padding-left: 25px !important; }
  .pl-sm-30 {
    padding-left: 30px !important; }
  .pl-sm-40 {
    padding-left: 40px !important; }
  .pl-sm-50 {
    padding-left: 50px !important; }
  .pl-sm-60 {
    padding-left: 60px !important; }
  .pl-sm-70 {
    padding-left: 70px !important; }
  .pl-sm-80 {
    padding-left: 80px !important; }
  .pl-sm-90 {
    padding-left: 90px !important; }
  .pl-sm-100 {
    padding-left: 100px !important; }
  .pl-sm-110 {
    padding-left: 110px !important; }
  .pl-sm-120 {
    padding-left: 120px !important; }
  .pl-sm-130 {
    padding-left: 130px !important; }
  .pl-sm-140 {
    padding-left: 140px !important; }
  .pl-sm-150 {
    padding-left: 150px !important; }
  .pl-sm-160 {
    padding-left: 160px !important; }
  .pl-sm-170 {
    padding-left: 170px !important; }
  .pl-sm-180 {
    padding-left: 180px !important; }
  .pl-sm-190 {
    padding-left: 190px !important; }
  .pl-sm-200 {
    padding-left: 200px !important; }
  .pl-sm-210 {
    padding-left: 210px !important; }
  .pl-sm-220 {
    padding-left: 220px !important; }
  .pl-sm-230 {
    padding-left: 230px !important; }
  .pl-sm-240 {
    padding-left: 240px !important; }
  .pl-sm-250 {
    padding-left: 250px !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-justify {
    text-align: justify !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .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; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .m-md-110 {
    margin: 110px !important; }
  .m-md-120 {
    margin: 120px !important; }
  .m-md-130 {
    margin: 130px !important; }
  .m-md-140 {
    margin: 140px !important; }
  .m-md-150 {
    margin: 150px !important; }
  .m-md-160 {
    margin: 160px !important; }
  .m-md-170 {
    margin: 170px !important; }
  .m-md-180 {
    margin: 180px !important; }
  .m-md-190 {
    margin: 190px !important; }
  .m-md-200 {
    margin: 200px !important; }
  .m-md-210 {
    margin: 210px !important; }
  .m-md-220 {
    margin: 220px !important; }
  .m-md-230 {
    margin: 230px !important; }
  .m-md-240 {
    margin: 240px !important; }
  .m-md-250 {
    margin: 250px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-md-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-md-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-md-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-md-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-md-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-md-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-md-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-md-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-md-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-md-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-md-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-md-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-md-110 {
    margin-top: 110px !important; }
  .mt-md-120 {
    margin-top: 120px !important; }
  .mt-md-130 {
    margin-top: 130px !important; }
  .mt-md-140 {
    margin-top: 140px !important; }
  .mt-md-150 {
    margin-top: 150px !important; }
  .mt-md-160 {
    margin-top: 160px !important; }
  .mt-md-170 {
    margin-top: 170px !important; }
  .mt-md-180 {
    margin-top: 180px !important; }
  .mt-md-190 {
    margin-top: 190px !important; }
  .mt-md-200 {
    margin-top: 200px !important; }
  .mt-md-210 {
    margin-top: 210px !important; }
  .mt-md-220 {
    margin-top: 220px !important; }
  .mt-md-230 {
    margin-top: 230px !important; }
  .mt-md-240 {
    margin-top: 240px !important; }
  .mt-md-250 {
    margin-top: 250px !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-md-25 {
    margin-right: 25px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-md-100 {
    margin-right: 100px !important; }
  .mr-md-110 {
    margin-right: 110px !important; }
  .mr-md-120 {
    margin-right: 120px !important; }
  .mr-md-130 {
    margin-right: 130px !important; }
  .mr-md-140 {
    margin-right: 140px !important; }
  .mr-md-150 {
    margin-right: 150px !important; }
  .mr-md-160 {
    margin-right: 160px !important; }
  .mr-md-170 {
    margin-right: 170px !important; }
  .mr-md-180 {
    margin-right: 180px !important; }
  .mr-md-190 {
    margin-right: 190px !important; }
  .mr-md-200 {
    margin-right: 200px !important; }
  .mr-md-210 {
    margin-right: 210px !important; }
  .mr-md-220 {
    margin-right: 220px !important; }
  .mr-md-230 {
    margin-right: 230px !important; }
  .mr-md-240 {
    margin-right: 240px !important; }
  .mr-md-250 {
    margin-right: 250px !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md-110 {
    margin-bottom: 110px !important; }
  .mb-md-120 {
    margin-bottom: 120px !important; }
  .mb-md-130 {
    margin-bottom: 130px !important; }
  .mb-md-140 {
    margin-bottom: 140px !important; }
  .mb-md-150 {
    margin-bottom: 150px !important; }
  .mb-md-160 {
    margin-bottom: 160px !important; }
  .mb-md-170 {
    margin-bottom: 170px !important; }
  .mb-md-180 {
    margin-bottom: 180px !important; }
  .mb-md-190 {
    margin-bottom: 190px !important; }
  .mb-md-200 {
    margin-bottom: 200px !important; }
  .mb-md-210 {
    margin-bottom: 210px !important; }
  .mb-md-220 {
    margin-bottom: 220px !important; }
  .mb-md-230 {
    margin-bottom: 230px !important; }
  .mb-md-240 {
    margin-bottom: 240px !important; }
  .mb-md-250 {
    margin-bottom: 250px !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-md-25 {
    margin-left: 25px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-md-100 {
    margin-left: 100px !important; }
  .ml-md-110 {
    margin-left: 110px !important; }
  .ml-md-120 {
    margin-left: 120px !important; }
  .ml-md-130 {
    margin-left: 130px !important; }
  .ml-md-140 {
    margin-left: 140px !important; }
  .ml-md-150 {
    margin-left: 150px !important; }
  .ml-md-160 {
    margin-left: 160px !important; }
  .ml-md-170 {
    margin-left: 170px !important; }
  .ml-md-180 {
    margin-left: 180px !important; }
  .ml-md-190 {
    margin-left: 190px !important; }
  .ml-md-200 {
    margin-left: 200px !important; }
  .ml-md-210 {
    margin-left: 210px !important; }
  .ml-md-220 {
    margin-left: 220px !important; }
  .ml-md-230 {
    margin-left: 230px !important; }
  .ml-md-240 {
    margin-left: 240px !important; }
  .ml-md-250 {
    margin-left: 250px !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .m-md-n90 {
    margin: -90px !important; }
  .m-md-n100 {
    margin: -100px !important; }
  .m-md-n110 {
    margin: -110px !important; }
  .m-md-n120 {
    margin: -120px !important; }
  .m-md-n130 {
    margin: -130px !important; }
  .m-md-n140 {
    margin: -140px !important; }
  .m-md-n150 {
    margin: -150px !important; }
  .m-md-n160 {
    margin: -160px !important; }
  .m-md-n170 {
    margin: -170px !important; }
  .m-md-n180 {
    margin: -180px !important; }
  .m-md-n190 {
    margin: -190px !important; }
  .m-md-n200 {
    margin: -200px !important; }
  .m-md-n210 {
    margin: -210px !important; }
  .m-md-n220 {
    margin: -220px !important; }
  .m-md-n230 {
    margin: -230px !important; }
  .m-md-n240 {
    margin: -240px !important; }
  .m-md-n250 {
    margin: -250px !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-md-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-md-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-md-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-md-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-md-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-md-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-md-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-md-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-md-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-md-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-md-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .mx-md-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .mx-md-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .mx-md-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .mx-md-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .mx-md-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-md-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-md-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-md-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-md-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-md-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-md-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-md-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-md-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-md-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-md-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-md-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .my-md-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .my-md-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .my-md-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .my-md-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .my-md-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .mt-md-n10 {
    margin-top: -10px !important; }
  .mt-md-n20 {
    margin-top: -20px !important; }
  .mt-md-n25 {
    margin-top: -25px !important; }
  .mt-md-n30 {
    margin-top: -30px !important; }
  .mt-md-n40 {
    margin-top: -40px !important; }
  .mt-md-n50 {
    margin-top: -50px !important; }
  .mt-md-n60 {
    margin-top: -60px !important; }
  .mt-md-n70 {
    margin-top: -70px !important; }
  .mt-md-n80 {
    margin-top: -80px !important; }
  .mt-md-n90 {
    margin-top: -90px !important; }
  .mt-md-n100 {
    margin-top: -100px !important; }
  .mt-md-n110 {
    margin-top: -110px !important; }
  .mt-md-n120 {
    margin-top: -120px !important; }
  .mt-md-n130 {
    margin-top: -130px !important; }
  .mt-md-n140 {
    margin-top: -140px !important; }
  .mt-md-n150 {
    margin-top: -150px !important; }
  .mt-md-n160 {
    margin-top: -160px !important; }
  .mt-md-n170 {
    margin-top: -170px !important; }
  .mt-md-n180 {
    margin-top: -180px !important; }
  .mt-md-n190 {
    margin-top: -190px !important; }
  .mt-md-n200 {
    margin-top: -200px !important; }
  .mt-md-n210 {
    margin-top: -210px !important; }
  .mt-md-n220 {
    margin-top: -220px !important; }
  .mt-md-n230 {
    margin-top: -230px !important; }
  .mt-md-n240 {
    margin-top: -240px !important; }
  .mt-md-n250 {
    margin-top: -250px !important; }
  .mr-md-n1 {
    margin-right: -0.25rem !important; }
  .mr-md-n2 {
    margin-right: -0.5rem !important; }
  .mr-md-n3 {
    margin-right: -1rem !important; }
  .mr-md-n4 {
    margin-right: -1.5rem !important; }
  .mr-md-n5 {
    margin-right: -3rem !important; }
  .mr-md-n10 {
    margin-right: -10px !important; }
  .mr-md-n20 {
    margin-right: -20px !important; }
  .mr-md-n25 {
    margin-right: -25px !important; }
  .mr-md-n30 {
    margin-right: -30px !important; }
  .mr-md-n40 {
    margin-right: -40px !important; }
  .mr-md-n50 {
    margin-right: -50px !important; }
  .mr-md-n60 {
    margin-right: -60px !important; }
  .mr-md-n70 {
    margin-right: -70px !important; }
  .mr-md-n80 {
    margin-right: -80px !important; }
  .mr-md-n90 {
    margin-right: -90px !important; }
  .mr-md-n100 {
    margin-right: -100px !important; }
  .mr-md-n110 {
    margin-right: -110px !important; }
  .mr-md-n120 {
    margin-right: -120px !important; }
  .mr-md-n130 {
    margin-right: -130px !important; }
  .mr-md-n140 {
    margin-right: -140px !important; }
  .mr-md-n150 {
    margin-right: -150px !important; }
  .mr-md-n160 {
    margin-right: -160px !important; }
  .mr-md-n170 {
    margin-right: -170px !important; }
  .mr-md-n180 {
    margin-right: -180px !important; }
  .mr-md-n190 {
    margin-right: -190px !important; }
  .mr-md-n200 {
    margin-right: -200px !important; }
  .mr-md-n210 {
    margin-right: -210px !important; }
  .mr-md-n220 {
    margin-right: -220px !important; }
  .mr-md-n230 {
    margin-right: -230px !important; }
  .mr-md-n240 {
    margin-right: -240px !important; }
  .mr-md-n250 {
    margin-right: -250px !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .mb-md-n10 {
    margin-bottom: -10px !important; }
  .mb-md-n20 {
    margin-bottom: -20px !important; }
  .mb-md-n25 {
    margin-bottom: -25px !important; }
  .mb-md-n30 {
    margin-bottom: -30px !important; }
  .mb-md-n40 {
    margin-bottom: -40px !important; }
  .mb-md-n50 {
    margin-bottom: -50px !important; }
  .mb-md-n60 {
    margin-bottom: -60px !important; }
  .mb-md-n70 {
    margin-bottom: -70px !important; }
  .mb-md-n80 {
    margin-bottom: -80px !important; }
  .mb-md-n90 {
    margin-bottom: -90px !important; }
  .mb-md-n100 {
    margin-bottom: -100px !important; }
  .mb-md-n110 {
    margin-bottom: -110px !important; }
  .mb-md-n120 {
    margin-bottom: -120px !important; }
  .mb-md-n130 {
    margin-bottom: -130px !important; }
  .mb-md-n140 {
    margin-bottom: -140px !important; }
  .mb-md-n150 {
    margin-bottom: -150px !important; }
  .mb-md-n160 {
    margin-bottom: -160px !important; }
  .mb-md-n170 {
    margin-bottom: -170px !important; }
  .mb-md-n180 {
    margin-bottom: -180px !important; }
  .mb-md-n190 {
    margin-bottom: -190px !important; }
  .mb-md-n200 {
    margin-bottom: -200px !important; }
  .mb-md-n210 {
    margin-bottom: -210px !important; }
  .mb-md-n220 {
    margin-bottom: -220px !important; }
  .mb-md-n230 {
    margin-bottom: -230px !important; }
  .mb-md-n240 {
    margin-bottom: -240px !important; }
  .mb-md-n250 {
    margin-bottom: -250px !important; }
  .ml-md-n1 {
    margin-left: -0.25rem !important; }
  .ml-md-n2 {
    margin-left: -0.5rem !important; }
  .ml-md-n3 {
    margin-left: -1rem !important; }
  .ml-md-n4 {
    margin-left: -1.5rem !important; }
  .ml-md-n5 {
    margin-left: -3rem !important; }
  .ml-md-n10 {
    margin-left: -10px !important; }
  .ml-md-n20 {
    margin-left: -20px !important; }
  .ml-md-n25 {
    margin-left: -25px !important; }
  .ml-md-n30 {
    margin-left: -30px !important; }
  .ml-md-n40 {
    margin-left: -40px !important; }
  .ml-md-n50 {
    margin-left: -50px !important; }
  .ml-md-n60 {
    margin-left: -60px !important; }
  .ml-md-n70 {
    margin-left: -70px !important; }
  .ml-md-n80 {
    margin-left: -80px !important; }
  .ml-md-n90 {
    margin-left: -90px !important; }
  .ml-md-n100 {
    margin-left: -100px !important; }
  .ml-md-n110 {
    margin-left: -110px !important; }
  .ml-md-n120 {
    margin-left: -120px !important; }
  .ml-md-n130 {
    margin-left: -130px !important; }
  .ml-md-n140 {
    margin-left: -140px !important; }
  .ml-md-n150 {
    margin-left: -150px !important; }
  .ml-md-n160 {
    margin-left: -160px !important; }
  .ml-md-n170 {
    margin-left: -170px !important; }
  .ml-md-n180 {
    margin-left: -180px !important; }
  .ml-md-n190 {
    margin-left: -190px !important; }
  .ml-md-n200 {
    margin-left: -200px !important; }
  .ml-md-n210 {
    margin-left: -210px !important; }
  .ml-md-n220 {
    margin-left: -220px !important; }
  .ml-md-n230 {
    margin-left: -230px !important; }
  .ml-md-n240 {
    margin-left: -240px !important; }
  .ml-md-n250 {
    margin-left: -250px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .p-md-110 {
    padding: 110px !important; }
  .p-md-120 {
    padding: 120px !important; }
  .p-md-130 {
    padding: 130px !important; }
  .p-md-140 {
    padding: 140px !important; }
  .p-md-150 {
    padding: 150px !important; }
  .p-md-160 {
    padding: 160px !important; }
  .p-md-170 {
    padding: 170px !important; }
  .p-md-180 {
    padding: 180px !important; }
  .p-md-190 {
    padding: 190px !important; }
  .p-md-200 {
    padding: 200px !important; }
  .p-md-210 {
    padding: 210px !important; }
  .p-md-220 {
    padding: 220px !important; }
  .p-md-230 {
    padding: 230px !important; }
  .p-md-240 {
    padding: 240px !important; }
  .p-md-250 {
    padding: 250px !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-md-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-md-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-md-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-md-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-md-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-md-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-md-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-md-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-md-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-md-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-md-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-md-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-md-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-md-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-md-110 {
    padding-top: 110px !important; }
  .pt-md-120 {
    padding-top: 120px !important; }
  .pt-md-130 {
    padding-top: 130px !important; }
  .pt-md-140 {
    padding-top: 140px !important; }
  .pt-md-150 {
    padding-top: 150px !important; }
  .pt-md-160 {
    padding-top: 160px !important; }
  .pt-md-170 {
    padding-top: 170px !important; }
  .pt-md-180 {
    padding-top: 180px !important; }
  .pt-md-190 {
    padding-top: 190px !important; }
  .pt-md-200 {
    padding-top: 200px !important; }
  .pt-md-210 {
    padding-top: 210px !important; }
  .pt-md-220 {
    padding-top: 220px !important; }
  .pt-md-230 {
    padding-top: 230px !important; }
  .pt-md-240 {
    padding-top: 240px !important; }
  .pt-md-250 {
    padding-top: 250px !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-md-25 {
    padding-right: 25px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-md-100 {
    padding-right: 100px !important; }
  .pr-md-110 {
    padding-right: 110px !important; }
  .pr-md-120 {
    padding-right: 120px !important; }
  .pr-md-130 {
    padding-right: 130px !important; }
  .pr-md-140 {
    padding-right: 140px !important; }
  .pr-md-150 {
    padding-right: 150px !important; }
  .pr-md-160 {
    padding-right: 160px !important; }
  .pr-md-170 {
    padding-right: 170px !important; }
  .pr-md-180 {
    padding-right: 180px !important; }
  .pr-md-190 {
    padding-right: 190px !important; }
  .pr-md-200 {
    padding-right: 200px !important; }
  .pr-md-210 {
    padding-right: 210px !important; }
  .pr-md-220 {
    padding-right: 220px !important; }
  .pr-md-230 {
    padding-right: 230px !important; }
  .pr-md-240 {
    padding-right: 240px !important; }
  .pr-md-250 {
    padding-right: 250px !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-md-110 {
    padding-bottom: 110px !important; }
  .pb-md-120 {
    padding-bottom: 120px !important; }
  .pb-md-130 {
    padding-bottom: 130px !important; }
  .pb-md-140 {
    padding-bottom: 140px !important; }
  .pb-md-150 {
    padding-bottom: 150px !important; }
  .pb-md-160 {
    padding-bottom: 160px !important; }
  .pb-md-170 {
    padding-bottom: 170px !important; }
  .pb-md-180 {
    padding-bottom: 180px !important; }
  .pb-md-190 {
    padding-bottom: 190px !important; }
  .pb-md-200 {
    padding-bottom: 200px !important; }
  .pb-md-210 {
    padding-bottom: 210px !important; }
  .pb-md-220 {
    padding-bottom: 220px !important; }
  .pb-md-230 {
    padding-bottom: 230px !important; }
  .pb-md-240 {
    padding-bottom: 240px !important; }
  .pb-md-250 {
    padding-bottom: 250px !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-md-25 {
    padding-left: 25px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-md-100 {
    padding-left: 100px !important; }
  .pl-md-110 {
    padding-left: 110px !important; }
  .pl-md-120 {
    padding-left: 120px !important; }
  .pl-md-130 {
    padding-left: 130px !important; }
  .pl-md-140 {
    padding-left: 140px !important; }
  .pl-md-150 {
    padding-left: 150px !important; }
  .pl-md-160 {
    padding-left: 160px !important; }
  .pl-md-170 {
    padding-left: 170px !important; }
  .pl-md-180 {
    padding-left: 180px !important; }
  .pl-md-190 {
    padding-left: 190px !important; }
  .pl-md-200 {
    padding-left: 200px !important; }
  .pl-md-210 {
    padding-left: 210px !important; }
  .pl-md-220 {
    padding-left: 220px !important; }
  .pl-md-230 {
    padding-left: 230px !important; }
  .pl-md-240 {
    padding-left: 240px !important; }
  .pl-md-250 {
    padding-left: 250px !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-justify {
    text-align: justify !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .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; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .m-lg-110 {
    margin: 110px !important; }
  .m-lg-120 {
    margin: 120px !important; }
  .m-lg-130 {
    margin: 130px !important; }
  .m-lg-140 {
    margin: 140px !important; }
  .m-lg-150 {
    margin: 150px !important; }
  .m-lg-160 {
    margin: 160px !important; }
  .m-lg-170 {
    margin: 170px !important; }
  .m-lg-180 {
    margin: 180px !important; }
  .m-lg-190 {
    margin: 190px !important; }
  .m-lg-200 {
    margin: 200px !important; }
  .m-lg-210 {
    margin: 210px !important; }
  .m-lg-220 {
    margin: 220px !important; }
  .m-lg-230 {
    margin: 230px !important; }
  .m-lg-240 {
    margin: 240px !important; }
  .m-lg-250 {
    margin: 250px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-lg-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-lg-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-lg-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-lg-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-lg-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-lg-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-lg-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-lg-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-lg-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-lg-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-90 {
    margin-top: 90px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; }
  .mt-lg-110 {
    margin-top: 110px !important; }
  .mt-lg-120 {
    margin-top: 120px !important; }
  .mt-lg-130 {
    margin-top: 130px !important; }
  .mt-lg-140 {
    margin-top: 140px !important; }
  .mt-lg-150 {
    margin-top: 150px !important; }
  .mt-lg-160 {
    margin-top: 160px !important; }
  .mt-lg-170 {
    margin-top: 170px !important; }
  .mt-lg-180 {
    margin-top: 180px !important; }
  .mt-lg-190 {
    margin-top: 190px !important; }
  .mt-lg-200 {
    margin-top: 200px !important; }
  .mt-lg-210 {
    margin-top: 210px !important; }
  .mt-lg-220 {
    margin-top: 220px !important; }
  .mt-lg-230 {
    margin-top: 230px !important; }
  .mt-lg-240 {
    margin-top: 240px !important; }
  .mt-lg-250 {
    margin-top: 250px !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mr-lg-10 {
    margin-right: 10px !important; }
  .mr-lg-20 {
    margin-right: 20px !important; }
  .mr-lg-25 {
    margin-right: 25px !important; }
  .mr-lg-30 {
    margin-right: 30px !important; }
  .mr-lg-40 {
    margin-right: 40px !important; }
  .mr-lg-50 {
    margin-right: 50px !important; }
  .mr-lg-60 {
    margin-right: 60px !important; }
  .mr-lg-70 {
    margin-right: 70px !important; }
  .mr-lg-80 {
    margin-right: 80px !important; }
  .mr-lg-90 {
    margin-right: 90px !important; }
  .mr-lg-100 {
    margin-right: 100px !important; }
  .mr-lg-110 {
    margin-right: 110px !important; }
  .mr-lg-120 {
    margin-right: 120px !important; }
  .mr-lg-130 {
    margin-right: 130px !important; }
  .mr-lg-140 {
    margin-right: 140px !important; }
  .mr-lg-150 {
    margin-right: 150px !important; }
  .mr-lg-160 {
    margin-right: 160px !important; }
  .mr-lg-170 {
    margin-right: 170px !important; }
  .mr-lg-180 {
    margin-right: 180px !important; }
  .mr-lg-190 {
    margin-right: 190px !important; }
  .mr-lg-200 {
    margin-right: 200px !important; }
  .mr-lg-210 {
    margin-right: 210px !important; }
  .mr-lg-220 {
    margin-right: 220px !important; }
  .mr-lg-230 {
    margin-right: 230px !important; }
  .mr-lg-240 {
    margin-right: 240px !important; }
  .mr-lg-250 {
    margin-right: 250px !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-90 {
    margin-bottom: 90px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; }
  .mb-lg-110 {
    margin-bottom: 110px !important; }
  .mb-lg-120 {
    margin-bottom: 120px !important; }
  .mb-lg-130 {
    margin-bottom: 130px !important; }
  .mb-lg-140 {
    margin-bottom: 140px !important; }
  .mb-lg-150 {
    margin-bottom: 150px !important; }
  .mb-lg-160 {
    margin-bottom: 160px !important; }
  .mb-lg-170 {
    margin-bottom: 170px !important; }
  .mb-lg-180 {
    margin-bottom: 180px !important; }
  .mb-lg-190 {
    margin-bottom: 190px !important; }
  .mb-lg-200 {
    margin-bottom: 200px !important; }
  .mb-lg-210 {
    margin-bottom: 210px !important; }
  .mb-lg-220 {
    margin-bottom: 220px !important; }
  .mb-lg-230 {
    margin-bottom: 230px !important; }
  .mb-lg-240 {
    margin-bottom: 240px !important; }
  .mb-lg-250 {
    margin-bottom: 250px !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .ml-lg-10 {
    margin-left: 10px !important; }
  .ml-lg-20 {
    margin-left: 20px !important; }
  .ml-lg-25 {
    margin-left: 25px !important; }
  .ml-lg-30 {
    margin-left: 30px !important; }
  .ml-lg-40 {
    margin-left: 40px !important; }
  .ml-lg-50 {
    margin-left: 50px !important; }
  .ml-lg-60 {
    margin-left: 60px !important; }
  .ml-lg-70 {
    margin-left: 70px !important; }
  .ml-lg-80 {
    margin-left: 80px !important; }
  .ml-lg-90 {
    margin-left: 90px !important; }
  .ml-lg-100 {
    margin-left: 100px !important; }
  .ml-lg-110 {
    margin-left: 110px !important; }
  .ml-lg-120 {
    margin-left: 120px !important; }
  .ml-lg-130 {
    margin-left: 130px !important; }
  .ml-lg-140 {
    margin-left: 140px !important; }
  .ml-lg-150 {
    margin-left: 150px !important; }
  .ml-lg-160 {
    margin-left: 160px !important; }
  .ml-lg-170 {
    margin-left: 170px !important; }
  .ml-lg-180 {
    margin-left: 180px !important; }
  .ml-lg-190 {
    margin-left: 190px !important; }
  .ml-lg-200 {
    margin-left: 200px !important; }
  .ml-lg-210 {
    margin-left: 210px !important; }
  .ml-lg-220 {
    margin-left: 220px !important; }
  .ml-lg-230 {
    margin-left: 230px !important; }
  .ml-lg-240 {
    margin-left: 240px !important; }
  .ml-lg-250 {
    margin-left: 250px !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .m-lg-n90 {
    margin: -90px !important; }
  .m-lg-n100 {
    margin: -100px !important; }
  .m-lg-n110 {
    margin: -110px !important; }
  .m-lg-n120 {
    margin: -120px !important; }
  .m-lg-n130 {
    margin: -130px !important; }
  .m-lg-n140 {
    margin: -140px !important; }
  .m-lg-n150 {
    margin: -150px !important; }
  .m-lg-n160 {
    margin: -160px !important; }
  .m-lg-n170 {
    margin: -170px !important; }
  .m-lg-n180 {
    margin: -180px !important; }
  .m-lg-n190 {
    margin: -190px !important; }
  .m-lg-n200 {
    margin: -200px !important; }
  .m-lg-n210 {
    margin: -210px !important; }
  .m-lg-n220 {
    margin: -220px !important; }
  .m-lg-n230 {
    margin: -230px !important; }
  .m-lg-n240 {
    margin: -240px !important; }
  .m-lg-n250 {
    margin: -250px !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-lg-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-lg-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-lg-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-lg-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-lg-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-lg-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-lg-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-lg-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-lg-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-lg-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-lg-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .mx-lg-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .mx-lg-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .mx-lg-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .mx-lg-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .mx-lg-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-lg-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-lg-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-lg-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-lg-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-lg-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-lg-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-lg-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-lg-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-lg-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-lg-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-lg-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .my-lg-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .my-lg-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .my-lg-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .my-lg-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .my-lg-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .mt-lg-n10 {
    margin-top: -10px !important; }
  .mt-lg-n20 {
    margin-top: -20px !important; }
  .mt-lg-n25 {
    margin-top: -25px !important; }
  .mt-lg-n30 {
    margin-top: -30px !important; }
  .mt-lg-n40 {
    margin-top: -40px !important; }
  .mt-lg-n50 {
    margin-top: -50px !important; }
  .mt-lg-n60 {
    margin-top: -60px !important; }
  .mt-lg-n70 {
    margin-top: -70px !important; }
  .mt-lg-n80 {
    margin-top: -80px !important; }
  .mt-lg-n90 {
    margin-top: -90px !important; }
  .mt-lg-n100 {
    margin-top: -100px !important; }
  .mt-lg-n110 {
    margin-top: -110px !important; }
  .mt-lg-n120 {
    margin-top: -120px !important; }
  .mt-lg-n130 {
    margin-top: -130px !important; }
  .mt-lg-n140 {
    margin-top: -140px !important; }
  .mt-lg-n150 {
    margin-top: -150px !important; }
  .mt-lg-n160 {
    margin-top: -160px !important; }
  .mt-lg-n170 {
    margin-top: -170px !important; }
  .mt-lg-n180 {
    margin-top: -180px !important; }
  .mt-lg-n190 {
    margin-top: -190px !important; }
  .mt-lg-n200 {
    margin-top: -200px !important; }
  .mt-lg-n210 {
    margin-top: -210px !important; }
  .mt-lg-n220 {
    margin-top: -220px !important; }
  .mt-lg-n230 {
    margin-top: -230px !important; }
  .mt-lg-n240 {
    margin-top: -240px !important; }
  .mt-lg-n250 {
    margin-top: -250px !important; }
  .mr-lg-n1 {
    margin-right: -0.25rem !important; }
  .mr-lg-n2 {
    margin-right: -0.5rem !important; }
  .mr-lg-n3 {
    margin-right: -1rem !important; }
  .mr-lg-n4 {
    margin-right: -1.5rem !important; }
  .mr-lg-n5 {
    margin-right: -3rem !important; }
  .mr-lg-n10 {
    margin-right: -10px !important; }
  .mr-lg-n20 {
    margin-right: -20px !important; }
  .mr-lg-n25 {
    margin-right: -25px !important; }
  .mr-lg-n30 {
    margin-right: -30px !important; }
  .mr-lg-n40 {
    margin-right: -40px !important; }
  .mr-lg-n50 {
    margin-right: -50px !important; }
  .mr-lg-n60 {
    margin-right: -60px !important; }
  .mr-lg-n70 {
    margin-right: -70px !important; }
  .mr-lg-n80 {
    margin-right: -80px !important; }
  .mr-lg-n90 {
    margin-right: -90px !important; }
  .mr-lg-n100 {
    margin-right: -100px !important; }
  .mr-lg-n110 {
    margin-right: -110px !important; }
  .mr-lg-n120 {
    margin-right: -120px !important; }
  .mr-lg-n130 {
    margin-right: -130px !important; }
  .mr-lg-n140 {
    margin-right: -140px !important; }
  .mr-lg-n150 {
    margin-right: -150px !important; }
  .mr-lg-n160 {
    margin-right: -160px !important; }
  .mr-lg-n170 {
    margin-right: -170px !important; }
  .mr-lg-n180 {
    margin-right: -180px !important; }
  .mr-lg-n190 {
    margin-right: -190px !important; }
  .mr-lg-n200 {
    margin-right: -200px !important; }
  .mr-lg-n210 {
    margin-right: -210px !important; }
  .mr-lg-n220 {
    margin-right: -220px !important; }
  .mr-lg-n230 {
    margin-right: -230px !important; }
  .mr-lg-n240 {
    margin-right: -240px !important; }
  .mr-lg-n250 {
    margin-right: -250px !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .mb-lg-n10 {
    margin-bottom: -10px !important; }
  .mb-lg-n20 {
    margin-bottom: -20px !important; }
  .mb-lg-n25 {
    margin-bottom: -25px !important; }
  .mb-lg-n30 {
    margin-bottom: -30px !important; }
  .mb-lg-n40 {
    margin-bottom: -40px !important; }
  .mb-lg-n50 {
    margin-bottom: -50px !important; }
  .mb-lg-n60 {
    margin-bottom: -60px !important; }
  .mb-lg-n70 {
    margin-bottom: -70px !important; }
  .mb-lg-n80 {
    margin-bottom: -80px !important; }
  .mb-lg-n90 {
    margin-bottom: -90px !important; }
  .mb-lg-n100 {
    margin-bottom: -100px !important; }
  .mb-lg-n110 {
    margin-bottom: -110px !important; }
  .mb-lg-n120 {
    margin-bottom: -120px !important; }
  .mb-lg-n130 {
    margin-bottom: -130px !important; }
  .mb-lg-n140 {
    margin-bottom: -140px !important; }
  .mb-lg-n150 {
    margin-bottom: -150px !important; }
  .mb-lg-n160 {
    margin-bottom: -160px !important; }
  .mb-lg-n170 {
    margin-bottom: -170px !important; }
  .mb-lg-n180 {
    margin-bottom: -180px !important; }
  .mb-lg-n190 {
    margin-bottom: -190px !important; }
  .mb-lg-n200 {
    margin-bottom: -200px !important; }
  .mb-lg-n210 {
    margin-bottom: -210px !important; }
  .mb-lg-n220 {
    margin-bottom: -220px !important; }
  .mb-lg-n230 {
    margin-bottom: -230px !important; }
  .mb-lg-n240 {
    margin-bottom: -240px !important; }
  .mb-lg-n250 {
    margin-bottom: -250px !important; }
  .ml-lg-n1 {
    margin-left: -0.25rem !important; }
  .ml-lg-n2 {
    margin-left: -0.5rem !important; }
  .ml-lg-n3 {
    margin-left: -1rem !important; }
  .ml-lg-n4 {
    margin-left: -1.5rem !important; }
  .ml-lg-n5 {
    margin-left: -3rem !important; }
  .ml-lg-n10 {
    margin-left: -10px !important; }
  .ml-lg-n20 {
    margin-left: -20px !important; }
  .ml-lg-n25 {
    margin-left: -25px !important; }
  .ml-lg-n30 {
    margin-left: -30px !important; }
  .ml-lg-n40 {
    margin-left: -40px !important; }
  .ml-lg-n50 {
    margin-left: -50px !important; }
  .ml-lg-n60 {
    margin-left: -60px !important; }
  .ml-lg-n70 {
    margin-left: -70px !important; }
  .ml-lg-n80 {
    margin-left: -80px !important; }
  .ml-lg-n90 {
    margin-left: -90px !important; }
  .ml-lg-n100 {
    margin-left: -100px !important; }
  .ml-lg-n110 {
    margin-left: -110px !important; }
  .ml-lg-n120 {
    margin-left: -120px !important; }
  .ml-lg-n130 {
    margin-left: -130px !important; }
  .ml-lg-n140 {
    margin-left: -140px !important; }
  .ml-lg-n150 {
    margin-left: -150px !important; }
  .ml-lg-n160 {
    margin-left: -160px !important; }
  .ml-lg-n170 {
    margin-left: -170px !important; }
  .ml-lg-n180 {
    margin-left: -180px !important; }
  .ml-lg-n190 {
    margin-left: -190px !important; }
  .ml-lg-n200 {
    margin-left: -200px !important; }
  .ml-lg-n210 {
    margin-left: -210px !important; }
  .ml-lg-n220 {
    margin-left: -220px !important; }
  .ml-lg-n230 {
    margin-left: -230px !important; }
  .ml-lg-n240 {
    margin-left: -240px !important; }
  .ml-lg-n250 {
    margin-left: -250px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .p-lg-110 {
    padding: 110px !important; }
  .p-lg-120 {
    padding: 120px !important; }
  .p-lg-130 {
    padding: 130px !important; }
  .p-lg-140 {
    padding: 140px !important; }
  .p-lg-150 {
    padding: 150px !important; }
  .p-lg-160 {
    padding: 160px !important; }
  .p-lg-170 {
    padding: 170px !important; }
  .p-lg-180 {
    padding: 180px !important; }
  .p-lg-190 {
    padding: 190px !important; }
  .p-lg-200 {
    padding: 200px !important; }
  .p-lg-210 {
    padding: 210px !important; }
  .p-lg-220 {
    padding: 220px !important; }
  .p-lg-230 {
    padding: 230px !important; }
  .p-lg-240 {
    padding: 240px !important; }
  .p-lg-250 {
    padding: 250px !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-lg-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-lg-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-lg-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-lg-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-lg-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-lg-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-lg-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-lg-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-lg-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-lg-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-lg-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pt-lg-90 {
    padding-top: 90px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; }
  .pt-lg-110 {
    padding-top: 110px !important; }
  .pt-lg-120 {
    padding-top: 120px !important; }
  .pt-lg-130 {
    padding-top: 130px !important; }
  .pt-lg-140 {
    padding-top: 140px !important; }
  .pt-lg-150 {
    padding-top: 150px !important; }
  .pt-lg-160 {
    padding-top: 160px !important; }
  .pt-lg-170 {
    padding-top: 170px !important; }
  .pt-lg-180 {
    padding-top: 180px !important; }
  .pt-lg-190 {
    padding-top: 190px !important; }
  .pt-lg-200 {
    padding-top: 200px !important; }
  .pt-lg-210 {
    padding-top: 210px !important; }
  .pt-lg-220 {
    padding-top: 220px !important; }
  .pt-lg-230 {
    padding-top: 230px !important; }
  .pt-lg-240 {
    padding-top: 240px !important; }
  .pt-lg-250 {
    padding-top: 250px !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pr-lg-10 {
    padding-right: 10px !important; }
  .pr-lg-20 {
    padding-right: 20px !important; }
  .pr-lg-25 {
    padding-right: 25px !important; }
  .pr-lg-30 {
    padding-right: 30px !important; }
  .pr-lg-40 {
    padding-right: 40px !important; }
  .pr-lg-50 {
    padding-right: 50px !important; }
  .pr-lg-60 {
    padding-right: 60px !important; }
  .pr-lg-70 {
    padding-right: 70px !important; }
  .pr-lg-80 {
    padding-right: 80px !important; }
  .pr-lg-90 {
    padding-right: 90px !important; }
  .pr-lg-100 {
    padding-right: 100px !important; }
  .pr-lg-110 {
    padding-right: 110px !important; }
  .pr-lg-120 {
    padding-right: 120px !important; }
  .pr-lg-130 {
    padding-right: 130px !important; }
  .pr-lg-140 {
    padding-right: 140px !important; }
  .pr-lg-150 {
    padding-right: 150px !important; }
  .pr-lg-160 {
    padding-right: 160px !important; }
  .pr-lg-170 {
    padding-right: 170px !important; }
  .pr-lg-180 {
    padding-right: 180px !important; }
  .pr-lg-190 {
    padding-right: 190px !important; }
  .pr-lg-200 {
    padding-right: 200px !important; }
  .pr-lg-210 {
    padding-right: 210px !important; }
  .pr-lg-220 {
    padding-right: 220px !important; }
  .pr-lg-230 {
    padding-right: 230px !important; }
  .pr-lg-240 {
    padding-right: 240px !important; }
  .pr-lg-250 {
    padding-right: 250px !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .pb-lg-90 {
    padding-bottom: 90px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; }
  .pb-lg-110 {
    padding-bottom: 110px !important; }
  .pb-lg-120 {
    padding-bottom: 120px !important; }
  .pb-lg-130 {
    padding-bottom: 130px !important; }
  .pb-lg-140 {
    padding-bottom: 140px !important; }
  .pb-lg-150 {
    padding-bottom: 150px !important; }
  .pb-lg-160 {
    padding-bottom: 160px !important; }
  .pb-lg-170 {
    padding-bottom: 170px !important; }
  .pb-lg-180 {
    padding-bottom: 180px !important; }
  .pb-lg-190 {
    padding-bottom: 190px !important; }
  .pb-lg-200 {
    padding-bottom: 200px !important; }
  .pb-lg-210 {
    padding-bottom: 210px !important; }
  .pb-lg-220 {
    padding-bottom: 220px !important; }
  .pb-lg-230 {
    padding-bottom: 230px !important; }
  .pb-lg-240 {
    padding-bottom: 240px !important; }
  .pb-lg-250 {
    padding-bottom: 250px !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .pl-lg-10 {
    padding-left: 10px !important; }
  .pl-lg-20 {
    padding-left: 20px !important; }
  .pl-lg-25 {
    padding-left: 25px !important; }
  .pl-lg-30 {
    padding-left: 30px !important; }
  .pl-lg-40 {
    padding-left: 40px !important; }
  .pl-lg-50 {
    padding-left: 50px !important; }
  .pl-lg-60 {
    padding-left: 60px !important; }
  .pl-lg-70 {
    padding-left: 70px !important; }
  .pl-lg-80 {
    padding-left: 80px !important; }
  .pl-lg-90 {
    padding-left: 90px !important; }
  .pl-lg-100 {
    padding-left: 100px !important; }
  .pl-lg-110 {
    padding-left: 110px !important; }
  .pl-lg-120 {
    padding-left: 120px !important; }
  .pl-lg-130 {
    padding-left: 130px !important; }
  .pl-lg-140 {
    padding-left: 140px !important; }
  .pl-lg-150 {
    padding-left: 150px !important; }
  .pl-lg-160 {
    padding-left: 160px !important; }
  .pl-lg-170 {
    padding-left: 170px !important; }
  .pl-lg-180 {
    padding-left: 180px !important; }
  .pl-lg-190 {
    padding-left: 190px !important; }
  .pl-lg-200 {
    padding-left: 200px !important; }
  .pl-lg-210 {
    padding-left: 210px !important; }
  .pl-lg-220 {
    padding-left: 220px !important; }
  .pl-lg-230 {
    padding-left: 230px !important; }
  .pl-lg-240 {
    padding-left: 240px !important; }
  .pl-lg-250 {
    padding-left: 250px !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-justify {
    text-align: justify !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .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; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .m-xl-110 {
    margin: 110px !important; }
  .m-xl-120 {
    margin: 120px !important; }
  .m-xl-130 {
    margin: 130px !important; }
  .m-xl-140 {
    margin: 140px !important; }
  .m-xl-150 {
    margin: 150px !important; }
  .m-xl-160 {
    margin: 160px !important; }
  .m-xl-170 {
    margin: 170px !important; }
  .m-xl-180 {
    margin: 180px !important; }
  .m-xl-190 {
    margin: 190px !important; }
  .m-xl-200 {
    margin: 200px !important; }
  .m-xl-210 {
    margin: 210px !important; }
  .m-xl-220 {
    margin: 220px !important; }
  .m-xl-230 {
    margin: 230px !important; }
  .m-xl-240 {
    margin: 240px !important; }
  .m-xl-250 {
    margin: 250px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-xl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-xl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-xl-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-xl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-xl-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-xl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-xl-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-xl-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-xl-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-xl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-xl-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mt-xl-25 {
    margin-top: 25px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mt-xl-70 {
    margin-top: 70px !important; }
  .mt-xl-80 {
    margin-top: 80px !important; }
  .mt-xl-90 {
    margin-top: 90px !important; }
  .mt-xl-100 {
    margin-top: 100px !important; }
  .mt-xl-110 {
    margin-top: 110px !important; }
  .mt-xl-120 {
    margin-top: 120px !important; }
  .mt-xl-130 {
    margin-top: 130px !important; }
  .mt-xl-140 {
    margin-top: 140px !important; }
  .mt-xl-150 {
    margin-top: 150px !important; }
  .mt-xl-160 {
    margin-top: 160px !important; }
  .mt-xl-170 {
    margin-top: 170px !important; }
  .mt-xl-180 {
    margin-top: 180px !important; }
  .mt-xl-190 {
    margin-top: 190px !important; }
  .mt-xl-200 {
    margin-top: 200px !important; }
  .mt-xl-210 {
    margin-top: 210px !important; }
  .mt-xl-220 {
    margin-top: 220px !important; }
  .mt-xl-230 {
    margin-top: 230px !important; }
  .mt-xl-240 {
    margin-top: 240px !important; }
  .mt-xl-250 {
    margin-top: 250px !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mr-xl-10 {
    margin-right: 10px !important; }
  .mr-xl-20 {
    margin-right: 20px !important; }
  .mr-xl-25 {
    margin-right: 25px !important; }
  .mr-xl-30 {
    margin-right: 30px !important; }
  .mr-xl-40 {
    margin-right: 40px !important; }
  .mr-xl-50 {
    margin-right: 50px !important; }
  .mr-xl-60 {
    margin-right: 60px !important; }
  .mr-xl-70 {
    margin-right: 70px !important; }
  .mr-xl-80 {
    margin-right: 80px !important; }
  .mr-xl-90 {
    margin-right: 90px !important; }
  .mr-xl-100 {
    margin-right: 100px !important; }
  .mr-xl-110 {
    margin-right: 110px !important; }
  .mr-xl-120 {
    margin-right: 120px !important; }
  .mr-xl-130 {
    margin-right: 130px !important; }
  .mr-xl-140 {
    margin-right: 140px !important; }
  .mr-xl-150 {
    margin-right: 150px !important; }
  .mr-xl-160 {
    margin-right: 160px !important; }
  .mr-xl-170 {
    margin-right: 170px !important; }
  .mr-xl-180 {
    margin-right: 180px !important; }
  .mr-xl-190 {
    margin-right: 190px !important; }
  .mr-xl-200 {
    margin-right: 200px !important; }
  .mr-xl-210 {
    margin-right: 210px !important; }
  .mr-xl-220 {
    margin-right: 220px !important; }
  .mr-xl-230 {
    margin-right: 230px !important; }
  .mr-xl-240 {
    margin-right: 240px !important; }
  .mr-xl-250 {
    margin-right: 250px !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .mb-xl-25 {
    margin-bottom: 25px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .mb-xl-70 {
    margin-bottom: 70px !important; }
  .mb-xl-80 {
    margin-bottom: 80px !important; }
  .mb-xl-90 {
    margin-bottom: 90px !important; }
  .mb-xl-100 {
    margin-bottom: 100px !important; }
  .mb-xl-110 {
    margin-bottom: 110px !important; }
  .mb-xl-120 {
    margin-bottom: 120px !important; }
  .mb-xl-130 {
    margin-bottom: 130px !important; }
  .mb-xl-140 {
    margin-bottom: 140px !important; }
  .mb-xl-150 {
    margin-bottom: 150px !important; }
  .mb-xl-160 {
    margin-bottom: 160px !important; }
  .mb-xl-170 {
    margin-bottom: 170px !important; }
  .mb-xl-180 {
    margin-bottom: 180px !important; }
  .mb-xl-190 {
    margin-bottom: 190px !important; }
  .mb-xl-200 {
    margin-bottom: 200px !important; }
  .mb-xl-210 {
    margin-bottom: 210px !important; }
  .mb-xl-220 {
    margin-bottom: 220px !important; }
  .mb-xl-230 {
    margin-bottom: 230px !important; }
  .mb-xl-240 {
    margin-bottom: 240px !important; }
  .mb-xl-250 {
    margin-bottom: 250px !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .ml-xl-10 {
    margin-left: 10px !important; }
  .ml-xl-20 {
    margin-left: 20px !important; }
  .ml-xl-25 {
    margin-left: 25px !important; }
  .ml-xl-30 {
    margin-left: 30px !important; }
  .ml-xl-40 {
    margin-left: 40px !important; }
  .ml-xl-50 {
    margin-left: 50px !important; }
  .ml-xl-60 {
    margin-left: 60px !important; }
  .ml-xl-70 {
    margin-left: 70px !important; }
  .ml-xl-80 {
    margin-left: 80px !important; }
  .ml-xl-90 {
    margin-left: 90px !important; }
  .ml-xl-100 {
    margin-left: 100px !important; }
  .ml-xl-110 {
    margin-left: 110px !important; }
  .ml-xl-120 {
    margin-left: 120px !important; }
  .ml-xl-130 {
    margin-left: 130px !important; }
  .ml-xl-140 {
    margin-left: 140px !important; }
  .ml-xl-150 {
    margin-left: 150px !important; }
  .ml-xl-160 {
    margin-left: 160px !important; }
  .ml-xl-170 {
    margin-left: 170px !important; }
  .ml-xl-180 {
    margin-left: 180px !important; }
  .ml-xl-190 {
    margin-left: 190px !important; }
  .ml-xl-200 {
    margin-left: 200px !important; }
  .ml-xl-210 {
    margin-left: 210px !important; }
  .ml-xl-220 {
    margin-left: 220px !important; }
  .ml-xl-230 {
    margin-left: 230px !important; }
  .ml-xl-240 {
    margin-left: 240px !important; }
  .ml-xl-250 {
    margin-left: 250px !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .m-xl-n90 {
    margin: -90px !important; }
  .m-xl-n100 {
    margin: -100px !important; }
  .m-xl-n110 {
    margin: -110px !important; }
  .m-xl-n120 {
    margin: -120px !important; }
  .m-xl-n130 {
    margin: -130px !important; }
  .m-xl-n140 {
    margin: -140px !important; }
  .m-xl-n150 {
    margin: -150px !important; }
  .m-xl-n160 {
    margin: -160px !important; }
  .m-xl-n170 {
    margin: -170px !important; }
  .m-xl-n180 {
    margin: -180px !important; }
  .m-xl-n190 {
    margin: -190px !important; }
  .m-xl-n200 {
    margin: -200px !important; }
  .m-xl-n210 {
    margin: -210px !important; }
  .m-xl-n220 {
    margin: -220px !important; }
  .m-xl-n230 {
    margin: -230px !important; }
  .m-xl-n240 {
    margin: -240px !important; }
  .m-xl-n250 {
    margin: -250px !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xl-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xl-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-xl-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-xl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-xl-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-xl-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-xl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-xl-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-xl-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .mx-xl-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .mx-xl-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .mx-xl-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .mx-xl-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .mx-xl-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xl-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xl-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-xl-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-xl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-xl-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-xl-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-xl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-xl-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-xl-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .my-xl-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .my-xl-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .my-xl-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .my-xl-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .my-xl-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .mt-xl-n10 {
    margin-top: -10px !important; }
  .mt-xl-n20 {
    margin-top: -20px !important; }
  .mt-xl-n25 {
    margin-top: -25px !important; }
  .mt-xl-n30 {
    margin-top: -30px !important; }
  .mt-xl-n40 {
    margin-top: -40px !important; }
  .mt-xl-n50 {
    margin-top: -50px !important; }
  .mt-xl-n60 {
    margin-top: -60px !important; }
  .mt-xl-n70 {
    margin-top: -70px !important; }
  .mt-xl-n80 {
    margin-top: -80px !important; }
  .mt-xl-n90 {
    margin-top: -90px !important; }
  .mt-xl-n100 {
    margin-top: -100px !important; }
  .mt-xl-n110 {
    margin-top: -110px !important; }
  .mt-xl-n120 {
    margin-top: -120px !important; }
  .mt-xl-n130 {
    margin-top: -130px !important; }
  .mt-xl-n140 {
    margin-top: -140px !important; }
  .mt-xl-n150 {
    margin-top: -150px !important; }
  .mt-xl-n160 {
    margin-top: -160px !important; }
  .mt-xl-n170 {
    margin-top: -170px !important; }
  .mt-xl-n180 {
    margin-top: -180px !important; }
  .mt-xl-n190 {
    margin-top: -190px !important; }
  .mt-xl-n200 {
    margin-top: -200px !important; }
  .mt-xl-n210 {
    margin-top: -210px !important; }
  .mt-xl-n220 {
    margin-top: -220px !important; }
  .mt-xl-n230 {
    margin-top: -230px !important; }
  .mt-xl-n240 {
    margin-top: -240px !important; }
  .mt-xl-n250 {
    margin-top: -250px !important; }
  .mr-xl-n1 {
    margin-right: -0.25rem !important; }
  .mr-xl-n2 {
    margin-right: -0.5rem !important; }
  .mr-xl-n3 {
    margin-right: -1rem !important; }
  .mr-xl-n4 {
    margin-right: -1.5rem !important; }
  .mr-xl-n5 {
    margin-right: -3rem !important; }
  .mr-xl-n10 {
    margin-right: -10px !important; }
  .mr-xl-n20 {
    margin-right: -20px !important; }
  .mr-xl-n25 {
    margin-right: -25px !important; }
  .mr-xl-n30 {
    margin-right: -30px !important; }
  .mr-xl-n40 {
    margin-right: -40px !important; }
  .mr-xl-n50 {
    margin-right: -50px !important; }
  .mr-xl-n60 {
    margin-right: -60px !important; }
  .mr-xl-n70 {
    margin-right: -70px !important; }
  .mr-xl-n80 {
    margin-right: -80px !important; }
  .mr-xl-n90 {
    margin-right: -90px !important; }
  .mr-xl-n100 {
    margin-right: -100px !important; }
  .mr-xl-n110 {
    margin-right: -110px !important; }
  .mr-xl-n120 {
    margin-right: -120px !important; }
  .mr-xl-n130 {
    margin-right: -130px !important; }
  .mr-xl-n140 {
    margin-right: -140px !important; }
  .mr-xl-n150 {
    margin-right: -150px !important; }
  .mr-xl-n160 {
    margin-right: -160px !important; }
  .mr-xl-n170 {
    margin-right: -170px !important; }
  .mr-xl-n180 {
    margin-right: -180px !important; }
  .mr-xl-n190 {
    margin-right: -190px !important; }
  .mr-xl-n200 {
    margin-right: -200px !important; }
  .mr-xl-n210 {
    margin-right: -210px !important; }
  .mr-xl-n220 {
    margin-right: -220px !important; }
  .mr-xl-n230 {
    margin-right: -230px !important; }
  .mr-xl-n240 {
    margin-right: -240px !important; }
  .mr-xl-n250 {
    margin-right: -250px !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .mb-xl-n10 {
    margin-bottom: -10px !important; }
  .mb-xl-n20 {
    margin-bottom: -20px !important; }
  .mb-xl-n25 {
    margin-bottom: -25px !important; }
  .mb-xl-n30 {
    margin-bottom: -30px !important; }
  .mb-xl-n40 {
    margin-bottom: -40px !important; }
  .mb-xl-n50 {
    margin-bottom: -50px !important; }
  .mb-xl-n60 {
    margin-bottom: -60px !important; }
  .mb-xl-n70 {
    margin-bottom: -70px !important; }
  .mb-xl-n80 {
    margin-bottom: -80px !important; }
  .mb-xl-n90 {
    margin-bottom: -90px !important; }
  .mb-xl-n100 {
    margin-bottom: -100px !important; }
  .mb-xl-n110 {
    margin-bottom: -110px !important; }
  .mb-xl-n120 {
    margin-bottom: -120px !important; }
  .mb-xl-n130 {
    margin-bottom: -130px !important; }
  .mb-xl-n140 {
    margin-bottom: -140px !important; }
  .mb-xl-n150 {
    margin-bottom: -150px !important; }
  .mb-xl-n160 {
    margin-bottom: -160px !important; }
  .mb-xl-n170 {
    margin-bottom: -170px !important; }
  .mb-xl-n180 {
    margin-bottom: -180px !important; }
  .mb-xl-n190 {
    margin-bottom: -190px !important; }
  .mb-xl-n200 {
    margin-bottom: -200px !important; }
  .mb-xl-n210 {
    margin-bottom: -210px !important; }
  .mb-xl-n220 {
    margin-bottom: -220px !important; }
  .mb-xl-n230 {
    margin-bottom: -230px !important; }
  .mb-xl-n240 {
    margin-bottom: -240px !important; }
  .mb-xl-n250 {
    margin-bottom: -250px !important; }
  .ml-xl-n1 {
    margin-left: -0.25rem !important; }
  .ml-xl-n2 {
    margin-left: -0.5rem !important; }
  .ml-xl-n3 {
    margin-left: -1rem !important; }
  .ml-xl-n4 {
    margin-left: -1.5rem !important; }
  .ml-xl-n5 {
    margin-left: -3rem !important; }
  .ml-xl-n10 {
    margin-left: -10px !important; }
  .ml-xl-n20 {
    margin-left: -20px !important; }
  .ml-xl-n25 {
    margin-left: -25px !important; }
  .ml-xl-n30 {
    margin-left: -30px !important; }
  .ml-xl-n40 {
    margin-left: -40px !important; }
  .ml-xl-n50 {
    margin-left: -50px !important; }
  .ml-xl-n60 {
    margin-left: -60px !important; }
  .ml-xl-n70 {
    margin-left: -70px !important; }
  .ml-xl-n80 {
    margin-left: -80px !important; }
  .ml-xl-n90 {
    margin-left: -90px !important; }
  .ml-xl-n100 {
    margin-left: -100px !important; }
  .ml-xl-n110 {
    margin-left: -110px !important; }
  .ml-xl-n120 {
    margin-left: -120px !important; }
  .ml-xl-n130 {
    margin-left: -130px !important; }
  .ml-xl-n140 {
    margin-left: -140px !important; }
  .ml-xl-n150 {
    margin-left: -150px !important; }
  .ml-xl-n160 {
    margin-left: -160px !important; }
  .ml-xl-n170 {
    margin-left: -170px !important; }
  .ml-xl-n180 {
    margin-left: -180px !important; }
  .ml-xl-n190 {
    margin-left: -190px !important; }
  .ml-xl-n200 {
    margin-left: -200px !important; }
  .ml-xl-n210 {
    margin-left: -210px !important; }
  .ml-xl-n220 {
    margin-left: -220px !important; }
  .ml-xl-n230 {
    margin-left: -230px !important; }
  .ml-xl-n240 {
    margin-left: -240px !important; }
  .ml-xl-n250 {
    margin-left: -250px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .p-xl-110 {
    padding: 110px !important; }
  .p-xl-120 {
    padding: 120px !important; }
  .p-xl-130 {
    padding: 130px !important; }
  .p-xl-140 {
    padding: 140px !important; }
  .p-xl-150 {
    padding: 150px !important; }
  .p-xl-160 {
    padding: 160px !important; }
  .p-xl-170 {
    padding: 170px !important; }
  .p-xl-180 {
    padding: 180px !important; }
  .p-xl-190 {
    padding: 190px !important; }
  .p-xl-200 {
    padding: 200px !important; }
  .p-xl-210 {
    padding: 210px !important; }
  .p-xl-220 {
    padding: 220px !important; }
  .p-xl-230 {
    padding: 230px !important; }
  .p-xl-240 {
    padding: 240px !important; }
  .p-xl-250 {
    padding: 250px !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-xl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-xl-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-xl-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-xl-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-xl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-xl-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-xl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-xl-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-xl-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-xl-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-xl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-xl-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pt-xl-25 {
    padding-top: 25px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pt-xl-70 {
    padding-top: 70px !important; }
  .pt-xl-80 {
    padding-top: 80px !important; }
  .pt-xl-90 {
    padding-top: 90px !important; }
  .pt-xl-100 {
    padding-top: 100px !important; }
  .pt-xl-110 {
    padding-top: 110px !important; }
  .pt-xl-120 {
    padding-top: 120px !important; }
  .pt-xl-130 {
    padding-top: 130px !important; }
  .pt-xl-140 {
    padding-top: 140px !important; }
  .pt-xl-150 {
    padding-top: 150px !important; }
  .pt-xl-160 {
    padding-top: 160px !important; }
  .pt-xl-170 {
    padding-top: 170px !important; }
  .pt-xl-180 {
    padding-top: 180px !important; }
  .pt-xl-190 {
    padding-top: 190px !important; }
  .pt-xl-200 {
    padding-top: 200px !important; }
  .pt-xl-210 {
    padding-top: 210px !important; }
  .pt-xl-220 {
    padding-top: 220px !important; }
  .pt-xl-230 {
    padding-top: 230px !important; }
  .pt-xl-240 {
    padding-top: 240px !important; }
  .pt-xl-250 {
    padding-top: 250px !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pr-xl-10 {
    padding-right: 10px !important; }
  .pr-xl-20 {
    padding-right: 20px !important; }
  .pr-xl-25 {
    padding-right: 25px !important; }
  .pr-xl-30 {
    padding-right: 30px !important; }
  .pr-xl-40 {
    padding-right: 40px !important; }
  .pr-xl-50 {
    padding-right: 50px !important; }
  .pr-xl-60 {
    padding-right: 60px !important; }
  .pr-xl-70 {
    padding-right: 70px !important; }
  .pr-xl-80 {
    padding-right: 80px !important; }
  .pr-xl-90 {
    padding-right: 90px !important; }
  .pr-xl-100 {
    padding-right: 100px !important; }
  .pr-xl-110 {
    padding-right: 110px !important; }
  .pr-xl-120 {
    padding-right: 120px !important; }
  .pr-xl-130 {
    padding-right: 130px !important; }
  .pr-xl-140 {
    padding-right: 140px !important; }
  .pr-xl-150 {
    padding-right: 150px !important; }
  .pr-xl-160 {
    padding-right: 160px !important; }
  .pr-xl-170 {
    padding-right: 170px !important; }
  .pr-xl-180 {
    padding-right: 180px !important; }
  .pr-xl-190 {
    padding-right: 190px !important; }
  .pr-xl-200 {
    padding-right: 200px !important; }
  .pr-xl-210 {
    padding-right: 210px !important; }
  .pr-xl-220 {
    padding-right: 220px !important; }
  .pr-xl-230 {
    padding-right: 230px !important; }
  .pr-xl-240 {
    padding-right: 240px !important; }
  .pr-xl-250 {
    padding-right: 250px !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .pb-xl-25 {
    padding-bottom: 25px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .pb-xl-70 {
    padding-bottom: 70px !important; }
  .pb-xl-80 {
    padding-bottom: 80px !important; }
  .pb-xl-90 {
    padding-bottom: 90px !important; }
  .pb-xl-100 {
    padding-bottom: 100px !important; }
  .pb-xl-110 {
    padding-bottom: 110px !important; }
  .pb-xl-120 {
    padding-bottom: 120px !important; }
  .pb-xl-130 {
    padding-bottom: 130px !important; }
  .pb-xl-140 {
    padding-bottom: 140px !important; }
  .pb-xl-150 {
    padding-bottom: 150px !important; }
  .pb-xl-160 {
    padding-bottom: 160px !important; }
  .pb-xl-170 {
    padding-bottom: 170px !important; }
  .pb-xl-180 {
    padding-bottom: 180px !important; }
  .pb-xl-190 {
    padding-bottom: 190px !important; }
  .pb-xl-200 {
    padding-bottom: 200px !important; }
  .pb-xl-210 {
    padding-bottom: 210px !important; }
  .pb-xl-220 {
    padding-bottom: 220px !important; }
  .pb-xl-230 {
    padding-bottom: 230px !important; }
  .pb-xl-240 {
    padding-bottom: 240px !important; }
  .pb-xl-250 {
    padding-bottom: 250px !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .pl-xl-10 {
    padding-left: 10px !important; }
  .pl-xl-20 {
    padding-left: 20px !important; }
  .pl-xl-25 {
    padding-left: 25px !important; }
  .pl-xl-30 {
    padding-left: 30px !important; }
  .pl-xl-40 {
    padding-left: 40px !important; }
  .pl-xl-50 {
    padding-left: 50px !important; }
  .pl-xl-60 {
    padding-left: 60px !important; }
  .pl-xl-70 {
    padding-left: 70px !important; }
  .pl-xl-80 {
    padding-left: 80px !important; }
  .pl-xl-90 {
    padding-left: 90px !important; }
  .pl-xl-100 {
    padding-left: 100px !important; }
  .pl-xl-110 {
    padding-left: 110px !important; }
  .pl-xl-120 {
    padding-left: 120px !important; }
  .pl-xl-130 {
    padding-left: 130px !important; }
  .pl-xl-140 {
    padding-left: 140px !important; }
  .pl-xl-150 {
    padding-left: 150px !important; }
  .pl-xl-160 {
    padding-left: 160px !important; }
  .pl-xl-170 {
    padding-left: 170px !important; }
  .pl-xl-180 {
    padding-left: 180px !important; }
  .pl-xl-190 {
    padding-left: 190px !important; }
  .pl-xl-200 {
    padding-left: 200px !important; }
  .pl-xl-210 {
    padding-left: 210px !important; }
  .pl-xl-220 {
    padding-left: 220px !important; }
  .pl-xl-230 {
    padding-left: 230px !important; }
  .pl-xl-240 {
    padding-left: 240px !important; }
  .pl-xl-250 {
    padding-left: 250px !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-justify {
    text-align: justify !important; } }

@media (min-width: 1440px) {
  .float-xx-left {
    float: left !important; }
  .float-xx-right {
    float: right !important; }
  .float-xx-none {
    float: none !important; }
  .d-xx-none {
    display: none !important; }
  .d-xx-inline {
    display: inline !important; }
  .d-xx-inline-block {
    display: inline-block !important; }
  .d-xx-block {
    display: block !important; }
  .d-xx-table {
    display: table !important; }
  .d-xx-table-row {
    display: table-row !important; }
  .d-xx-table-cell {
    display: table-cell !important; }
  .d-xx-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xx-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xx-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xx-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xx-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xx-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xx-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xx-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xx-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xx-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xx-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-xx-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xx-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xx-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xx-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xx-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xx-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xx-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xx-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xx-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xx-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xx-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xx-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xx-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xx-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xx-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xx-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xx-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xx-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xx-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xx-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xx-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xx-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xx-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xx-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xx-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-xx-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xx-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xx-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xx-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xx-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xx-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xx-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xx-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xx-0 {
    margin: 0 !important; }
  .m-xx-1 {
    margin: 0.25rem !important; }
  .m-xx-2 {
    margin: 0.5rem !important; }
  .m-xx-3 {
    margin: 1rem !important; }
  .m-xx-4 {
    margin: 1.5rem !important; }
  .m-xx-5 {
    margin: 3rem !important; }
  .m-xx-10 {
    margin: 10px !important; }
  .m-xx-20 {
    margin: 20px !important; }
  .m-xx-25 {
    margin: 25px !important; }
  .m-xx-30 {
    margin: 30px !important; }
  .m-xx-40 {
    margin: 40px !important; }
  .m-xx-50 {
    margin: 50px !important; }
  .m-xx-60 {
    margin: 60px !important; }
  .m-xx-70 {
    margin: 70px !important; }
  .m-xx-80 {
    margin: 80px !important; }
  .m-xx-90 {
    margin: 90px !important; }
  .m-xx-100 {
    margin: 100px !important; }
  .m-xx-110 {
    margin: 110px !important; }
  .m-xx-120 {
    margin: 120px !important; }
  .m-xx-130 {
    margin: 130px !important; }
  .m-xx-140 {
    margin: 140px !important; }
  .m-xx-150 {
    margin: 150px !important; }
  .m-xx-160 {
    margin: 160px !important; }
  .m-xx-170 {
    margin: 170px !important; }
  .m-xx-180 {
    margin: 180px !important; }
  .m-xx-190 {
    margin: 190px !important; }
  .m-xx-200 {
    margin: 200px !important; }
  .m-xx-210 {
    margin: 210px !important; }
  .m-xx-220 {
    margin: 220px !important; }
  .m-xx-230 {
    margin: 230px !important; }
  .m-xx-240 {
    margin: 240px !important; }
  .m-xx-250 {
    margin: 250px !important; }
  .m-xx-auto {
    margin: auto !important; }
  .mx-xx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xx-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xx-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xx-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-xx-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xx-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-xx-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xx-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-xx-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-xx-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xx-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-xx-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-xx-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-xx-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-xx-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-xx-210 {
    margin-right: 210px !important;
    margin-left: 210px !important; }
  .mx-xx-220 {
    margin-right: 220px !important;
    margin-left: 220px !important; }
  .mx-xx-230 {
    margin-right: 230px !important;
    margin-left: 230px !important; }
  .mx-xx-240 {
    margin-right: 240px !important;
    margin-left: 240px !important; }
  .mx-xx-250 {
    margin-right: 250px !important;
    margin-left: 250px !important; }
  .mx-xx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xx-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xx-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xx-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xx-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xx-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xx-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xx-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xx-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xx-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xx-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xx-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xx-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xx-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xx-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xx-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xx-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-xx-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xx-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-xx-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xx-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-xx-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-xx-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xx-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-xx-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-xx-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-xx-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-xx-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-xx-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important; }
  .my-xx-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important; }
  .my-xx-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important; }
  .my-xx-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important; }
  .my-xx-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  .my-xx-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xx-0 {
    margin-top: 0 !important; }
  .mt-xx-1 {
    margin-top: 0.25rem !important; }
  .mt-xx-2 {
    margin-top: 0.5rem !important; }
  .mt-xx-3 {
    margin-top: 1rem !important; }
  .mt-xx-4 {
    margin-top: 1.5rem !important; }
  .mt-xx-5 {
    margin-top: 3rem !important; }
  .mt-xx-10 {
    margin-top: 10px !important; }
  .mt-xx-20 {
    margin-top: 20px !important; }
  .mt-xx-25 {
    margin-top: 25px !important; }
  .mt-xx-30 {
    margin-top: 30px !important; }
  .mt-xx-40 {
    margin-top: 40px !important; }
  .mt-xx-50 {
    margin-top: 50px !important; }
  .mt-xx-60 {
    margin-top: 60px !important; }
  .mt-xx-70 {
    margin-top: 70px !important; }
  .mt-xx-80 {
    margin-top: 80px !important; }
  .mt-xx-90 {
    margin-top: 90px !important; }
  .mt-xx-100 {
    margin-top: 100px !important; }
  .mt-xx-110 {
    margin-top: 110px !important; }
  .mt-xx-120 {
    margin-top: 120px !important; }
  .mt-xx-130 {
    margin-top: 130px !important; }
  .mt-xx-140 {
    margin-top: 140px !important; }
  .mt-xx-150 {
    margin-top: 150px !important; }
  .mt-xx-160 {
    margin-top: 160px !important; }
  .mt-xx-170 {
    margin-top: 170px !important; }
  .mt-xx-180 {
    margin-top: 180px !important; }
  .mt-xx-190 {
    margin-top: 190px !important; }
  .mt-xx-200 {
    margin-top: 200px !important; }
  .mt-xx-210 {
    margin-top: 210px !important; }
  .mt-xx-220 {
    margin-top: 220px !important; }
  .mt-xx-230 {
    margin-top: 230px !important; }
  .mt-xx-240 {
    margin-top: 240px !important; }
  .mt-xx-250 {
    margin-top: 250px !important; }
  .mt-xx-auto {
    margin-top: auto !important; }
  .mr-xx-0 {
    margin-right: 0 !important; }
  .mr-xx-1 {
    margin-right: 0.25rem !important; }
  .mr-xx-2 {
    margin-right: 0.5rem !important; }
  .mr-xx-3 {
    margin-right: 1rem !important; }
  .mr-xx-4 {
    margin-right: 1.5rem !important; }
  .mr-xx-5 {
    margin-right: 3rem !important; }
  .mr-xx-10 {
    margin-right: 10px !important; }
  .mr-xx-20 {
    margin-right: 20px !important; }
  .mr-xx-25 {
    margin-right: 25px !important; }
  .mr-xx-30 {
    margin-right: 30px !important; }
  .mr-xx-40 {
    margin-right: 40px !important; }
  .mr-xx-50 {
    margin-right: 50px !important; }
  .mr-xx-60 {
    margin-right: 60px !important; }
  .mr-xx-70 {
    margin-right: 70px !important; }
  .mr-xx-80 {
    margin-right: 80px !important; }
  .mr-xx-90 {
    margin-right: 90px !important; }
  .mr-xx-100 {
    margin-right: 100px !important; }
  .mr-xx-110 {
    margin-right: 110px !important; }
  .mr-xx-120 {
    margin-right: 120px !important; }
  .mr-xx-130 {
    margin-right: 130px !important; }
  .mr-xx-140 {
    margin-right: 140px !important; }
  .mr-xx-150 {
    margin-right: 150px !important; }
  .mr-xx-160 {
    margin-right: 160px !important; }
  .mr-xx-170 {
    margin-right: 170px !important; }
  .mr-xx-180 {
    margin-right: 180px !important; }
  .mr-xx-190 {
    margin-right: 190px !important; }
  .mr-xx-200 {
    margin-right: 200px !important; }
  .mr-xx-210 {
    margin-right: 210px !important; }
  .mr-xx-220 {
    margin-right: 220px !important; }
  .mr-xx-230 {
    margin-right: 230px !important; }
  .mr-xx-240 {
    margin-right: 240px !important; }
  .mr-xx-250 {
    margin-right: 250px !important; }
  .mr-xx-auto {
    margin-right: auto !important; }
  .mb-xx-0 {
    margin-bottom: 0 !important; }
  .mb-xx-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xx-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xx-3 {
    margin-bottom: 1rem !important; }
  .mb-xx-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xx-5 {
    margin-bottom: 3rem !important; }
  .mb-xx-10 {
    margin-bottom: 10px !important; }
  .mb-xx-20 {
    margin-bottom: 20px !important; }
  .mb-xx-25 {
    margin-bottom: 25px !important; }
  .mb-xx-30 {
    margin-bottom: 30px !important; }
  .mb-xx-40 {
    margin-bottom: 40px !important; }
  .mb-xx-50 {
    margin-bottom: 50px !important; }
  .mb-xx-60 {
    margin-bottom: 60px !important; }
  .mb-xx-70 {
    margin-bottom: 70px !important; }
  .mb-xx-80 {
    margin-bottom: 80px !important; }
  .mb-xx-90 {
    margin-bottom: 90px !important; }
  .mb-xx-100 {
    margin-bottom: 100px !important; }
  .mb-xx-110 {
    margin-bottom: 110px !important; }
  .mb-xx-120 {
    margin-bottom: 120px !important; }
  .mb-xx-130 {
    margin-bottom: 130px !important; }
  .mb-xx-140 {
    margin-bottom: 140px !important; }
  .mb-xx-150 {
    margin-bottom: 150px !important; }
  .mb-xx-160 {
    margin-bottom: 160px !important; }
  .mb-xx-170 {
    margin-bottom: 170px !important; }
  .mb-xx-180 {
    margin-bottom: 180px !important; }
  .mb-xx-190 {
    margin-bottom: 190px !important; }
  .mb-xx-200 {
    margin-bottom: 200px !important; }
  .mb-xx-210 {
    margin-bottom: 210px !important; }
  .mb-xx-220 {
    margin-bottom: 220px !important; }
  .mb-xx-230 {
    margin-bottom: 230px !important; }
  .mb-xx-240 {
    margin-bottom: 240px !important; }
  .mb-xx-250 {
    margin-bottom: 250px !important; }
  .mb-xx-auto {
    margin-bottom: auto !important; }
  .ml-xx-0 {
    margin-left: 0 !important; }
  .ml-xx-1 {
    margin-left: 0.25rem !important; }
  .ml-xx-2 {
    margin-left: 0.5rem !important; }
  .ml-xx-3 {
    margin-left: 1rem !important; }
  .ml-xx-4 {
    margin-left: 1.5rem !important; }
  .ml-xx-5 {
    margin-left: 3rem !important; }
  .ml-xx-10 {
    margin-left: 10px !important; }
  .ml-xx-20 {
    margin-left: 20px !important; }
  .ml-xx-25 {
    margin-left: 25px !important; }
  .ml-xx-30 {
    margin-left: 30px !important; }
  .ml-xx-40 {
    margin-left: 40px !important; }
  .ml-xx-50 {
    margin-left: 50px !important; }
  .ml-xx-60 {
    margin-left: 60px !important; }
  .ml-xx-70 {
    margin-left: 70px !important; }
  .ml-xx-80 {
    margin-left: 80px !important; }
  .ml-xx-90 {
    margin-left: 90px !important; }
  .ml-xx-100 {
    margin-left: 100px !important; }
  .ml-xx-110 {
    margin-left: 110px !important; }
  .ml-xx-120 {
    margin-left: 120px !important; }
  .ml-xx-130 {
    margin-left: 130px !important; }
  .ml-xx-140 {
    margin-left: 140px !important; }
  .ml-xx-150 {
    margin-left: 150px !important; }
  .ml-xx-160 {
    margin-left: 160px !important; }
  .ml-xx-170 {
    margin-left: 170px !important; }
  .ml-xx-180 {
    margin-left: 180px !important; }
  .ml-xx-190 {
    margin-left: 190px !important; }
  .ml-xx-200 {
    margin-left: 200px !important; }
  .ml-xx-210 {
    margin-left: 210px !important; }
  .ml-xx-220 {
    margin-left: 220px !important; }
  .ml-xx-230 {
    margin-left: 230px !important; }
  .ml-xx-240 {
    margin-left: 240px !important; }
  .ml-xx-250 {
    margin-left: 250px !important; }
  .ml-xx-auto {
    margin-left: auto !important; }
  .m-xx-n1 {
    margin: -0.25rem !important; }
  .m-xx-n2 {
    margin: -0.5rem !important; }
  .m-xx-n3 {
    margin: -1rem !important; }
  .m-xx-n4 {
    margin: -1.5rem !important; }
  .m-xx-n5 {
    margin: -3rem !important; }
  .m-xx-n10 {
    margin: -10px !important; }
  .m-xx-n20 {
    margin: -20px !important; }
  .m-xx-n25 {
    margin: -25px !important; }
  .m-xx-n30 {
    margin: -30px !important; }
  .m-xx-n40 {
    margin: -40px !important; }
  .m-xx-n50 {
    margin: -50px !important; }
  .m-xx-n60 {
    margin: -60px !important; }
  .m-xx-n70 {
    margin: -70px !important; }
  .m-xx-n80 {
    margin: -80px !important; }
  .m-xx-n90 {
    margin: -90px !important; }
  .m-xx-n100 {
    margin: -100px !important; }
  .m-xx-n110 {
    margin: -110px !important; }
  .m-xx-n120 {
    margin: -120px !important; }
  .m-xx-n130 {
    margin: -130px !important; }
  .m-xx-n140 {
    margin: -140px !important; }
  .m-xx-n150 {
    margin: -150px !important; }
  .m-xx-n160 {
    margin: -160px !important; }
  .m-xx-n170 {
    margin: -170px !important; }
  .m-xx-n180 {
    margin: -180px !important; }
  .m-xx-n190 {
    margin: -190px !important; }
  .m-xx-n200 {
    margin: -200px !important; }
  .m-xx-n210 {
    margin: -210px !important; }
  .m-xx-n220 {
    margin: -220px !important; }
  .m-xx-n230 {
    margin: -230px !important; }
  .m-xx-n240 {
    margin: -240px !important; }
  .m-xx-n250 {
    margin: -250px !important; }
  .mx-xx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xx-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xx-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xx-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xx-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xx-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xx-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xx-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xx-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xx-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xx-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-xx-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xx-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-xx-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xx-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-xx-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-xx-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-xx-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-xx-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-xx-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-xx-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-xx-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .mx-xx-n210 {
    margin-right: -210px !important;
    margin-left: -210px !important; }
  .mx-xx-n220 {
    margin-right: -220px !important;
    margin-left: -220px !important; }
  .mx-xx-n230 {
    margin-right: -230px !important;
    margin-left: -230px !important; }
  .mx-xx-n240 {
    margin-right: -240px !important;
    margin-left: -240px !important; }
  .mx-xx-n250 {
    margin-right: -250px !important;
    margin-left: -250px !important; }
  .my-xx-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xx-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xx-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xx-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xx-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xx-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xx-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xx-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xx-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xx-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xx-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xx-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xx-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xx-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xx-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-xx-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xx-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-xx-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xx-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-xx-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-xx-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-xx-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-xx-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-xx-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-xx-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-xx-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .my-xx-n210 {
    margin-top: -210px !important;
    margin-bottom: -210px !important; }
  .my-xx-n220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important; }
  .my-xx-n230 {
    margin-top: -230px !important;
    margin-bottom: -230px !important; }
  .my-xx-n240 {
    margin-top: -240px !important;
    margin-bottom: -240px !important; }
  .my-xx-n250 {
    margin-top: -250px !important;
    margin-bottom: -250px !important; }
  .mt-xx-n1 {
    margin-top: -0.25rem !important; }
  .mt-xx-n2 {
    margin-top: -0.5rem !important; }
  .mt-xx-n3 {
    margin-top: -1rem !important; }
  .mt-xx-n4 {
    margin-top: -1.5rem !important; }
  .mt-xx-n5 {
    margin-top: -3rem !important; }
  .mt-xx-n10 {
    margin-top: -10px !important; }
  .mt-xx-n20 {
    margin-top: -20px !important; }
  .mt-xx-n25 {
    margin-top: -25px !important; }
  .mt-xx-n30 {
    margin-top: -30px !important; }
  .mt-xx-n40 {
    margin-top: -40px !important; }
  .mt-xx-n50 {
    margin-top: -50px !important; }
  .mt-xx-n60 {
    margin-top: -60px !important; }
  .mt-xx-n70 {
    margin-top: -70px !important; }
  .mt-xx-n80 {
    margin-top: -80px !important; }
  .mt-xx-n90 {
    margin-top: -90px !important; }
  .mt-xx-n100 {
    margin-top: -100px !important; }
  .mt-xx-n110 {
    margin-top: -110px !important; }
  .mt-xx-n120 {
    margin-top: -120px !important; }
  .mt-xx-n130 {
    margin-top: -130px !important; }
  .mt-xx-n140 {
    margin-top: -140px !important; }
  .mt-xx-n150 {
    margin-top: -150px !important; }
  .mt-xx-n160 {
    margin-top: -160px !important; }
  .mt-xx-n170 {
    margin-top: -170px !important; }
  .mt-xx-n180 {
    margin-top: -180px !important; }
  .mt-xx-n190 {
    margin-top: -190px !important; }
  .mt-xx-n200 {
    margin-top: -200px !important; }
  .mt-xx-n210 {
    margin-top: -210px !important; }
  .mt-xx-n220 {
    margin-top: -220px !important; }
  .mt-xx-n230 {
    margin-top: -230px !important; }
  .mt-xx-n240 {
    margin-top: -240px !important; }
  .mt-xx-n250 {
    margin-top: -250px !important; }
  .mr-xx-n1 {
    margin-right: -0.25rem !important; }
  .mr-xx-n2 {
    margin-right: -0.5rem !important; }
  .mr-xx-n3 {
    margin-right: -1rem !important; }
  .mr-xx-n4 {
    margin-right: -1.5rem !important; }
  .mr-xx-n5 {
    margin-right: -3rem !important; }
  .mr-xx-n10 {
    margin-right: -10px !important; }
  .mr-xx-n20 {
    margin-right: -20px !important; }
  .mr-xx-n25 {
    margin-right: -25px !important; }
  .mr-xx-n30 {
    margin-right: -30px !important; }
  .mr-xx-n40 {
    margin-right: -40px !important; }
  .mr-xx-n50 {
    margin-right: -50px !important; }
  .mr-xx-n60 {
    margin-right: -60px !important; }
  .mr-xx-n70 {
    margin-right: -70px !important; }
  .mr-xx-n80 {
    margin-right: -80px !important; }
  .mr-xx-n90 {
    margin-right: -90px !important; }
  .mr-xx-n100 {
    margin-right: -100px !important; }
  .mr-xx-n110 {
    margin-right: -110px !important; }
  .mr-xx-n120 {
    margin-right: -120px !important; }
  .mr-xx-n130 {
    margin-right: -130px !important; }
  .mr-xx-n140 {
    margin-right: -140px !important; }
  .mr-xx-n150 {
    margin-right: -150px !important; }
  .mr-xx-n160 {
    margin-right: -160px !important; }
  .mr-xx-n170 {
    margin-right: -170px !important; }
  .mr-xx-n180 {
    margin-right: -180px !important; }
  .mr-xx-n190 {
    margin-right: -190px !important; }
  .mr-xx-n200 {
    margin-right: -200px !important; }
  .mr-xx-n210 {
    margin-right: -210px !important; }
  .mr-xx-n220 {
    margin-right: -220px !important; }
  .mr-xx-n230 {
    margin-right: -230px !important; }
  .mr-xx-n240 {
    margin-right: -240px !important; }
  .mr-xx-n250 {
    margin-right: -250px !important; }
  .mb-xx-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xx-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xx-n3 {
    margin-bottom: -1rem !important; }
  .mb-xx-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xx-n5 {
    margin-bottom: -3rem !important; }
  .mb-xx-n10 {
    margin-bottom: -10px !important; }
  .mb-xx-n20 {
    margin-bottom: -20px !important; }
  .mb-xx-n25 {
    margin-bottom: -25px !important; }
  .mb-xx-n30 {
    margin-bottom: -30px !important; }
  .mb-xx-n40 {
    margin-bottom: -40px !important; }
  .mb-xx-n50 {
    margin-bottom: -50px !important; }
  .mb-xx-n60 {
    margin-bottom: -60px !important; }
  .mb-xx-n70 {
    margin-bottom: -70px !important; }
  .mb-xx-n80 {
    margin-bottom: -80px !important; }
  .mb-xx-n90 {
    margin-bottom: -90px !important; }
  .mb-xx-n100 {
    margin-bottom: -100px !important; }
  .mb-xx-n110 {
    margin-bottom: -110px !important; }
  .mb-xx-n120 {
    margin-bottom: -120px !important; }
  .mb-xx-n130 {
    margin-bottom: -130px !important; }
  .mb-xx-n140 {
    margin-bottom: -140px !important; }
  .mb-xx-n150 {
    margin-bottom: -150px !important; }
  .mb-xx-n160 {
    margin-bottom: -160px !important; }
  .mb-xx-n170 {
    margin-bottom: -170px !important; }
  .mb-xx-n180 {
    margin-bottom: -180px !important; }
  .mb-xx-n190 {
    margin-bottom: -190px !important; }
  .mb-xx-n200 {
    margin-bottom: -200px !important; }
  .mb-xx-n210 {
    margin-bottom: -210px !important; }
  .mb-xx-n220 {
    margin-bottom: -220px !important; }
  .mb-xx-n230 {
    margin-bottom: -230px !important; }
  .mb-xx-n240 {
    margin-bottom: -240px !important; }
  .mb-xx-n250 {
    margin-bottom: -250px !important; }
  .ml-xx-n1 {
    margin-left: -0.25rem !important; }
  .ml-xx-n2 {
    margin-left: -0.5rem !important; }
  .ml-xx-n3 {
    margin-left: -1rem !important; }
  .ml-xx-n4 {
    margin-left: -1.5rem !important; }
  .ml-xx-n5 {
    margin-left: -3rem !important; }
  .ml-xx-n10 {
    margin-left: -10px !important; }
  .ml-xx-n20 {
    margin-left: -20px !important; }
  .ml-xx-n25 {
    margin-left: -25px !important; }
  .ml-xx-n30 {
    margin-left: -30px !important; }
  .ml-xx-n40 {
    margin-left: -40px !important; }
  .ml-xx-n50 {
    margin-left: -50px !important; }
  .ml-xx-n60 {
    margin-left: -60px !important; }
  .ml-xx-n70 {
    margin-left: -70px !important; }
  .ml-xx-n80 {
    margin-left: -80px !important; }
  .ml-xx-n90 {
    margin-left: -90px !important; }
  .ml-xx-n100 {
    margin-left: -100px !important; }
  .ml-xx-n110 {
    margin-left: -110px !important; }
  .ml-xx-n120 {
    margin-left: -120px !important; }
  .ml-xx-n130 {
    margin-left: -130px !important; }
  .ml-xx-n140 {
    margin-left: -140px !important; }
  .ml-xx-n150 {
    margin-left: -150px !important; }
  .ml-xx-n160 {
    margin-left: -160px !important; }
  .ml-xx-n170 {
    margin-left: -170px !important; }
  .ml-xx-n180 {
    margin-left: -180px !important; }
  .ml-xx-n190 {
    margin-left: -190px !important; }
  .ml-xx-n200 {
    margin-left: -200px !important; }
  .ml-xx-n210 {
    margin-left: -210px !important; }
  .ml-xx-n220 {
    margin-left: -220px !important; }
  .ml-xx-n230 {
    margin-left: -230px !important; }
  .ml-xx-n240 {
    margin-left: -240px !important; }
  .ml-xx-n250 {
    margin-left: -250px !important; }
  .p-xx-0 {
    padding: 0 !important; }
  .p-xx-1 {
    padding: 0.25rem !important; }
  .p-xx-2 {
    padding: 0.5rem !important; }
  .p-xx-3 {
    padding: 1rem !important; }
  .p-xx-4 {
    padding: 1.5rem !important; }
  .p-xx-5 {
    padding: 3rem !important; }
  .p-xx-10 {
    padding: 10px !important; }
  .p-xx-20 {
    padding: 20px !important; }
  .p-xx-25 {
    padding: 25px !important; }
  .p-xx-30 {
    padding: 30px !important; }
  .p-xx-40 {
    padding: 40px !important; }
  .p-xx-50 {
    padding: 50px !important; }
  .p-xx-60 {
    padding: 60px !important; }
  .p-xx-70 {
    padding: 70px !important; }
  .p-xx-80 {
    padding: 80px !important; }
  .p-xx-90 {
    padding: 90px !important; }
  .p-xx-100 {
    padding: 100px !important; }
  .p-xx-110 {
    padding: 110px !important; }
  .p-xx-120 {
    padding: 120px !important; }
  .p-xx-130 {
    padding: 130px !important; }
  .p-xx-140 {
    padding: 140px !important; }
  .p-xx-150 {
    padding: 150px !important; }
  .p-xx-160 {
    padding: 160px !important; }
  .p-xx-170 {
    padding: 170px !important; }
  .p-xx-180 {
    padding: 180px !important; }
  .p-xx-190 {
    padding: 190px !important; }
  .p-xx-200 {
    padding: 200px !important; }
  .p-xx-210 {
    padding: 210px !important; }
  .p-xx-220 {
    padding: 220px !important; }
  .p-xx-230 {
    padding: 230px !important; }
  .p-xx-240 {
    padding: 240px !important; }
  .p-xx-250 {
    padding: 250px !important; }
  .px-xx-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xx-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xx-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xx-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xx-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xx-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xx-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xx-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xx-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xx-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xx-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xx-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xx-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xx-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xx-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-xx-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-xx-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xx-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-xx-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xx-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-xx-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-xx-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-xx-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-xx-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-xx-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-xx-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-xx-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .px-xx-210 {
    padding-right: 210px !important;
    padding-left: 210px !important; }
  .px-xx-220 {
    padding-right: 220px !important;
    padding-left: 220px !important; }
  .px-xx-230 {
    padding-right: 230px !important;
    padding-left: 230px !important; }
  .px-xx-240 {
    padding-right: 240px !important;
    padding-left: 240px !important; }
  .px-xx-250 {
    padding-right: 250px !important;
    padding-left: 250px !important; }
  .py-xx-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xx-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xx-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xx-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xx-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xx-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xx-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xx-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xx-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xx-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xx-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xx-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xx-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xx-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xx-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-xx-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-xx-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xx-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-xx-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xx-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-xx-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-xx-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-xx-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-xx-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-xx-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-xx-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-xx-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .py-xx-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; }
  .py-xx-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; }
  .py-xx-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important; }
  .py-xx-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  .py-xx-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important; }
  .pt-xx-0 {
    padding-top: 0 !important; }
  .pt-xx-1 {
    padding-top: 0.25rem !important; }
  .pt-xx-2 {
    padding-top: 0.5rem !important; }
  .pt-xx-3 {
    padding-top: 1rem !important; }
  .pt-xx-4 {
    padding-top: 1.5rem !important; }
  .pt-xx-5 {
    padding-top: 3rem !important; }
  .pt-xx-10 {
    padding-top: 10px !important; }
  .pt-xx-20 {
    padding-top: 20px !important; }
  .pt-xx-25 {
    padding-top: 25px !important; }
  .pt-xx-30 {
    padding-top: 30px !important; }
  .pt-xx-40 {
    padding-top: 40px !important; }
  .pt-xx-50 {
    padding-top: 50px !important; }
  .pt-xx-60 {
    padding-top: 60px !important; }
  .pt-xx-70 {
    padding-top: 70px !important; }
  .pt-xx-80 {
    padding-top: 80px !important; }
  .pt-xx-90 {
    padding-top: 90px !important; }
  .pt-xx-100 {
    padding-top: 100px !important; }
  .pt-xx-110 {
    padding-top: 110px !important; }
  .pt-xx-120 {
    padding-top: 120px !important; }
  .pt-xx-130 {
    padding-top: 130px !important; }
  .pt-xx-140 {
    padding-top: 140px !important; }
  .pt-xx-150 {
    padding-top: 150px !important; }
  .pt-xx-160 {
    padding-top: 160px !important; }
  .pt-xx-170 {
    padding-top: 170px !important; }
  .pt-xx-180 {
    padding-top: 180px !important; }
  .pt-xx-190 {
    padding-top: 190px !important; }
  .pt-xx-200 {
    padding-top: 200px !important; }
  .pt-xx-210 {
    padding-top: 210px !important; }
  .pt-xx-220 {
    padding-top: 220px !important; }
  .pt-xx-230 {
    padding-top: 230px !important; }
  .pt-xx-240 {
    padding-top: 240px !important; }
  .pt-xx-250 {
    padding-top: 250px !important; }
  .pr-xx-0 {
    padding-right: 0 !important; }
  .pr-xx-1 {
    padding-right: 0.25rem !important; }
  .pr-xx-2 {
    padding-right: 0.5rem !important; }
  .pr-xx-3 {
    padding-right: 1rem !important; }
  .pr-xx-4 {
    padding-right: 1.5rem !important; }
  .pr-xx-5 {
    padding-right: 3rem !important; }
  .pr-xx-10 {
    padding-right: 10px !important; }
  .pr-xx-20 {
    padding-right: 20px !important; }
  .pr-xx-25 {
    padding-right: 25px !important; }
  .pr-xx-30 {
    padding-right: 30px !important; }
  .pr-xx-40 {
    padding-right: 40px !important; }
  .pr-xx-50 {
    padding-right: 50px !important; }
  .pr-xx-60 {
    padding-right: 60px !important; }
  .pr-xx-70 {
    padding-right: 70px !important; }
  .pr-xx-80 {
    padding-right: 80px !important; }
  .pr-xx-90 {
    padding-right: 90px !important; }
  .pr-xx-100 {
    padding-right: 100px !important; }
  .pr-xx-110 {
    padding-right: 110px !important; }
  .pr-xx-120 {
    padding-right: 120px !important; }
  .pr-xx-130 {
    padding-right: 130px !important; }
  .pr-xx-140 {
    padding-right: 140px !important; }
  .pr-xx-150 {
    padding-right: 150px !important; }
  .pr-xx-160 {
    padding-right: 160px !important; }
  .pr-xx-170 {
    padding-right: 170px !important; }
  .pr-xx-180 {
    padding-right: 180px !important; }
  .pr-xx-190 {
    padding-right: 190px !important; }
  .pr-xx-200 {
    padding-right: 200px !important; }
  .pr-xx-210 {
    padding-right: 210px !important; }
  .pr-xx-220 {
    padding-right: 220px !important; }
  .pr-xx-230 {
    padding-right: 230px !important; }
  .pr-xx-240 {
    padding-right: 240px !important; }
  .pr-xx-250 {
    padding-right: 250px !important; }
  .pb-xx-0 {
    padding-bottom: 0 !important; }
  .pb-xx-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xx-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xx-3 {
    padding-bottom: 1rem !important; }
  .pb-xx-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xx-5 {
    padding-bottom: 3rem !important; }
  .pb-xx-10 {
    padding-bottom: 10px !important; }
  .pb-xx-20 {
    padding-bottom: 20px !important; }
  .pb-xx-25 {
    padding-bottom: 25px !important; }
  .pb-xx-30 {
    padding-bottom: 30px !important; }
  .pb-xx-40 {
    padding-bottom: 40px !important; }
  .pb-xx-50 {
    padding-bottom: 50px !important; }
  .pb-xx-60 {
    padding-bottom: 60px !important; }
  .pb-xx-70 {
    padding-bottom: 70px !important; }
  .pb-xx-80 {
    padding-bottom: 80px !important; }
  .pb-xx-90 {
    padding-bottom: 90px !important; }
  .pb-xx-100 {
    padding-bottom: 100px !important; }
  .pb-xx-110 {
    padding-bottom: 110px !important; }
  .pb-xx-120 {
    padding-bottom: 120px !important; }
  .pb-xx-130 {
    padding-bottom: 130px !important; }
  .pb-xx-140 {
    padding-bottom: 140px !important; }
  .pb-xx-150 {
    padding-bottom: 150px !important; }
  .pb-xx-160 {
    padding-bottom: 160px !important; }
  .pb-xx-170 {
    padding-bottom: 170px !important; }
  .pb-xx-180 {
    padding-bottom: 180px !important; }
  .pb-xx-190 {
    padding-bottom: 190px !important; }
  .pb-xx-200 {
    padding-bottom: 200px !important; }
  .pb-xx-210 {
    padding-bottom: 210px !important; }
  .pb-xx-220 {
    padding-bottom: 220px !important; }
  .pb-xx-230 {
    padding-bottom: 230px !important; }
  .pb-xx-240 {
    padding-bottom: 240px !important; }
  .pb-xx-250 {
    padding-bottom: 250px !important; }
  .pl-xx-0 {
    padding-left: 0 !important; }
  .pl-xx-1 {
    padding-left: 0.25rem !important; }
  .pl-xx-2 {
    padding-left: 0.5rem !important; }
  .pl-xx-3 {
    padding-left: 1rem !important; }
  .pl-xx-4 {
    padding-left: 1.5rem !important; }
  .pl-xx-5 {
    padding-left: 3rem !important; }
  .pl-xx-10 {
    padding-left: 10px !important; }
  .pl-xx-20 {
    padding-left: 20px !important; }
  .pl-xx-25 {
    padding-left: 25px !important; }
  .pl-xx-30 {
    padding-left: 30px !important; }
  .pl-xx-40 {
    padding-left: 40px !important; }
  .pl-xx-50 {
    padding-left: 50px !important; }
  .pl-xx-60 {
    padding-left: 60px !important; }
  .pl-xx-70 {
    padding-left: 70px !important; }
  .pl-xx-80 {
    padding-left: 80px !important; }
  .pl-xx-90 {
    padding-left: 90px !important; }
  .pl-xx-100 {
    padding-left: 100px !important; }
  .pl-xx-110 {
    padding-left: 110px !important; }
  .pl-xx-120 {
    padding-left: 120px !important; }
  .pl-xx-130 {
    padding-left: 130px !important; }
  .pl-xx-140 {
    padding-left: 140px !important; }
  .pl-xx-150 {
    padding-left: 150px !important; }
  .pl-xx-160 {
    padding-left: 160px !important; }
  .pl-xx-170 {
    padding-left: 170px !important; }
  .pl-xx-180 {
    padding-left: 180px !important; }
  .pl-xx-190 {
    padding-left: 190px !important; }
  .pl-xx-200 {
    padding-left: 200px !important; }
  .pl-xx-210 {
    padding-left: 210px !important; }
  .pl-xx-220 {
    padding-left: 220px !important; }
  .pl-xx-230 {
    padding-left: 230px !important; }
  .pl-xx-240 {
    padding-left: 240px !important; }
  .pl-xx-250 {
    padding-left: 250px !important; }
  .text-xx-left {
    text-align: left !important; }
  .text-xx-right {
    text-align: right !important; }
  .text-xx-center {
    text-align: center !important; }
  .text-xx-justify {
    text-align: justify !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; } }

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

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

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

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

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

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

.text-accent {
  color: #f37 !important; }

a.text-accent:hover, a.text-accent:focus {
  color: #e6004d !important; }

.text-compliment {
  color: #f93 !important; }

a.text-compliment:hover, a.text-compliment:focus {
  color: #e67300 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* ===================================== */
/* ====== | Libraries + Fonts | ======== */
/* ===================================== */
@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk-Light.eot");
  src: url("fonts/SpaceGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light") format("svg"), url("fonts/SpaceGrotesk-Light.ttf") format("truetype"), url("fonts/SpaceGrotesk-Light.woff") format("woff"), url("fonts/SpaceGrotesk-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk-Regular.eot");
  src: url("fonts/SpaceGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular") format("svg"), url("fonts/SpaceGrotesk-Regular.ttf") format("truetype"), url("fonts/SpaceGrotesk-Regular.woff") format("woff"), url("fonts/SpaceGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk-Medium.eot");
  src: url("fonts/SpaceGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium") format("svg"), url("fonts/SpaceGrotesk-Medium.ttf") format("truetype"), url("fonts/SpaceGrotesk-Medium.woff") format("woff"), url("fonts/SpaceGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk-SemiBold.eot");
  src: url("fonts/SpaceGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceGrotesk-SemiBold.svg#SpaceGrotesk-SemiBold") format("svg"), url("fonts/SpaceGrotesk-SemiBold.ttf") format("truetype"), url("fonts/SpaceGrotesk-SemiBold.woff") format("woff"), url("fonts/SpaceGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk-Bold.eot");
  src: url("fonts/SpaceGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold") format("svg"), url("fonts/SpaceGrotesk-Bold.ttf") format("truetype"), url("fonts/SpaceGrotesk-Bold.woff") format("woff"), url("fonts/SpaceGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "idlike";
  src: url("fonts/idlike.ttf?85o53i") format("truetype"), url("fonts/idlike.woff?85o53i") format("woff"), url("fonts/idlike.svg?85o53i#idlike") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap; }

[class^="pix-icon-"], [class*=" pix-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "idlike" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pix-icon-search:before {
  content: ""; }

.pix-icon-twitter:before {
  content: ""; }

.pix-icon-youtube:before {
  content: ""; }

.pix-icon-instagram:before {
  content: ""; }

.pix-icon-telegram:before {
  content: ""; }

.pix-icon-date:before {
  content: ""; }

.pix-icon-user:before {
  content: ""; }

.pix-icon-chat:before {
  content: ""; }

.pix-icon-inbox:before {
  content: ""; }

.pix-icon-play:before, .post__video:before {
  content: ""; }

.pix-icon-quote:before, blockquote:before,
.blockquote:before {
  content: ""; }

.pix-icon-call:before {
  content: ""; }

.pix-icon-bullet1:before, .team__memberText ul li:before, .tabs .tab-content > .tab-pane ul li:before {
  content: ""; }

.pix-icon-bullet2:before, .footer__menu > ul > li:before {
  content: ""; }

.pix-icon-arrow:before {
  content: ""; }

/* Fonts */
.bg-gradient {
  background-color: #1f168b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f1a51), to(#1f168b));
  background-image: -webkit-linear-gradient(top, #0f1a51 0%, #1f168b 100%);
  background-image: -o-linear-gradient(top, #0f1a51 0%, #1f168b 100%);
  background-image: linear-gradient(top, #0f1a51 0%, #1f168b 100%); }

.counter-container {
  -webkit-box-shadow: 0px 0px 185px 65px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 185px 65px rgba(0, 0, 0, 0.2); }

.section-team, .section-contacts {
  background-color: #f1f5fe; }

.footer {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0f1a51), to(#1f168b));
  background-image: -webkit-linear-gradient(bottom, #0f1a51 0%, #1f168b 100%);
  background-image: -o-linear-gradient(bottom, #0f1a51 0%, #1f168b 100%);
  background-image: linear-gradient(bottom, #0f1a51 0%, #1f168b 100%); }

/* Colors, backgrounds */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px; } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1, .fancybox-share .h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

.global-rounded .rounded .slick-list {
  border-radius: 5px; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  display: block;
  margin: 1em 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      line-height: 10px;
      text-align: center;
      vertical-align: middle;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent !important;
      padding: 10px;
      cursor: pointer; }
      .slick-dots li button:active, .slick-dots li button:hover, .slick-dots li button:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: transparent !important;
        border-color: transparent !important;
        outline: none; }
        .slick-dots li button:active:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        width: 7px;
        height: 7px;
        margin: auto;
        border-radius: 3px;
        background-color: #bcceff;
        opacity: 0.5; }
    .slick-dots li.slick-active button:before {
      width: 12px;
      background-color: var(--pix-main-color);
      opacity: 1; }

/* ===================================== */
/* ========= | iDlike Styles | ========= */
/* ===================================== */
html {
  font-size: 16px; }

body {
  min-width: 320px; }
  body.loading {
    overflow: hidden; }
  body.loading #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--pix-main-color) url(../img/loader.svg) center center no-repeat;
    background-size: 41px;
    z-index: 99999; }

.all {
  overflow: hidden; }

a:focus {
  outline: none; }

a, .btn > i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='6px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M12.000,0.000 L0.000,0.000 L6.000,6.000 L12.000,0.000 Z'/%3E%3C/svg%3E") no-repeat right 0.83333rem center; }


textarea.form-control {
  height: 180px; }

.btn:hover > .pix-icon-arrow {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%); }

.pix-calculator input:not([type='checkbox']):not([type='radio']), .pix-calculator select {
  border-color: transparent; }
  .global-rounded .pix-calculator input:not([type='checkbox']):not([type='radio']), .global-rounded .pix-calculator select {
    border-radius: 5px; }

.pix-calculator input[type='checkbox'],
.pix-calculator input[type='radio'] {
  top: 3px;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .pix-calculator input[type='checkbox']:checked,
  .pix-calculator input[type='radio']:checked {
    background-color: #007bff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em;
    border-color: #007bff; }
  .pix-calculator input[type='checkbox'][type="checkbox"]:checked,
  .pix-calculator input[type='radio'][type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e"); }
  .pix-calculator input[type='checkbox'][type="radio"]:checked,
  .pix-calculator input[type='radio'][type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.svgradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 0; }

.text-inverse {
  color: #fff; }

.global-rounded .rounded, .global-rounded .rounded img,
.pix-rounded,
.pix-rounded img {
  border-radius: 5px; }

.global-rounded .rounded img,
.pix-rounded img {
  overflow: hidden; }

.global-rounded .pix-square, .global-rounded .pix-square img, .pix-square, .pix-square img {
  border-radius: 0; }

.section__title {
  margin-bottom: 50px; }
  .section__title h1, .section__title .h1, .section__title h2, .section__title .h2, .section__title h3, .section__title .h3, .section__title h4, .section__title .h4, .section__title h5, .section__title .h5, .section__title h6, .section__title .h6 {
    margin-bottom: 0; }
  .section__title span:nth-child(1) {
    font-size: .9em;
    display: inline-block;
    padding: .1em .75em;
    margin-bottom: 1em;
    font-weight: bold;
    background-color: var(--pix-main-color);
    color: #fff; }
    .global-rounded .section__title span:nth-child(1) {
      border-radius: 5px; }

.sectionDecor {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 10; }
  .sectionDecor > svg {
    position: absolute;
    display: block;
    width: 100%;
    height: auto; }
    .sectionDecor > svg > path {
      fill: #fff; }
  .sectionDecor-top {
    top: 0; }
    .sectionDecor-top > svg {
      bottom: -1px; }
  .sectionDecor-bot {
    bottom: 0; }
    .sectionDecor-bot > svg {
      top: -1px; }
    .pageheader .sectionDecor-bot > svg {
      top: auto;
      bottom: -1px; }

.custom-header .sectionDecor-bot > svg {
  top: auto;
  bottom: 0; }

.header {
  z-index: 20;
  position: absolute;
  right: 0;
  left: 0;
  top: 0; }

.menu, .pix-menu {
  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;
  padding: 40px 0 0; }
  .menu__logo, .pix-menu__logo {
    margin-right: auto;
    margin-bottom: 9px;
    outline: none; }
    @media (max-width: 767.98px) {
      .menu__logo img, .pix-menu__logo img {
        max-width: 145px;
        max-height: 50px; } }
  .menu > nav, .pix-menu > nav {
    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; }
    .menu > nav.open, .pix-menu > nav.open {
      display: block;
      position: absolute;
      max-width: 300px;
      top: 100%;
      right: 0;
      color: #424242;
      background-color: #fff;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      padding: 1em; }
    .menu > nav ul, .pix-menu > nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .menu > nav ul.sub-menu, .pix-menu > nav ul.sub-menu {
        display: none;
        position: absolute;
        padding: 15px 0;
        top: -15px;
        left: 100%;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
        color: #424242;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .global-rounded .menu > nav ul.sub-menu, .global-rounded .pix-menu > nav ul.sub-menu {
          border-radius: 5px; }
        .menu > nav ul.sub-menu li > a, .pix-menu > nav ul.sub-menu li > a {
          display: block;
          padding: 5px 30px;
          overflow: hidden; }
          .menu > nav ul.sub-menu li > a:before, .pix-menu > nav ul.sub-menu li > a:before {
            content: '';
            position: absolute;
            display: block;
            height: 2px;
            width: 100%;
            left: 80%;
            top: 50%;
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            transform: translateY(-40%);
            background-color: var(--pix-main-color);
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .menu > nav ul.sub-menu li > a:hover, .pix-menu > nav ul.sub-menu li > a:hover {
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px); }
            .menu > nav ul.sub-menu li > a:hover:before, .pix-menu > nav ul.sub-menu li > a:hover:before {
              border-radius: 0;
              -webkit-filter: none;
              filter: none;
              height: 2px;
              width: 15px;
              left: 5px;
              opacity: 1; }
        .menu > nav ul.sub-menu li.menu-item-has-children > a, .pix-menu > nav ul.sub-menu li.menu-item-has-children > a {
          padding-right: 40px; }
          .menu > nav ul.sub-menu li.menu-item-has-children > a > span.caret, .pix-menu > nav ul.sub-menu li.menu-item-has-children > a > span.caret {
            position: absolute;
            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;
            bottom: 0;
            right: 0;
            top: 0;
            width: 40px; }
            .menu > nav ul.sub-menu li.menu-item-has-children > a > span.caret:after, .pix-menu > nav ul.sub-menu li.menu-item-has-children > a > span.caret:after {
              display: block;
              height: 6px;
              width: 6px;
              margin-left: -5px;
              border-right: 2px solid;
              border-bottom: 2px solid;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              content: ''; }
      .menu > nav ul li > a, .pix-menu > nav ul li > a {
        display: block;
        color: inherit;
        font-weight: 500;
        white-space: nowrap;
        text-decoration: none; }
        .menu > nav ul li > a:hover, .pix-menu > nav ul li > a:hover {
          color: var(--pix-main-color); }
      .menu > nav ul li.current-menu-item > a, .menu > nav ul li.current_page_item > a, .pix-menu > nav ul li.current-menu-item > a, .pix-menu > nav ul li.current_page_item > a {
        color: var(--pix-main-color); }
    .menu > nav.open ul li > a, .pix-menu > nav.open ul li > a {
      padding: .2em 0;
      white-space: normal; }
    .menu > nav.open ul.sub-menu, .pix-menu > nav.open ul.sub-menu {
      display: none;
      position: relative;
      padding: 0;
      top: unset;
      left: unset;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .menu > nav.open ul.sub-menu li > a, .pix-menu > nav.open ul.sub-menu li > a {
        padding: .2em 0; }
      .menu > nav.open ul.sub-menu li.menu-item-has-children > a, .pix-menu > nav.open ul.sub-menu li.menu-item-has-children > a {
        padding-right: 40px;
        margin-right: -10px; }
        .menu > nav.open ul.sub-menu li.menu-item-has-children > a > span.caret, .pix-menu > nav.open ul.sub-menu li.menu-item-has-children > a > span.caret {
          position: absolute;
          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;
          bottom: 0;
          right: 0;
          top: 0;
          width: 40px; }
          .menu > nav.open ul.sub-menu li.menu-item-has-children > a > span.caret:after, .pix-menu > nav.open ul.sub-menu li.menu-item-has-children > a > span.caret:after {
            display: block;
            height: 6px;
            width: 6px;
            margin-top: -4px;
            margin-left: -5px;
            border-right: 2px solid;
            border-bottom: 2px solid;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            content: ''; }
    .menu > nav > ul, .pix-menu > nav > ul {
      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;
      margin: 0 0 0 2em; }
      .menu > nav > ul > li, .pix-menu > nav > ul > li {
        display: block; }
        .menu > nav > ul > li.menu-item-has-children > a, .pix-menu > nav > ul > li.menu-item-has-children > a {
          display: block;
          padding-right: 40px;
          margin-right: -10px; }
          .menu > nav > ul > li.menu-item-has-children > a > span.caret, .pix-menu > nav > ul > li.menu-item-has-children > a > span.caret {
            position: absolute;
            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;
            bottom: 0;
            right: 0;
            top: 0;
            width: 40px; }
            .menu > nav > ul > li.menu-item-has-children > a > span.caret:after, .pix-menu > nav > ul > li.menu-item-has-children > a > span.caret:after {
              display: block;
              height: 6px;
              width: 6px;
              margin-top: -4px;
              margin-left: -5px;
              border-right: 2px solid;
              border-bottom: 2px solid;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              content: ''; }
        .menu > nav > ul > li:not(:only-child), .pix-menu > nav > ul > li:not(:only-child) {
          margin-right: 2em; }
        .menu > nav > ul > li > a.callback, .pix-menu > nav > ul > li > a.callback {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: .3em 1.2em;
          border-radius: 50px;
          text-decoration: none;
          border: 1px solid var(--pix-main-color); }
          .menu > nav > ul > li > a.callback:before, .pix-menu > nav > ul > li > a.callback:before {
            position: absolute;
            display: block;
            bottom: -1px;
            right: -1px;
            left: -1px;
            top: -1px;
            border-radius: 50px;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            background-color: var(--pix-main-color);
            opacity: 0;
            content: '';
            z-index: -1; }
          .menu > nav > ul > li > a.callback > i, .pix-menu > nav > ul > li > a.callback > i {
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-size: .8em;
            margin-right: .75em;
            color: var(--pix-main-color); }
          .menu > nav > ul > li > a.callback:hover, .pix-menu > nav > ul > li > a.callback:hover {
            border-color: transparent; }
            .menu > nav > ul > li > a.callback:hover:before, .pix-menu > nav > ul > li > a.callback:hover:before {
              opacity: 1; }
            .menu > nav > ul > li > a.callback:hover, .menu > nav > ul > li > a.callback:hover > i, .pix-menu > nav > ul > li > a.callback:hover, .pix-menu > nav > ul > li > a.callback:hover > i {
              color: #fff; }
        .menu > nav > ul > li > ul.sub-menu, .pix-menu > nav > ul > li > ul.sub-menu {
          margin-top: 20px;
          left: -30px;
          top: 100%; }
          .menu > nav > ul > li > ul.sub-menu:before, .pix-menu > nav > ul > li > ul.sub-menu:before {
            content: '';
            position: absolute;
            display: block;
            height: 30px;
            top: -30px;
            right: 0;
            left: 0; }
    .menu > nav.open > ul, .pix-menu > nav.open > ul {
      display: block;
      margin: 0; }
      .menu > nav.open > ul > li, .pix-menu > nav.open > ul > li {
        margin-right: 0; }
        .menu > nav.open > ul > li > a.callback, .pix-menu > nav.open > ul > li > a.callback {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: .3em 1.2em;
          border-radius: 50px;
          text-decoration: none;
          border: 1px solid var(--pix-main-color); }
          .menu > nav.open > ul > li > a.callback > i, .pix-menu > nav.open > ul > li > a.callback > i {
            font-size: .8em;
            margin-right: .75em;
            color: var(--pix-main-color); }
          .menu > nav.open > ul > li > a.callback:hover, .pix-menu > nav.open > ul > li > a.callback:hover {
            color: var(--pix-main-color); }
        .menu > nav.open > ul > li > ul.sub-menu, .pix-menu > nav.open > ul > li > ul.sub-menu {
          margin-top: 0;
          left: unset;
          top: unset; }
          .menu > nav.open > ul > li > ul.sub-menu:before, .pix-menu > nav.open > ul > li > ul.sub-menu:before {
            display: none; }
      .menu > nav.open > ul:before, .pix-menu > nav.open > ul:before {
        display: none; }
    .menu > nav.open > ul + ul, .pix-menu > nav.open > ul + ul {
      margin-top: 1em; }
  .menu__burger, .pix-menu__burger {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 1em;
    padding: 10px;
    height: 39px;
    width: 50px; }
    .menu__burger > span, .pix-menu__burger > span {
      display: block;
      height: 1px;
      width: 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-color: #424242; }
      .text-inverse .menu__burger > span, .text-inverse .pix-menu__burger > span {
        background-color: #fff; }
    .menu__burger:hover > span, .pix-menu__burger:hover > span {
      background-color: var(--pix-main-color); }
    .menu__burger.active > span, .pix-menu__burger.active > span {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      margin: auto; }
      .menu__burger.active > span:nth-child(1), .pix-menu__burger.active > span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu__burger.active > span:nth-child(2), .pix-menu__burger.active > span:nth-child(2) {
        width: 0;
        height: 0; }
      .menu__burger.active > span:nth-child(3), .pix-menu__burger.active > span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  @media (max-width: 1199.98px) {
    .menu > nav, .pix-menu > nav {
      display: none; }
    .menu__burger, .pix-menu__burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.slider {
  color: #fff; }
  .slider h1, .slider .h1 {
    line-height: 1.2;
    margin: 0 0 1em; }
  .slider .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }
    .slider .btn:hover {
      background-color: rgba(255, 255, 255, 0.15); }

.pageheader {
  padding-bottom: 120px; }
  .pageheader h1, .pageheader .h1 {
    margin-bottom: .5em; }
    @media (max-width: 425px) {
      .pageheader h1, .pageheader .h1 {
        font-size: 3em; } }
    @media (max-width: 475px) {
      .pageheader h1, .pageheader .h1 {
        font-size: 2.5em; } }

.text-center .pageheader h1, .text-center .pageheader .h1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; }

.footer a:not(:hover) {
  color: inherit; }

.footer a.logo {
  display: inline-block; }

.footer__copyright {
  padding: 40px 0;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.text-inverse .footer__copyright {
  border: 1px solid rgba(255, 255, 255, 0.1); }

.footer__menu > ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer__menu > ul > li {
    padding-left: 2em;
    margin-bottom: 1em; }
    .footer__menu > ul > li:before {
      display: block;
      position: absolute;
      left: 0;
      top: .25em;
      line-height: 20px;
      vertical-align: middle;
      font-family: 'idlike';
      color: var(--pix-main-color); }

.footer__menu.two-column > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 30px; }

.footer__social {
  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; }
  .footer__social > a {
    text-decoration: none; }
    .footer__social > a:not(:last-child) {
      margin-right: 1em; }
    .footer__social > a > i {
      color: var(--pix-main-color); }

.pixBlog {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .pixBlog > div {
    width: calc(50% - 30px);
    flex-bacis: calc(50% - 30px); }
    @media (max-width: 991.98px) {
      .pixBlog > div {
        width: 50%;
        flex-bacis: 100%; } }

.post + .post {
  margin-top: 3em; }

.post__img, .post__video {
  display: block;
  margin-bottom: 2em;
  text-decoration: none;
  overflow: hidden; }
  .post__img > img, .post__video > img {
    width: 100%; }

.post__video {
  font-family: 'idlike'; }
  .video__wrap .post__video {
    display: inline-block; }
  .post__video:before {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    height: 80px;
    width: 80px;
    padding-left: 7px;
    font-size: 1.25em;
    line-height: 1;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: .75;
    z-index: 2; }
  .post__video:hover:before {
    color: var(--pix-main-color);
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0.1);
    opacity: 1; }

.post__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media (max-width: 767.98px) {
    .post__body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  min-width: 80px;
  height: 80px;
  width: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-right: 30px; }
  .post__date, .post__date:hover {
    text-decoration: none;
    color: #fff; }
  .post__date > span {
    line-height: 1; }
    .post__date > span:nth-child(1) {
      font-size: 1.5em; }
  @media (max-width: 767.98px) {
    .post__date {
      background: transparent !important;
      height: auto;
      width: auto;
      min-width: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      margin: 0 0 1em 0;
      font-weight: normal;
      font-size: .8em; }
      .post__date, .post__date:hover {
        color: #424242; }
      .post__date > span:nth-child(1) {
        font-size: 1em;
        margin-right: .25em; } }

@media (min-width: 576px) {
  .post__metaDate {
    display: none; } }

.post__bot {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: .9em;
  margin-top: 0; }
  p + .post__bot {
    margin-top: -1.5em; }
  .post__bot > a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding-right: 35px;
    margin-right: .5em; }
    .post__bot > a:not(:hover) {
      color: inherit; }
    .post__bot > a > i {
      right: 0;
      bottom: 0;
      position: absolute;
      margin-left: .25em;
      font-size: 1.6rem;
      color: var(--pix-main-color);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .post__bot > a:hover > i {
      -webkit-transform: translateX(0.25em);
      -ms-transform: translateX(0.25em);
      transform: translateX(0.25em); }

.post__info {
  color: #6c757d;
  margin-bottom: 2em;
  font-size: .9em; }
  .post__info > span {
    margin-right: 2em; }
    .post__info > span > i {
      font-size: 1rem;
      margin-right: .5em;
      color: var(--pix-main-color);
      vertical-align: -1px; }
  .post__info a:not(:hover) {
    color: inherit; }

.post__bot .post__info {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 2em; }

.post__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word; }
  @media (min-width: 768px) {
    .post__text {
      max-width: calc(100% - 110px); } }
  .post__text ul, .post__text ol, .post__text dl {
    margin-bottom: 1.5em; }
    .post__text ul ul, .post__text ul ol, .post__text ul dl, .post__text ol ul, .post__text ol ol, .post__text ol dl, .post__text dl ul, .post__text dl ol, .post__text dl dl {
      margin: 0; }

.post__tags {
  clear: both;
  padding-top: 1.5em;
  margin: 0 0 4em; }
  .post__tags > * {
    margin-right: .5em;
    margin-bottom: .5em; }
  .post__tags a {
    display: inline-block;
    padding: .25em 1.5em;
    background-color: #F1F5FE;
    text-decoration: none;
    border-radius: 50px;
    color: inherit; }
    .post__tags a:hover {
      background-color: var(--pix-main-color);
      color: #fff; }
    .post__tags a:empty {
      display: none; }

.post__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  min-height: 100px;
  margin: 2em 0 0; }
  .post__authorAvatar {
    width: 80px;
    height: 80px;
    min-width: 80px;
    overflow: hidden;
    margin-right: 2em;
    border-radius: 50%; }
    @media (max-width: 767.98px) {
      .post__authorAvatar {
        width: 60px;
        height: 60px;
        min-width: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        margin-right: 20px; } }
    @media (max-width: 375px) {
      .post__authorAvatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
        margin-right: 20px; } }
  .post__authorName {
    font-weight: bold; }
  .post__authorWebsite {
    font-size: .8em;
    margin-bottom: 1em; }

.post__title {
  font-size: 1.5rem; }
  .post__title > a:not(:hover) {
    color: inherit; }

.pixBlog .post__title {
  font-size: 1.5rem;
  margin-bottom: 0 !important; }

.post__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .post__search form input[type="text"],
  .post__search form input[type="search"] {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 84px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #212529;
    font-weight: 500; }
  .post__search form button,
  .post__search form input[type="text"],
  .post__search form input[type="search"] {
    padding: 20px 30px;
    height: 80px; }
  .post__search form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .post__search form button i {
      font-size: 1.5em; }

.more-page {
  margin: 1.5em 0; }

.widget {
  padding: 35px 45px;
  background-color: #f1f5fe;
  margin-bottom: 50px;
  color: #000; }
  .widget-gradient {
    color: #fff; }
  .widget ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .widget ul > li {
      margin-bottom: .5em; }
  .widget a {
    color: inherit; }
    .widget a:hover {
      color: var(--pix-main-color);
      text-decoration: none; }
  .widget__title {
    margin-bottom: .75em;
    font-size: 1.25rem; }
  .widget-search, .widget_search {
    padding: 0; }
    .widget-search > form, .widget_search > form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .widget-search > form input[type="text"],
      .widget-search > form input[type="search"],
      .widget-search > form button, .widget_search > form input[type="text"],
      .widget_search > form input[type="search"],
      .widget_search > form button {
        height: 80px;
        background-color: transparent !important;
        line-height: 1;
        border: 0; }
        .widget-search > form input[type="text"]:focus,
        .widget-search > form input[type="search"]:focus,
        .widget-search > form button:focus, .widget_search > form input[type="text"]:focus,
        .widget_search > form input[type="search"]:focus,
        .widget_search > form button:focus {
          outline: none; }
      .widget-search > form button, .widget_search > form button {
        color: inherit;
        padding: 30px; }
      .widget-search > form input[type="text"],
      .widget-search > form input[type="search"], .widget_search > form input[type="text"],
      .widget_search > form input[type="search"] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 30px 0 30px 45px;
        padding-right: 0; }
        .widget-search > form input[type="text"]:focus,
        .widget-search > form input[type="search"]:focus, .widget_search > form input[type="text"]:focus,
        .widget_search > form input[type="search"]:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: transparent; }
  .widget-categories ul > li a:hover > span {
    color: #424242; }
  .widget-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .widget-tags ul > li {
      margin-left: .5em; }
      .widget-tags ul > li a {
        position: relative;
        display: block;
        border-radius: 50px;
        border: 1px solid rgba(0, 0, 0, 0.5);
        text-decoration: none;
        font-weight: 500;
        padding: 4px 20px 3px;
        overflow: hidden;
        font-size: .9em;
        z-index: 1; }
        .widget-tags ul > li a:before {
          background-image: -webkit-linear-gradient(45deg, #f37, #f93);
          background-image: -o-linear-gradient(45deg, #f37, #f93);
          background-image: linear-gradient(45deg, #f37, #f93);
          background-size: cover;
          position: absolute;
          display: block;
          bottom: 0;
          right: 0;
          left: 0;
          top: 0;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          content: '';
          z-index: -1;
          opacity: 0; }
        .widget-tags ul > li a:hover {
          border-color: transparent;
          color: #fff; }
          .widget-tags ul > li a:hover:before {
            opacity: 1; }
  .widget .tagcloud > a {
    position: relative;
    display: inline-block;
    padding: 4px 20px 3px !important;
    margin-left: .5em !important;
    font-size: .9rem !important;
    font-weight: 500;
    text-decoration: none;
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    overflow: hidden;
    z-index: 1; }
    .widget .tagcloud > a:before {
      background-image: -webkit-linear-gradient(45deg, #f37, #f93);
      background-image: -o-linear-gradient(45deg, #f37, #f93);
      background-image: linear-gradient(45deg, #f37, #f93);
      background-size: cover;
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      content: '';
      z-index: -1;
      opacity: 0; }
    .widget .tagcloud > a:hover {
      border-color: transparent;
      color: #fff; }
      .widget .tagcloud > a:hover:before {
        opacity: 1; }
  .widget-comments ul li:not(:last-child) {
    margin-bottom: 1em; }
  .widget-comments ul li > a:first-child {
    font-weight: 600; }
  .widget .comment-author-link {
    font-weight: 500; }

.comments {
  clear: both; }
  .comments__title {
    padding-top: 5.8rem;
    border-top: 3px solid #f1f5fe;
    margin-bottom: 1em; }
    .comment .comments__title {
      margin: 1em 0 0;
      padding-top: 0;
      border-top: none; }
      .comment .comments__title, .comment .comments__title small, .comment .comments__title .small {
        font-size: 1.2rem !important; }
  .comments__list, .comments .children {
    list-style: none;
    padding: 0;
    margin: 0; }
  .comments__list .comments__list, .comments__list .children {
    margin-left: 55px; }
    @media (max-width: 767.98px) {
      .comments__list .comments__list, .comments__list .children {
        margin-left: 30px; } }
    @media (max-width: 575.98px) {
      .comments__list .comments__list, .comments__list .children {
        margin-left: 0; } }
  .comments__form {
    padding-top: 4em; }

.comment {
  margin: 1em 0; }
  .comment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .comment__text ul, .comment__text ol, .comment__text dl {
    margin-bottom: 1.5em; }
    .comment__text ul ul, .comment__text ul ol, .comment__text ul dl, .comment__text ol ul, .comment__text ol ol, .comment__text ol dl, .comment__text dl ul, .comment__text dl ol, .comment__text dl dl {
      margin: 0; }
  .comment__avatar {
    width: 80px;
    height: 80px;
    min-width: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: url("http://0.gravatar.com/avatar/f72c502e0d657f363b5f2dc79dd8ceea?s=512&d=mm&r=g") center;
    background-size: cover; }
    @media (max-width: 767.98px) {
      .comment__avatar {
        width: 60px;
        height: 60px;
        min-width: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        margin-right: 20px; } }
    @media (max-width: 375px) {
      .comment__avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
        margin-right: 20px; } }
  .comment__author {
    font-weight: bold; }
  .comment__info {
    font-size: .8em;
    margin-bottom: .5em; }
    .comment__info > span {
      margin-right: 1em;
      color: #6c757d; }
    .comment__info > a {
      font-weight: bold; }
  .comment__content {
    max-width: calc(100% - 80px); }
  .comment .comment-respond {
    margin-bottom: 5.8em;
    padding-bottom: 4em;
    border-bottom: 3px solid #f1f5fe;
    padding-left: 110px; }
    @media (max-width: 767.98px) {
      .comment .comment-respond {
        padding-left: 80px; } }
    @media (max-width: 375px) {
      .comment .comment-respond {
        padding-left: 60px; } }

.pagination {
  margin-top: 3em; }

.projectPost__title {
  font-size: 1.5rem;
  margin-bottom: 1.5em; }

.projectPost__description {
  margin-bottom: 2em; }

.projectPost__info, .projectPost__contacts {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .projectPost__info, .projectPost__contacts {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }
  .projectPost__info > span, .projectPost__contacts > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.page404 {
  padding: 180px 0 150px; }
  .page404 svg {
    display: block;
    width: 130px;
    height: 117px;
    margin: 0 auto 50px; }

/* ===================================== */
/* ======= | iDlike VC Widgets | ======= */
/* ===================================== */
.circles {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  overflow: hidden; }
  .circles > div {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -150px;
    background: rgba(255, 255, 255, 0.1);
    mix-blend-mode: screen;
    -webkit-animation: circles 40s ease-in-out infinite;
    animation: circles 40s ease-in-out infinite; }
    .circles > div:nth-child(1) {
      left: 25%;
      width: 80px;
      height: 80px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .circles > div:nth-child(2) {
      left: 10%;
      width: 30px;
      height: 30px;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-duration: 12s;
      animation-duration: 12s; }
    .circles > div:nth-child(3) {
      left: 70%;
      width: 40px;
      height: 40px;
      -webkit-animation-delay: 4s;
      animation-delay: 4s; }
    .circles > div:nth-child(4) {
      left: 40%;
      width: 60px;
      height: 60px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 18s;
      animation-duration: 18s; }
    .circles > div:nth-child(5) {
      left: 65%;
      width: 50px;
      height: 50px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .circles > div:nth-child(6) {
      left: 75%;
      width: 110px;
      height: 110px;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    .circles > div:nth-child(7) {
      left: 35%;
      width: 150px;
      height: 150px;
      -webkit-animation-delay: 7s;
      animation-delay: 7s; }
    .circles > div:nth-child(8) {
      left: 50%;
      width: 25px;
      height: 25px;
      -webkit-animation-delay: 15s;
      animation-delay: 15s;
      -webkit-animation-duration: 45s;
      animation-duration: 45s; }
    .circles > div:nth-child(9) {
      left: 20%;
      width: 15px;
      height: 15px;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-duration: 35s;
      animation-duration: 35s; }
    .circles > div:nth-child(10) {
      left: 85%;
      width: 75px;
      height: 75px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 25s;
      animation-duration: 25s; }

@-webkit-keyframes circles {
  0% {
    -webkit-transform: translateY(0) rotate(0deg) scale(0.5);
    transform: translateY(0) rotate(0deg) scale(0.5);
    border-radius: 25%;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg) scale(0.5);
    transform: translateY(-1000px) rotate(720deg) scale(0.5);
    border-radius: 50%;
    opacity: 0; } }

@keyframes circles {
  0% {
    -webkit-transform: translateY(0) rotate(0deg) scale(0.5);
    transform: translateY(0) rotate(0deg) scale(0.5);
    border-radius: 25%;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg) scale(0.5);
    transform: translateY(-1000px) rotate(720deg) scale(0.5);
    border-radius: 50%;
    opacity: 0; } }

.counter-container {
  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;
  margin: 120px 0 90px;
  padding: 30px 0;
  overflow: hidden; }
  .vc_row .counter-container {
    margin: 0 -30px; }

.counter {
  margin: 20px 0;
  padding: 0 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-weight: 700;
  -webkit-box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 1200px) {
    .counter {
      max-width: 20%; } }
  @media (max-width: 767.98px) {
    .counter:not(:last-child) {
      -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
      padding-bottom: 30px;
      margin-bottom: 0; } }
  .counter-container {
    overflow: hidden; }
  .counter__amount {
    color: var(--pix-main-color);
    line-height: 1.5; }
    .counter__amount span:nth-child(1) {
      font-size: 2.222em; }
    .counter__amount span:nth-child(2) {
      font-size: 1.333em; }
  .counter__title {
    line-height: 1.2;
    min-width: 140px; }

.benefits {
  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; }
  .benefits .slick-list {
    width: calc(100% + 100px);
    margin: -50px -50px 10px;
    padding: 50px; }
  .benefits .slick-slide:not(.slick-active) {
    pointer-events: none; }
  @media (max-width: 460px) {
    .benefits .slick-dots {
      margin: -40px 0 0;
      height: 2em; } }
  .benefits__item {
    padding: 40px 50px;
    cursor: default;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 1200px) {
      .wpb_column .benefits__item {
        max-width: none; } }
    .benefits__item:hover {
      -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.3); }

.benefit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 40px; }
  @media (max-width: 420px) {
    .benefit {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (max-width: 420px) {
    .benefit__icon {
      margin-bottom: 2em; } }
  .benefit__icon > img, .benefit__icon > svg {
    width: 70px;
    max-height: 70px;
    height: auto; }
  .benefit__icon > svg > g {
    fill: url(#pixgrad) var(--pix-main-color); }
  .benefit__title {
    margin-bottom: .2em;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Space Grotesk", "Public Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .benefit__title > a:not(:hover) {
      color: inherit; }
  .benefit__text {
    opacity: .6; }

.projects__filter {
  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;
  margin: 40px 0;
  padding: 0;
  text-transform: uppercase;
  list-style: none;
  font-size: .9em; }
  .projects__filter.text-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .projects__filter.text-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .projects__filterItem, .projects__filter li a {
    display: block;
    padding: 5px 10px;
    margin: 5px;
    font-weight: bold;
    color: #424242; }
    .global-rounded .projects__filterItem, .global-rounded .projects__filter li a {
      border-radius: 5px; }
    .projects__filterItem, .projects__filterItem:hover, .projects__filter li a, .projects__filter li a:hover {
      text-decoration: none; }
    .projects__filterItem:hover, .projects__filter li a:hover {
      color: var(--pix-main-color); }
  .active .projects__filterItem,
  .projects__filter .current-cat a,
  .active .projects__filterItem:hover,
  .projects__filter .current-cat a:hover {
    background-color: #424242;
    color: #fff; }

.projects__container {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -60px; }
  .projects__container .project {
    margin-bottom: 60px;
    width: calc(33.33% - 40px); }
    @media (max-width: 1199.98px) {
      .projects__container .project {
        width: calc(50% - 30px); } }
    @media (max-width: 991.98px) {
      .projects__container .project {
        width: 100%; } }

.projects-v1 .projects__filter {
  margin: 0 0 40px; }

.projects-v1 .projects__container .project {
  margin-bottom: 60px;
  width: calc(66.66% - 30px); }
  .projects-v1 .projects__container .project:nth-child(4n-1), .projects-v1 .projects__container .project:nth-child(4n-2) {
    width: calc(33.33% - 30px); }
  @media (max-width: 1199.98px) {
    .projects-v1 .projects__container .project:nth-child(4n-1), .projects-v1 .projects__container .project:nth-child(4n-2) {
      width: calc(50% - 30px); }
    .projects-v1 .projects__container .project, .projects-v1 .projects__container .project:last-child {
      width: 100%; } }
  @media (max-width: 991.98px) {
    .projects-v1 .projects__container .project:nth-child(n) {
      width: 100%; } }

.projects-v2 .projects__top {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 80px; }

.projects-v3 .projects__top {
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
  width: calc(33.33% - 40px); }
  @media (max-width: 1199.98px) {
    .projects-v3 .projects__top {
      width: calc(50% - 30px); } }
  @media (max-width: 991.98px) {
    .projects-v3 .projects__top {
      width: 100%; } }

.projects-v1 .projects__title,
.projects-v4 .projects__title {
  text-align: center; }

.projects-v2 .projects__title {
  margin-right: 40px; }
  .projects-v2 .projects__title span {
    line-height: 1; }
  .projects-v2 .projects__title h2, .projects-v2 .projects__title .h2 {
    margin-bottom: 0; }

.projects-v2 .projects__filter {
  margin: 0; }

.projects-v3 .projects__filter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .projects-v1 .project {
    height: 380px; } }

.project__img {
  overflow: hidden;
  pointer-events: none;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .project__img > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.project:hover .project__img {
  margin: -10px;
  height: calc(100% + 20px); }
  .project:hover .project__img > img {
    min-height: 340px; }

.project__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  padding: 50px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0; }
  @media (max-width: 767.98px) {
    .project__info {
      padding: 30px; } }
  .project__info:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: .9; }
  .project__info > a {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }

.project:hover .project__info {
  opacity: 1;
  padding: 60px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -10px;
  right: -10px;
  left: -10px;
  top: -10px; }
  @media (max-width: 767.98px) {
    .project:hover .project__info {
      padding: 40px; } }

.global-rounded .rounded .project__img,
.global-rounded .rounded .project__info,
.global-rounded .rounded .project__info:before,
.pix-rounded .project__img,
.pix-rounded .project__info,
.pix-rounded .project__info:before {
  border-radius: 5px; }

.global-rounded .pix-square .project__img,
.global-rounded .pix-square .project__info,
.global-rounded .pix-square .project__iinfo:before,
.pix-square .project__img,
.pix-square .project__info,
.pix-square .project__iinfo:before {
  border-radius: 0; }

.project__title {
  margin-bottom: auto;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Space Grotesk", "Public Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.project__logo {
  margin-bottom: 1em; }
  .project__logo > img {
    max-height: 50px; }

.project__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media (max-width: 460px) {
    .project__text {
      display: none; } }
  @media (min-width: 768px) {
    .project__text {
      height: 3.2em; } }

.projectPost .post__title {
  margin-bottom: 1.2em; }

.projectPost__contacts span > a:not(:last-child) {
  margin-right: 10px; }

.related {
  margin-top: -27px; }
  .related__nav {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 0;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef; }
    .related__nav > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      text-decoration: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: bold;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      width: 20%;
      color: inherit; }
      .related__nav > a:hover {
        color: var(--pix-main-color); }
      @media (max-width: 1199.98px) {
        .related__nav > a {
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
          width: 40%; } }
      .related__nav > a > span {
        font-size: 1.5em; }
      .related__nav > a.related__navPrev > span {
        margin-right: 1em; }
      .related__nav > a.related__navNext > span {
        margin-left: 1em; }
    .related__nav > h3, .related__nav > .h3 {
      width: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      margin-bottom: 0;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .related__nav > h3, .related__nav > .h3 {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          margin-top: 1em;
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
  .related__posts {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 70px; }
  .related__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(33.33% - 20px);
    -ms-flex-preferred-size: calc(33.33% - 40px);
    flex-basis: calc(33.33% - 40px);
    background-color: #f1f5fe;
    margin-bottom: 60px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 991.98px) {
      .related__post {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .related__postImg {
      display: block; }
      .related__postImg > img {
        border-radius: 0 !important; }
    .related__postTitle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      background: #f1f5fe;
      margin-bottom: 0;
      font-size: 1.25rem; }
      .related__postTitle:before {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        content: '';
        opacity: 0; }
      .related__postTitle > a {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
        padding: 50px;
        color: inherit;
        text-decoration: none; }
    .related__post:hover .related__postTitle > a {
      color: #fff; }
    .related__post:hover .related__postTitle:before {
      opacity: 1; }
  .related-v2 {
    padding-top: 60px;
    border-top: 1px solid #e9ecef; }
  .related-v2 .related__posts {
    margin-top: 60px; }

.team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px; }
  @media (min-width: 992px) {
    .team__photos {
      position: absolute;
      right: 0;
      left: 30px;
      top: 0;
      z-index: 11; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .team__photos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 10; }
      .team__photos > div {
        max-height: 100% !important; } }
  .team__slider .slick-dots {
    position: relative;
    margin-left: -5px;
    bottom: auto;
    margin-top: 3em;
    text-align: left; }
    @media (max-width: 991.98px) {
      .team__slider .slick-dots {
        margin-top: 2em; } }
    .team__slider .slick-dots li:not(.slick-active) button:before {
      background-color: #bcceff;
      opacity: 1; }
  .team__memberText ul {
    list-style: none;
    padding: 0;
    margin: 1em 0 0; }
    .text-inverse .team__memberText ul {
      color: #fff; }
    .team__memberText ul li {
      padding-left: 40px; }
      .team__memberText ul li:before {
        display: block;
        position: absolute;
        height: 20px;
        width: 20px;
        left: 0;
        top: .25em;
        line-height: 20px;
        vertical-align: middle;
        font-family: 'idlike';
        color: var(--pix-main-color); }
  .team__memberInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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-top: 2em;
    font-weight: bold;
    font-size: 1.1em; }
  .team__memberName {
    margin-right: 1em; }
  .team__memberPost {
    display: inline-block;
    line-height: 1.7;
    color: #fff;
    font-size: .9em;
    padding: .1em .75em;
    font-weight: bold;
    background: #232323 !important; }

.steps {
  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-shadow: 0px 0px 40px 15px rgba(4, 4, 158, 0.1);
  box-shadow: 0px 0px 40px 15px rgba(4, 4, 158, 0.1);
  padding: 50px 30px; }
  @media (max-width: 460px) {
    .steps {
      padding: 20px 10px; } }
  .wpb_column .steps {
    margin-left: -30px;
    margin-right: -30px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .steps__item {
    width: 33.33%;
    padding: 25px 30px;
    cursor: default;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 991.98px) {
      .steps__item {
        width: calc(50% - 30px); } }
    @media (max-width: 767.98px) {
      .steps__item {
        width: 100%; } }

.step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 1439.98px) {
    .step {
      display: block; } }
  @media (max-width: 500px) {
    .step {
      display: block; } }
  .step__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.3em;
    font-weight: bold; }
    @media (max-width: 460px) {
      .step__icon {
        font-size: 1.5em;
        margin-bottom: .5em; } }
    @media (min-width: 768px) and (max-width: 1439.98px) {
      .step__icon {
        margin-bottom: .5em; } }
    .step__icon span {
      font-family: "Space Grotesk", "Public Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      margin-right: 20px;
      color: #000;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .step__icon b {
      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;
      -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
      height: 60px;
      width: 60px;
      line-height: 60px;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #fff;
      font-weight: 500;
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
      @media (max-width: 460px) {
        .step__icon b {
          -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
          height: 50px;
          width: 50px; } }
  .step:hover .step__icon span {
    color: var(--pix-main-color); }
  .step:hover .step__icon b {
    -webkit-box-shadow: 0 0 0 10px #fae4d2;
    box-shadow: 0 0 0 10px #fae4d2; }

.tabs .nav-tabs {
  border-bottom: 0;
  font-weight: bold;
  font-size: 1.15em; }
  .tabs .nav-tabs:after {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
    @supports (mix-blend-mode: overlay) {
      .tabs .nav-tabs:after {
        background-color: #000;
        mix-blend-mode: overlay; } }
  .text-inverse .tabs .nav-tabs:after {
    background-color: rgba(255, 255, 255, 0.3); }
    @supports (mix-blend-mode: soft-light) {
      .text-inverse .tabs .nav-tabs:after {
        mix-blend-mode: soft-light; } }
  .tabs .nav-tabs .nav-item {
    margin-bottom: 0; }
  .tabs .nav-tabs .nav-link {
    border: 0;
    overflow: hidden;
    color: #424242;
    background-color: transparent; }
    .text-inverse .tabs .nav-tabs .nav-link {
      color: #fff; }
    .text-inverse .tabs .nav-tabs .nav-link:hover, .text-inverse .tabs .nav-tabs .nav-link:focus {
      color: var(--pix-main-color); }
  .tabs .nav-tabs .nav-link.active:before,
  .tabs .nav-tabs .nav-item.show .nav-link:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1); }
    @supports (mix-blend-mode: overlay) {
      .tabs .nav-tabs .nav-link.active:before,
      .tabs .nav-tabs .nav-item.show .nav-link:before {
        background-color: #000;
        mix-blend-mode: overlay; } }
  .text-inverse .tabs .nav-tabs .nav-link.active, .text-inverse
  .tabs .nav-tabs .nav-item.show .nav-link {
    color: var(--pix-main-color);
    background: none; }
    .text-inverse .tabs .nav-tabs .nav-link.active:before, .text-inverse
    .tabs .nav-tabs .nav-item.show .nav-link:before {
      background-color: rgba(255, 255, 255, 0.1); }
      @supports (mix-blend-mode: soft-light) {
        .text-inverse .tabs .nav-tabs .nav-link.active:before, .text-inverse
        .tabs .nav-tabs .nav-item.show .nav-link:before {
          mix-blend-mode: soft-light; } }

.text-inverse .tabs .tab-content {
  color: rgba(255, 255, 255, 0.6); }

.tabs .tab-content > .tab-pane {
  padding: 50px 0; }
  .tabs .tab-content > .tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 1em 0 0; }
    .text-inverse .tabs .tab-content > .tab-pane ul {
      color: #fff; }
    .tabs .tab-content > .tab-pane ul li {
      padding-left: 40px; }
      .tabs .tab-content > .tab-pane ul li:before {
        display: block;
        position: absolute;
        height: 20px;
        width: 20px;
        left: 0;
        top: .25em;
        line-height: 20px;
        vertical-align: middle;
        font-family: 'idlike';
        color: var(--pix-main-color); }

.calculator {
  overflow: hidden;
  padding: 60px; }
  .calculator:before {
    display: block;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.1); }
    @supports (mix-blend-mode: overlay) {
      .calculator:before {
        background-color: #000;
        mix-blend-mode: overlay; } }
  .text-inverse .calculator:before {
    background-color: rgba(255, 255, 255, 0.2); }
    @supports (mix-blend-mode: soft-light) {
      .text-inverse .calculator:before {
        mix-blend-mode: soft-light; } }
  .calculator__price > b {
    font-size: 1.75em;
    margin-right: .25em; }
  .calculator__price > sub {
    bottom: 0; }

.subscribe {
  background-color: var(--pix-main-color);
  padding: 40px 50px;
  color: #fff; }
  .subscribe__text {
    margin: 1em 0; }
    .subscribe__text > * {
      color: #fff;
      margin-bottom: 0; }
  .subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 460px) {
      .subscribe__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .subscribe__form > input {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin: 1em 0;
      padding: .75rem 0;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
      transition: -webkit-box-shadow 0.2s ease-in-out;
      -o-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
      border-bottom: 1px solid #fff;
      color: #fff; }
      .subscribe__form > input:focus {
        outline: none;
        background-color: transparent;
        -webkit-box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.25);
        box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.25); }
      .subscribe__form > input::-webkit-input-placeholder {
        color: #fff; }
      .subscribe__form > input:-ms-input-placeholder {
        color: #fff; }
      .subscribe__form > input::-ms-input-placeholder {
        color: #fff; }
      .subscribe__form > input::placeholder {
        color: #fff; }
    .subscribe__form > .btn {
      margin-left: 2em; }

.accordion__item {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .accordion__item:not(.active) {
    margin-bottom: 20px; }
  .accordion__itemHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    padding: 1.4rem 2rem 1.4rem 5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
    .rounded .accordion__itemHead,
    .pix-rounded .accordion__itemHead {
      border-radius: 5px; }
    .accordion__itemHead > b {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 1.1rem;
      left: 2rem;
      margin-top: 6px;
      height: 20px;
      width: 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1;
      text-align: center;
      background-color: #F1F5FE;
      font-weight: normal;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .accordion__itemHead > b:before {
        display: block;
        line-height: 1;
        content: '+'; }
    .accordion__itemHead > span {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-weight: bold;
      font-size: 1.25em;
      margin-top: 1px;
      line-height: 1; }
  .accordion__item.active .accordion__itemHead > b {
    background-color: var(--pix-main-color);
    color: #fff; }
    .accordion__item.active .accordion__itemHead > b:before {
      content: '−'; }
  .accordion__itemBody {
    padding: 2rem;
    overflow: hidden;
    color: #6c757d;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .accordion__itemBody > *:last-child {
      margin-bottom: 0; }
  .accordion__item:not(.active) .accordion__itemBody {
    height: 0;
    padding: 0 2rem;
    visibility: hidden;
    opacity: 0; }

.news {
  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;
  margin: -10px -30px; }
  .news .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .news .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
    float: none; }
    .news .slick-slide > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
  .news__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 10px 30px;
    width: 33.33%; }
    .news__item a {
      color: inherit; }
    .news__itemInner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden;
      background-color: #f1f5fe;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .news-v2 .news__item:hover .news__itemInner {
      padding: 10px;
      margin: -10px; }
    .news__itemImg {
      overflow: hidden;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .global-rounded .rounded .news__itemImg,
      .pix-rounded .news__itemImg {
        border-radius: 5px 5px 0 0; }
      .news-v2 .news__itemImg {
        pointer-events: none; }
        .news-v2 .news__itemImg:after {
          content: '';
          position: absolute;
          bottom: 0;
          top: 100%;
          right: 0;
          left: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 245, 254, 0)), to(#f1f5fe));
          background: -webkit-linear-gradient(rgba(241, 245, 254, 0) 0%, #f1f5fe 100%);
          background: -o-linear-gradient(rgba(241, 245, 254, 0) 0%, #f1f5fe 100%);
          background: linear-gradient(rgba(241, 245, 254, 0) 0%, #f1f5fe 100%);
          visibility: invisible;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          opacity: 0; }
      .news__itemImg > img {
        border-radius: 0 !important; }
    .news-v2 .news__item:hover .news__itemImg {
      margin: -10px; }
      .news-v2 .news__item:hover .news__itemImg:after {
        visibility: visible;
        top: 80%;
        opacity: 1; }
    .news__itemBody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 50px;
      background: #f1f5fe; }
      .global-rounded .rounded .news__itemBody,
      .pix-rounded .news__itemBody {
        border-radius: 0 0 5px 5px; }
      .news__itemBody:before {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        content: '';
        opacity: 0; }
    .news__item:hover .news__itemBody {
      color: #fff; }
      .news-v2 .news__item:hover .news__itemBody {
        background-color: transparent;
        margin-top: -100%; }
      .news__item:hover .news__itemBody:before {
        opacity: .9; }
        .global-rounded .rounded .news__item:hover .news__itemBody:before,
        .pix-rounded .news__item:hover .news__itemBody:before {
          border-radius: 5px; }
      .news-v2 .news__item:hover .news__itemBody:before {
        margin: -10px; }
    .news__itemTitle {
      font-size: 1.25rem;
      line-height: 1.35; }
      .news-v2 .news__itemTitle {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .news__item:hover .news__itemTitle {
      color: inherit; }
    .news__itemText {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      margin: 2em 0; }
      .news-v2 .news__itemText {
        height: 0;
        position: absolute;
        visibility: hidden;
        overflow: hidden;
        opacity: 0; }
      .news__itemText p:last-child {
        margin-bottom: 0; }
    .news-v2 .news__item:hover .news__itemText {
      visibility: visible;
      position: relative;
      margin: 2em 0 0;
      height: auto;
      opacity: 1; }
    .news__itemInfo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2em;
      -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;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: .9em; }
      .news__itemInfo [class^="pix-icon-"], .news__itemInfo [class*=" pix-icon-"] {
        height: 20px;
        font-size: 1.2em;
        vertical-align: -2px; }
    .news__item:hover .news__itemInfo [class^="pix-icon-"], .news__item:hover .news__itemInfo [class*=" pix-icon-"] {
      color: #fff;
      background-clip: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: #fff;
      text-fill-color: #fff;
      background: transparent; }
    .news__itemDate {
      margin-right: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .news__itemDate > a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
    .news__itemMore {
      position: absolute;
      display: block;
      bottom: -10px;
      right: -10px;
      left: -10px;
      top: -10px; }

.map {
  min-height: 450px;
  height: 100%;
  width: 100%; }

.contact-form .form-control, .contact-form .pix-calculator input:not([type='checkbox']):not([type='radio']), .pix-calculator .contact-form input:not([type='checkbox']):not([type='radio']), .contact-form .pix-calculator select, .pix-calculator .contact-form select {
  border: 0; }

.contact-form textarea.form-control {
  height: 145px; }

/* ===================================== */
/* =========== | WP Fixes | ============ */
/* ===================================== */
@media screen and (max-width: 600px) {
  .nojq {
    margin-top: -46px; } }

body > iframe[name="ym-native-frame"] {
  max-width: 0 !important;
  min-height: 0; }

.vc_row {
  margin-left: -30px;
  margin-right: -30px; }

.vc_column_container > .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px; }

.zindex20 {
  z-index: 20; }

@media (min-width: 460px) {
  .pix-calc-total {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pix-calc-total-price {
    width: 100%; } }

p.logged-in-as {
  margin-bottom: 1em; }

.alignleft,
.alignright {
  z-index: 2; }

.is-style-squared > * {
  border-radius: 0 !important; }

.is-style-outline {
  color: inherit; }

.wp-block-button:not(.is-style-outline) {
  color: #fff; }
  .wp-block-button:not(.is-style-outline) * {
    color: inherit; }

a.page-numbers:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*# sourceMappingURL=main.css.map */