@import url(https://fonts.googleapis.com/css?family=Oswald:400,500,700|Roboto:400,500);
[dir="ltr"] :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4f91c9;
  --secondary: #6b757d;
  --success: #00AFEB;
  --info: #29b6f6;
  --warning: #ffa726;
  --danger: #f9476b;
  --light: #f8f9fa;
  --dark: #39444d;
  --breakpoint-xs: 0;
  --breakpoint-xs-md: 374px;
  --breakpoint-xs-plus: 413px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1366px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

[dir="ltr"] *,
[dir="ltr"] :after,
[dir="ltr"] :before {
  box-sizing: border-box;
}

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

[dir="ltr"] article,
[dir="ltr"] aside,
[dir="ltr"] figcaption,
[dir="ltr"] figure,
[dir="ltr"] footer,
[dir="ltr"] header,
[dir="ltr"] hgroup,
[dir="ltr"] main,
[dir="ltr"] nav,
[dir="ltr"] section {
  display: block;
}

[dir="ltr"] body {
  margin: 0;
  font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383b3d;
  text-align: left;
  background-color: #f5f6f7;
}

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

[dir="ltr"] hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6,
[dir="ltr"] p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

[dir="ltr"] address {
  font-style: normal;
  line-height: inherit;
}

[dir="ltr"] address,
[dir="ltr"] dl,
[dir="ltr"] ol,
[dir="ltr"] ul {
  margin-bottom: 1rem;
}

[dir="ltr"] dl,
[dir="ltr"] ol,
[dir="ltr"] ul {
  margin-top: 0;
}

[dir="ltr"] ol ol,
[dir="ltr"] ol ul,
[dir="ltr"] ul ol,
[dir="ltr"] ul ul {
  margin-bottom: 0;
}

[dir="ltr"] dt {
  font-weight: 500;
}

[dir="ltr"] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

[dir="ltr"] blockquote {
  margin: 0 0 1rem;
}

[dir="ltr"] b,
[dir="ltr"] strong {
  font-weight: bolder;
}

[dir="ltr"] small {
  font-size: 80%;
}

[dir="ltr"] sub,
[dir="ltr"] sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

[dir="ltr"] sub {
  bottom: -0.25em;
}

[dir="ltr"] sup {
  top: -0.5em;
}

[dir="ltr"] a {
  color: rgba(33, 150, 243, 0.85);
  text-decoration: none;
  background-color: transparent;
}

[dir="ltr"] a:hover {
  color: rgba(10, 110, 189, 0.85);
  text-decoration: underline;
}

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

[dir="ltr"] a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

[dir="ltr"] pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

[dir="ltr"] figure {
  margin: 0 0 1rem;
}

[dir="ltr"] img {
  border-style: none;
}

[dir="ltr"] img,
[dir="ltr"] svg {
  vertical-align: middle;
}

[dir="ltr"] svg {
  overflow: hidden;
}

[dir="ltr"] table {
  border-collapse: collapse;
}

[dir="ltr"] caption {
  padding-top: 0.5rem 0.75rem;
  padding-bottom: 0.5rem 0.75rem;
  color: #b8bdc2;
  text-align: left;
  caption-side: bottom;
}

[dir="ltr"] th {
  text-align: inherit;
}

[dir="ltr"] label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

[dir="ltr"] button {
  border-radius: 0;
}

[dir="ltr"] button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

[dir="ltr"] button,
[dir="ltr"] input,
[dir="ltr"] optgroup,
[dir="ltr"] select,
[dir="ltr"] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[dir="ltr"] button,
[dir="ltr"] input {
  overflow: visible;
}

[dir="ltr"] button,
[dir="ltr"] select {
  text-transform: none;
}

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

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

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

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

[dir="ltr"] textarea {
  overflow: auto;
  resize: vertical;
}

[dir="ltr"] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

[dir="ltr"] progress {
  vertical-align: baseline;
}

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

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

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

[dir="ltr"] ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[dir="ltr"] output {
  display: inline-block;
}

[dir="ltr"] summary {
  display: list-item;
  cursor: pointer;
}

[dir="ltr"] template {
  display: none;
}

[dir="ltr"] [hidden] {
  display: none !important;
}

[dir="ltr"] .h1,
[dir="ltr"] .h2,
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] .h5,
[dir="ltr"] .h6,
[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6 {
  margin-bottom: 1rem;
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(57, 68, 77, 0.84);
}

[dir="ltr"] .h1,
[dir="ltr"] h1 {
  font-size: 2.827rem;
}

[dir="ltr"] .h2,
[dir="ltr"] h2 {
  font-size: 1.999rem;
}

[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] h3,
[dir="ltr"] h4 {
  font-size: 1.414rem;
}

[dir="ltr"] .h5,
[dir="ltr"] h5 {
  font-size: 1rem;
}

[dir="ltr"] .h6,
[dir="ltr"] h6 {
  font-size: 0.9375rem;
}

[dir="ltr"] .lead {
  font-size: 1.0546875rem;
  font-weight: 400;
}

[dir="ltr"] .display-1 {
  font-size: 3.998rem;
  font-weight: 700;
  line-height: 1.5;
}

[dir="ltr"] .display-2 {
  font-size: 5.5rem;
}

[dir="ltr"] .display-2,
[dir="ltr"] .display-3 {
  font-weight: 300;
  line-height: 1.5;
}

[dir="ltr"] .display-3 {
  font-size: 4.5rem;
}

[dir="ltr"] .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5;
}

[dir="ltr"] hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .small,
[dir="ltr"] small {
  font-size: 0.75rem;
  font-weight: 400;
}

[dir="ltr"] .mark,
[dir="ltr"] mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

[dir="ltr"] .list-inline,
[dir="ltr"] .list-unstyled {
  padding-left: 0;
  list-style: none;
}

[dir="ltr"] .list-inline-item {
  display: inline-block;
}

[dir="ltr"] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

[dir="ltr"] .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

[dir="ltr"] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

[dir="ltr"] .blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
}

[dir="ltr"] .blockquote-footer:before {
  content: "\2014\A0";
}

[dir="ltr"] .img-fluid,
[dir="ltr"] .img-thumbnail {
  max-width: 100%;
  height: auto;
}

[dir="ltr"] .img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f6f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .figure {
  display: inline-block;
}

[dir="ltr"] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

[dir="ltr"] .figure-caption {
  font-size: 90%;
  color: #6c757d;
}

[dir="ltr"] code {
  font-size: 87.5%;
  color: #4f91c9;
  word-break: break-word;
}

[dir="ltr"] a > code {
  color: inherit;
}

[dir="ltr"] kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

[dir="ltr"] kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}

[dir="ltr"] pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

[dir="ltr"] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

[dir="ltr"] .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

[dir="ltr"] .container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  [dir="ltr"] .container {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .container {
    max-width: 1120px;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .container {
    max-width: 1144px;
  }
}

[dir="ltr"] .container-fluid {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

[dir="ltr"] .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
[dir="ltr"] .row_mob {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem;
}

[dir="ltr"] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

[dir="ltr"] .col,
[dir="ltr"] .col-1,
[dir="ltr"] .col-2,
[dir="ltr"] .col-3,
[dir="ltr"] .col-4,
[dir="ltr"] .col-5,
[dir="ltr"] .col-6,
[dir="ltr"] .col-7,
[dir="ltr"] .col-8,
[dir="ltr"] .col-9,
[dir="ltr"] .col-10,
[dir="ltr"] .col-11,
[dir="ltr"] .col-12,
[dir="ltr"] .col-auto,
[dir="ltr"] .col-lg,
[dir="ltr"] .col-lg-1,
[dir="ltr"] .col-lg-2,
[dir="ltr"] .col-lg-3,
[dir="ltr"] .col-lg-4,
[dir="ltr"] .col-lg-5,
[dir="ltr"] .col-lg-6,
[dir="ltr"] .col-lg-7,
[dir="ltr"] .col-lg-8,
[dir="ltr"] .col-lg-9,
[dir="ltr"] .col-lg-10,
[dir="ltr"] .col-lg-11,
[dir="ltr"] .col-lg-12,
[dir="ltr"] .col-lg-auto,
[dir="ltr"] .col-md,
[dir="ltr"] .col-md-1,
[dir="ltr"] .col-md-2,
[dir="ltr"] .col-md-3,
[dir="ltr"] .col-md-4,
[dir="ltr"] .col-md-5,
[dir="ltr"] .col-md-6,
[dir="ltr"] .col-md-7,
[dir="ltr"] .col-md-8,
[dir="ltr"] .col-md-9,
[dir="ltr"] .col-md-10,
[dir="ltr"] .col-md-11,
[dir="ltr"] .col-md-12,
[dir="ltr"] .col-md-auto,
[dir="ltr"] .col-sm,
[dir="ltr"] .col-sm-1,
[dir="ltr"] .col-sm-2,
[dir="ltr"] .col-sm-3,
[dir="ltr"] .col-sm-4,
[dir="ltr"] .col-sm-5,
[dir="ltr"] .col-sm-6,
[dir="ltr"] .col-sm-7,
[dir="ltr"] .col-sm-8,
[dir="ltr"] .col-sm-9,
[dir="ltr"] .col-sm-10,
[dir="ltr"] .col-sm-11,
[dir="ltr"] .col-sm-12,
[dir="ltr"] .col-sm-auto,
[dir="ltr"] .col-xl,
[dir="ltr"] .col-xl-1,
[dir="ltr"] .col-xl-2,
[dir="ltr"] .col-xl-3,
[dir="ltr"] .col-xl-4,
[dir="ltr"] .col-xl-5,
[dir="ltr"] .col-xl-6,
[dir="ltr"] .col-xl-7,
[dir="ltr"] .col-xl-8,
[dir="ltr"] .col-xl-9,
[dir="ltr"] .col-xl-10,
[dir="ltr"] .col-xl-11,
[dir="ltr"] .col-xl-12,
[dir="ltr"] .col-xl-auto,
[dir="ltr"] .col-xs-md,
[dir="ltr"] .col-xs-md-1,
[dir="ltr"] .col-xs-md-2,
[dir="ltr"] .col-xs-md-3,
[dir="ltr"] .col-xs-md-4,
[dir="ltr"] .col-xs-md-5,
[dir="ltr"] .col-xs-md-6,
[dir="ltr"] .col-xs-md-7,
[dir="ltr"] .col-xs-md-8,
[dir="ltr"] .col-xs-md-9,
[dir="ltr"] .col-xs-md-10,
[dir="ltr"] .col-xs-md-11,
[dir="ltr"] .col-xs-md-12,
[dir="ltr"] .col-xs-md-auto,
[dir="ltr"] .col-xs-plus,
[dir="ltr"] .col-xs-plus-1,
[dir="ltr"] .col-xs-plus-2,
[dir="ltr"] .col-xs-plus-3,
[dir="ltr"] .col-xs-plus-4,
[dir="ltr"] .col-xs-plus-5,
[dir="ltr"] .col-xs-plus-6,
[dir="ltr"] .col-xs-plus-7,
[dir="ltr"] .col-xs-plus-8,
[dir="ltr"] .col-xs-plus-9,
[dir="ltr"] .col-xs-plus-10,
[dir="ltr"] .col-xs-plus-11,
[dir="ltr"] .col-xs-plus-12,
[dir="ltr"] .col-xs-plus-auto,
[dir="ltr"] .col-xxl,
[dir="ltr"] .col-xxl-1,
[dir="ltr"] .col-xxl-2,
[dir="ltr"] .col-xxl-3,
[dir="ltr"] .col-xxl-4,
[dir="ltr"] .col-xxl-5,
[dir="ltr"] .col-xxl-6,
[dir="ltr"] .col-xxl-7,
[dir="ltr"] .col-xxl-8,
[dir="ltr"] .col-xxl-9,
[dir="ltr"] .col-xxl-10,
[dir="ltr"] .col-xxl-11,
[dir="ltr"] .col-xxl-12,
[dir="ltr"] .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

[dir="ltr"] .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

[dir="ltr"] .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

[dir="ltr"] .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

[dir="ltr"] .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

[dir="ltr"] .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

[dir="ltr"] .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

[dir="ltr"] .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

[dir="ltr"] .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

[dir="ltr"] .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

[dir="ltr"] .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

[dir="ltr"] .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

[dir="ltr"] .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

[dir="ltr"] .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

[dir="ltr"] .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

[dir="ltr"] .order-first {
  order: -1;
}

[dir="ltr"] .order-last {
  order: 13;
}

[dir="ltr"] .order-0 {
  order: 0;
}

[dir="ltr"] .order-1 {
  order: 1;
}

[dir="ltr"] .order-2 {
  order: 2;
}

[dir="ltr"] .order-3 {
  order: 3;
}

[dir="ltr"] .order-4 {
  order: 4;
}

[dir="ltr"] .order-5 {
  order: 5;
}

[dir="ltr"] .order-6 {
  order: 6;
}

[dir="ltr"] .order-7 {
  order: 7;
}

[dir="ltr"] .order-8 {
  order: 8;
}

[dir="ltr"] .order-9 {
  order: 9;
}

[dir="ltr"] .order-10 {
  order: 10;
}

[dir="ltr"] .order-11 {
  order: 11;
}

[dir="ltr"] .order-12 {
  order: 12;
}

[dir="ltr"] .offset-1 {
  margin-left: 8.3333333333%;
}

[dir="ltr"] .offset-2 {
  margin-left: 16.6666666667%;
}

[dir="ltr"] .offset-3 {
  margin-left: 25%;
}

[dir="ltr"] .offset-4 {
  margin-left: 33.3333333333%;
}

[dir="ltr"] .offset-5 {
  margin-left: 41.6666666667%;
}

[dir="ltr"] .offset-6 {
  margin-left: 50%;
}

[dir="ltr"] .offset-7 {
  margin-left: 58.3333333333%;
}

[dir="ltr"] .offset-8 {
  margin-left: 66.6666666667%;
}

[dir="ltr"] .offset-9 {
  margin-left: 75%;
}

[dir="ltr"] .offset-10 {
  margin-left: 83.3333333333%;
}

[dir="ltr"] .offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 374px) {
  [dir="ltr"] .col-xs-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  [dir="ltr"] .col-xs-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-xs-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-xs-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xs-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-xs-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-xs-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-xs-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-xs-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-xs-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-xs-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-xs-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-xs-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-xs-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-xs-md-first {
    order: -1;
  }
  [dir="ltr"] .order-xs-md-last {
    order: 13;
  }
  [dir="ltr"] .order-xs-md-0 {
    order: 0;
  }
  [dir="ltr"] .order-xs-md-1 {
    order: 1;
  }
  [dir="ltr"] .order-xs-md-2 {
    order: 2;
  }
  [dir="ltr"] .order-xs-md-3 {
    order: 3;
  }
  [dir="ltr"] .order-xs-md-4 {
    order: 4;
  }
  [dir="ltr"] .order-xs-md-5 {
    order: 5;
  }
  [dir="ltr"] .order-xs-md-6 {
    order: 6;
  }
  [dir="ltr"] .order-xs-md-7 {
    order: 7;
  }
  [dir="ltr"] .order-xs-md-8 {
    order: 8;
  }
  [dir="ltr"] .order-xs-md-9 {
    order: 9;
  }
  [dir="ltr"] .order-xs-md-10 {
    order: 10;
  }
  [dir="ltr"] .order-xs-md-11 {
    order: 11;
  }
  [dir="ltr"] .order-xs-md-12 {
    order: 12;
  }
  [dir="ltr"] .offset-xs-md-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-xs-md-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-xs-md-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-xs-md-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-xs-md-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-xs-md-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-xs-md-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-xs-md-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-xs-md-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-xs-md-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-xs-md-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-xs-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .col-xs-plus {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  [dir="ltr"] .col-xs-plus-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-xs-plus-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-xs-plus-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xs-plus-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-xs-plus-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-xs-plus-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-xs-plus-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-xs-plus-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-xs-plus-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-xs-plus-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-xs-plus-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-xs-plus-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-xs-plus-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-xs-plus-first {
    order: -1;
  }
  [dir="ltr"] .order-xs-plus-last {
    order: 13;
  }
  [dir="ltr"] .order-xs-plus-0 {
    order: 0;
  }
  [dir="ltr"] .order-xs-plus-1 {
    order: 1;
  }
  [dir="ltr"] .order-xs-plus-2 {
    order: 2;
  }
  [dir="ltr"] .order-xs-plus-3 {
    order: 3;
  }
  [dir="ltr"] .order-xs-plus-4 {
    order: 4;
  }
  [dir="ltr"] .order-xs-plus-5 {
    order: 5;
  }
  [dir="ltr"] .order-xs-plus-6 {
    order: 6;
  }
  [dir="ltr"] .order-xs-plus-7 {
    order: 7;
  }
  [dir="ltr"] .order-xs-plus-8 {
    order: 8;
  }
  [dir="ltr"] .order-xs-plus-9 {
    order: 9;
  }
  [dir="ltr"] .order-xs-plus-10 {
    order: 10;
  }
  [dir="ltr"] .order-xs-plus-11 {
    order: 11;
  }
  [dir="ltr"] .order-xs-plus-12 {
    order: 12;
  }
  [dir="ltr"] .offset-xs-plus-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-xs-plus-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-xs-plus-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-xs-plus-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-xs-plus-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-xs-plus-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-xs-plus-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-xs-plus-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-xs-plus-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-xs-plus-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-xs-plus-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-xs-plus-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  [dir="ltr"] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-sm-first {
    order: -1;
  }
  [dir="ltr"] .order-sm-last {
    order: 13;
  }
  [dir="ltr"] .order-sm-0 {
    order: 0;
  }
  [dir="ltr"] .order-sm-1 {
    order: 1;
  }
  [dir="ltr"] .order-sm-2 {
    order: 2;
  }
  [dir="ltr"] .order-sm-3 {
    order: 3;
  }
  [dir="ltr"] .order-sm-4 {
    order: 4;
  }
  [dir="ltr"] .order-sm-5 {
    order: 5;
  }
  [dir="ltr"] .order-sm-6 {
    order: 6;
  }
  [dir="ltr"] .order-sm-7 {
    order: 7;
  }
  [dir="ltr"] .order-sm-8 {
    order: 8;
  }
  [dir="ltr"] .order-sm-9 {
    order: 9;
  }
  [dir="ltr"] .order-sm-10 {
    order: 10;
  }
  [dir="ltr"] .order-sm-11 {
    order: 11;
  }
  [dir="ltr"] .order-sm-12 {
    order: 12;
  }
  [dir="ltr"] .offset-sm-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-sm-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-sm-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-sm-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  [dir="ltr"] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-md-first {
    order: -1;
  }
  [dir="ltr"] .order-md-last {
    order: 13;
  }
  [dir="ltr"] .order-md-0 {
    order: 0;
  }
  [dir="ltr"] .order-md-1 {
    order: 1;
  }
  [dir="ltr"] .order-md-2 {
    order: 2;
  }
  [dir="ltr"] .order-md-3 {
    order: 3;
  }
  [dir="ltr"] .order-md-4 {
    order: 4;
  }
  [dir="ltr"] .order-md-5 {
    order: 5;
  }
  [dir="ltr"] .order-md-6 {
    order: 6;
  }
  [dir="ltr"] .order-md-7 {
    order: 7;
  }
  [dir="ltr"] .order-md-8 {
    order: 8;
  }
  [dir="ltr"] .order-md-9 {
    order: 9;
  }
  [dir="ltr"] .order-md-10 {
    order: 10;
  }
  [dir="ltr"] .order-md-11 {
    order: 11;
  }
  [dir="ltr"] .order-md-12 {
    order: 12;
  }
  [dir="ltr"] .offset-md-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-md-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-md-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-md-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  [dir="ltr"] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-lg-first {
    order: -1;
  }
  [dir="ltr"] .order-lg-last {
    order: 13;
  }
  [dir="ltr"] .order-lg-0 {
    order: 0;
  }
  [dir="ltr"] .order-lg-1 {
    order: 1;
  }
  [dir="ltr"] .order-lg-2 {
    order: 2;
  }
  [dir="ltr"] .order-lg-3 {
    order: 3;
  }
  [dir="ltr"] .order-lg-4 {
    order: 4;
  }
  [dir="ltr"] .order-lg-5 {
    order: 5;
  }
  [dir="ltr"] .order-lg-6 {
    order: 6;
  }
  [dir="ltr"] .order-lg-7 {
    order: 7;
  }
  [dir="ltr"] .order-lg-8 {
    order: 8;
  }
  [dir="ltr"] .order-lg-9 {
    order: 9;
  }
  [dir="ltr"] .order-lg-10 {
    order: 10;
  }
  [dir="ltr"] .order-lg-11 {
    order: 11;
  }
  [dir="ltr"] .order-lg-12 {
    order: 12;
  }
  [dir="ltr"] .offset-lg-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-lg-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-lg-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-lg-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  [dir="ltr"] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-xl-first {
    order: -1;
  }
  [dir="ltr"] .order-xl-last {
    order: 13;
  }
  [dir="ltr"] .order-xl-0 {
    order: 0;
  }
  [dir="ltr"] .order-xl-1 {
    order: 1;
  }
  [dir="ltr"] .order-xl-2 {
    order: 2;
  }
  [dir="ltr"] .order-xl-3 {
    order: 3;
  }
  [dir="ltr"] .order-xl-4 {
    order: 4;
  }
  [dir="ltr"] .order-xl-5 {
    order: 5;
  }
  [dir="ltr"] .order-xl-6 {
    order: 6;
  }
  [dir="ltr"] .order-xl-7 {
    order: 7;
  }
  [dir="ltr"] .order-xl-8 {
    order: 8;
  }
  [dir="ltr"] .order-xl-9 {
    order: 9;
  }
  [dir="ltr"] .order-xl-10 {
    order: 10;
  }
  [dir="ltr"] .order-xl-11 {
    order: 11;
  }
  [dir="ltr"] .order-xl-12 {
    order: 12;
  }
  [dir="ltr"] .offset-xl-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-xl-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-xl-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-xl-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  [dir="ltr"] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-xxl-first {
    order: -1;
  }
  [dir="ltr"] .order-xxl-last {
    order: 13;
  }
  [dir="ltr"] .order-xxl-0 {
    order: 0;
  }
  [dir="ltr"] .order-xxl-1 {
    order: 1;
  }
  [dir="ltr"] .order-xxl-2 {
    order: 2;
  }
  [dir="ltr"] .order-xxl-3 {
    order: 3;
  }
  [dir="ltr"] .order-xxl-4 {
    order: 4;
  }
  [dir="ltr"] .order-xxl-5 {
    order: 5;
  }
  [dir="ltr"] .order-xxl-6 {
    order: 6;
  }
  [dir="ltr"] .order-xxl-7 {
    order: 7;
  }
  [dir="ltr"] .order-xxl-8 {
    order: 8;
  }
  [dir="ltr"] .order-xxl-9 {
    order: 9;
  }
  [dir="ltr"] .order-xxl-10 {
    order: 10;
  }
  [dir="ltr"] .order-xxl-11 {
    order: 11;
  }
  [dir="ltr"] .order-xxl-12 {
    order: 12;
  }
  [dir="ltr"] .offset-xxl-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-xxl-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-xxl-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-xxl-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

[dir="ltr"] .table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

[dir="ltr"] .table td,
[dir="ltr"] .table th {
  padding: 0.5rem 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f0f1f2;
}

[dir="ltr"] .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f0f1f2;
}

[dir="ltr"] .table tbody + tbody {
  border-top: 2px solid #f0f1f2;
}

[dir="ltr"] .table .table {
  background-color: #f5f6f7;
}

[dir="ltr"] .table-sm td,
[dir="ltr"] .table-sm th {
  padding: 0.3rem;
}

[dir="ltr"] .table-bordered,
[dir="ltr"] .table-bordered td,
[dir="ltr"] .table-bordered th {
  border: 1px solid #f0f1f2;
}

[dir="ltr"] .table-bordered thead td,
[dir="ltr"] .table-bordered thead th {
  border-bottom-width: 2px;
}

[dir="ltr"] .table-borderless tbody + tbody,
[dir="ltr"] .table-borderless td,
[dir="ltr"] .table-borderless th,
[dir="ltr"] .table-borderless thead th {
  border: 0;
}

[dir="ltr"] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .table-primary,
[dir="ltr"] .table-primary > td,
[dir="ltr"] .table-primary > th {
  background-color: #c1e2fc;
}

[dir="ltr"] .table-primary tbody + tbody,
[dir="ltr"] .table-primary td,
[dir="ltr"] .table-primary th,
[dir="ltr"] .table-primary thead th {
  border-color: #8cc8f9;
}

[dir="ltr"] .table-hover .table-primary:hover,
[dir="ltr"] .table-hover .table-primary:hover > td,
[dir="ltr"] .table-hover .table-primary:hover > th {
  background-color: #a9d7fb;
}

[dir="ltr"] .table-secondary,
[dir="ltr"] .table-secondary > td,
[dir="ltr"] .table-secondary > th {
  background-color: #d6d8db;
}

[dir="ltr"] .table-secondary tbody + tbody,
[dir="ltr"] .table-secondary td,
[dir="ltr"] .table-secondary th,
[dir="ltr"] .table-secondary thead th {
  border-color: #b2b7bb;
}

[dir="ltr"] .table-hover .table-secondary:hover,
[dir="ltr"] .table-hover .table-secondary:hover > td,
[dir="ltr"] .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

[dir="ltr"] .table-success,
[dir="ltr"] .table-success > td,
[dir="ltr"] .table-success > th {
  background-color: #d4ecd5;
}

[dir="ltr"] .table-success tbody + tbody,
[dir="ltr"] .table-success td,
[dir="ltr"] .table-success th,
[dir="ltr"] .table-success thead th {
  border-color: #afdcb2;
}

[dir="ltr"] .table-hover .table-success:hover,
[dir="ltr"] .table-hover .table-success:hover > td,
[dir="ltr"] .table-hover .table-success:hover > th {
  background-color: #c2e4c4;
}

[dir="ltr"] .table-info,
[dir="ltr"] .table-info > td,
[dir="ltr"] .table-info > th {
  background-color: #c3ebfc;
}

[dir="ltr"] .table-info tbody + tbody,
[dir="ltr"] .table-info td,
[dir="ltr"] .table-info th,
[dir="ltr"] .table-info thead th {
  border-color: #90d9fa;
}

[dir="ltr"] .table-hover .table-info:hover,
[dir="ltr"] .table-hover .table-info:hover > td,
[dir="ltr"] .table-hover .table-info:hover > th {
  background-color: #abe3fb;
}

[dir="ltr"] .table-warning,
[dir="ltr"] .table-warning > td,
[dir="ltr"] .table-warning > th {
  background-color: #ffe6c2;
}

[dir="ltr"] .table-warning tbody + tbody,
[dir="ltr"] .table-warning td,
[dir="ltr"] .table-warning th,
[dir="ltr"] .table-warning thead th {
  border-color: #ffd18e;
}

[dir="ltr"] .table-hover .table-warning:hover,
[dir="ltr"] .table-hover .table-warning:hover > td,
[dir="ltr"] .table-hover .table-warning:hover > th {
  background-color: #ffdca9;
}

[dir="ltr"] .table-danger,
[dir="ltr"] .table-danger > td,
[dir="ltr"] .table-danger > th {
  background-color: #fccac7;
}

[dir="ltr"] .table-danger tbody + tbody,
[dir="ltr"] .table-danger td,
[dir="ltr"] .table-danger th,
[dir="ltr"] .table-danger thead th {
  border-color: #f99d96;
}

[dir="ltr"] .table-hover .table-danger:hover,
[dir="ltr"] .table-hover .table-danger:hover > td,
[dir="ltr"] .table-hover .table-danger:hover > th {
  background-color: #fbb3af;
}

[dir="ltr"] .table-light,
[dir="ltr"] .table-light > td,
[dir="ltr"] .table-light > th {
  background-color: #fdfdfe;
}

[dir="ltr"] .table-light tbody + tbody,
[dir="ltr"] .table-light td,
[dir="ltr"] .table-light th,
[dir="ltr"] .table-light thead th {
  border-color: #fbfcfc;
}

[dir="ltr"] .table-hover .table-light:hover,
[dir="ltr"] .table-hover .table-light:hover > td,
[dir="ltr"] .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

[dir="ltr"] .table-dark,
[dir="ltr"] .table-dark > td,
[dir="ltr"] .table-dark > th {
  background-color: #c8cbcd;
}

[dir="ltr"] .table-dark tbody + tbody,
[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark thead th {
  border-color: #989ea2;
}

[dir="ltr"] .table-hover .table-dark:hover,
[dir="ltr"] .table-hover .table-dark:hover > td,
[dir="ltr"] .table-hover .table-dark:hover > th {
  background-color: #bbbec1;
}

[dir="ltr"] .table-active,
[dir="ltr"] .table-active > td,
[dir="ltr"] .table-active > th,
[dir="ltr"] .table-hover .table-active:hover,
[dir="ltr"] .table-hover .table-active:hover > td,
[dir="ltr"] .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

[dir="ltr"] .table .thead-light th {
  color: #b8bdc2;
  background-color: #f5f6f7;
  border-color: #f0f1f2;
}

[dir="ltr"] .table-dark {
  color: #fff;
  background-color: #212529;
}

[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark thead th {
  border-color: #32383e;
}

[dir="ltr"] .table-dark.table-bordered {
  border: 0;
}

[dir="ltr"] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

[dir="ltr"] .table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}

@media (max-width: 373.98px) {
  [dir="ltr"] .table-responsive-xs-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir="ltr"] .table-responsive-xs-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 412.98px) {
  [dir="ltr"] .table-responsive-xs-plus {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir="ltr"] .table-responsive-xs-plus > .table-bordered {
    border: 0;
  }
}

@media (max-width: 575.98px) {
  [dir="ltr"] .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir="ltr"] .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  [dir="ltr"] .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir="ltr"] .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  [dir="ltr"] .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir="ltr"] .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  [dir="ltr"] .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir="ltr"] .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1365.98px) {
  [dir="ltr"] .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir="ltr"] .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

[dir="ltr"] .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

[dir="ltr"] .table-responsive > .table-bordered {
  border: 0;
}

[dir="ltr"] .form-control {
  display: block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f0f1f2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .form-control {
    transition: none;
  }
}

[dir="ltr"] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9acffa;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"] .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 0.5;
}

[dir="ltr"] .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 0.5;
}

[dir="ltr"] .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 0.5;
}

[dir="ltr"] .form-control::placeholder {
  color: #6c757d;
  opacity: 0.5;
}

[dir="ltr"] .form-control:disabled,
[dir="ltr"] .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 0.5;
}

[dir="ltr"] select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

[dir="ltr"] .form-control-file,
[dir="ltr"] .form-control-range {
  display: block;
  width: 100%;
}

[dir="ltr"] .col-form-label {
  margin-bottom: 0;
  font-size: inherit;
}

[dir="ltr"] .col-form-label,
[dir="ltr"] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  line-height: 1.5;
}

[dir="ltr"] .col-form-label-lg {
  font-size: 1.171875rem;
}

[dir="ltr"] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8203125rem;
  line-height: 1.5;
}

[dir="ltr"] .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #383b3d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

[dir="ltr"] .form-control-plaintext.form-control-lg,
[dir="ltr"] .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

[dir="ltr"] .form-control-sm {
  height: calc(1.73047rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

[dir="ltr"] .form-control-lg {
  height: calc(2.75781rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

[dir="ltr"] select.form-control[multiple],
[dir="ltr"] select.form-control[size],
[dir="ltr"] textarea.form-control {
  height: auto;
}

[dir="ltr"] .form-group {
  margin-bottom: 1rem;
}

[dir="ltr"] .form-text {
  display: block;
  margin-top: 0.25rem;
}

[dir="ltr"] .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

[dir="ltr"] .form-row > .col,
[dir="ltr"] .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

[dir="ltr"] .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

[dir="ltr"] .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

[dir="ltr"] .form-check-input:disabled ~ .form-check-label {
  color: #b8bdc2;
}

[dir="ltr"] .form-check-label {
  margin-bottom: 0;
}

[dir="ltr"] .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

[dir="ltr"] .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

[dir="ltr"] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #00AFEB;
}

[dir="ltr"] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(102, 187, 106, 0.9);
  border-radius: 0.25rem;
}

[dir="ltr"] .form-control.is-valid,
[dir="ltr"] .was-validated .form-control:valid {
  border-color: #00AFEB;
  padding-right: 2.40625rem;
  background-repeat: no-repeat;
  background-position: center right 0.60156rem;
  background-size: 1.20313rem 1.20313rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2331B393' 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");
}

[dir="ltr"] .form-control.is-valid:focus,
[dir="ltr"] .was-validated .form-control:valid:focus {
  border-color: #00AFEB;
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.25);
}

[dir="ltr"] .form-control.is-valid ~ .valid-feedback,
[dir="ltr"] .form-control.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .form-control:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

[dir="ltr"] .was-validated textarea.form-control:valid,
[dir="ltr"] textarea.form-control.is-valid {
  padding-right: 2.40625rem;
  background-position: top 0.60156rem right 0.60156rem;
}

[dir="ltr"] .custom-select.is-valid,
[dir="ltr"] .was-validated .custom-select:valid {
  border-color: #00AFEB;
  padding-right: 3.5546875rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2331B393' 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")
      no-repeat center right 1.75rem/1.203125rem 1.203125rem;
}

[dir="ltr"] .custom-select.is-valid:focus,
[dir="ltr"] .was-validated .custom-select:valid:focus {
  border-color: #00AFEB;
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.25);
}

[dir="ltr"] .custom-select.is-valid ~ .valid-feedback,
[dir="ltr"] .custom-select.is-valid ~ .valid-tooltip,
[dir="ltr"] .form-control-file.is-valid ~ .valid-feedback,
[dir="ltr"] .form-control-file.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .custom-select:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .custom-select:valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .form-control-file:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

[dir="ltr"] .form-check-input.is-valid ~ .form-check-label,
[dir="ltr"] .was-validated .form-check-input:valid ~ .form-check-label {
  color: #00AFEB;
}

[dir="ltr"] .form-check-input.is-valid ~ .valid-feedback,
[dir="ltr"] .form-check-input.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #00AFEB;
}

[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid
  ~ .custom-control-label:before {
  border-color: #00AFEB;
}

[dir="ltr"] .custom-control-input.is-valid ~ .valid-feedback,
[dir="ltr"] .custom-control-input.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

[dir="ltr"]
  .custom-control-input.is-valid:checked
  ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #89cb8c;
  background-color: #89cb8c;
}

[dir="ltr"] .custom-control-input.is-valid:focus ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.25);
}

[dir="ltr"]
  .custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .custom-file-input.is-valid ~ .custom-file-label,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #00AFEB;
}

[dir="ltr"] .custom-file-input.is-valid ~ .valid-feedback,
[dir="ltr"] .custom-file-input.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .custom-file-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

[dir="ltr"] .custom-file-input.is-valid:focus ~ .custom-file-label,
[dir="ltr"] .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00AFEB;
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.25);
}

[dir="ltr"] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #f9476b;
}

[dir="ltr"] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 0.25rem;
}

[dir="ltr"] .form-control.is-invalid,
[dir="ltr"] .was-validated .form-control:invalid {
  border-color: #f9476b;
  padding-right: 2.40625rem;
  background-repeat: no-repeat;
  background-position: center right 0.60156rem;
  background-size: 1.20313rem 1.20313rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F44336' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

[dir="ltr"] .form-control.is-invalid:focus,
[dir="ltr"] .was-validated .form-control:invalid:focus {
  border-color: #f9476b;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

[dir="ltr"] .form-control.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-control.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .form-control:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

[dir="ltr"] .was-validated textarea.form-control:invalid,
[dir="ltr"] textarea.form-control.is-invalid {
  padding-right: 2.40625rem;
  background-position: top 0.60156rem right 0.60156rem;
}

[dir="ltr"] .custom-select.is-invalid,
[dir="ltr"] .was-validated .custom-select:invalid {
  border-color: #f9476b;
  padding-right: 3.5546875rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F44336' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      no-repeat center right 1.75rem/1.203125rem 1.203125rem;
}

[dir="ltr"] .custom-select.is-invalid:focus,
[dir="ltr"] .was-validated .custom-select:invalid:focus {
  border-color: #f9476b;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

[dir="ltr"] .custom-select.is-invalid ~ .invalid-feedback,
[dir="ltr"] .custom-select.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .form-control-file.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-control-file.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .custom-select:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .custom-select:invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .form-control-file:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

[dir="ltr"] .form-check-input.is-invalid ~ .form-check-label,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f9476b;
}

[dir="ltr"] .form-check-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-check-input.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid
  ~ .custom-control-label {
  color: #f9476b;
}

[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid
  ~ .custom-control-label:before {
  border-color: #f9476b;
}

[dir="ltr"] .custom-control-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .custom-control-input.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .custom-control-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

[dir="ltr"]
  .custom-control-input.is-invalid:checked
  ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #f77066;
  background-color: #f77066;
}

[dir="ltr"]
  .custom-control-input.is-invalid:focus
  ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

[dir="ltr"]
  .custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .custom-file-input.is-invalid ~ .custom-file-label,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #f9476b;
}

[dir="ltr"] .custom-file-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .custom-file-input.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .custom-file-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

[dir="ltr"] .custom-file-input.is-invalid:focus ~ .custom-file-label,
[dir="ltr"]
  .was-validated
  .custom-file-input:invalid:focus
  ~ .custom-file-label {
  border-color: #f9476b;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

[dir="ltr"] .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

[dir="ltr"] .form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  [dir="ltr"] .form-inline label {
    justify-content: center;
  }
  [dir="ltr"] .form-inline .form-group,
  [dir="ltr"] .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  [dir="ltr"] .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  [dir="ltr"] .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  [dir="ltr"] .form-inline .form-control-plaintext {
    display: inline-block;
  }
  [dir="ltr"] .form-inline .custom-select,
  [dir="ltr"] .form-inline .input-group {
    width: auto;
  }
  [dir="ltr"] .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  [dir="ltr"] .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  [dir="ltr"] .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  [dir="ltr"] .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

[dir="ltr"] .btn {
  display: inline-block;
  font-weight: 400;
  color: #383b3d;
  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: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .btn {
    transition: none;
  }
}

[dir="ltr"] .btn:hover {
  color: #383b3d;
  text-decoration: none;
}

[dir="ltr"] .btn.focus,
[dir="ltr"] .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"] .btn.disabled,
[dir="ltr"] .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

[dir="ltr"] .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[dir="ltr"] .btn:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn:not(:disabled):not(.disabled):active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[dir="ltr"] .btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[dir="ltr"] a.btn.disabled,
[dir="ltr"] fieldset:disabled a.btn {
  pointer-events: none;
}

[dir="ltr"] .btn-primary {
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-primary:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}

[dir="ltr"] .btn-primary.focus,
[dir="ltr"] .btn-primary:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

[dir="ltr"] .btn-primary.disabled,
[dir="ltr"] .btn-primary:disabled {
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}

[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

[dir="ltr"] .btn-secondary {
  color: #fff;
  background-color: #6b757d;
  border-color: #6b757d;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-secondary:hover {
  color: #fff;
  background-color: #596268;
  border-color: #535b62;
}

[dir="ltr"] .btn-secondary.focus,
[dir="ltr"] .btn-secondary:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(129, 138, 145, 0.5);
}

[dir="ltr"] .btn-secondary.disabled,
[dir="ltr"] .btn-secondary:disabled {
  color: #fff;
  background-color: #6b757d;
  border-color: #6b757d;
}

[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #535b62;
  border-color: #4e555b;
}

[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(129, 138, 145, 0.5);
}

[dir="ltr"] .btn-success {
  color: #212529;
  background-color: #00AFEB;
  border-color: #00AFEB;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-success:hover {
  color: #fff;
  background-color: #4dae52;
  border-color: #49a54e;
}

[dir="ltr"] .btn-success.focus,
[dir="ltr"] .btn-success:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(92, 165, 96, 0.5);
}

[dir="ltr"] .btn-success.disabled,
[dir="ltr"] .btn-success:disabled {
  color: #212529;
  background-color: #00AFEB;
  border-color: #00AFEB;
}

[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #49a54e;
  border-color: #459c49;
}

[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(92, 165, 96, 0.5);
}

[dir="ltr"] .btn-info {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-info:hover {
  color: #fff;
  background-color: #0aa7ef;
  border-color: #0a9fe2;
}

[dir="ltr"] .btn-info.focus,
[dir="ltr"] .btn-info:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(73, 193, 247, 0.5);
}

[dir="ltr"] .btn-info.disabled,
[dir="ltr"] .btn-info:disabled {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0a9fe2;
  border-color: #0996d6;
}

[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(73, 193, 247, 0.5);
}

[dir="ltr"] .btn-warning {
  color: #212529;
  background-color: #ffa726;
  border-color: #ffa726;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-warning:hover {
  color: #212529;
  background-color: #ff9700;
  border-color: #f29000;
}

[dir="ltr"] .btn-warning.focus,
[dir="ltr"] .btn-warning:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 148, 38, 0.5);
}

[dir="ltr"] .btn-warning.disabled,
[dir="ltr"] .btn-warning:disabled {
  color: #212529;
  background-color: #ffa726;
  border-color: #ffa726;
}

[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f29000;
  border-color: #e58800;
}

[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(222, 148, 38, 0.5);
}

[dir="ltr"] .btn-danger {
  color: #fff;
  background-color: #f55a4e;
  border-color: #f9476b;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-danger:hover {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
}

[dir="ltr"] .btn-danger.focus,
[dir="ltr"] .btn-danger:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(246, 95, 84, 0.5);
}

[dir="ltr"] .btn-danger.disabled,
[dir="ltr"] .btn-danger:disabled {
  color: #fff;
  background-color: #f9476b;
  border-color: #f9476b;
}

[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #de1b0c;
}

[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(246, 95, 84, 0.5);
}

[dir="ltr"] .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

[dir="ltr"] .btn-light.focus,
[dir="ltr"] .btn-light:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

[dir="ltr"] .btn-light.disabled,
[dir="ltr"] .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

[dir="ltr"] .btn-dark {
  color: #fff;
  background-color: #39444d;
  border-color: #39444d;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-dark:hover {
  color: #fff;
  background-color: #293137;
  border-color: #232a30;
}

[dir="ltr"] .btn-dark.focus,
[dir="ltr"] .btn-dark:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(87, 96, 104, 0.5);
}

[dir="ltr"] .btn-dark.disabled,
[dir="ltr"] .btn-dark:disabled {
  color: #fff;
  background-color: #39444d;
  border-color: #39444d;
}

[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #232a30;
  border-color: #1e2428;
}

[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(87, 96, 104, 0.5);
}

[dir="ltr"] .btn-outline-primary {
  color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .btn-outline-primary:hover {
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .btn-outline-primary.focus,
[dir="ltr"] .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

[dir="ltr"] .btn-outline-primary.disabled,
[dir="ltr"] .btn-outline-primary:disabled {
  color: #4f91c9;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

[dir="ltr"] .btn-outline-secondary {
  color: #6b757d;
  border-color: #6b757d;
}

[dir="ltr"] .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6b757d;
  border-color: #6b757d;
}

[dir="ltr"] .btn-outline-secondary.focus,
[dir="ltr"] .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 117, 125, 0.5);
}

[dir="ltr"] .btn-outline-secondary.disabled,
[dir="ltr"] .btn-outline-secondary:disabled {
  color: #6b757d;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b757d;
  border-color: #6b757d;
}

[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(107, 117, 125, 0.5);
}

[dir="ltr"] .btn-outline-success {
  color: #00AFEB;
  border-color: #00AFEB;
}

[dir="ltr"] .btn-outline-success:hover {
  color: #212529;
  background-color: #00AFEB;
  border-color: #00AFEB;
}

[dir="ltr"] .btn-outline-success.focus,
[dir="ltr"] .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}

[dir="ltr"] .btn-outline-success.disabled,
[dir="ltr"] .btn-outline-success:disabled {
  color: #00AFEB;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #00AFEB;
  border-color: #00AFEB;
}

[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}

[dir="ltr"] .btn-outline-info {
  color: #29b6f6;
  border-color: #29b6f6;
}

[dir="ltr"] .btn-outline-info:hover {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

[dir="ltr"] .btn-outline-info.focus,
[dir="ltr"] .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}

[dir="ltr"] .btn-outline-info.disabled,
[dir="ltr"] .btn-outline-info:disabled {
  color: #29b6f6;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}

[dir="ltr"] .btn-outline-warning {
  color: #ffa726;
  border-color: #ffa726;
}

[dir="ltr"] .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffa726;
  border-color: #ffa726;
}

[dir="ltr"] .btn-outline-warning.focus,
[dir="ltr"] .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
}

[dir="ltr"] .btn-outline-warning.disabled,
[dir="ltr"] .btn-outline-warning:disabled {
  color: #ffa726;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffa726;
  border-color: #ffa726;
}

[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(255, 167, 38, 0.5);
}

[dir="ltr"] .btn-outline-danger {
  color: #f9476b;
  border-color: #f9476b;
}

[dir="ltr"] .btn-outline-danger:hover {
  color: #fff;
  background-color: #f9476b;
  border-color: #f9476b;
}

[dir="ltr"] .btn-outline-danger.focus,
[dir="ltr"] .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

[dir="ltr"] .btn-outline-danger.disabled,
[dir="ltr"] .btn-outline-danger:disabled {
  color: #f9476b;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f9476b;
  border-color: #f9476b;
}

[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

[dir="ltr"] .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir="ltr"] .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir="ltr"] .btn-outline-light.focus,
[dir="ltr"] .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

[dir="ltr"] .btn-outline-light.disabled,
[dir="ltr"] .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

[dir="ltr"] .btn-outline-dark {
  color: #39444d;
  border-color: #39444d;
}

[dir="ltr"] .btn-outline-dark:hover {
  color: #fff;
  background-color: #39444d;
  border-color: #39444d;
}

[dir="ltr"] .btn-outline-dark.focus,
[dir="ltr"] .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 68, 77, 0.5);
}

[dir="ltr"] .btn-outline-dark.disabled,
[dir="ltr"] .btn-outline-dark:disabled {
  color: #39444d;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #39444d;
  border-color: #39444d;
}

[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(57, 68, 77, 0.5);
}

[dir="ltr"] .btn-link {
  font-weight: 400;
  color: rgba(33, 150, 243, 0.85);
}

[dir="ltr"] .btn-link:hover {
  color: rgba(10, 110, 189, 0.85);
  text-decoration: underline;
}

[dir="ltr"] .btn-link.focus,
[dir="ltr"] .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

[dir="ltr"] .btn-link.disabled,
[dir="ltr"] .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir="ltr"] .btn-group-lg > .btn,
[dir="ltr"] .btn-lg {
  padding: 0.5rem 2rem;
  font-size: 1.171875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

[dir="ltr"] .btn-group-sm > .btn,
[dir="ltr"] .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

[dir="ltr"] .btn-block {
  display: block;
  width: 100%;
}

[dir="ltr"] .btn-block + .btn-block {
  margin-top: 0.5rem;
}

[dir="ltr"] input[type="button"].btn-block,
[dir="ltr"] input[type="reset"].btn-block,
[dir="ltr"] input[type="submit"].btn-block {
  width: 100%;
}

[dir="ltr"] .fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .fade {
    transition: none;
  }
}

[dir="ltr"] .fade:not(.show) {
  opacity: 0;
}

[dir="ltr"] .collapse:not(.show) {
  display: none;
}

[dir="ltr"] .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .collapsing {
    transition: none;
  }
}

[dir="ltr"] .dropdown,
[dir="ltr"] .dropleft,
[dir="ltr"] .dropright,
[dir="ltr"] .dropup {
  position: relative;
}

[dir="ltr"] .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;
}

[dir="ltr"] .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="ltr"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  color: #383b3d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f0f1f2;
  border-radius: 0.1875rem;
  box-shadow: 0 5px 11px 0 rgba(56, 59, 61, 0.07);
}

[dir="ltr"] .dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 374px) {
  [dir="ltr"] .dropdown-menu-xs-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .dropdown-menu-xs-plus-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

[dir="ltr"] .dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 374px) {
  [dir="ltr"] .dropdown-menu-xs-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .dropdown-menu-xs-plus-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
}

[dir="ltr"] .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

[dir="ltr"] .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;
}

[dir="ltr"] .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="ltr"] .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5rem;
}

[dir="ltr"] .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;
}

[dir="ltr"] .dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="ltr"] .dropright .dropdown-toggle:after {
  vertical-align: 0;
}

[dir="ltr"] .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.5rem;
}

[dir="ltr"] .dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

[dir="ltr"] .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;
}

[dir="ltr"] .dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="ltr"] .dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

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

[dir="ltr"] .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

[dir="ltr"] .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: rgba(56, 59, 61, 0.7);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .dropdown-item:first-child {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

[dir="ltr"] .dropdown-item:last-child {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

[dir="ltr"] .dropdown-item:focus,
[dir="ltr"] .dropdown-item:hover {
  color: rgba(56, 59, 61, 0.9);
  text-decoration: none;
  background-color: transparent;
}

[dir="ltr"] .dropdown-item.active,
[dir="ltr"] .dropdown-item:active {
  color: #4f91c9;
  text-decoration: none;
  background-color: transparent;
}

[dir="ltr"] .dropdown-item.disabled,
[dir="ltr"] .dropdown-item:disabled {
  color: rgba(56, 59, 61, 0.3);
  pointer-events: none;
  background-color: transparent;
}

[dir="ltr"] .dropdown-menu.show {
  display: block;
}

[dir="ltr"] .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.8203125rem;
  color: #6c757d;
  white-space: nowrap;
}

[dir="ltr"] .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: rgba(56, 59, 61, 0.7);
}

[dir="ltr"] .btn-group,
[dir="ltr"] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

[dir="ltr"] .btn-group-vertical > .btn,
[dir="ltr"] .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

[dir="ltr"] .btn-group-vertical > .btn.active,
[dir="ltr"] .btn-group-vertical > .btn:active,
[dir="ltr"] .btn-group-vertical > .btn:focus,
[dir="ltr"] .btn-group-vertical > .btn:hover,
[dir="ltr"] .btn-group > .btn.active,
[dir="ltr"] .btn-group > .btn:active,
[dir="ltr"] .btn-group > .btn:focus,
[dir="ltr"] .btn-group > .btn:hover {
  z-index: 1;
}

[dir="ltr"] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

[dir="ltr"] .btn-toolbar .input-group {
  width: auto;
}

[dir="ltr"] .btn-group > .btn-group:not(:first-child),
[dir="ltr"] .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

[dir="ltr"] .btn-group > .btn-group:not(:last-child) > .btn,
[dir="ltr"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .btn-group > .btn-group:not(:first-child) > .btn,
[dir="ltr"] .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

[dir="ltr"] .dropdown-toggle-split:after,
[dir="ltr"] .dropright .dropdown-toggle-split:after,
[dir="ltr"] .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

[dir="ltr"] .dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

[dir="ltr"] .btn-group-sm > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

[dir="ltr"] .btn-group-lg > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-lg + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

[dir="ltr"] .btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[dir="ltr"] .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

[dir="ltr"] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

[dir="ltr"] .btn-group-vertical > .btn,
[dir="ltr"] .btn-group-vertical > .btn-group {
  width: 100%;
}

[dir="ltr"] .btn-group-vertical > .btn-group:not(:first-child),
[dir="ltr"] .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

[dir="ltr"] .btn-group-vertical > .btn-group:not(:last-child) > .btn,
[dir="ltr"] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .btn-group-vertical > .btn-group:not(:first-child) > .btn,
[dir="ltr"] .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir="ltr"] .btn-group-toggle > .btn,
[dir="ltr"] .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

[dir="ltr"] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

[dir="ltr"] .input-group > .custom-file,
[dir="ltr"] .input-group > .custom-select,
[dir="ltr"] .input-group > .form-control,
[dir="ltr"] .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

[dir="ltr"] .input-group > .custom-file + .custom-file,
[dir="ltr"] .input-group > .custom-file + .custom-select,
[dir="ltr"] .input-group > .custom-file + .form-control,
[dir="ltr"] .input-group > .custom-select + .custom-file,
[dir="ltr"] .input-group > .custom-select + .custom-select,
[dir="ltr"] .input-group > .custom-select + .form-control,
[dir="ltr"] .input-group > .form-control + .custom-file,
[dir="ltr"] .input-group > .form-control + .custom-select,
[dir="ltr"] .input-group > .form-control + .form-control,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-file,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-select,
[dir="ltr"] .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

[dir="ltr"]
  .input-group
  > .custom-file
  .custom-file-input:focus
  ~ .custom-file-label,
[dir="ltr"] .input-group > .custom-select:focus,
[dir="ltr"] .input-group > .form-control:focus {
  z-index: 3;
}

[dir="ltr"] .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

[dir="ltr"] .input-group > .custom-select:not(:last-child),
[dir="ltr"] .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .input-group > .custom-select:not(:first-child),
[dir="ltr"] .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .input-group > .custom-file {
  display: flex;
  align-items: center;
}

[dir="ltr"] .input-group > .custom-file:not(:last-child) .custom-file-label,
[dir="ltr"]
  .input-group
  > .custom-file:not(:last-child)
  .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .input-group-append,
[dir="ltr"] .input-group-prepend {
  display: flex;
}

[dir="ltr"] .input-group-append .btn,
[dir="ltr"] .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

[dir="ltr"] .input-group-append .btn:focus,
[dir="ltr"] .input-group-prepend .btn:focus {
  z-index: 3;
}

[dir="ltr"] .input-group-append .btn + .btn,
[dir="ltr"] .input-group-append .btn + .input-group-text,
[dir="ltr"] .input-group-append .input-group-text + .btn,
[dir="ltr"] .input-group-append .input-group-text + .input-group-text,
[dir="ltr"] .input-group-prepend .btn + .btn,
[dir="ltr"] .input-group-prepend .btn + .input-group-text,
[dir="ltr"] .input-group-prepend .input-group-text + .btn,
[dir="ltr"] .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

[dir="ltr"] .input-group-prepend {
  margin-right: -1px;
}

[dir="ltr"] .input-group-append {
  margin-left: -1px;
}

[dir="ltr"] .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #f0f1f2;
  border-radius: 0.25rem;
}

[dir="ltr"] .input-group-text input[type="checkbox"],
[dir="ltr"] .input-group-text input[type="radio"] {
  margin-top: 0;
}

[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-lg > .form-control:not(textarea) {
  height: calc(2.75781rem + 2px);
}

[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-lg > .form-control,
[dir="ltr"] .input-group-lg > .input-group-append > .btn,
[dir="ltr"] .input-group-lg > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-lg > .input-group-prepend > .btn,
[dir="ltr"] .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

[dir="ltr"] .input-group-sm > .custom-select,
[dir="ltr"] .input-group-sm > .form-control:not(textarea) {
  height: calc(1.73047rem + 2px);
}

[dir="ltr"] .input-group-sm > .custom-select,
[dir="ltr"] .input-group-sm > .form-control,
[dir="ltr"] .input-group-sm > .input-group-append > .btn,
[dir="ltr"] .input-group-sm > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-sm > .input-group-prepend > .btn,
[dir="ltr"] .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

[dir="ltr"] .custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

[dir="ltr"] .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

[dir="ltr"] .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

[dir="ltr"] .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #4f91c9;
  background-color: #4f91c9;
  box-shadow: none;
}

[dir="ltr"] .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"]
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #9acffa;
}

[dir="ltr"]
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label:before {
  color: #fff;
  background-color: #cae6fc;
  border-color: #cae6fc;
  box-shadow: none;
}

[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

[dir="ltr"] .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

[dir="ltr"] .custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .custom-control-label:after,
[dir="ltr"] .custom-control-label:before {
  position: absolute;
  top: 0.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

[dir="ltr"] .custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}

[dir="ltr"] .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}

[dir="ltr"]
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

[dir="ltr"]
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #4f91c9;
  background-color: #4f91c9;
  box-shadow: none;
}

[dir="ltr"]
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E");
}

[dir="ltr"]
  .custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(33, 150, 243, 0.5);
}

[dir="ltr"]
  .custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(33, 150, 243, 0.5);
}

[dir="ltr"] .custom-radio .custom-control-label:before {
  border-radius: 50%;
}

[dir="ltr"]
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFF'/%3E%3C/svg%3E");
}

[dir="ltr"]
  .custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(33, 150, 243, 0.5);
}

[dir="ltr"] .custom-switch {
  padding-left: 2.25rem;
}

[dir="ltr"] .custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

[dir="ltr"] .custom-switch .custom-control-label:after {
  top: calc(0.20313rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-switch .custom-control-label:after {
    transition: none;
  }
}

[dir="ltr"]
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

[dir="ltr"]
  .custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(33, 150, 243, 0.5);
}

[dir="ltr"] .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #f0f1f2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[dir="ltr"] .custom-select:focus {
  border-color: #9acffa;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 0 0.2rem rgba(154, 207, 250, 0.5);
}

[dir="ltr"] .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

[dir="ltr"] .custom-select[multiple],
[dir="ltr"] .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

[dir="ltr"] .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

[dir="ltr"] .custom-select::-ms-expand {
  opacity: 0;
}

[dir="ltr"] .custom-select-sm {
  height: calc(1.73047rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8203125rem;
}

[dir="ltr"] .custom-select-lg {
  height: calc(2.75781rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.171875rem;
}

[dir="ltr"] .custom-file {
  display: inline-block;
  margin-bottom: 0;
}

[dir="ltr"] .custom-file,
[dir="ltr"] .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.40625rem + 2px);
}

[dir="ltr"] .custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

[dir="ltr"] .custom-file-input:focus ~ .custom-file-label {
  border-color: #9acffa;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"] .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

[dir="ltr"] .custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

[dir="ltr"] .custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

[dir="ltr"] .custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.40625rem + 2px);
  font-weight: 400;
  border: 1px solid #f0f1f2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .custom-file-label,
[dir="ltr"] .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
}

[dir="ltr"] .custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.40625rem;
  content: "Browse";
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir="ltr"] .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[dir="ltr"] .custom-range:focus {
  outline: none;
}

[dir="ltr"] .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f6f7, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"] .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f6f7, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"] .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f6f7, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"] .custom-range::-moz-focus-outer {
  border: 0;
}

[dir="ltr"] .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #4f91c9;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

[dir="ltr"] .custom-range::-webkit-slider-thumb:active {
  background-color: #cae6fc;
}

[dir="ltr"] .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4f91c9;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-moz-range-thumb {
    transition: none;
  }
}

[dir="ltr"] .custom-range::-moz-range-thumb:active {
  background-color: #cae6fc;
}

[dir="ltr"] .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #4f91c9;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-ms-thumb {
    transition: none;
  }
}

[dir="ltr"] .custom-range::-ms-thumb:active {
  background-color: #cae6fc;
}

[dir="ltr"] .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .custom-range::-ms-fill-lower,
[dir="ltr"] .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

[dir="ltr"] .custom-range::-ms-fill-upper {
  margin-right: 15px;
}

[dir="ltr"] .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

[dir="ltr"] .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

[dir="ltr"] .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

[dir="ltr"] .custom-range:disabled::-moz-range-track {
  cursor: default;
}

[dir="ltr"] .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

[dir="ltr"] .custom-control-label:before,
[dir="ltr"] .custom-file-label,
[dir="ltr"] .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-control-label:before,
  [dir="ltr"] .custom-file-label,
  [dir="ltr"] .custom-select {
    transition: none;
  }
}

[dir="ltr"] .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

[dir="ltr"] .nav-link:focus,
[dir="ltr"] .nav-link:hover {
  text-decoration: none;
}

[dir="ltr"] .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

[dir="ltr"] .nav-tabs {
  border-bottom: 1px solid #f0f1f2;
}

[dir="ltr"] .nav-tabs .nav-item {
  margin-bottom: -1px;
}

[dir="ltr"] .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[dir="ltr"] .nav-tabs .nav-link:focus,
[dir="ltr"] .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #f0f1f2;
}

[dir="ltr"] .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

[dir="ltr"] .nav-tabs .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #f0f1f2;
}

[dir="ltr"] .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir="ltr"] .nav-pills .nav-link {
  border-radius: 0.25rem;
}

[dir="ltr"] .nav-pills .nav-link.active,
[dir="ltr"] .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4f91c9;
}

[dir="ltr"] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

[dir="ltr"] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

[dir="ltr"] .tab-content > .tab-pane {
  display: none;
}

[dir="ltr"] .tab-content > .active {
  display: block;
}

[dir="ltr"] .navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

[dir="ltr"] .navbar,
[dir="ltr"] .navbar > .container,
[dir="ltr"] .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

[dir="ltr"] .navbar-brand {
  display: inline-block;
  padding-top: 0.32421875rem;
  padding-bottom: 0.32421875rem;
  margin-right: 1rem;
  font-size: 1.171875rem;
  line-height: inherit;
  white-space: nowrap;
}

[dir="ltr"] .navbar-brand:focus,
[dir="ltr"] .navbar-brand:hover {
  text-decoration: none;
}

[dir="ltr"] .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

[dir="ltr"] .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

[dir="ltr"] .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[dir="ltr"] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

[dir="ltr"] .navbar-toggler {
  padding: 1rem 0;
  font-size: 1.171875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

[dir="ltr"] .navbar-toggler:focus,
[dir="ltr"] .navbar-toggler:hover {
  text-decoration: none;
}

[dir="ltr"] .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[dir="ltr"] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width: 373.98px) {
  [dir="ltr"] .navbar-expand-xs-md > .container,
  [dir="ltr"] .navbar-expand-xs-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 374px) {
  [dir="ltr"] .navbar-expand-xs-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-xs-md .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xs-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-xs-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  [dir="ltr"] .navbar-expand-xs-md > .container,
  [dir="ltr"] .navbar-expand-xs-md > .container-fluid {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-xs-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-xs-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 412.98px) {
  [dir="ltr"] .navbar-expand-xs-plus > .container,
  [dir="ltr"] .navbar-expand-xs-plus > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .navbar-expand-xs-plus {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-xs-plus .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xs-plus .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-xs-plus .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  [dir="ltr"] .navbar-expand-xs-plus > .container,
  [dir="ltr"] .navbar-expand-xs-plus > .container-fluid {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-xs-plus .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-xs-plus .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 576px) {
  [dir="ltr"] .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  [dir="ltr"] .navbar-expand-sm > .container,
  [dir="ltr"] .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  [dir="ltr"] .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  [dir="ltr"] .navbar-expand-md > .container,
  [dir="ltr"] .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  [dir="ltr"] .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  [dir="ltr"] .navbar-expand-lg > .container,
  [dir="ltr"] .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  [dir="ltr"] .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  [dir="ltr"] .navbar-expand-xl > .container,
  [dir="ltr"] .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1365.98px) {
  [dir="ltr"] .navbar-expand-xxl > .container,
  [dir="ltr"] .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  [dir="ltr"] .navbar-expand-xxl > .container,
  [dir="ltr"] .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

[dir="ltr"] .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

[dir="ltr"] .navbar-expand .navbar-nav {
  flex-direction: row;
}

[dir="ltr"] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

[dir="ltr"] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

[dir="ltr"] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

[dir="ltr"] .navbar-expand .navbar-toggler {
  display: none;
}

[dir="ltr"] .navbar-light .navbar-brand:focus,
[dir="ltr"] .navbar-light .navbar-brand:hover {
  color: #8a9299;
}

[dir="ltr"] .navbar-light .navbar-nav .nav-link {
  color: #b8c2cc;
}

[dir="ltr"] .navbar-light .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(184, 194, 204, 0.7);
}

[dir="ltr"] .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(184, 194, 204, 0.3);
}

[dir="ltr"] .navbar-light .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-light .navbar-nav .show > .nav-link {
  color: #8a9299;
}

[dir="ltr"] .navbar-light .navbar-toggler {
  color: #b8c2cc;
  border-color: rgba(0, 0, 0, 0.1);
}

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

[dir="ltr"] .navbar-light .navbar-text {
  color: #b8c2cc;
}

[dir="ltr"] .navbar-light .navbar-text a,
[dir="ltr"] .navbar-light .navbar-text a:focus,
[dir="ltr"] .navbar-light .navbar-text a:hover {
  color: #8a9299;
}

[dir="ltr"] .navbar-dark .navbar-brand,
[dir="ltr"] .navbar-dark .navbar-brand:focus,
[dir="ltr"] .navbar-dark .navbar-brand:hover {
  color: #fff;
}

[dir="ltr"] .navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

[dir="ltr"] .navbar-dark .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

[dir="ltr"] .navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

[dir="ltr"] .navbar-dark .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

[dir="ltr"] .navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: transparent;
}

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

[dir="ltr"] .navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

[dir="ltr"] .navbar-dark .navbar-text a,
[dir="ltr"] .navbar-dark .navbar-text a:focus,
[dir="ltr"] .navbar-dark .navbar-text a:hover {
  color: #fff;
}

[dir="ltr"] .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f0f1f2;
  border-radius: 0.1875rem;
}

[dir="ltr"] .card > hr {
  margin-right: 0;
  margin-left: 0;
}

[dir="ltr"] .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

[dir="ltr"] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

[dir="ltr"] .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

[dir="ltr"] .card-title {
  margin-bottom: 0.75rem;
}

[dir="ltr"] .card-subtitle {
  margin-top: -0.375rem;
}

[dir="ltr"] .card-subtitle,
[dir="ltr"] .card-text:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .card-link:hover {
  text-decoration: none;
}

[dir="ltr"] .card-link + .card-link {
  margin-left: 1.25rem;
}

[dir="ltr"] .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;
}

[dir="ltr"] .card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

[dir="ltr"] .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

[dir="ltr"] .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #f0f1f2;
}

[dir="ltr"] .card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

[dir="ltr"] .card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

[dir="ltr"] .card-header-pills,
[dir="ltr"] .card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

[dir="ltr"] .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

[dir="ltr"] .card-img {
  width: 100%;
  border-radius: calc(0.1875rem - 1px);
}

[dir="ltr"] .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

[dir="ltr"] .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

[dir="ltr"] .card-deck {
  display: flex;
  flex-direction: column;
}

[dir="ltr"] .card-deck .card {
  margin-bottom: 0.625rem;
}

@media (min-width: 576px) {
  [dir="ltr"] .card-deck {
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  [dir="ltr"] .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}

[dir="ltr"] .card-group {
  display: flex;
  flex-direction: column;
}

[dir="ltr"] .card-group > .card {
  margin-bottom: 0.625rem;
}

@media (min-width: 576px) {
  [dir="ltr"] .card-group {
    flex-flow: row wrap;
  }
  [dir="ltr"] .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  [dir="ltr"] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  [dir="ltr"] .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .card-group > .card:first-child .card-header,
  [dir="ltr"] .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  [dir="ltr"] .card-group > .card:first-child .card-footer,
  [dir="ltr"] .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .card-group > .card:last-child .card-header,
  [dir="ltr"] .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  [dir="ltr"] .card-group > .card:last-child .card-footer,
  [dir="ltr"] .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .card-group > .card:only-child {
    border-radius: 0.1875rem;
  }
  [dir="ltr"] .card-group > .card:only-child .card-header,
  [dir="ltr"] .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
  }
  [dir="ltr"] .card-group > .card:only-child .card-footer,
  [dir="ltr"] .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
  }
  [dir="ltr"]
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child),
  [dir="ltr"]
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  [dir="ltr"]
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  [dir="ltr"]
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  [dir="ltr"]
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}

[dir="ltr"] .card-columns .card {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  [dir="ltr"] .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
    orphans: 1;
    widows: 1;
  }
  [dir="ltr"] .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

[dir="ltr"] .accordion .card {
  overflow: hidden;
}

[dir="ltr"] .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

[dir="ltr"] .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

[dir="ltr"] .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir="ltr"] .accordion .card .card-header {
  margin-bottom: -1px;
}

[dir="ltr"] .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b8bdc2;
  content: "/";
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

[dir="ltr"] .breadcrumb-item.active {
  color: #b8bdc2;
}

[dir="ltr"] .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

[dir="ltr"] .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgba(33, 150, 243, 0.85);
  background-color: transparent;
  border: 1px solid #dee2e6;
}

[dir="ltr"] .page-link:hover {
  z-index: 2;
  color: rgba(10, 110, 189, 0.85);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

[dir="ltr"] .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

[dir="ltr"] .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[dir="ltr"] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir="ltr"] .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir="ltr"] .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .page-item.disabled .page-link {
  color: #cfcfcf;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}

[dir="ltr"] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.171875rem;
  line-height: 1.5;
}

[dir="ltr"] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

[dir="ltr"] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

[dir="ltr"] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
}

[dir="ltr"] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

[dir="ltr"] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

[dir="ltr"] .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

[dir="ltr"] a.badge:focus,
[dir="ltr"] a.badge:hover {
  text-decoration: none;
}

[dir="ltr"] .badge:empty {
  display: none;
}

[dir="ltr"] .btn .badge {
  position: relative;
  top: -1px;
}

[dir="ltr"] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

[dir="ltr"] .badge-primary {
  color: #fff;
  background-color: #4f91c9;
}

[dir="ltr"] a.badge-primary:focus,
[dir="ltr"] a.badge-primary:hover {
  color: #fff;
  background-color: #0c7cd5;
}

[dir="ltr"] .badge-secondary {
  color: #fff;
  background-color: #6b757d;
}

[dir="ltr"] a.badge-secondary:focus,
[dir="ltr"] a.badge-secondary:hover {
  color: #fff;
  background-color: #535b62;
}

[dir="ltr"] .badge-success {
  color: #212529;
  background-color: #00AFEB;
}

[dir="ltr"] a.badge-success:focus,
[dir="ltr"] a.badge-success:hover {
  color: #212529;
  background-color: #49a54e;
}

[dir="ltr"] .badge-info {
  color: #fff;
  background-color: #29b6f6;
}

[dir="ltr"] a.badge-info:focus,
[dir="ltr"] a.badge-info:hover {
  color: #fff;
  background-color: #0a9fe2;
}

[dir="ltr"] .badge-warning {
  color: #212529;
  background-color: #ffa726;
}

[dir="ltr"] a.badge-warning:focus,
[dir="ltr"] a.badge-warning:hover {
  color: #212529;
  background-color: #f29000;
}

[dir="ltr"] .badge-danger {
  color: #fff;
  background-color: #f9476b;
}

[dir="ltr"] a.badge-danger:focus,
[dir="ltr"] a.badge-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
}

[dir="ltr"] .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

[dir="ltr"] a.badge-light:focus,
[dir="ltr"] a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

[dir="ltr"] .badge-dark {
  color: #fff;
  background-color: #39444d;
}

[dir="ltr"] a.badge-dark:focus,
[dir="ltr"] a.badge-dark:hover {
  color: #fff;
  background-color: #232a30;
}

[dir="ltr"] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eff1f2;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  [dir="ltr"] .jumbotron {
    padding: 4rem 2rem;
  }
}

[dir="ltr"] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

[dir="ltr"] .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

[dir="ltr"] .alert-heading {
  color: inherit;
}

[dir="ltr"] .alert-link {
  font-weight: 500;
}

[dir="ltr"] .alert-dismissible {
  padding-right: 3.90625rem;
}

[dir="ltr"] .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

[dir="ltr"] .alert-primary {
  color: #114e7e;
  background-color: #d3eafd;
  border-color: #c1e2fc;
}

[dir="ltr"] .alert-primary hr {
  border-top-color: #a9d7fb;
}

[dir="ltr"] .alert-primary .alert-link {
  color: #0b3251;
}

[dir="ltr"] .alert-secondary {
  color: #383d41;
  background-color: #e1e3e5;
  border-color: #d6d8db;
}

[dir="ltr"] .alert-secondary hr {
  border-top-color: #c8cbcf;
}

[dir="ltr"] .alert-secondary .alert-link {
  color: #202326;
}

[dir="ltr"] .alert-success {
  color: #356137;
  background-color: #e0f1e1;
  border-color: #d4ecd5;
}

[dir="ltr"] .alert-success hr {
  border-top-color: #c2e4c4;
}

[dir="ltr"] .alert-success .alert-link {
  color: #234024;
}

[dir="ltr"] .alert-info {
  color: #155f80;
  background-color: #d4f0fd;
  border-color: #c3ebfc;
}

[dir="ltr"] .alert-info hr {
  border-top-color: #abe3fb;
}

[dir="ltr"] .alert-info .alert-link {
  color: #0e3e54;
}

[dir="ltr"] .alert-warning {
  color: #855714;
  background-color: #ffedd4;
  border-color: #ffe6c2;
}

[dir="ltr"] .alert-warning hr {
  border-top-color: #ffdca9;
}

[dir="ltr"] .alert-warning .alert-link {
  color: #593a0d;
}

[dir="ltr"] .alert-danger {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7;
}

[dir="ltr"] .alert-danger hr {
  border-top-color: #fbb3af;
}

[dir="ltr"] .alert-danger .alert-link {
  color: #551713;
}

[dir="ltr"] .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

[dir="ltr"] .alert-light hr {
  border-top-color: #ececf6;
}

[dir="ltr"] .alert-light .alert-link {
  color: #686868;
}

[dir="ltr"] .alert-dark {
  color: #1e2328;
  background-color: #d7dadb;
  border-color: #c8cbcd;
}

[dir="ltr"] .alert-dark hr {
  border-top-color: #bbbec1;
}

[dir="ltr"] .alert-dark .alert-link {
  color: #080a0b;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 6px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 6px 0;
  }
  to {
    background-position: 0 0;
  }
}

[dir="ltr"] .progress {
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4f91c9;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .progress-bar {
    transition: none;
  }
}

[dir="ltr"] .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 6px 6px;
}

[dir="ltr"] .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

[dir="ltr"] .media {
  display: flex;
  align-items: flex-start;
}

[dir="ltr"] .media-body {
  flex: 1;
}

[dir="ltr"] .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

[dir="ltr"] .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

[dir="ltr"] .list-group-item-action:focus,
[dir="ltr"] .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

[dir="ltr"] .list-group-item-action:active {
  color: #383b3d;
  background-color: #e9ecef;
}

[dir="ltr"] .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #f0f1f2;
}

[dir="ltr"] .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir="ltr"] .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .list-group-item:focus,
[dir="ltr"] .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

[dir="ltr"] .list-group-item.disabled,
[dir="ltr"] .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

[dir="ltr"] .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

[dir="ltr"] .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

[dir="ltr"] .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

[dir="ltr"] .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

[dir="ltr"] .list-group-item-primary {
  color: #114e7e;
  background-color: #c1e2fc;
}

[dir="ltr"] .list-group-item-primary.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary.list-group-item-action:hover {
  color: #114e7e;
  background-color: #a9d7fb;
}

[dir="ltr"] .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #114e7e;
  border-color: #114e7e;
}

[dir="ltr"] .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

[dir="ltr"] .list-group-item-secondary.list-group-item-action:focus,
[dir="ltr"] .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

[dir="ltr"] .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

[dir="ltr"] .list-group-item-success {
  color: #356137;
  background-color: #d4ecd5;
}

[dir="ltr"] .list-group-item-success.list-group-item-action:focus,
[dir="ltr"] .list-group-item-success.list-group-item-action:hover {
  color: #356137;
  background-color: #c2e4c4;
}

[dir="ltr"] .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #356137;
  border-color: #356137;
}

[dir="ltr"] .list-group-item-info {
  color: #155f80;
  background-color: #c3ebfc;
}

[dir="ltr"] .list-group-item-info.list-group-item-action:focus,
[dir="ltr"] .list-group-item-info.list-group-item-action:hover {
  color: #155f80;
  background-color: #abe3fb;
}

[dir="ltr"] .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #155f80;
  border-color: #155f80;
}

[dir="ltr"] .list-group-item-warning {
  color: #855714;
  background-color: #ffe6c2;
}

[dir="ltr"] .list-group-item-warning.list-group-item-action:focus,
[dir="ltr"] .list-group-item-warning.list-group-item-action:hover {
  color: #855714;
  background-color: #ffdca9;
}

[dir="ltr"] .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855714;
  border-color: #855714;
}

[dir="ltr"] .list-group-item-danger {
  color: #7f231c;
  background-color: #fccac7;
}

[dir="ltr"] .list-group-item-danger.list-group-item-action:focus,
[dir="ltr"] .list-group-item-danger.list-group-item-action:hover {
  color: #7f231c;
  background-color: #fbb3af;
}

[dir="ltr"] .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f231c;
  border-color: #7f231c;
}

[dir="ltr"] .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

[dir="ltr"] .list-group-item-light.list-group-item-action:focus,
[dir="ltr"] .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

[dir="ltr"] .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

[dir="ltr"] .list-group-item-dark {
  color: #1e2328;
  background-color: #c8cbcd;
}

[dir="ltr"] .list-group-item-dark.list-group-item-action:focus,
[dir="ltr"] .list-group-item-dark.list-group-item-action:hover {
  color: #1e2328;
  background-color: #bbbec1;
}

[dir="ltr"] .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1e2328;
  border-color: #1e2328;
}

[dir="ltr"] .close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

[dir="ltr"] .close:hover {
  color: #000;
  text-decoration: none;
}

[dir="ltr"] .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[dir="ltr"] .close:not(:disabled):not(.disabled):focus,
[dir="ltr"] .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

[dir="ltr"] button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[dir="ltr"] a.close.disabled {
  pointer-events: none;
}

[dir="ltr"] .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}

[dir="ltr"] .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

[dir="ltr"] .toast.showing {
  opacity: 1;
}

[dir="ltr"] .toast.show {
  display: block;
  opacity: 1;
}

[dir="ltr"] .toast.hide {
  display: none;
}

[dir="ltr"] .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .toast-body {
  padding: 0.75rem;
}

[dir="ltr"] .modal-open {
  overflow: hidden;
}

[dir="ltr"] .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

[dir="ltr"] .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

[dir="ltr"] .modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.3, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.3, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.3, 0.8, 1),
    -webkit-transform 0.3s cubic-bezier(0.1, 0.3, 0.8, 1);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .modal.fade .modal-dialog {
    transition: none;
  }
}

[dir="ltr"] .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

[dir="ltr"] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

[dir="ltr"] .modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

[dir="ltr"] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(56, 59, 61, 0.5);
  outline: 0;
}

[dir="ltr"] .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #383b3d;
}

[dir="ltr"] .modal-backdrop.fade {
  opacity: 0;
}

[dir="ltr"] .modal-backdrop.show {
  opacity: 0.5;
}

[dir="ltr"] .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

[dir="ltr"] .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

[dir="ltr"] .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

[dir="ltr"] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

[dir="ltr"] .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

[dir="ltr"] .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

[dir="ltr"] .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

[dir="ltr"] .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  [dir="ltr"] .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  [dir="ltr"] .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  [dir="ltr"] .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  [dir="ltr"] .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(56, 59, 61, 0.5);
  }
  [dir="ltr"] .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .modal-lg,
  [dir="ltr"] .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .modal-xl {
    max-width: 1140px;
  }
}

[dir="ltr"] .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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.8203125rem;
  word-wrap: break-word;
  opacity: 0;
}

[dir="ltr"] .tooltip.show {
  opacity: 0.9;
}

[dir="ltr"] .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

[dir="ltr"] .tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="top"],
[dir="ltr"] .bs-tooltip-top {
  padding: 0.4rem 0;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="top"] .arrow,
[dir="ltr"] .bs-tooltip-top .arrow {
  bottom: 0;
}

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

[dir="ltr"] .bs-tooltip-auto[x-placement^="right"],
[dir="ltr"] .bs-tooltip-right {
  padding: 0 0.4rem;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow,
[dir="ltr"] .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"],
[dir="ltr"] .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"] .arrow,
[dir="ltr"] .bs-tooltip-bottom .arrow {
  top: 0;
}

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

[dir="ltr"] .bs-tooltip-auto[x-placement^="left"],
[dir="ltr"] .bs-tooltip-left {
  padding: 0 0.4rem;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow,
[dir="ltr"] .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

[dir="ltr"] .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
}

[dir="ltr"] .popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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.8203125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f0f1f2;
  border-radius: 0.3rem;
  box-shadow: 0 2px 3px rgba(56, 59, 61, 0.05);
}

[dir="ltr"] .popover,
[dir="ltr"] .popover .arrow {
  position: absolute;
  display: block;
}

[dir="ltr"] .popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

[dir="ltr"] .popover .arrow:after,
[dir="ltr"] .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

[dir="ltr"] .bs-popover-auto[x-placement^="top"],
[dir="ltr"] .bs-popover-top {
  margin-bottom: 0.5rem;
}

[dir="ltr"] .bs-popover-auto[x-placement^="top"] .arrow,
[dir="ltr"] .bs-popover-top .arrow {
  bottom: calc(-0.5rem + -1px);
}

[dir="ltr"] .bs-popover-auto[x-placement^="top"] .arrow:after,
[dir="ltr"] .bs-popover-auto[x-placement^="top"] .arrow:before,
[dir="ltr"] .bs-popover-top .arrow:after,
[dir="ltr"] .bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}

[dir="ltr"] .bs-popover-auto[x-placement^="top"] .arrow:before,
[dir="ltr"] .bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: #f0f1f2;
}

[dir="ltr"] .bs-popover-auto[x-placement^="top"] .arrow:after,
[dir="ltr"] .bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"],
[dir="ltr"] .bs-popover-right {
  margin-left: 0.5rem;
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"] .arrow,
[dir="ltr"] .bs-popover-right .arrow {
  left: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"] .arrow:after,
[dir="ltr"] .bs-popover-auto[x-placement^="right"] .arrow:before,
[dir="ltr"] .bs-popover-right .arrow:after,
[dir="ltr"] .bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"] .arrow:before,
[dir="ltr"] .bs-popover-right .arrow:before {
  left: 0;
  border-right-color: #f0f1f2;
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"] .arrow:after,
[dir="ltr"] .bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}

[dir="ltr"] .bs-popover-auto[x-placement^="bottom"],
[dir="ltr"] .bs-popover-bottom {
  margin-top: 0.5rem;
}

[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .arrow,
[dir="ltr"] .bs-popover-bottom .arrow {
  top: calc(-0.5rem + -1px);
}

[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .arrow:after,
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .arrow:before,
[dir="ltr"] .bs-popover-bottom .arrow:after,
[dir="ltr"] .bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem;
}

[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .arrow:before,
[dir="ltr"] .bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: #f0f1f2;
}

[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .arrow:after,
[dir="ltr"] .bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}

[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
[dir="ltr"] .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f5f6f7;
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"],
[dir="ltr"] .bs-popover-left {
  margin-right: 0.5rem;
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"] .arrow,
[dir="ltr"] .bs-popover-left .arrow {
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"] .arrow:after,
[dir="ltr"] .bs-popover-auto[x-placement^="left"] .arrow:before,
[dir="ltr"] .bs-popover-left .arrow:after,
[dir="ltr"] .bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"] .arrow:before,
[dir="ltr"] .bs-popover-left .arrow:before {
  right: 0;
  border-left-color: #f0f1f2;
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"] .arrow:after,
[dir="ltr"] .bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff;
}

[dir="ltr"] .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: rgba(57, 68, 77, 0.84);
  background-color: #f5f6f7;
  border-bottom: 1px solid #e7e9ec;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

[dir="ltr"] .popover-header:empty {
  display: none;
}

[dir="ltr"] .popover-body {
  padding: 0.5rem 0.75rem;
  color: #383b3d;
}

[dir="ltr"] .carousel {
  position: relative;
}

[dir="ltr"] .carousel.pointer-event {
  touch-action: pan-y;
}

[dir="ltr"] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

[dir="ltr"] .carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

[dir="ltr"] .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-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 screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-item {
    transition: none;
  }
}

[dir="ltr"] .carousel-item-next,
[dir="ltr"] .carousel-item-prev,
[dir="ltr"] .carousel-item.active {
  display: block;
}

[dir="ltr"] .active.carousel-item-right,
[dir="ltr"] .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

[dir="ltr"] .active.carousel-item-left,
[dir="ltr"] .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

[dir="ltr"] .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

[dir="ltr"] .carousel-fade .carousel-item-next.carousel-item-left,
[dir="ltr"] .carousel-fade .carousel-item-prev.carousel-item-right,
[dir="ltr"] .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

[dir="ltr"] .carousel-fade .active.carousel-item-left,
[dir="ltr"] .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-fade .active.carousel-item-left,
  [dir="ltr"] .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

[dir="ltr"] .carousel-control-next,
[dir="ltr"] .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-control-next,
  [dir="ltr"] .carousel-control-prev {
    transition: none;
  }
}

[dir="ltr"] .carousel-control-next:focus,
[dir="ltr"] .carousel-control-next:hover,
[dir="ltr"] .carousel-control-prev:focus,
[dir="ltr"] .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

[dir="ltr"] .carousel-control-prev {
  left: 0;
}

[dir="ltr"] .carousel-control-next {
  right: 0;
}

[dir="ltr"] .carousel-control-next-icon,
[dir="ltr"] .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}

[dir="ltr"] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
}

[dir="ltr"] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
}

[dir="ltr"] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

[dir="ltr"] .carousel-indicators li {
  box-sizing: content-box;
  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: 0.5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-indicators li {
    transition: none;
  }
}

[dir="ltr"] .carousel-indicators .active {
  opacity: 1;
}

[dir="ltr"] .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(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

[dir="ltr"] .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

[dir="ltr"] .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;
  }
}

[dir="ltr"] .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 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

[dir="ltr"] .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

[dir="ltr"] .align-baseline {
  vertical-align: baseline !important;
}

[dir="ltr"] .align-top {
  vertical-align: top !important;
}

[dir="ltr"] .align-middle {
  vertical-align: middle !important;
}

[dir="ltr"] .align-bottom {
  vertical-align: bottom !important;
}

[dir="ltr"] .align-text-bottom {
  vertical-align: text-bottom !important;
}

[dir="ltr"] .align-text-top {
  vertical-align: text-top !important;
}

[dir="ltr"] .bg-primary {
  /*background-color: #4f91c9!important*/
  background-image: -webkit-linear-gradient(bottom left, #4f91c9, #00AFEB);
}

[dir="ltr"] .bg-primary_admin {
  /*background-color: #4f91c9!important*/
  background-image: -webkit-linear-gradient(bottom left, #4f91c9, #1e486b);
}

[dir="ltr"] a.bg-primary:focus,
[dir="ltr"] a.bg-primary:hover,
[dir="ltr"] button.bg-primary:focus,
[dir="ltr"] button.bg-primary:hover {
  background-color: #0c7cd5 !important;
}

[dir="ltr"] .bg-secondary {
  background-color: #6b757d !important;
}

[dir="ltr"] a.bg-secondary:focus,
[dir="ltr"] a.bg-secondary:hover,
[dir="ltr"] button.bg-secondary:focus,
[dir="ltr"] button.bg-secondary:hover {
  background-color: #535b62 !important;
}

[dir="ltr"] .bg-success {
  background-color: #00AFEB !important;
}

[dir="ltr"] a.bg-success:focus,
[dir="ltr"] a.bg-success:hover,
[dir="ltr"] button.bg-success:focus,
[dir="ltr"] button.bg-success:hover {
  background-color: #49a54e !important;
}

[dir="ltr"] .bg-info {
  background-color: #29b6f6 !important;
}

[dir="ltr"] a.bg-info:focus,
[dir="ltr"] a.bg-info:hover,
[dir="ltr"] button.bg-info:focus,
[dir="ltr"] button.bg-info:hover {
  background-color: #0a9fe2 !important;
}

[dir="ltr"] .bg-warning {
  background-color: #ffa726 !important;
}

[dir="ltr"] a.bg-warning:focus,
[dir="ltr"] a.bg-warning:hover,
[dir="ltr"] button.bg-warning:focus,
[dir="ltr"] button.bg-warning:hover {
  background-color: #f29000 !important;
}

[dir="ltr"] .bg-danger {
  background-color: #f9476b !important;
}

[dir="ltr"] a.bg-danger:focus,
[dir="ltr"] a.bg-danger:hover,
[dir="ltr"] button.bg-danger:focus,
[dir="ltr"] button.bg-danger:hover {
  background-color: #ea1c0d !important;
}

[dir="ltr"] .bg-light {
  background-color: #f8f9fa !important;
  box-shadow: 0 2px 2px rgba(56, 59, 61, 0.05);
}

[dir="ltr"] a.bg-light:focus,
[dir="ltr"] a.bg-light:hover,
[dir="ltr"] button.bg-light:focus,
[dir="ltr"] button.bg-light:hover {
  background-color: #dae0e5 !important;
}

[dir="ltr"] .bg-dark {
  background-color: #39444d !important;
}

[dir="ltr"] a.bg-dark:focus,
[dir="ltr"] a.bg-dark:hover,
[dir="ltr"] button.bg-dark:focus,
[dir="ltr"] button.bg-dark:hover {
  background-color: #232a30 !important;
}

[dir="ltr"] .bg-white {
  background-color: #fff !important;
}

[dir="ltr"] .bg-transparent {
  background-color: transparent !important;
}

[dir="ltr"] .border-white {
  border-color: #fff !important;
}

[dir="ltr"] .rounded {
  border-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top {
  border-top-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-right,
[dir="ltr"] .rounded-top {
  border-top-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom,
[dir="ltr"] .rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom,
[dir="ltr"] .rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-left {
  border-top-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-circle {
  border-radius: 50% !important;
}

[dir="ltr"] .rounded-pill {
  border-radius: 50rem !important;
}

[dir="ltr"] .rounded-0 {
  border-radius: 0 !important;
}

[dir="ltr"] .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

[dir="ltr"] .d-none {
  display: none !important;
}

[dir="ltr"] .d-inline {
  display: inline !important;
}

[dir="ltr"] .d-inline-block {
  display: inline-block !important;
}

[dir="ltr"] .d-block {
  display: block !important;
}

[dir="ltr"] .d-table {
  display: table !important;
}

[dir="ltr"] .d-table-row {
  display: table-row !important;
}

[dir="ltr"] .d-table-cell {
  display: table-cell !important;
}

[dir="ltr"] .d-flex {
  display: flex !important;
}

[dir="ltr"] .d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 374px) {
  [dir="ltr"] .d-xs-md-none {
    display: none !important;
  }
  [dir="ltr"] .d-xs-md-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-xs-md-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-xs-md-block {
    display: block !important;
  }
  [dir="ltr"] .d-xs-md-table {
    display: table !important;
  }
  [dir="ltr"] .d-xs-md-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-xs-md-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-xs-md-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-xs-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .d-xs-plus-none {
    display: none !important;
  }
  [dir="ltr"] .d-xs-plus-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-xs-plus-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-xs-plus-block {
    display: block !important;
  }
  [dir="ltr"] .d-xs-plus-table {
    display: table !important;
  }
  [dir="ltr"] .d-xs-plus-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-xs-plus-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-xs-plus-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-xs-plus-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .d-sm-none {
    display: none !important;
  }
  [dir="ltr"] .d-sm-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-sm-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-sm-block {
    display: block !important;
  }
  [dir="ltr"] .d-sm-table {
    display: table !important;
  }
  [dir="ltr"] .d-sm-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-sm-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-sm-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .d-md-none {
    display: none !important;
  }
  [dir="ltr"] .d-md-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-md-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-md-block {
    display: block !important;
  }
  [dir="ltr"] .d-md-table {
    display: table !important;
  }
  [dir="ltr"] .d-md-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-md-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-md-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .d-lg-none {
    display: none !important;
  }
  [dir="ltr"] .d-lg-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-lg-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-lg-block {
    display: block !important;
  }
  [dir="ltr"] .d-lg-table {
    display: table !important;
  }
  [dir="ltr"] .d-lg-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-lg-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-lg-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .d-xl-none {
    display: none !important;
  }
  [dir="ltr"] .d-xl-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-xl-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-xl-block {
    display: block !important;
  }
  [dir="ltr"] .d-xl-table {
    display: table !important;
  }
  [dir="ltr"] .d-xl-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-xl-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-xl-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .d-xxl-none {
    display: none !important;
  }
  [dir="ltr"] .d-xxl-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-xxl-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-xxl-block {
    display: block !important;
  }
  [dir="ltr"] .d-xxl-table {
    display: table !important;
  }
  [dir="ltr"] .d-xxl-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-xxl-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-xxl-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  [dir="ltr"] .d-print-none {
    display: none !important;
  }
  [dir="ltr"] .d-print-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-print-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-print-block {
    display: block !important;
  }
  [dir="ltr"] .d-print-table {
    display: table !important;
  }
  [dir="ltr"] .d-print-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-print-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-print-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-print-inline-flex {
    display: inline-flex !important;
  }
}

[dir="ltr"] .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

[dir="ltr"] .embed-responsive:before {
  display: block;
  content: "";
}

[dir="ltr"] .embed-responsive .embed-responsive-item,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

[dir="ltr"] .embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}

[dir="ltr"] .embed-responsive-16by9:before {
  padding-top: 56.25%;
}

[dir="ltr"] .embed-responsive-3by4:before {
  padding-top: 133.3333333333%;
}

[dir="ltr"] .embed-responsive-1by1:before {
  padding-top: 100%;
}

[dir="ltr"] .flex-row {
  flex-direction: row !important;
}

[dir="ltr"] .flex-column {
  flex-direction: column !important;
}

[dir="ltr"] .flex-row-reverse {
  flex-direction: row-reverse !important;
}

[dir="ltr"] .flex-column-reverse {
  flex-direction: column-reverse !important;
}

[dir="ltr"] .flex-wrap {
  flex-wrap: wrap !important;
}

[dir="ltr"] .flex-nowrap {
  flex-wrap: nowrap !important;
}

[dir="ltr"] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

[dir="ltr"] .flex-fill {
  flex: 1 1 auto !important;
}

[dir="ltr"] .flex-grow-0 {
  flex-grow: 0 !important;
}

[dir="ltr"] .flex-grow-1 {
  flex-grow: 1 !important;
}

[dir="ltr"] .flex-shrink-0 {
  flex-shrink: 0 !important;
}

[dir="ltr"] .flex-shrink-1 {
  flex-shrink: 1 !important;
}

[dir="ltr"] .justify-content-start {
  justify-content: flex-start !important;
}

[dir="ltr"] .justify-content-end {
  justify-content: flex-end !important;
}

[dir="ltr"] .justify-content-center {
  justify-content: center !important;
}

[dir="ltr"] .justify-content-between {
  justify-content: space-between !important;
}

[dir="ltr"] .justify-content-around {
  justify-content: space-around !important;
}

[dir="ltr"] .align-items-start {
  align-items: flex-start !important;
}

[dir="ltr"] .align-items-end {
  align-items: flex-end !important;
}

[dir="ltr"] .align-items-center {
  align-items: center !important;
}

[dir="ltr"] .align-items-baseline {
  align-items: baseline !important;
}

[dir="ltr"] .align-items-stretch {
  align-items: stretch !important;
}

[dir="ltr"] .align-content-start {
  align-content: flex-start !important;
}

[dir="ltr"] .align-content-end {
  align-content: flex-end !important;
}

[dir="ltr"] .align-content-center {
  align-content: center !important;
}

[dir="ltr"] .align-content-between {
  align-content: space-between !important;
}

[dir="ltr"] .align-content-around {
  align-content: space-around !important;
}

[dir="ltr"] .align-content-stretch {
  align-content: stretch !important;
}

[dir="ltr"] .align-self-auto {
  align-self: auto !important;
}

[dir="ltr"] .align-self-start {
  align-self: flex-start !important;
}

[dir="ltr"] .align-self-end {
  align-self: flex-end !important;
}

[dir="ltr"] .align-self-center {
  align-self: center !important;
}

[dir="ltr"] .align-self-baseline {
  align-self: baseline !important;
}

[dir="ltr"] .align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

[dir="ltr"] .float-left {
  float: left !important;
}

[dir="ltr"] .float-right {
  float: right !important;
}

[dir="ltr"] .float-none {
  float: none !important;
}

@media (min-width: 374px) {
  [dir="ltr"] .float-xs-md-left {
    float: left !important;
  }
  [dir="ltr"] .float-xs-md-right {
    float: right !important;
  }
  [dir="ltr"] .float-xs-md-none {
    float: none !important;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .float-xs-plus-left {
    float: left !important;
  }
  [dir="ltr"] .float-xs-plus-right {
    float: right !important;
  }
  [dir="ltr"] .float-xs-plus-none {
    float: none !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .float-sm-left {
    float: left !important;
  }
  [dir="ltr"] .float-sm-right {
    float: right !important;
  }
  [dir="ltr"] .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .float-md-left {
    float: left !important;
  }
  [dir="ltr"] .float-md-right {
    float: right !important;
  }
  [dir="ltr"] .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .float-lg-left {
    float: left !important;
  }
  [dir="ltr"] .float-lg-right {
    float: right !important;
  }
  [dir="ltr"] .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .float-xl-left {
    float: left !important;
  }
  [dir="ltr"] .float-xl-right {
    float: right !important;
  }
  [dir="ltr"] .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .float-xxl-left {
    float: left !important;
  }
  [dir="ltr"] .float-xxl-right {
    float: right !important;
  }
  [dir="ltr"] .float-xxl-none {
    float: none !important;
  }
}

[dir="ltr"] .overflow-auto {
  overflow: auto !important;
}

[dir="ltr"] .overflow-hidden {
  overflow: hidden !important;
}

[dir="ltr"] .position-static {
  position: static !important;
}

[dir="ltr"] .position-relative {
  position: relative !important;
}

[dir="ltr"] .position-absolute {
  position: absolute !important;
}

[dir="ltr"] .position-fixed {
  position: fixed !important;
}

[dir="ltr"] .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

[dir="ltr"] .fixed-top {
  top: 0;
}

[dir="ltr"] .fixed-bottom,
[dir="ltr"] .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

[dir="ltr"] .fixed-bottom {
  bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  [dir="ltr"] .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

[dir="ltr"] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[dir="ltr"] .sr-only-focusable:active,
[dir="ltr"] .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

[dir="ltr"] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

[dir="ltr"] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

[dir="ltr"] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

[dir="ltr"] .shadow-none {
  box-shadow: none !important;
}

[dir="ltr"] .mw-100 {
  max-width: 100% !important;
}

[dir="ltr"] .mh-100 {
  max-height: 100% !important;
}

[dir="ltr"] .min-vw-100 {
  min-width: 100vw !important;
}

[dir="ltr"] .min-vh-100 {
  min-height: 100vh !important;
}

[dir="ltr"] .vw-100 {
  width: 100vw !important;
}

[dir="ltr"] .vh-100 {
  height: 100vh !important;
}

[dir="ltr"] .m-0 {
  margin: 0 !important;
}

[dir="ltr"] .mt-0,
[dir="ltr"] .my-0 {
  margin-top: 0 !important;
}

[dir="ltr"] .mr-0,
[dir="ltr"] .mx-0 {
  margin-right: 0 !important;
}

[dir="ltr"] .mb-0,
[dir="ltr"] .my-0 {
  margin-bottom: 0 !important;
}

[dir="ltr"] .ml-0,
[dir="ltr"] .mx-0 {
  margin-left: 0 !important;
}

[dir="ltr"] .m-1 {
  margin: 0.25rem !important;
}

[dir="ltr"] .mt-1,
[dir="ltr"] .my-1 {
  margin-top: 0.25rem !important;
}

[dir="ltr"] .mr-1,
[dir="ltr"] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir="ltr"] .mb-1,
[dir="ltr"] .my-1 {
  margin-bottom: 0.25rem !important;
}

[dir="ltr"] .ml-1,
[dir="ltr"] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir="ltr"] .m-2 {
  margin: 0.5rem !important;
}

[dir="ltr"] .mt-2,
[dir="ltr"] .my-2 {
  margin-top: 0.5rem !important;
}

[dir="ltr"] .mr-2,
[dir="ltr"] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir="ltr"] .mb-2,
[dir="ltr"] .my-2 {
  margin-bottom: 0.5rem !important;
}

[dir="ltr"] .ml-2,
[dir="ltr"] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir="ltr"] .m-3 {
  margin: 1rem !important;
}

[dir="ltr"] .mt-3,
[dir="ltr"] .my-3 {
  margin-top: 1rem !important;
}

[dir="ltr"] .mr-3,
[dir="ltr"] .mx-3 {
  margin-right: 1rem !important;
}

[dir="ltr"] .mb-3,
[dir="ltr"] .my-3 {
  margin-bottom: 1rem !important;
}

[dir="ltr"] .ml-3,
[dir="ltr"] .mx-3 {
  margin-left: 1rem !important;
}

[dir="ltr"] .m-4 {
  margin: 1.5rem !important;
}

[dir="ltr"] .mt-4,
[dir="ltr"] .my-4 {
  margin-top: 1.5rem !important;
}

[dir="ltr"] .mr-4,
[dir="ltr"] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir="ltr"] .mb-4,
[dir="ltr"] .my-4 {
  margin-bottom: 1.5rem !important;
}

[dir="ltr"] .ml-4,
[dir="ltr"] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir="ltr"] .m-5 {
  margin: 3rem !important;
}

[dir="ltr"] .mt-5,
[dir="ltr"] .my-5 {
  margin-top: 3rem !important;
}

[dir="ltr"] .mr-5,
[dir="ltr"] .mx-5 {
  margin-right: 3rem !important;
}

[dir="ltr"] .mb-5,
[dir="ltr"] .my-5 {
  margin-bottom: 3rem !important;
}

[dir="ltr"] .ml-5,
[dir="ltr"] .mx-5 {
  margin-left: 3rem !important;
}

[dir="ltr"] .m-4pt {
  margin: 0.25rem !important;
}

[dir="ltr"] .mt-4pt,
[dir="ltr"] .my-4pt {
  margin-top: 0.25rem !important;
}

[dir="ltr"] .mr-4pt,
[dir="ltr"] .mx-4pt {
  margin-right: 0.25rem !important;
}

[dir="ltr"] .mb-4pt,
[dir="ltr"] .my-4pt {
  margin-bottom: 0.25rem !important;
}

[dir="ltr"] .ml-4pt,
[dir="ltr"] .mx-4pt {
  margin-left: 0.25rem !important;
}

[dir="ltr"] .m-8pt {
  margin: 0.5rem !important;
}

[dir="ltr"] .mt-8pt,
[dir="ltr"] .my-8pt {
  margin-top: 0.5rem !important;
}

[dir="ltr"] .mr-8pt,
[dir="ltr"] .mx-8pt {
  margin-right: 0.5rem !important;
}

[dir="ltr"] .mb-8pt,
[dir="ltr"] .my-8pt {
  margin-bottom: 0.5rem !important;
}

[dir="ltr"] .ml-8pt,
[dir="ltr"] .mx-8pt {
  margin-left: 0.5rem !important;
}

[dir="ltr"] .m-12pt {
  margin: 0.75rem !important;
}

[dir="ltr"] .mt-12pt,
[dir="ltr"] .my-12pt {
  margin-top: 0.75rem !important;
}

[dir="ltr"] .mr-12pt,
[dir="ltr"] .mx-12pt {
  margin-right: 0.75rem !important;
}

[dir="ltr"] .mb-12pt,
[dir="ltr"] .my-12pt {
  margin-bottom: 0.75rem !important;
}

[dir="ltr"] .ml-12pt,
[dir="ltr"] .mx-12pt {
  margin-left: 0.75rem !important;
}

[dir="ltr"] .m-16pt {
  margin: 1rem !important;
}

[dir="ltr"] .mt-16pt,
[dir="ltr"] .my-16pt {
  margin-top: 1rem !important;
}

[dir="ltr"] .mr-16pt,
[dir="ltr"] .mx-16pt {
  margin-right: 1rem !important;
}

[dir="ltr"] .mb-16pt,
[dir="ltr"] .my-16pt {
  margin-bottom: 1rem !important;
}

[dir="ltr"] .ml-16pt,
[dir="ltr"] .mx-16pt {
  margin-left: 1rem !important;
}

[dir="ltr"] .m-20pt {
  margin: 1.25rem !important;
}

[dir="ltr"] .mt-20pt,
[dir="ltr"] .my-20pt {
  margin-top: 1.25rem !important;
}

[dir="ltr"] .mr-20pt,
[dir="ltr"] .mx-20pt {
  margin-right: 1.25rem !important;
}

[dir="ltr"] .mb-20pt,
[dir="ltr"] .my-20pt {
  margin-bottom: 1.25rem !important;
}

[dir="ltr"] .ml-20pt,
[dir="ltr"] .mx-20pt {
  margin-left: 1.25rem !important;
}

[dir="ltr"] .m-24pt {
  margin: 1.5rem !important;
}

[dir="ltr"] .mt-24pt,
[dir="ltr"] .my-24pt {
  margin-top: 1.5rem !important;
}

[dir="ltr"] .mr-24pt,
[dir="ltr"] .mx-24pt {
  margin-right: 1.5rem !important;
}

[dir="ltr"] .mb-24pt,
[dir="ltr"] .my-24pt {
  margin-bottom: 1.5rem !important;
}

[dir="ltr"] .ml-24pt,
[dir="ltr"] .mx-24pt {
  margin-left: 1.5rem !important;
}

[dir="ltr"] .m-32pt {
  margin: 2rem !important;
}

[dir="ltr"] .mt-32pt,
[dir="ltr"] .my-32pt {
  margin-top: 2rem !important;
}

[dir="ltr"] .mr-32pt,
[dir="ltr"] .mx-32pt {
  margin-right: 2rem !important;
}

[dir="ltr"] .mb-32pt,
[dir="ltr"] .my-32pt {
  margin-bottom: 2rem !important;
}

[dir="ltr"] .ml-32pt,
[dir="ltr"] .mx-32pt {
  margin-left: 2rem !important;
}

[dir="ltr"] .m-40pt {
  margin: 2.5rem !important;
}

[dir="ltr"] .mt-40pt,
[dir="ltr"] .my-40pt {
  margin-top: 2.5rem !important;
}

[dir="ltr"] .mr-40pt,
[dir="ltr"] .mx-40pt {
  margin-right: 2.5rem !important;
}

[dir="ltr"] .mb-40pt,
[dir="ltr"] .my-40pt {
  margin-bottom: 2.5rem !important;
}

[dir="ltr"] .ml-40pt,
[dir="ltr"] .mx-40pt {
  margin-left: 2.5rem !important;
}

[dir="ltr"] .m-44pt {
  margin: 2.75rem !important;
}

[dir="ltr"] .mt-44pt,
[dir="ltr"] .my-44pt {
  margin-top: 2.75rem !important;
}

[dir="ltr"] .mr-44pt,
[dir="ltr"] .mx-44pt {
  margin-right: 2.75rem !important;
}

[dir="ltr"] .mb-44pt,
[dir="ltr"] .my-44pt {
  margin-bottom: 2.75rem !important;
}

[dir="ltr"] .ml-44pt,
[dir="ltr"] .mx-44pt {
  margin-left: 2.75rem !important;
}

[dir="ltr"] .m-48pt {
  margin: 3rem !important;
}

[dir="ltr"] .mt-48pt,
[dir="ltr"] .my-48pt {
  margin-top: 3rem !important;
}

[dir="ltr"] .mr-48pt,
[dir="ltr"] .mx-48pt {
  margin-right: 3rem !important;
}

[dir="ltr"] .mb-48pt,
[dir="ltr"] .my-48pt {
  margin-bottom: 3rem !important;
}

[dir="ltr"] .ml-48pt,
[dir="ltr"] .mx-48pt {
  margin-left: 3rem !important;
}

[dir="ltr"] .m-64pt {
  margin: 4rem !important;
}

[dir="ltr"] .mt-64pt,
[dir="ltr"] .my-64pt {
  margin-top: 4rem !important;
}

[dir="ltr"] .mr-64pt,
[dir="ltr"] .mx-64pt {
  margin-right: 4rem !important;
}

[dir="ltr"] .mb-64pt,
[dir="ltr"] .my-64pt {
  margin-bottom: 4rem !important;
}

[dir="ltr"] .ml-64pt,
[dir="ltr"] .mx-64pt {
  margin-left: 4rem !important;
}

[dir="ltr"] .m-112pt {
  margin: 7rem !important;
}

[dir="ltr"] .mt-112pt,
[dir="ltr"] .my-112pt {
  margin-top: 7rem !important;
}

[dir="ltr"] .mr-112pt,
[dir="ltr"] .mx-112pt {
  margin-right: 7rem !important;
}

[dir="ltr"] .mb-112pt,
[dir="ltr"] .my-112pt {
  margin-bottom: 7rem !important;
}

[dir="ltr"] .ml-112pt,
[dir="ltr"] .mx-112pt {
  margin-left: 7rem !important;
}

[dir="ltr"] .m-128pt {
  margin: 8rem !important;
}

[dir="ltr"] .mt-128pt,
[dir="ltr"] .my-128pt {
  margin-top: 8rem !important;
}

[dir="ltr"] .mr-128pt,
[dir="ltr"] .mx-128pt {
  margin-right: 8rem !important;
}

[dir="ltr"] .mb-128pt,
[dir="ltr"] .my-128pt {
  margin-bottom: 8rem !important;
}

[dir="ltr"] .ml-128pt,
[dir="ltr"] .mx-128pt {
  margin-left: 8rem !important;
}

[dir="ltr"] .p-0 {
  padding: 0 !important;
}

[dir="ltr"] .pt-0,
[dir="ltr"] .py-0 {
  padding-top: 0 !important;
}

[dir="ltr"] .pr-0,
[dir="ltr"] .px-0 {
  padding-right: 0 !important;
}

[dir="ltr"] .pb-0,
[dir="ltr"] .py-0 {
  padding-bottom: 0 !important;
}

[dir="ltr"] .pl-0,
[dir="ltr"] .px-0 {
  padding-left: 0 !important;
}

[dir="ltr"] .p-1 {
  padding: 0.25rem !important;
}

[dir="ltr"] .pt-1,
[dir="ltr"] .py-1 {
  padding-top: 0.25rem !important;
}

[dir="ltr"] .pr-1,
[dir="ltr"] .px-1 {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .pb-1,
[dir="ltr"] .py-1 {
  padding-bottom: 0.25rem !important;
}

[dir="ltr"] .pl-1,
[dir="ltr"] .px-1 {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .p-2 {
  padding: 0.5rem !important;
}

[dir="ltr"] .pt-2,
[dir="ltr"] .py-2 {
  padding-top: 0.5rem !important;
}

[dir="ltr"] .pr-2,
[dir="ltr"] .px-2 {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .pb-2,
[dir="ltr"] .py-2 {
  padding-bottom: 0.5rem !important;
}

[dir="ltr"] .pl-2,
[dir="ltr"] .px-2 {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .p-3 {
  padding: 1rem !important;
}

[dir="ltr"] .pt-3,
[dir="ltr"] .py-3 {
  padding-top: 1rem !important;
}

[dir="ltr"] .pr-3,
[dir="ltr"] .px-3 {
  padding-right: 1rem !important;
}

[dir="ltr"] .pb-3,
[dir="ltr"] .py-3 {
  padding-bottom: 1rem !important;
}

[dir="ltr"] .pl-3,
[dir="ltr"] .px-3 {
  padding-left: 1rem !important;
}

[dir="ltr"] .p-4 {
  padding: 1.5rem !important;
}

[dir="ltr"] .pt-4,
[dir="ltr"] .py-4 {
  padding-top: 1.5rem !important;
}

[dir="ltr"] .pr-4,
[dir="ltr"] .px-4 {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .pb-4,
[dir="ltr"] .py-4 {
  padding-bottom: 1.5rem !important;
}

[dir="ltr"] .pl-4,
[dir="ltr"] .px-4 {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .p-5 {
  padding: 3rem !important;
}

[dir="ltr"] .pt-5,
[dir="ltr"] .py-5 {
  padding-top: 3rem !important;
}

[dir="ltr"] .pr-5,
[dir="ltr"] .px-5 {
  padding-right: 3rem !important;
}

[dir="ltr"] .pb-5,
[dir="ltr"] .py-5 {
  padding-bottom: 3rem !important;
}

[dir="ltr"] .pl-5,
[dir="ltr"] .px-5 {
  padding-left: 3rem !important;
}

[dir="ltr"] .p-4pt {
  padding: 0.25rem !important;
}

[dir="ltr"] .pt-4pt,
[dir="ltr"] .py-4pt {
  padding-top: 0.25rem !important;
}

[dir="ltr"] .pr-4pt,
[dir="ltr"] .px-4pt {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .pb-4pt,
[dir="ltr"] .py-4pt {
  padding-bottom: 0.25rem !important;
}

[dir="ltr"] .pl-4pt,
[dir="ltr"] .px-4pt {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .p-8pt {
  padding: 0.5rem !important;
}

[dir="ltr"] .pt-8pt,
[dir="ltr"] .py-8pt {
  padding-top: 0.5rem !important;
}

[dir="ltr"] .pr-8pt,
[dir="ltr"] .px-8pt {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .pb-8pt,
[dir="ltr"] .py-8pt {
  padding-bottom: 0.5rem !important;
}

[dir="ltr"] .pl-8pt,
[dir="ltr"] .px-8pt {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .p-12pt {
  padding: 0.75rem !important;
}

[dir="ltr"] .pt-12pt,
[dir="ltr"] .py-12pt {
  padding-top: 0.75rem !important;
}

[dir="ltr"] .pr-12pt,
[dir="ltr"] .px-12pt {
  padding-right: 0.75rem !important;
}

[dir="ltr"] .pb-12pt,
[dir="ltr"] .py-12pt {
  padding-bottom: 0.75rem !important;
}

[dir="ltr"] .pl-12pt,
[dir="ltr"] .px-12pt {
  padding-left: 0.75rem !important;
}

[dir="ltr"] .p-16pt {
  padding: 1rem !important;
}

[dir="ltr"] .pt-16pt,
[dir="ltr"] .py-16pt {
  padding-top: 1rem !important;
}

[dir="ltr"] .pr-16pt,
[dir="ltr"] .px-16pt {
  padding-right: 1rem !important;
}

[dir="ltr"] .pb-16pt,
[dir="ltr"] .py-16pt {
  padding-bottom: 1rem !important;
}

[dir="ltr"] .pl-16pt,
[dir="ltr"] .px-16pt {
  padding-left: 1rem !important;
}

[dir="ltr"] .p-20pt {
  padding: 1.25rem !important;
}

[dir="ltr"] .pt-20pt,
[dir="ltr"] .py-20pt {
  padding-top: 1.25rem !important;
}

[dir="ltr"] .pr-20pt,
[dir="ltr"] .px-20pt {
  padding-right: 1.25rem !important;
}

[dir="ltr"] .pb-20pt,
[dir="ltr"] .py-20pt {
  padding-bottom: 1.25rem !important;
}

[dir="ltr"] .pl-20pt,
[dir="ltr"] .px-20pt {
  padding-left: 1.25rem !important;
}

[dir="ltr"] .p-24pt {
  padding: 1.5rem !important;
}

[dir="ltr"] .pt-24pt,
[dir="ltr"] .py-24pt {
  padding-top: 1.5rem !important;
}

[dir="ltr"] .pr-24pt,
[dir="ltr"] .px-24pt {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .pb-24pt,
[dir="ltr"] .py-24pt {
  padding-bottom: 1.5rem !important;
}

[dir="ltr"] .pl-24pt,
[dir="ltr"] .px-24pt {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .p-32pt {
  padding: 2rem !important;
}

[dir="ltr"] .pt-32pt,
[dir="ltr"] .py-32pt {
  padding-top: 2rem !important;
}

[dir="ltr"] .pr-32pt,
[dir="ltr"] .px-32pt {
  padding-right: 2rem !important;
}

[dir="ltr"] .pb-32pt,
[dir="ltr"] .py-32pt {
  padding-bottom: 2rem !important;
}

[dir="ltr"] .pl-32pt,
[dir="ltr"] .px-32pt {
  padding-left: 2rem !important;
}

[dir="ltr"] .p-40pt {
  padding: 2.5rem !important;
}

[dir="ltr"] .pt-40pt,
[dir="ltr"] .py-40pt {
  padding-top: 2.5rem !important;
}

[dir="ltr"] .pr-40pt,
[dir="ltr"] .px-40pt {
  padding-right: 2.5rem !important;
}

[dir="ltr"] .pb-40pt,
[dir="ltr"] .py-40pt {
  padding-bottom: 2.5rem !important;
}

[dir="ltr"] .pl-40pt,
[dir="ltr"] .px-40pt {
  padding-left: 2.5rem !important;
}

[dir="ltr"] .p-44pt {
  padding: 2.75rem !important;
}

[dir="ltr"] .pt-44pt,
[dir="ltr"] .py-44pt {
  padding-top: 2.75rem !important;
}

[dir="ltr"] .pr-44pt,
[dir="ltr"] .px-44pt {
  padding-right: 2.75rem !important;
}

[dir="ltr"] .pb-44pt,
[dir="ltr"] .py-44pt {
  padding-bottom: 2.75rem !important;
}

[dir="ltr"] .pl-44pt,
[dir="ltr"] .px-44pt {
  padding-left: 2.75rem !important;
}

[dir="ltr"] .p-48pt {
  padding: 3rem !important;
}

[dir="ltr"] .pt-48pt,
[dir="ltr"] .py-48pt {
  padding-top: 3rem !important;
}

[dir="ltr"] .pr-48pt,
[dir="ltr"] .px-48pt {
  padding-right: 3rem !important;
}

[dir="ltr"] .pb-48pt,
[dir="ltr"] .py-48pt {
  padding-bottom: 3rem !important;
}

[dir="ltr"] .pl-48pt,
[dir="ltr"] .px-48pt {
  padding-left: 3rem !important;
}

[dir="ltr"] .p-64pt {
  padding: 4rem !important;
}

[dir="ltr"] .pt-64pt,
[dir="ltr"] .py-64pt {
  padding-top: 4rem !important;
}

[dir="ltr"] .pr-64pt,
[dir="ltr"] .px-64pt {
  padding-right: 4rem !important;
}

[dir="ltr"] .pb-64pt,
[dir="ltr"] .py-64pt {
  padding-bottom: 4rem !important;
}

[dir="ltr"] .pl-64pt,
[dir="ltr"] .px-64pt {
  padding-left: 4rem !important;
}

[dir="ltr"] .p-112pt {
  padding: 7rem !important;
}

[dir="ltr"] .pt-112pt,
[dir="ltr"] .py-112pt {
  padding-top: 7rem !important;
}

[dir="ltr"] .pr-112pt,
[dir="ltr"] .px-112pt {
  padding-right: 7rem !important;
}

[dir="ltr"] .pb-112pt,
[dir="ltr"] .py-112pt {
  padding-bottom: 7rem !important;
}

[dir="ltr"] .pl-112pt,
[dir="ltr"] .px-112pt {
  padding-left: 7rem !important;
}

[dir="ltr"] .p-128pt {
  padding: 8rem !important;
}

[dir="ltr"] .pt-128pt,
[dir="ltr"] .py-128pt {
  padding-top: 8rem !important;
}

[dir="ltr"] .pr-128pt,
[dir="ltr"] .px-128pt {
  padding-right: 8rem !important;
}

[dir="ltr"] .pb-128pt,
[dir="ltr"] .py-128pt {
  padding-bottom: 8rem !important;
}

[dir="ltr"] .pl-128pt,
[dir="ltr"] .px-128pt {
  padding-left: 8rem !important;
}

[dir="ltr"] .m-n1 {
  margin: -0.25rem !important;
}

[dir="ltr"] .mt-n1,
[dir="ltr"] .my-n1 {
  margin-top: -0.25rem !important;
}

[dir="ltr"] .mr-n1,
[dir="ltr"] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .mb-n1,
[dir="ltr"] .my-n1 {
  margin-bottom: -0.25rem !important;
}

[dir="ltr"] .ml-n1,
[dir="ltr"] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .m-n2 {
  margin: -0.5rem !important;
}

[dir="ltr"] .mt-n2,
[dir="ltr"] .my-n2 {
  margin-top: -0.5rem !important;
}

[dir="ltr"] .mr-n2,
[dir="ltr"] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .mb-n2,
[dir="ltr"] .my-n2 {
  margin-bottom: -0.5rem !important;
}

[dir="ltr"] .ml-n2,
[dir="ltr"] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .m-n3 {
  margin: -1rem !important;
}

[dir="ltr"] .mt-n3,
[dir="ltr"] .my-n3 {
  margin-top: -1rem !important;
}

[dir="ltr"] .mr-n3,
[dir="ltr"] .mx-n3 {
  margin-right: -1rem !important;
}

[dir="ltr"] .mb-n3,
[dir="ltr"] .my-n3 {
  margin-bottom: -1rem !important;
}

[dir="ltr"] .ml-n3,
[dir="ltr"] .mx-n3 {
  margin-left: -1rem !important;
}

[dir="ltr"] .m-n4 {
  margin: -1.5rem !important;
}

[dir="ltr"] .mt-n4,
[dir="ltr"] .my-n4 {
  margin-top: -1.5rem !important;
}

[dir="ltr"] .mr-n4,
[dir="ltr"] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .mb-n4,
[dir="ltr"] .my-n4 {
  margin-bottom: -1.5rem !important;
}

[dir="ltr"] .ml-n4,
[dir="ltr"] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .m-n5 {
  margin: -3rem !important;
}

[dir="ltr"] .mt-n5,
[dir="ltr"] .my-n5 {
  margin-top: -3rem !important;
}

[dir="ltr"] .mr-n5,
[dir="ltr"] .mx-n5 {
  margin-right: -3rem !important;
}

[dir="ltr"] .mb-n5,
[dir="ltr"] .my-n5 {
  margin-bottom: -3rem !important;
}

[dir="ltr"] .ml-n5,
[dir="ltr"] .mx-n5 {
  margin-left: -3rem !important;
}

[dir="ltr"] .m-n4pt {
  margin: -0.25rem !important;
}

[dir="ltr"] .mt-n4pt,
[dir="ltr"] .my-n4pt {
  margin-top: -0.25rem !important;
}

[dir="ltr"] .mr-n4pt,
[dir="ltr"] .mx-n4pt {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .mb-n4pt,
[dir="ltr"] .my-n4pt {
  margin-bottom: -0.25rem !important;
}

[dir="ltr"] .ml-n4pt,
[dir="ltr"] .mx-n4pt {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .m-n8pt {
  margin: -0.5rem !important;
}

[dir="ltr"] .mt-n8pt,
[dir="ltr"] .my-n8pt {
  margin-top: -0.5rem !important;
}

[dir="ltr"] .mr-n8pt,
[dir="ltr"] .mx-n8pt {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .mb-n8pt,
[dir="ltr"] .my-n8pt {
  margin-bottom: -0.5rem !important;
}

[dir="ltr"] .ml-n8pt,
[dir="ltr"] .mx-n8pt {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .m-n12pt {
  margin: -0.75rem !important;
}

[dir="ltr"] .mt-n12pt,
[dir="ltr"] .my-n12pt {
  margin-top: -0.75rem !important;
}

[dir="ltr"] .mr-n12pt,
[dir="ltr"] .mx-n12pt {
  margin-right: -0.75rem !important;
}

[dir="ltr"] .mb-n12pt,
[dir="ltr"] .my-n12pt {
  margin-bottom: -0.75rem !important;
}

[dir="ltr"] .ml-n12pt,
[dir="ltr"] .mx-n12pt {
  margin-left: -0.75rem !important;
}

[dir="ltr"] .m-n16pt {
  margin: -1rem !important;
}

[dir="ltr"] .mt-n16pt,
[dir="ltr"] .my-n16pt {
  margin-top: -1rem !important;
}

[dir="ltr"] .mr-n16pt,
[dir="ltr"] .mx-n16pt {
  margin-right: -1rem !important;
}

[dir="ltr"] .mb-n16pt,
[dir="ltr"] .my-n16pt {
  margin-bottom: -1rem !important;
}

[dir="ltr"] .ml-n16pt,
[dir="ltr"] .mx-n16pt {
  margin-left: -1rem !important;
}

[dir="ltr"] .m-n20pt {
  margin: -1.25rem !important;
}

[dir="ltr"] .mt-n20pt,
[dir="ltr"] .my-n20pt {
  margin-top: -1.25rem !important;
}

[dir="ltr"] .mr-n20pt,
[dir="ltr"] .mx-n20pt {
  margin-right: -1.25rem !important;
}

[dir="ltr"] .mb-n20pt,
[dir="ltr"] .my-n20pt {
  margin-bottom: -1.25rem !important;
}

[dir="ltr"] .ml-n20pt,
[dir="ltr"] .mx-n20pt {
  margin-left: -1.25rem !important;
}

[dir="ltr"] .m-n24pt {
  margin: -1.5rem !important;
}

[dir="ltr"] .mt-n24pt,
[dir="ltr"] .my-n24pt {
  margin-top: -1.5rem !important;
}

[dir="ltr"] .mr-n24pt,
[dir="ltr"] .mx-n24pt {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .mb-n24pt,
[dir="ltr"] .my-n24pt {
  margin-bottom: -1.5rem !important;
}

[dir="ltr"] .ml-n24pt,
[dir="ltr"] .mx-n24pt {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .m-n32pt {
  margin: -2rem !important;
}

[dir="ltr"] .mt-n32pt,
[dir="ltr"] .my-n32pt {
  margin-top: -2rem !important;
}

[dir="ltr"] .mr-n32pt,
[dir="ltr"] .mx-n32pt {
  margin-right: -2rem !important;
}

[dir="ltr"] .mb-n32pt,
[dir="ltr"] .my-n32pt {
  margin-bottom: -2rem !important;
}

[dir="ltr"] .ml-n32pt,
[dir="ltr"] .mx-n32pt {
  margin-left: -2rem !important;
}

[dir="ltr"] .m-n40pt {
  margin: -2.5rem !important;
}

[dir="ltr"] .mt-n40pt,
[dir="ltr"] .my-n40pt {
  margin-top: -2.5rem !important;
}

[dir="ltr"] .mr-n40pt,
[dir="ltr"] .mx-n40pt {
  margin-right: -2.5rem !important;
}

[dir="ltr"] .mb-n40pt,
[dir="ltr"] .my-n40pt {
  margin-bottom: -2.5rem !important;
}

[dir="ltr"] .ml-n40pt,
[dir="ltr"] .mx-n40pt {
  margin-left: -2.5rem !important;
}

[dir="ltr"] .m-n44pt {
  margin: -2.75rem !important;
}

[dir="ltr"] .mt-n44pt,
[dir="ltr"] .my-n44pt {
  margin-top: -2.75rem !important;
}

[dir="ltr"] .mr-n44pt,
[dir="ltr"] .mx-n44pt {
  margin-right: -2.75rem !important;
}

[dir="ltr"] .mb-n44pt,
[dir="ltr"] .my-n44pt {
  margin-bottom: -2.75rem !important;
}

[dir="ltr"] .ml-n44pt,
[dir="ltr"] .mx-n44pt {
  margin-left: -2.75rem !important;
}

[dir="ltr"] .m-n48pt {
  margin: -3rem !important;
}

[dir="ltr"] .mt-n48pt,
[dir="ltr"] .my-n48pt {
  margin-top: -3rem !important;
}

[dir="ltr"] .mr-n48pt,
[dir="ltr"] .mx-n48pt {
  margin-right: -3rem !important;
}

[dir="ltr"] .mb-n48pt,
[dir="ltr"] .my-n48pt {
  margin-bottom: -3rem !important;
}

[dir="ltr"] .ml-n48pt,
[dir="ltr"] .mx-n48pt {
  margin-left: -3rem !important;
}

[dir="ltr"] .m-n64pt {
  margin: -4rem !important;
}

[dir="ltr"] .mt-n64pt,
[dir="ltr"] .my-n64pt {
  margin-top: -4rem !important;
}

[dir="ltr"] .mr-n64pt,
[dir="ltr"] .mx-n64pt {
  margin-right: -4rem !important;
}

[dir="ltr"] .mb-n64pt,
[dir="ltr"] .my-n64pt {
  margin-bottom: -4rem !important;
}

[dir="ltr"] .ml-n64pt,
[dir="ltr"] .mx-n64pt {
  margin-left: -4rem !important;
}

[dir="ltr"] .m-n112pt {
  margin: -7rem !important;
}

[dir="ltr"] .mt-n112pt,
[dir="ltr"] .my-n112pt {
  margin-top: -7rem !important;
}

[dir="ltr"] .mr-n112pt,
[dir="ltr"] .mx-n112pt {
  margin-right: -7rem !important;
}

[dir="ltr"] .mb-n112pt,
[dir="ltr"] .my-n112pt {
  margin-bottom: -7rem !important;
}

[dir="ltr"] .ml-n112pt,
[dir="ltr"] .mx-n112pt {
  margin-left: -7rem !important;
}

[dir="ltr"] .m-n128pt {
  margin: -8rem !important;
}

[dir="ltr"] .mt-n128pt,
[dir="ltr"] .my-n128pt {
  margin-top: -8rem !important;
}

[dir="ltr"] .mr-n128pt,
[dir="ltr"] .mx-n128pt {
  margin-right: -8rem !important;
}

[dir="ltr"] .mb-n128pt,
[dir="ltr"] .my-n128pt {
  margin-bottom: -8rem !important;
}

[dir="ltr"] .ml-n128pt,
[dir="ltr"] .mx-n128pt {
  margin-left: -8rem !important;
}

[dir="ltr"] .m-auto {
  margin: auto !important;
}

[dir="ltr"] .mt-auto,
[dir="ltr"] .my-auto {
  margin-top: auto !important;
}

[dir="ltr"] .mr-auto,
[dir="ltr"] .mx-auto {
  margin-right: auto !important;
}

[dir="ltr"] .mb-auto,
[dir="ltr"] .my-auto {
  margin-bottom: auto !important;
}

[dir="ltr"] .ml-auto,
[dir="ltr"] .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 374px) {
  [dir="ltr"] .m-xs-md-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-xs-md-0,
  [dir="ltr"] .my-xs-md-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-xs-md-0,
  [dir="ltr"] .mx-xs-md-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-xs-md-0,
  [dir="ltr"] .my-xs-md-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-xs-md-0,
  [dir="ltr"] .mx-xs-md-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-xs-md-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xs-md-1,
  [dir="ltr"] .my-xs-md-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xs-md-1,
  [dir="ltr"] .mx-xs-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xs-md-1,
  [dir="ltr"] .my-xs-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xs-md-1,
  [dir="ltr"] .mx-xs-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xs-md-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-2,
  [dir="ltr"] .my-xs-md-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-2,
  [dir="ltr"] .mx-xs-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-2,
  [dir="ltr"] .my-xs-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-2,
  [dir="ltr"] .mx-xs-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xs-md-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xs-md-3,
  [dir="ltr"] .my-xs-md-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xs-md-3,
  [dir="ltr"] .mx-xs-md-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xs-md-3,
  [dir="ltr"] .my-xs-md-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xs-md-3,
  [dir="ltr"] .mx-xs-md-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xs-md-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-4,
  [dir="ltr"] .my-xs-md-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-4,
  [dir="ltr"] .mx-xs-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-4,
  [dir="ltr"] .my-xs-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-4,
  [dir="ltr"] .mx-xs-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xs-md-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xs-md-5,
  [dir="ltr"] .my-xs-md-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xs-md-5,
  [dir="ltr"] .mx-xs-md-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xs-md-5,
  [dir="ltr"] .my-xs-md-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xs-md-5,
  [dir="ltr"] .mx-xs-md-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xs-md-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xs-md-4pt,
  [dir="ltr"] .my-xs-md-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xs-md-4pt,
  [dir="ltr"] .mx-xs-md-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xs-md-4pt,
  [dir="ltr"] .my-xs-md-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xs-md-4pt,
  [dir="ltr"] .mx-xs-md-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xs-md-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-8pt,
  [dir="ltr"] .my-xs-md-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-8pt,
  [dir="ltr"] .mx-xs-md-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-8pt,
  [dir="ltr"] .my-xs-md-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-8pt,
  [dir="ltr"] .mx-xs-md-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xs-md-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-xs-md-12pt,
  [dir="ltr"] .my-xs-md-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-xs-md-12pt,
  [dir="ltr"] .mx-xs-md-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-xs-md-12pt,
  [dir="ltr"] .my-xs-md-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-xs-md-12pt,
  [dir="ltr"] .mx-xs-md-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-xs-md-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xs-md-16pt,
  [dir="ltr"] .my-xs-md-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xs-md-16pt,
  [dir="ltr"] .mx-xs-md-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xs-md-16pt,
  [dir="ltr"] .my-xs-md-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xs-md-16pt,
  [dir="ltr"] .mx-xs-md-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xs-md-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-xs-md-20pt,
  [dir="ltr"] .my-xs-md-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-xs-md-20pt,
  [dir="ltr"] .mx-xs-md-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-xs-md-20pt,
  [dir="ltr"] .my-xs-md-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-xs-md-20pt,
  [dir="ltr"] .mx-xs-md-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-xs-md-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-24pt,
  [dir="ltr"] .my-xs-md-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-24pt,
  [dir="ltr"] .mx-xs-md-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-24pt,
  [dir="ltr"] .my-xs-md-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-24pt,
  [dir="ltr"] .mx-xs-md-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xs-md-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-xs-md-32pt,
  [dir="ltr"] .my-xs-md-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-xs-md-32pt,
  [dir="ltr"] .mx-xs-md-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-xs-md-32pt,
  [dir="ltr"] .my-xs-md-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-xs-md-32pt,
  [dir="ltr"] .mx-xs-md-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-xs-md-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-40pt,
  [dir="ltr"] .my-xs-md-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-40pt,
  [dir="ltr"] .mx-xs-md-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-40pt,
  [dir="ltr"] .my-xs-md-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-40pt,
  [dir="ltr"] .mx-xs-md-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-xs-md-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-xs-md-44pt,
  [dir="ltr"] .my-xs-md-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-xs-md-44pt,
  [dir="ltr"] .mx-xs-md-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-xs-md-44pt,
  [dir="ltr"] .my-xs-md-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-xs-md-44pt,
  [dir="ltr"] .mx-xs-md-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-xs-md-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xs-md-48pt,
  [dir="ltr"] .my-xs-md-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xs-md-48pt,
  [dir="ltr"] .mx-xs-md-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xs-md-48pt,
  [dir="ltr"] .my-xs-md-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xs-md-48pt,
  [dir="ltr"] .mx-xs-md-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xs-md-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-xs-md-64pt,
  [dir="ltr"] .my-xs-md-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-xs-md-64pt,
  [dir="ltr"] .mx-xs-md-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-xs-md-64pt,
  [dir="ltr"] .my-xs-md-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-xs-md-64pt,
  [dir="ltr"] .mx-xs-md-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-xs-md-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-xs-md-112pt,
  [dir="ltr"] .my-xs-md-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-xs-md-112pt,
  [dir="ltr"] .mx-xs-md-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-xs-md-112pt,
  [dir="ltr"] .my-xs-md-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-xs-md-112pt,
  [dir="ltr"] .mx-xs-md-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-xs-md-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-xs-md-128pt,
  [dir="ltr"] .my-xs-md-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-xs-md-128pt,
  [dir="ltr"] .mx-xs-md-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-xs-md-128pt,
  [dir="ltr"] .my-xs-md-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-xs-md-128pt,
  [dir="ltr"] .mx-xs-md-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-xs-md-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-xs-md-0,
  [dir="ltr"] .py-xs-md-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-xs-md-0,
  [dir="ltr"] .px-xs-md-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-xs-md-0,
  [dir="ltr"] .py-xs-md-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-xs-md-0,
  [dir="ltr"] .px-xs-md-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-xs-md-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xs-md-1,
  [dir="ltr"] .py-xs-md-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xs-md-1,
  [dir="ltr"] .px-xs-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xs-md-1,
  [dir="ltr"] .py-xs-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xs-md-1,
  [dir="ltr"] .px-xs-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xs-md-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xs-md-2,
  [dir="ltr"] .py-xs-md-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xs-md-2,
  [dir="ltr"] .px-xs-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xs-md-2,
  [dir="ltr"] .py-xs-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xs-md-2,
  [dir="ltr"] .px-xs-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xs-md-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xs-md-3,
  [dir="ltr"] .py-xs-md-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xs-md-3,
  [dir="ltr"] .px-xs-md-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xs-md-3,
  [dir="ltr"] .py-xs-md-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xs-md-3,
  [dir="ltr"] .px-xs-md-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xs-md-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xs-md-4,
  [dir="ltr"] .py-xs-md-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xs-md-4,
  [dir="ltr"] .px-xs-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xs-md-4,
  [dir="ltr"] .py-xs-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xs-md-4,
  [dir="ltr"] .px-xs-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xs-md-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xs-md-5,
  [dir="ltr"] .py-xs-md-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xs-md-5,
  [dir="ltr"] .px-xs-md-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xs-md-5,
  [dir="ltr"] .py-xs-md-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xs-md-5,
  [dir="ltr"] .px-xs-md-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xs-md-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xs-md-4pt,
  [dir="ltr"] .py-xs-md-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xs-md-4pt,
  [dir="ltr"] .px-xs-md-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xs-md-4pt,
  [dir="ltr"] .py-xs-md-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xs-md-4pt,
  [dir="ltr"] .px-xs-md-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xs-md-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xs-md-8pt,
  [dir="ltr"] .py-xs-md-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xs-md-8pt,
  [dir="ltr"] .px-xs-md-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xs-md-8pt,
  [dir="ltr"] .py-xs-md-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xs-md-8pt,
  [dir="ltr"] .px-xs-md-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xs-md-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-xs-md-12pt,
  [dir="ltr"] .py-xs-md-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-xs-md-12pt,
  [dir="ltr"] .px-xs-md-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-xs-md-12pt,
  [dir="ltr"] .py-xs-md-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-xs-md-12pt,
  [dir="ltr"] .px-xs-md-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-xs-md-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xs-md-16pt,
  [dir="ltr"] .py-xs-md-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xs-md-16pt,
  [dir="ltr"] .px-xs-md-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xs-md-16pt,
  [dir="ltr"] .py-xs-md-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xs-md-16pt,
  [dir="ltr"] .px-xs-md-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xs-md-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-xs-md-20pt,
  [dir="ltr"] .py-xs-md-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-xs-md-20pt,
  [dir="ltr"] .px-xs-md-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-xs-md-20pt,
  [dir="ltr"] .py-xs-md-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-xs-md-20pt,
  [dir="ltr"] .px-xs-md-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-xs-md-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xs-md-24pt,
  [dir="ltr"] .py-xs-md-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xs-md-24pt,
  [dir="ltr"] .px-xs-md-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xs-md-24pt,
  [dir="ltr"] .py-xs-md-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xs-md-24pt,
  [dir="ltr"] .px-xs-md-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xs-md-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-xs-md-32pt,
  [dir="ltr"] .py-xs-md-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-xs-md-32pt,
  [dir="ltr"] .px-xs-md-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-xs-md-32pt,
  [dir="ltr"] .py-xs-md-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-xs-md-32pt,
  [dir="ltr"] .px-xs-md-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-xs-md-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-xs-md-40pt,
  [dir="ltr"] .py-xs-md-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-xs-md-40pt,
  [dir="ltr"] .px-xs-md-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-xs-md-40pt,
  [dir="ltr"] .py-xs-md-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-xs-md-40pt,
  [dir="ltr"] .px-xs-md-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-xs-md-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-xs-md-44pt,
  [dir="ltr"] .py-xs-md-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-xs-md-44pt,
  [dir="ltr"] .px-xs-md-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-xs-md-44pt,
  [dir="ltr"] .py-xs-md-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-xs-md-44pt,
  [dir="ltr"] .px-xs-md-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-xs-md-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xs-md-48pt,
  [dir="ltr"] .py-xs-md-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xs-md-48pt,
  [dir="ltr"] .px-xs-md-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xs-md-48pt,
  [dir="ltr"] .py-xs-md-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xs-md-48pt,
  [dir="ltr"] .px-xs-md-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xs-md-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-xs-md-64pt,
  [dir="ltr"] .py-xs-md-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-xs-md-64pt,
  [dir="ltr"] .px-xs-md-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-xs-md-64pt,
  [dir="ltr"] .py-xs-md-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-xs-md-64pt,
  [dir="ltr"] .px-xs-md-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-xs-md-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-xs-md-112pt,
  [dir="ltr"] .py-xs-md-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-xs-md-112pt,
  [dir="ltr"] .px-xs-md-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-xs-md-112pt,
  [dir="ltr"] .py-xs-md-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-xs-md-112pt,
  [dir="ltr"] .px-xs-md-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-xs-md-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-xs-md-128pt,
  [dir="ltr"] .py-xs-md-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-xs-md-128pt,
  [dir="ltr"] .px-xs-md-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-xs-md-128pt,
  [dir="ltr"] .py-xs-md-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-xs-md-128pt,
  [dir="ltr"] .px-xs-md-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-xs-md-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xs-md-n1,
  [dir="ltr"] .my-xs-md-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xs-md-n1,
  [dir="ltr"] .mx-xs-md-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xs-md-n1,
  [dir="ltr"] .my-xs-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xs-md-n1,
  [dir="ltr"] .mx-xs-md-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xs-md-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-n2,
  [dir="ltr"] .my-xs-md-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-n2,
  [dir="ltr"] .mx-xs-md-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-n2,
  [dir="ltr"] .my-xs-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-n2,
  [dir="ltr"] .mx-xs-md-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xs-md-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xs-md-n3,
  [dir="ltr"] .my-xs-md-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xs-md-n3,
  [dir="ltr"] .mx-xs-md-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xs-md-n3,
  [dir="ltr"] .my-xs-md-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xs-md-n3,
  [dir="ltr"] .mx-xs-md-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xs-md-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-n4,
  [dir="ltr"] .my-xs-md-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-n4,
  [dir="ltr"] .mx-xs-md-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-n4,
  [dir="ltr"] .my-xs-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-n4,
  [dir="ltr"] .mx-xs-md-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xs-md-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xs-md-n5,
  [dir="ltr"] .my-xs-md-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xs-md-n5,
  [dir="ltr"] .mx-xs-md-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xs-md-n5,
  [dir="ltr"] .my-xs-md-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xs-md-n5,
  [dir="ltr"] .mx-xs-md-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xs-md-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xs-md-n4pt,
  [dir="ltr"] .my-xs-md-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xs-md-n4pt,
  [dir="ltr"] .mx-xs-md-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xs-md-n4pt,
  [dir="ltr"] .my-xs-md-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xs-md-n4pt,
  [dir="ltr"] .mx-xs-md-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xs-md-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-n8pt,
  [dir="ltr"] .my-xs-md-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-n8pt,
  [dir="ltr"] .mx-xs-md-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-n8pt,
  [dir="ltr"] .my-xs-md-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-n8pt,
  [dir="ltr"] .mx-xs-md-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xs-md-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-xs-md-n12pt,
  [dir="ltr"] .my-xs-md-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-xs-md-n12pt,
  [dir="ltr"] .mx-xs-md-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-xs-md-n12pt,
  [dir="ltr"] .my-xs-md-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-xs-md-n12pt,
  [dir="ltr"] .mx-xs-md-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-xs-md-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xs-md-n16pt,
  [dir="ltr"] .my-xs-md-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xs-md-n16pt,
  [dir="ltr"] .mx-xs-md-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xs-md-n16pt,
  [dir="ltr"] .my-xs-md-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xs-md-n16pt,
  [dir="ltr"] .mx-xs-md-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xs-md-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-xs-md-n20pt,
  [dir="ltr"] .my-xs-md-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-xs-md-n20pt,
  [dir="ltr"] .mx-xs-md-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-xs-md-n20pt,
  [dir="ltr"] .my-xs-md-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-xs-md-n20pt,
  [dir="ltr"] .mx-xs-md-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-xs-md-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-n24pt,
  [dir="ltr"] .my-xs-md-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-n24pt,
  [dir="ltr"] .mx-xs-md-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-n24pt,
  [dir="ltr"] .my-xs-md-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-n24pt,
  [dir="ltr"] .mx-xs-md-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xs-md-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-xs-md-n32pt,
  [dir="ltr"] .my-xs-md-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-xs-md-n32pt,
  [dir="ltr"] .mx-xs-md-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-xs-md-n32pt,
  [dir="ltr"] .my-xs-md-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-xs-md-n32pt,
  [dir="ltr"] .mx-xs-md-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-xs-md-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-xs-md-n40pt,
  [dir="ltr"] .my-xs-md-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-xs-md-n40pt,
  [dir="ltr"] .mx-xs-md-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-xs-md-n40pt,
  [dir="ltr"] .my-xs-md-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-xs-md-n40pt,
  [dir="ltr"] .mx-xs-md-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-xs-md-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-xs-md-n44pt,
  [dir="ltr"] .my-xs-md-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-xs-md-n44pt,
  [dir="ltr"] .mx-xs-md-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-xs-md-n44pt,
  [dir="ltr"] .my-xs-md-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-xs-md-n44pt,
  [dir="ltr"] .mx-xs-md-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-xs-md-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xs-md-n48pt,
  [dir="ltr"] .my-xs-md-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xs-md-n48pt,
  [dir="ltr"] .mx-xs-md-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xs-md-n48pt,
  [dir="ltr"] .my-xs-md-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xs-md-n48pt,
  [dir="ltr"] .mx-xs-md-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xs-md-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-xs-md-n64pt,
  [dir="ltr"] .my-xs-md-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-xs-md-n64pt,
  [dir="ltr"] .mx-xs-md-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-xs-md-n64pt,
  [dir="ltr"] .my-xs-md-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-xs-md-n64pt,
  [dir="ltr"] .mx-xs-md-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-xs-md-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-xs-md-n112pt,
  [dir="ltr"] .my-xs-md-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-xs-md-n112pt,
  [dir="ltr"] .mx-xs-md-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-xs-md-n112pt,
  [dir="ltr"] .my-xs-md-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-xs-md-n112pt,
  [dir="ltr"] .mx-xs-md-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-xs-md-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-xs-md-n128pt,
  [dir="ltr"] .my-xs-md-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-xs-md-n128pt,
  [dir="ltr"] .mx-xs-md-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-xs-md-n128pt,
  [dir="ltr"] .my-xs-md-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-xs-md-n128pt,
  [dir="ltr"] .mx-xs-md-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-xs-md-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-xs-md-auto,
  [dir="ltr"] .my-xs-md-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-xs-md-auto,
  [dir="ltr"] .mx-xs-md-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-xs-md-auto,
  [dir="ltr"] .my-xs-md-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-xs-md-auto,
  [dir="ltr"] .mx-xs-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .m-xs-plus-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-xs-plus-0,
  [dir="ltr"] .my-xs-plus-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-xs-plus-0,
  [dir="ltr"] .mx-xs-plus-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-xs-plus-0,
  [dir="ltr"] .my-xs-plus-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-xs-plus-0,
  [dir="ltr"] .mx-xs-plus-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-xs-plus-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xs-plus-1,
  [dir="ltr"] .my-xs-plus-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xs-plus-1,
  [dir="ltr"] .mx-xs-plus-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xs-plus-1,
  [dir="ltr"] .my-xs-plus-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xs-plus-1,
  [dir="ltr"] .mx-xs-plus-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xs-plus-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-2,
  [dir="ltr"] .my-xs-plus-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-2,
  [dir="ltr"] .mx-xs-plus-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-2,
  [dir="ltr"] .my-xs-plus-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-2,
  [dir="ltr"] .mx-xs-plus-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xs-plus-3,
  [dir="ltr"] .my-xs-plus-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xs-plus-3,
  [dir="ltr"] .mx-xs-plus-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xs-plus-3,
  [dir="ltr"] .my-xs-plus-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xs-plus-3,
  [dir="ltr"] .mx-xs-plus-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xs-plus-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-4,
  [dir="ltr"] .my-xs-plus-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-4,
  [dir="ltr"] .mx-xs-plus-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-4,
  [dir="ltr"] .my-xs-plus-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-4,
  [dir="ltr"] .mx-xs-plus-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xs-plus-5,
  [dir="ltr"] .my-xs-plus-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xs-plus-5,
  [dir="ltr"] .mx-xs-plus-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xs-plus-5,
  [dir="ltr"] .my-xs-plus-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xs-plus-5,
  [dir="ltr"] .mx-xs-plus-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xs-plus-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xs-plus-4pt,
  [dir="ltr"] .my-xs-plus-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xs-plus-4pt,
  [dir="ltr"] .mx-xs-plus-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xs-plus-4pt,
  [dir="ltr"] .my-xs-plus-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xs-plus-4pt,
  [dir="ltr"] .mx-xs-plus-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xs-plus-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-8pt,
  [dir="ltr"] .my-xs-plus-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-8pt,
  [dir="ltr"] .mx-xs-plus-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-8pt,
  [dir="ltr"] .my-xs-plus-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-8pt,
  [dir="ltr"] .mx-xs-plus-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-xs-plus-12pt,
  [dir="ltr"] .my-xs-plus-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-xs-plus-12pt,
  [dir="ltr"] .mx-xs-plus-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-xs-plus-12pt,
  [dir="ltr"] .my-xs-plus-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-xs-plus-12pt,
  [dir="ltr"] .mx-xs-plus-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-xs-plus-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xs-plus-16pt,
  [dir="ltr"] .my-xs-plus-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xs-plus-16pt,
  [dir="ltr"] .mx-xs-plus-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xs-plus-16pt,
  [dir="ltr"] .my-xs-plus-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xs-plus-16pt,
  [dir="ltr"] .mx-xs-plus-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xs-plus-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-xs-plus-20pt,
  [dir="ltr"] .my-xs-plus-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-xs-plus-20pt,
  [dir="ltr"] .mx-xs-plus-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-xs-plus-20pt,
  [dir="ltr"] .my-xs-plus-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-xs-plus-20pt,
  [dir="ltr"] .mx-xs-plus-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-xs-plus-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-24pt,
  [dir="ltr"] .my-xs-plus-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-24pt,
  [dir="ltr"] .mx-xs-plus-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-24pt,
  [dir="ltr"] .my-xs-plus-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-24pt,
  [dir="ltr"] .mx-xs-plus-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-xs-plus-32pt,
  [dir="ltr"] .my-xs-plus-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-xs-plus-32pt,
  [dir="ltr"] .mx-xs-plus-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-xs-plus-32pt,
  [dir="ltr"] .my-xs-plus-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-xs-plus-32pt,
  [dir="ltr"] .mx-xs-plus-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-xs-plus-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-40pt,
  [dir="ltr"] .my-xs-plus-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-40pt,
  [dir="ltr"] .mx-xs-plus-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-40pt,
  [dir="ltr"] .my-xs-plus-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-40pt,
  [dir="ltr"] .mx-xs-plus-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-xs-plus-44pt,
  [dir="ltr"] .my-xs-plus-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-xs-plus-44pt,
  [dir="ltr"] .mx-xs-plus-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-xs-plus-44pt,
  [dir="ltr"] .my-xs-plus-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-xs-plus-44pt,
  [dir="ltr"] .mx-xs-plus-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-xs-plus-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xs-plus-48pt,
  [dir="ltr"] .my-xs-plus-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xs-plus-48pt,
  [dir="ltr"] .mx-xs-plus-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xs-plus-48pt,
  [dir="ltr"] .my-xs-plus-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xs-plus-48pt,
  [dir="ltr"] .mx-xs-plus-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xs-plus-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-xs-plus-64pt,
  [dir="ltr"] .my-xs-plus-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-xs-plus-64pt,
  [dir="ltr"] .mx-xs-plus-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-xs-plus-64pt,
  [dir="ltr"] .my-xs-plus-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-xs-plus-64pt,
  [dir="ltr"] .mx-xs-plus-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-xs-plus-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-xs-plus-112pt,
  [dir="ltr"] .my-xs-plus-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-xs-plus-112pt,
  [dir="ltr"] .mx-xs-plus-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-xs-plus-112pt,
  [dir="ltr"] .my-xs-plus-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-xs-plus-112pt,
  [dir="ltr"] .mx-xs-plus-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-xs-plus-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-xs-plus-128pt,
  [dir="ltr"] .my-xs-plus-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-xs-plus-128pt,
  [dir="ltr"] .mx-xs-plus-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-xs-plus-128pt,
  [dir="ltr"] .my-xs-plus-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-xs-plus-128pt,
  [dir="ltr"] .mx-xs-plus-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-xs-plus-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-xs-plus-0,
  [dir="ltr"] .py-xs-plus-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-xs-plus-0,
  [dir="ltr"] .px-xs-plus-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-xs-plus-0,
  [dir="ltr"] .py-xs-plus-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-xs-plus-0,
  [dir="ltr"] .px-xs-plus-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-xs-plus-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xs-plus-1,
  [dir="ltr"] .py-xs-plus-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xs-plus-1,
  [dir="ltr"] .px-xs-plus-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xs-plus-1,
  [dir="ltr"] .py-xs-plus-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xs-plus-1,
  [dir="ltr"] .px-xs-plus-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xs-plus-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xs-plus-2,
  [dir="ltr"] .py-xs-plus-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xs-plus-2,
  [dir="ltr"] .px-xs-plus-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xs-plus-2,
  [dir="ltr"] .py-xs-plus-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xs-plus-2,
  [dir="ltr"] .px-xs-plus-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xs-plus-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xs-plus-3,
  [dir="ltr"] .py-xs-plus-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xs-plus-3,
  [dir="ltr"] .px-xs-plus-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xs-plus-3,
  [dir="ltr"] .py-xs-plus-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xs-plus-3,
  [dir="ltr"] .px-xs-plus-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xs-plus-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xs-plus-4,
  [dir="ltr"] .py-xs-plus-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xs-plus-4,
  [dir="ltr"] .px-xs-plus-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xs-plus-4,
  [dir="ltr"] .py-xs-plus-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xs-plus-4,
  [dir="ltr"] .px-xs-plus-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xs-plus-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xs-plus-5,
  [dir="ltr"] .py-xs-plus-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xs-plus-5,
  [dir="ltr"] .px-xs-plus-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xs-plus-5,
  [dir="ltr"] .py-xs-plus-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xs-plus-5,
  [dir="ltr"] .px-xs-plus-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xs-plus-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xs-plus-4pt,
  [dir="ltr"] .py-xs-plus-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xs-plus-4pt,
  [dir="ltr"] .px-xs-plus-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xs-plus-4pt,
  [dir="ltr"] .py-xs-plus-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xs-plus-4pt,
  [dir="ltr"] .px-xs-plus-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xs-plus-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xs-plus-8pt,
  [dir="ltr"] .py-xs-plus-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xs-plus-8pt,
  [dir="ltr"] .px-xs-plus-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xs-plus-8pt,
  [dir="ltr"] .py-xs-plus-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xs-plus-8pt,
  [dir="ltr"] .px-xs-plus-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xs-plus-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-xs-plus-12pt,
  [dir="ltr"] .py-xs-plus-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-xs-plus-12pt,
  [dir="ltr"] .px-xs-plus-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-xs-plus-12pt,
  [dir="ltr"] .py-xs-plus-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-xs-plus-12pt,
  [dir="ltr"] .px-xs-plus-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-xs-plus-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xs-plus-16pt,
  [dir="ltr"] .py-xs-plus-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xs-plus-16pt,
  [dir="ltr"] .px-xs-plus-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xs-plus-16pt,
  [dir="ltr"] .py-xs-plus-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xs-plus-16pt,
  [dir="ltr"] .px-xs-plus-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xs-plus-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-xs-plus-20pt,
  [dir="ltr"] .py-xs-plus-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-xs-plus-20pt,
  [dir="ltr"] .px-xs-plus-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-xs-plus-20pt,
  [dir="ltr"] .py-xs-plus-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-xs-plus-20pt,
  [dir="ltr"] .px-xs-plus-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-xs-plus-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xs-plus-24pt,
  [dir="ltr"] .py-xs-plus-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xs-plus-24pt,
  [dir="ltr"] .px-xs-plus-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xs-plus-24pt,
  [dir="ltr"] .py-xs-plus-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xs-plus-24pt,
  [dir="ltr"] .px-xs-plus-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xs-plus-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-xs-plus-32pt,
  [dir="ltr"] .py-xs-plus-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-xs-plus-32pt,
  [dir="ltr"] .px-xs-plus-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-xs-plus-32pt,
  [dir="ltr"] .py-xs-plus-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-xs-plus-32pt,
  [dir="ltr"] .px-xs-plus-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-xs-plus-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-xs-plus-40pt,
  [dir="ltr"] .py-xs-plus-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-xs-plus-40pt,
  [dir="ltr"] .px-xs-plus-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-xs-plus-40pt,
  [dir="ltr"] .py-xs-plus-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-xs-plus-40pt,
  [dir="ltr"] .px-xs-plus-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-xs-plus-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-xs-plus-44pt,
  [dir="ltr"] .py-xs-plus-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-xs-plus-44pt,
  [dir="ltr"] .px-xs-plus-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-xs-plus-44pt,
  [dir="ltr"] .py-xs-plus-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-xs-plus-44pt,
  [dir="ltr"] .px-xs-plus-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-xs-plus-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xs-plus-48pt,
  [dir="ltr"] .py-xs-plus-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xs-plus-48pt,
  [dir="ltr"] .px-xs-plus-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xs-plus-48pt,
  [dir="ltr"] .py-xs-plus-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xs-plus-48pt,
  [dir="ltr"] .px-xs-plus-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xs-plus-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-xs-plus-64pt,
  [dir="ltr"] .py-xs-plus-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-xs-plus-64pt,
  [dir="ltr"] .px-xs-plus-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-xs-plus-64pt,
  [dir="ltr"] .py-xs-plus-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-xs-plus-64pt,
  [dir="ltr"] .px-xs-plus-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-xs-plus-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-xs-plus-112pt,
  [dir="ltr"] .py-xs-plus-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-xs-plus-112pt,
  [dir="ltr"] .px-xs-plus-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-xs-plus-112pt,
  [dir="ltr"] .py-xs-plus-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-xs-plus-112pt,
  [dir="ltr"] .px-xs-plus-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-xs-plus-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-xs-plus-128pt,
  [dir="ltr"] .py-xs-plus-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-xs-plus-128pt,
  [dir="ltr"] .px-xs-plus-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-xs-plus-128pt,
  [dir="ltr"] .py-xs-plus-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-xs-plus-128pt,
  [dir="ltr"] .px-xs-plus-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-xs-plus-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n1,
  [dir="ltr"] .my-xs-plus-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n1,
  [dir="ltr"] .mx-xs-plus-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n1,
  [dir="ltr"] .my-xs-plus-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n1,
  [dir="ltr"] .mx-xs-plus-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xs-plus-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n2,
  [dir="ltr"] .my-xs-plus-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n2,
  [dir="ltr"] .mx-xs-plus-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n2,
  [dir="ltr"] .my-xs-plus-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n2,
  [dir="ltr"] .mx-xs-plus-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n3,
  [dir="ltr"] .my-xs-plus-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n3,
  [dir="ltr"] .mx-xs-plus-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n3,
  [dir="ltr"] .my-xs-plus-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n3,
  [dir="ltr"] .mx-xs-plus-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xs-plus-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n4,
  [dir="ltr"] .my-xs-plus-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n4,
  [dir="ltr"] .mx-xs-plus-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n4,
  [dir="ltr"] .my-xs-plus-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n4,
  [dir="ltr"] .mx-xs-plus-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n5,
  [dir="ltr"] .my-xs-plus-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n5,
  [dir="ltr"] .mx-xs-plus-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n5,
  [dir="ltr"] .my-xs-plus-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n5,
  [dir="ltr"] .mx-xs-plus-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xs-plus-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n4pt,
  [dir="ltr"] .my-xs-plus-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n4pt,
  [dir="ltr"] .mx-xs-plus-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n4pt,
  [dir="ltr"] .my-xs-plus-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n4pt,
  [dir="ltr"] .mx-xs-plus-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xs-plus-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n8pt,
  [dir="ltr"] .my-xs-plus-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n8pt,
  [dir="ltr"] .mx-xs-plus-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n8pt,
  [dir="ltr"] .my-xs-plus-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n8pt,
  [dir="ltr"] .mx-xs-plus-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n12pt,
  [dir="ltr"] .my-xs-plus-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n12pt,
  [dir="ltr"] .mx-xs-plus-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n12pt,
  [dir="ltr"] .my-xs-plus-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n12pt,
  [dir="ltr"] .mx-xs-plus-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-xs-plus-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n16pt,
  [dir="ltr"] .my-xs-plus-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n16pt,
  [dir="ltr"] .mx-xs-plus-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n16pt,
  [dir="ltr"] .my-xs-plus-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n16pt,
  [dir="ltr"] .mx-xs-plus-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xs-plus-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n20pt,
  [dir="ltr"] .my-xs-plus-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n20pt,
  [dir="ltr"] .mx-xs-plus-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n20pt,
  [dir="ltr"] .my-xs-plus-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n20pt,
  [dir="ltr"] .mx-xs-plus-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-xs-plus-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n24pt,
  [dir="ltr"] .my-xs-plus-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n24pt,
  [dir="ltr"] .mx-xs-plus-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n24pt,
  [dir="ltr"] .my-xs-plus-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n24pt,
  [dir="ltr"] .mx-xs-plus-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n32pt,
  [dir="ltr"] .my-xs-plus-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n32pt,
  [dir="ltr"] .mx-xs-plus-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n32pt,
  [dir="ltr"] .my-xs-plus-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n32pt,
  [dir="ltr"] .mx-xs-plus-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-xs-plus-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n40pt,
  [dir="ltr"] .my-xs-plus-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n40pt,
  [dir="ltr"] .mx-xs-plus-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n40pt,
  [dir="ltr"] .my-xs-plus-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n40pt,
  [dir="ltr"] .mx-xs-plus-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-xs-plus-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n44pt,
  [dir="ltr"] .my-xs-plus-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n44pt,
  [dir="ltr"] .mx-xs-plus-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n44pt,
  [dir="ltr"] .my-xs-plus-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n44pt,
  [dir="ltr"] .mx-xs-plus-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-xs-plus-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n48pt,
  [dir="ltr"] .my-xs-plus-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n48pt,
  [dir="ltr"] .mx-xs-plus-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n48pt,
  [dir="ltr"] .my-xs-plus-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n48pt,
  [dir="ltr"] .mx-xs-plus-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xs-plus-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n64pt,
  [dir="ltr"] .my-xs-plus-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n64pt,
  [dir="ltr"] .mx-xs-plus-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n64pt,
  [dir="ltr"] .my-xs-plus-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n64pt,
  [dir="ltr"] .mx-xs-plus-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-xs-plus-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n112pt,
  [dir="ltr"] .my-xs-plus-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n112pt,
  [dir="ltr"] .mx-xs-plus-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n112pt,
  [dir="ltr"] .my-xs-plus-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n112pt,
  [dir="ltr"] .mx-xs-plus-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-xs-plus-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-xs-plus-n128pt,
  [dir="ltr"] .my-xs-plus-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-xs-plus-n128pt,
  [dir="ltr"] .mx-xs-plus-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-xs-plus-n128pt,
  [dir="ltr"] .my-xs-plus-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-xs-plus-n128pt,
  [dir="ltr"] .mx-xs-plus-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-xs-plus-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-xs-plus-auto,
  [dir="ltr"] .my-xs-plus-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-xs-plus-auto,
  [dir="ltr"] .mx-xs-plus-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-xs-plus-auto,
  [dir="ltr"] .my-xs-plus-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-xs-plus-auto,
  [dir="ltr"] .mx-xs-plus-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .m-sm-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-sm-0,
  [dir="ltr"] .my-sm-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-sm-0,
  [dir="ltr"] .my-sm-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-sm-1,
  [dir="ltr"] .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-sm-1,
  [dir="ltr"] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-sm-2,
  [dir="ltr"] .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-sm-2,
  [dir="ltr"] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-sm-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-sm-3,
  [dir="ltr"] .my-sm-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-sm-3,
  [dir="ltr"] .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-sm-4,
  [dir="ltr"] .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-sm-4,
  [dir="ltr"] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-sm-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-sm-5,
  [dir="ltr"] .my-sm-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-sm-5,
  [dir="ltr"] .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-sm-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-sm-4pt,
  [dir="ltr"] .my-sm-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-sm-4pt,
  [dir="ltr"] .mx-sm-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-sm-4pt,
  [dir="ltr"] .my-sm-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-sm-4pt,
  [dir="ltr"] .mx-sm-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-sm-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-sm-8pt,
  [dir="ltr"] .my-sm-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-sm-8pt,
  [dir="ltr"] .mx-sm-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-sm-8pt,
  [dir="ltr"] .my-sm-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-sm-8pt,
  [dir="ltr"] .mx-sm-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-sm-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-sm-12pt,
  [dir="ltr"] .my-sm-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-sm-12pt,
  [dir="ltr"] .mx-sm-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-sm-12pt,
  [dir="ltr"] .my-sm-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-sm-12pt,
  [dir="ltr"] .mx-sm-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-sm-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-sm-16pt,
  [dir="ltr"] .my-sm-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-sm-16pt,
  [dir="ltr"] .mx-sm-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-sm-16pt,
  [dir="ltr"] .my-sm-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-sm-16pt,
  [dir="ltr"] .mx-sm-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-sm-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-sm-20pt,
  [dir="ltr"] .my-sm-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-sm-20pt,
  [dir="ltr"] .mx-sm-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-sm-20pt,
  [dir="ltr"] .my-sm-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-sm-20pt,
  [dir="ltr"] .mx-sm-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-sm-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-sm-24pt,
  [dir="ltr"] .my-sm-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-sm-24pt,
  [dir="ltr"] .mx-sm-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-sm-24pt,
  [dir="ltr"] .my-sm-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-sm-24pt,
  [dir="ltr"] .mx-sm-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-sm-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-sm-32pt,
  [dir="ltr"] .my-sm-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-sm-32pt,
  [dir="ltr"] .mx-sm-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-sm-32pt,
  [dir="ltr"] .my-sm-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-sm-32pt,
  [dir="ltr"] .mx-sm-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-sm-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-sm-40pt,
  [dir="ltr"] .my-sm-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-sm-40pt,
  [dir="ltr"] .mx-sm-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-sm-40pt,
  [dir="ltr"] .my-sm-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-sm-40pt,
  [dir="ltr"] .mx-sm-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-sm-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-sm-44pt,
  [dir="ltr"] .my-sm-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-sm-44pt,
  [dir="ltr"] .mx-sm-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-sm-44pt,
  [dir="ltr"] .my-sm-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-sm-44pt,
  [dir="ltr"] .mx-sm-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-sm-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-sm-48pt,
  [dir="ltr"] .my-sm-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-sm-48pt,
  [dir="ltr"] .mx-sm-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-sm-48pt,
  [dir="ltr"] .my-sm-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-sm-48pt,
  [dir="ltr"] .mx-sm-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-sm-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-sm-64pt,
  [dir="ltr"] .my-sm-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-sm-64pt,
  [dir="ltr"] .mx-sm-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-sm-64pt,
  [dir="ltr"] .my-sm-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-sm-64pt,
  [dir="ltr"] .mx-sm-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-sm-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-sm-112pt,
  [dir="ltr"] .my-sm-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-sm-112pt,
  [dir="ltr"] .mx-sm-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-sm-112pt,
  [dir="ltr"] .my-sm-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-sm-112pt,
  [dir="ltr"] .mx-sm-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-sm-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-sm-128pt,
  [dir="ltr"] .my-sm-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-sm-128pt,
  [dir="ltr"] .mx-sm-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-sm-128pt,
  [dir="ltr"] .my-sm-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-sm-128pt,
  [dir="ltr"] .mx-sm-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-sm-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-sm-0,
  [dir="ltr"] .py-sm-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-sm-0,
  [dir="ltr"] .py-sm-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-sm-1,
  [dir="ltr"] .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-sm-1,
  [dir="ltr"] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-sm-2,
  [dir="ltr"] .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-sm-2,
  [dir="ltr"] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-sm-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-sm-3,
  [dir="ltr"] .py-sm-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-sm-3,
  [dir="ltr"] .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-sm-4,
  [dir="ltr"] .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-sm-4,
  [dir="ltr"] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-sm-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-sm-5,
  [dir="ltr"] .py-sm-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-sm-5,
  [dir="ltr"] .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-sm-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-sm-4pt,
  [dir="ltr"] .py-sm-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-sm-4pt,
  [dir="ltr"] .px-sm-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-sm-4pt,
  [dir="ltr"] .py-sm-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-sm-4pt,
  [dir="ltr"] .px-sm-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-sm-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-sm-8pt,
  [dir="ltr"] .py-sm-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-sm-8pt,
  [dir="ltr"] .px-sm-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-sm-8pt,
  [dir="ltr"] .py-sm-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-sm-8pt,
  [dir="ltr"] .px-sm-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-sm-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-sm-12pt,
  [dir="ltr"] .py-sm-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-sm-12pt,
  [dir="ltr"] .px-sm-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-sm-12pt,
  [dir="ltr"] .py-sm-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-sm-12pt,
  [dir="ltr"] .px-sm-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-sm-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-sm-16pt,
  [dir="ltr"] .py-sm-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-sm-16pt,
  [dir="ltr"] .px-sm-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-sm-16pt,
  [dir="ltr"] .py-sm-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-sm-16pt,
  [dir="ltr"] .px-sm-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-sm-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-sm-20pt,
  [dir="ltr"] .py-sm-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-sm-20pt,
  [dir="ltr"] .px-sm-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-sm-20pt,
  [dir="ltr"] .py-sm-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-sm-20pt,
  [dir="ltr"] .px-sm-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-sm-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-sm-24pt,
  [dir="ltr"] .py-sm-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-sm-24pt,
  [dir="ltr"] .px-sm-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-sm-24pt,
  [dir="ltr"] .py-sm-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-sm-24pt,
  [dir="ltr"] .px-sm-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-sm-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-sm-32pt,
  [dir="ltr"] .py-sm-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-sm-32pt,
  [dir="ltr"] .px-sm-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-sm-32pt,
  [dir="ltr"] .py-sm-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-sm-32pt,
  [dir="ltr"] .px-sm-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-sm-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-sm-40pt,
  [dir="ltr"] .py-sm-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-sm-40pt,
  [dir="ltr"] .px-sm-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-sm-40pt,
  [dir="ltr"] .py-sm-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-sm-40pt,
  [dir="ltr"] .px-sm-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-sm-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-sm-44pt,
  [dir="ltr"] .py-sm-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-sm-44pt,
  [dir="ltr"] .px-sm-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-sm-44pt,
  [dir="ltr"] .py-sm-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-sm-44pt,
  [dir="ltr"] .px-sm-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-sm-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-sm-48pt,
  [dir="ltr"] .py-sm-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-sm-48pt,
  [dir="ltr"] .px-sm-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-sm-48pt,
  [dir="ltr"] .py-sm-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-sm-48pt,
  [dir="ltr"] .px-sm-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-sm-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-sm-64pt,
  [dir="ltr"] .py-sm-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-sm-64pt,
  [dir="ltr"] .px-sm-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-sm-64pt,
  [dir="ltr"] .py-sm-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-sm-64pt,
  [dir="ltr"] .px-sm-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-sm-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-sm-112pt,
  [dir="ltr"] .py-sm-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-sm-112pt,
  [dir="ltr"] .px-sm-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-sm-112pt,
  [dir="ltr"] .py-sm-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-sm-112pt,
  [dir="ltr"] .px-sm-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-sm-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-sm-128pt,
  [dir="ltr"] .py-sm-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-sm-128pt,
  [dir="ltr"] .px-sm-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-sm-128pt,
  [dir="ltr"] .py-sm-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-sm-128pt,
  [dir="ltr"] .px-sm-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-sm-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-sm-n1,
  [dir="ltr"] .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-sm-n1,
  [dir="ltr"] .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-sm-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-sm-n2,
  [dir="ltr"] .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-sm-n2,
  [dir="ltr"] .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-sm-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-sm-n3,
  [dir="ltr"] .my-sm-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-sm-n3,
  [dir="ltr"] .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-sm-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-sm-n4,
  [dir="ltr"] .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-sm-n4,
  [dir="ltr"] .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-sm-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-sm-n5,
  [dir="ltr"] .my-sm-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-sm-n5,
  [dir="ltr"] .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-sm-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-sm-n4pt,
  [dir="ltr"] .my-sm-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-sm-n4pt,
  [dir="ltr"] .mx-sm-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-sm-n4pt,
  [dir="ltr"] .my-sm-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-sm-n4pt,
  [dir="ltr"] .mx-sm-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-sm-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-sm-n8pt,
  [dir="ltr"] .my-sm-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-sm-n8pt,
  [dir="ltr"] .mx-sm-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-sm-n8pt,
  [dir="ltr"] .my-sm-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-sm-n8pt,
  [dir="ltr"] .mx-sm-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-sm-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-sm-n12pt,
  [dir="ltr"] .my-sm-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-sm-n12pt,
  [dir="ltr"] .mx-sm-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-sm-n12pt,
  [dir="ltr"] .my-sm-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-sm-n12pt,
  [dir="ltr"] .mx-sm-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-sm-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-sm-n16pt,
  [dir="ltr"] .my-sm-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-sm-n16pt,
  [dir="ltr"] .mx-sm-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-sm-n16pt,
  [dir="ltr"] .my-sm-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-sm-n16pt,
  [dir="ltr"] .mx-sm-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-sm-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-sm-n20pt,
  [dir="ltr"] .my-sm-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-sm-n20pt,
  [dir="ltr"] .mx-sm-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-sm-n20pt,
  [dir="ltr"] .my-sm-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-sm-n20pt,
  [dir="ltr"] .mx-sm-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-sm-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-sm-n24pt,
  [dir="ltr"] .my-sm-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-sm-n24pt,
  [dir="ltr"] .mx-sm-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-sm-n24pt,
  [dir="ltr"] .my-sm-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-sm-n24pt,
  [dir="ltr"] .mx-sm-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-sm-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-sm-n32pt,
  [dir="ltr"] .my-sm-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-sm-n32pt,
  [dir="ltr"] .mx-sm-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-sm-n32pt,
  [dir="ltr"] .my-sm-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-sm-n32pt,
  [dir="ltr"] .mx-sm-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-sm-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-sm-n40pt,
  [dir="ltr"] .my-sm-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-sm-n40pt,
  [dir="ltr"] .mx-sm-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-sm-n40pt,
  [dir="ltr"] .my-sm-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-sm-n40pt,
  [dir="ltr"] .mx-sm-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-sm-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-sm-n44pt,
  [dir="ltr"] .my-sm-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-sm-n44pt,
  [dir="ltr"] .mx-sm-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-sm-n44pt,
  [dir="ltr"] .my-sm-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-sm-n44pt,
  [dir="ltr"] .mx-sm-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-sm-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-sm-n48pt,
  [dir="ltr"] .my-sm-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-sm-n48pt,
  [dir="ltr"] .mx-sm-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-sm-n48pt,
  [dir="ltr"] .my-sm-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-sm-n48pt,
  [dir="ltr"] .mx-sm-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-sm-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-sm-n64pt,
  [dir="ltr"] .my-sm-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-sm-n64pt,
  [dir="ltr"] .mx-sm-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-sm-n64pt,
  [dir="ltr"] .my-sm-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-sm-n64pt,
  [dir="ltr"] .mx-sm-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-sm-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-sm-n112pt,
  [dir="ltr"] .my-sm-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-sm-n112pt,
  [dir="ltr"] .mx-sm-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-sm-n112pt,
  [dir="ltr"] .my-sm-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-sm-n112pt,
  [dir="ltr"] .mx-sm-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-sm-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-sm-n128pt,
  [dir="ltr"] .my-sm-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-sm-n128pt,
  [dir="ltr"] .mx-sm-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-sm-n128pt,
  [dir="ltr"] .my-sm-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-sm-n128pt,
  [dir="ltr"] .mx-sm-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-sm-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-sm-auto,
  [dir="ltr"] .my-sm-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-sm-auto,
  [dir="ltr"] .my-sm-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .m-md-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-md-0,
  [dir="ltr"] .my-md-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-md-0,
  [dir="ltr"] .my-md-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-md-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-md-1,
  [dir="ltr"] .my-md-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-md-1,
  [dir="ltr"] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-md-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-md-2,
  [dir="ltr"] .my-md-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-md-2,
  [dir="ltr"] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-md-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-md-3,
  [dir="ltr"] .my-md-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-md-3,
  [dir="ltr"] .my-md-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-md-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-md-4,
  [dir="ltr"] .my-md-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-md-4,
  [dir="ltr"] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-md-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-md-5,
  [dir="ltr"] .my-md-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-md-5,
  [dir="ltr"] .my-md-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-md-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-md-4pt,
  [dir="ltr"] .my-md-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-md-4pt,
  [dir="ltr"] .mx-md-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-md-4pt,
  [dir="ltr"] .my-md-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-md-4pt,
  [dir="ltr"] .mx-md-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-md-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-md-8pt,
  [dir="ltr"] .my-md-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-md-8pt,
  [dir="ltr"] .mx-md-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-md-8pt,
  [dir="ltr"] .my-md-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-md-8pt,
  [dir="ltr"] .mx-md-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-md-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-md-12pt,
  [dir="ltr"] .my-md-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-md-12pt,
  [dir="ltr"] .mx-md-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-md-12pt,
  [dir="ltr"] .my-md-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-md-12pt,
  [dir="ltr"] .mx-md-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-md-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-md-16pt,
  [dir="ltr"] .my-md-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-md-16pt,
  [dir="ltr"] .mx-md-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-md-16pt,
  [dir="ltr"] .my-md-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-md-16pt,
  [dir="ltr"] .mx-md-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-md-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-md-20pt,
  [dir="ltr"] .my-md-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-md-20pt,
  [dir="ltr"] .mx-md-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-md-20pt,
  [dir="ltr"] .my-md-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-md-20pt,
  [dir="ltr"] .mx-md-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-md-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-md-24pt,
  [dir="ltr"] .my-md-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-md-24pt,
  [dir="ltr"] .mx-md-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-md-24pt,
  [dir="ltr"] .my-md-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-md-24pt,
  [dir="ltr"] .mx-md-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-md-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-md-32pt,
  [dir="ltr"] .my-md-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-md-32pt,
  [dir="ltr"] .mx-md-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-md-32pt,
  [dir="ltr"] .my-md-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-md-32pt,
  [dir="ltr"] .mx-md-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-md-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-md-40pt,
  [dir="ltr"] .my-md-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-md-40pt,
  [dir="ltr"] .mx-md-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-md-40pt,
  [dir="ltr"] .my-md-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-md-40pt,
  [dir="ltr"] .mx-md-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-md-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-md-44pt,
  [dir="ltr"] .my-md-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-md-44pt,
  [dir="ltr"] .mx-md-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-md-44pt,
  [dir="ltr"] .my-md-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-md-44pt,
  [dir="ltr"] .mx-md-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-md-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-md-48pt,
  [dir="ltr"] .my-md-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-md-48pt,
  [dir="ltr"] .mx-md-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-md-48pt,
  [dir="ltr"] .my-md-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-md-48pt,
  [dir="ltr"] .mx-md-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-md-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-md-64pt,
  [dir="ltr"] .my-md-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-md-64pt,
  [dir="ltr"] .mx-md-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-md-64pt,
  [dir="ltr"] .my-md-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-md-64pt,
  [dir="ltr"] .mx-md-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-md-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-md-112pt,
  [dir="ltr"] .my-md-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-md-112pt,
  [dir="ltr"] .mx-md-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-md-112pt,
  [dir="ltr"] .my-md-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-md-112pt,
  [dir="ltr"] .mx-md-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-md-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-md-128pt,
  [dir="ltr"] .my-md-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-md-128pt,
  [dir="ltr"] .mx-md-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-md-128pt,
  [dir="ltr"] .my-md-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-md-128pt,
  [dir="ltr"] .mx-md-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-md-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-md-0,
  [dir="ltr"] .py-md-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-md-0,
  [dir="ltr"] .px-md-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-md-0,
  [dir="ltr"] .py-md-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-md-0,
  [dir="ltr"] .px-md-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-md-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-md-1,
  [dir="ltr"] .py-md-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-md-1,
  [dir="ltr"] .px-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-md-1,
  [dir="ltr"] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-md-1,
  [dir="ltr"] .px-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-md-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-md-2,
  [dir="ltr"] .py-md-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-md-2,
  [dir="ltr"] .px-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-md-2,
  [dir="ltr"] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-md-2,
  [dir="ltr"] .px-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-md-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-md-3,
  [dir="ltr"] .py-md-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-md-3,
  [dir="ltr"] .px-md-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-md-3,
  [dir="ltr"] .py-md-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-md-3,
  [dir="ltr"] .px-md-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-md-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-md-4,
  [dir="ltr"] .py-md-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-md-4,
  [dir="ltr"] .px-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-md-4,
  [dir="ltr"] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-md-4,
  [dir="ltr"] .px-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-md-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-md-5,
  [dir="ltr"] .py-md-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-md-5,
  [dir="ltr"] .px-md-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-md-5,
  [dir="ltr"] .py-md-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-md-5,
  [dir="ltr"] .px-md-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-md-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-md-4pt,
  [dir="ltr"] .py-md-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-md-4pt,
  [dir="ltr"] .px-md-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-md-4pt,
  [dir="ltr"] .py-md-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-md-4pt,
  [dir="ltr"] .px-md-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-md-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-md-8pt,
  [dir="ltr"] .py-md-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-md-8pt,
  [dir="ltr"] .px-md-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-md-8pt,
  [dir="ltr"] .py-md-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-md-8pt,
  [dir="ltr"] .px-md-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-md-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-md-12pt,
  [dir="ltr"] .py-md-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-md-12pt,
  [dir="ltr"] .px-md-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-md-12pt,
  [dir="ltr"] .py-md-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-md-12pt,
  [dir="ltr"] .px-md-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-md-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-md-16pt,
  [dir="ltr"] .py-md-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-md-16pt,
  [dir="ltr"] .px-md-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-md-16pt,
  [dir="ltr"] .py-md-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-md-16pt,
  [dir="ltr"] .px-md-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-md-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-md-20pt,
  [dir="ltr"] .py-md-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-md-20pt,
  [dir="ltr"] .px-md-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-md-20pt,
  [dir="ltr"] .py-md-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-md-20pt,
  [dir="ltr"] .px-md-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-md-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-md-24pt,
  [dir="ltr"] .py-md-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-md-24pt,
  [dir="ltr"] .px-md-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-md-24pt,
  [dir="ltr"] .py-md-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-md-24pt,
  [dir="ltr"] .px-md-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-md-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-md-32pt,
  [dir="ltr"] .py-md-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-md-32pt,
  [dir="ltr"] .px-md-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-md-32pt,
  [dir="ltr"] .py-md-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-md-32pt,
  [dir="ltr"] .px-md-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-md-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-md-40pt,
  [dir="ltr"] .py-md-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-md-40pt,
  [dir="ltr"] .px-md-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-md-40pt,
  [dir="ltr"] .py-md-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-md-40pt,
  [dir="ltr"] .px-md-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-md-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-md-44pt,
  [dir="ltr"] .py-md-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-md-44pt,
  [dir="ltr"] .px-md-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-md-44pt,
  [dir="ltr"] .py-md-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-md-44pt,
  [dir="ltr"] .px-md-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-md-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-md-48pt,
  [dir="ltr"] .py-md-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-md-48pt,
  [dir="ltr"] .px-md-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-md-48pt,
  [dir="ltr"] .py-md-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-md-48pt,
  [dir="ltr"] .px-md-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-md-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-md-64pt,
  [dir="ltr"] .py-md-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-md-64pt,
  [dir="ltr"] .px-md-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-md-64pt,
  [dir="ltr"] .py-md-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-md-64pt,
  [dir="ltr"] .px-md-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-md-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-md-112pt,
  [dir="ltr"] .py-md-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-md-112pt,
  [dir="ltr"] .px-md-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-md-112pt,
  [dir="ltr"] .py-md-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-md-112pt,
  [dir="ltr"] .px-md-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-md-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-md-128pt,
  [dir="ltr"] .py-md-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-md-128pt,
  [dir="ltr"] .px-md-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-md-128pt,
  [dir="ltr"] .py-md-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-md-128pt,
  [dir="ltr"] .px-md-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-md-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-md-n1,
  [dir="ltr"] .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-md-n1,
  [dir="ltr"] .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-md-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-md-n2,
  [dir="ltr"] .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-md-n2,
  [dir="ltr"] .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-md-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-md-n3,
  [dir="ltr"] .my-md-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-md-n3,
  [dir="ltr"] .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-md-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-md-n4,
  [dir="ltr"] .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-md-n4,
  [dir="ltr"] .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-md-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-md-n5,
  [dir="ltr"] .my-md-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-md-n5,
  [dir="ltr"] .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-md-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-md-n4pt,
  [dir="ltr"] .my-md-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-md-n4pt,
  [dir="ltr"] .mx-md-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-md-n4pt,
  [dir="ltr"] .my-md-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-md-n4pt,
  [dir="ltr"] .mx-md-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-md-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-md-n8pt,
  [dir="ltr"] .my-md-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-md-n8pt,
  [dir="ltr"] .mx-md-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-md-n8pt,
  [dir="ltr"] .my-md-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-md-n8pt,
  [dir="ltr"] .mx-md-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-md-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-md-n12pt,
  [dir="ltr"] .my-md-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-md-n12pt,
  [dir="ltr"] .mx-md-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-md-n12pt,
  [dir="ltr"] .my-md-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-md-n12pt,
  [dir="ltr"] .mx-md-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-md-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-md-n16pt,
  [dir="ltr"] .my-md-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-md-n16pt,
  [dir="ltr"] .mx-md-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-md-n16pt,
  [dir="ltr"] .my-md-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-md-n16pt,
  [dir="ltr"] .mx-md-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-md-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-md-n20pt,
  [dir="ltr"] .my-md-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-md-n20pt,
  [dir="ltr"] .mx-md-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-md-n20pt,
  [dir="ltr"] .my-md-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-md-n20pt,
  [dir="ltr"] .mx-md-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-md-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-md-n24pt,
  [dir="ltr"] .my-md-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-md-n24pt,
  [dir="ltr"] .mx-md-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-md-n24pt,
  [dir="ltr"] .my-md-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-md-n24pt,
  [dir="ltr"] .mx-md-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-md-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-md-n32pt,
  [dir="ltr"] .my-md-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-md-n32pt,
  [dir="ltr"] .mx-md-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-md-n32pt,
  [dir="ltr"] .my-md-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-md-n32pt,
  [dir="ltr"] .mx-md-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-md-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-md-n40pt,
  [dir="ltr"] .my-md-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-md-n40pt,
  [dir="ltr"] .mx-md-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-md-n40pt,
  [dir="ltr"] .my-md-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-md-n40pt,
  [dir="ltr"] .mx-md-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-md-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-md-n44pt,
  [dir="ltr"] .my-md-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-md-n44pt,
  [dir="ltr"] .mx-md-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-md-n44pt,
  [dir="ltr"] .my-md-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-md-n44pt,
  [dir="ltr"] .mx-md-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-md-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-md-n48pt,
  [dir="ltr"] .my-md-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-md-n48pt,
  [dir="ltr"] .mx-md-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-md-n48pt,
  [dir="ltr"] .my-md-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-md-n48pt,
  [dir="ltr"] .mx-md-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-md-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-md-n64pt,
  [dir="ltr"] .my-md-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-md-n64pt,
  [dir="ltr"] .mx-md-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-md-n64pt,
  [dir="ltr"] .my-md-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-md-n64pt,
  [dir="ltr"] .mx-md-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-md-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-md-n112pt,
  [dir="ltr"] .my-md-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-md-n112pt,
  [dir="ltr"] .mx-md-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-md-n112pt,
  [dir="ltr"] .my-md-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-md-n112pt,
  [dir="ltr"] .mx-md-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-md-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-md-n128pt,
  [dir="ltr"] .my-md-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-md-n128pt,
  [dir="ltr"] .mx-md-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-md-n128pt,
  [dir="ltr"] .my-md-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-md-n128pt,
  [dir="ltr"] .mx-md-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-md-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-md-auto,
  [dir="ltr"] .my-md-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-md-auto,
  [dir="ltr"] .my-md-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .m-lg-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-lg-0,
  [dir="ltr"] .my-lg-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-lg-0,
  [dir="ltr"] .my-lg-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-lg-1,
  [dir="ltr"] .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-lg-1,
  [dir="ltr"] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-lg-2,
  [dir="ltr"] .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-lg-2,
  [dir="ltr"] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-lg-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-lg-3,
  [dir="ltr"] .my-lg-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-lg-3,
  [dir="ltr"] .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-lg-4,
  [dir="ltr"] .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-lg-4,
  [dir="ltr"] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-lg-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-lg-5,
  [dir="ltr"] .my-lg-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-lg-5,
  [dir="ltr"] .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-lg-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-lg-4pt,
  [dir="ltr"] .my-lg-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-lg-4pt,
  [dir="ltr"] .mx-lg-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-lg-4pt,
  [dir="ltr"] .my-lg-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-lg-4pt,
  [dir="ltr"] .mx-lg-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-lg-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-lg-8pt,
  [dir="ltr"] .my-lg-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-lg-8pt,
  [dir="ltr"] .mx-lg-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-lg-8pt,
  [dir="ltr"] .my-lg-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-lg-8pt,
  [dir="ltr"] .mx-lg-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-lg-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-lg-12pt,
  [dir="ltr"] .my-lg-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-lg-12pt,
  [dir="ltr"] .mx-lg-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-lg-12pt,
  [dir="ltr"] .my-lg-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-lg-12pt,
  [dir="ltr"] .mx-lg-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-lg-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-lg-16pt,
  [dir="ltr"] .my-lg-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-lg-16pt,
  [dir="ltr"] .mx-lg-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-lg-16pt,
  [dir="ltr"] .my-lg-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-lg-16pt,
  [dir="ltr"] .mx-lg-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-lg-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-lg-20pt,
  [dir="ltr"] .my-lg-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-lg-20pt,
  [dir="ltr"] .mx-lg-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-lg-20pt,
  [dir="ltr"] .my-lg-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-lg-20pt,
  [dir="ltr"] .mx-lg-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-lg-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-lg-24pt,
  [dir="ltr"] .my-lg-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-lg-24pt,
  [dir="ltr"] .mx-lg-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-lg-24pt,
  [dir="ltr"] .my-lg-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-lg-24pt,
  [dir="ltr"] .mx-lg-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-lg-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-lg-32pt,
  [dir="ltr"] .my-lg-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-lg-32pt,
  [dir="ltr"] .mx-lg-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-lg-32pt,
  [dir="ltr"] .my-lg-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-lg-32pt,
  [dir="ltr"] .mx-lg-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-lg-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-lg-40pt,
  [dir="ltr"] .my-lg-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-lg-40pt,
  [dir="ltr"] .mx-lg-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-lg-40pt,
  [dir="ltr"] .my-lg-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-lg-40pt,
  [dir="ltr"] .mx-lg-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-lg-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-lg-44pt,
  [dir="ltr"] .my-lg-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-lg-44pt,
  [dir="ltr"] .mx-lg-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-lg-44pt,
  [dir="ltr"] .my-lg-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-lg-44pt,
  [dir="ltr"] .mx-lg-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-lg-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-lg-48pt,
  [dir="ltr"] .my-lg-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-lg-48pt,
  [dir="ltr"] .mx-lg-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-lg-48pt,
  [dir="ltr"] .my-lg-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-lg-48pt,
  [dir="ltr"] .mx-lg-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-lg-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-lg-64pt,
  [dir="ltr"] .my-lg-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-lg-64pt,
  [dir="ltr"] .mx-lg-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-lg-64pt,
  [dir="ltr"] .my-lg-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-lg-64pt,
  [dir="ltr"] .mx-lg-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-lg-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-lg-112pt,
  [dir="ltr"] .my-lg-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-lg-112pt,
  [dir="ltr"] .mx-lg-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-lg-112pt,
  [dir="ltr"] .my-lg-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-lg-112pt,
  [dir="ltr"] .mx-lg-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-lg-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-lg-128pt,
  [dir="ltr"] .my-lg-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-lg-128pt,
  [dir="ltr"] .mx-lg-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-lg-128pt,
  [dir="ltr"] .my-lg-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-lg-128pt,
  [dir="ltr"] .mx-lg-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-lg-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-lg-0,
  [dir="ltr"] .py-lg-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-lg-0,
  [dir="ltr"] .py-lg-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-lg-1,
  [dir="ltr"] .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-lg-1,
  [dir="ltr"] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-lg-2,
  [dir="ltr"] .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-lg-2,
  [dir="ltr"] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-lg-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-lg-3,
  [dir="ltr"] .py-lg-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-lg-3,
  [dir="ltr"] .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-lg-4,
  [dir="ltr"] .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-lg-4,
  [dir="ltr"] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-lg-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-lg-5,
  [dir="ltr"] .py-lg-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-lg-5,
  [dir="ltr"] .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-lg-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-lg-4pt,
  [dir="ltr"] .py-lg-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-lg-4pt,
  [dir="ltr"] .px-lg-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-lg-4pt,
  [dir="ltr"] .py-lg-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-lg-4pt,
  [dir="ltr"] .px-lg-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-lg-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-lg-8pt,
  [dir="ltr"] .py-lg-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-lg-8pt,
  [dir="ltr"] .px-lg-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-lg-8pt,
  [dir="ltr"] .py-lg-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-lg-8pt,
  [dir="ltr"] .px-lg-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-lg-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-lg-12pt,
  [dir="ltr"] .py-lg-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-lg-12pt,
  [dir="ltr"] .px-lg-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-lg-12pt,
  [dir="ltr"] .py-lg-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-lg-12pt,
  [dir="ltr"] .px-lg-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-lg-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-lg-16pt,
  [dir="ltr"] .py-lg-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-lg-16pt,
  [dir="ltr"] .px-lg-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-lg-16pt,
  [dir="ltr"] .py-lg-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-lg-16pt,
  [dir="ltr"] .px-lg-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-lg-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-lg-20pt,
  [dir="ltr"] .py-lg-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-lg-20pt,
  [dir="ltr"] .px-lg-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-lg-20pt,
  [dir="ltr"] .py-lg-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-lg-20pt,
  [dir="ltr"] .px-lg-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-lg-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-lg-24pt,
  [dir="ltr"] .py-lg-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-lg-24pt,
  [dir="ltr"] .px-lg-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-lg-24pt,
  [dir="ltr"] .py-lg-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-lg-24pt,
  [dir="ltr"] .px-lg-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-lg-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-lg-32pt,
  [dir="ltr"] .py-lg-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-lg-32pt,
  [dir="ltr"] .px-lg-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-lg-32pt,
  [dir="ltr"] .py-lg-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-lg-32pt,
  [dir="ltr"] .px-lg-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-lg-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-lg-40pt,
  [dir="ltr"] .py-lg-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-lg-40pt,
  [dir="ltr"] .px-lg-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-lg-40pt,
  [dir="ltr"] .py-lg-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-lg-40pt,
  [dir="ltr"] .px-lg-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-lg-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-lg-44pt,
  [dir="ltr"] .py-lg-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-lg-44pt,
  [dir="ltr"] .px-lg-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-lg-44pt,
  [dir="ltr"] .py-lg-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-lg-44pt,
  [dir="ltr"] .px-lg-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-lg-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-lg-48pt,
  [dir="ltr"] .py-lg-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-lg-48pt,
  [dir="ltr"] .px-lg-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-lg-48pt,
  [dir="ltr"] .py-lg-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-lg-48pt,
  [dir="ltr"] .px-lg-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-lg-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-lg-64pt,
  [dir="ltr"] .py-lg-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-lg-64pt,
  [dir="ltr"] .px-lg-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-lg-64pt,
  [dir="ltr"] .py-lg-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-lg-64pt,
  [dir="ltr"] .px-lg-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-lg-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-lg-112pt,
  [dir="ltr"] .py-lg-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-lg-112pt,
  [dir="ltr"] .px-lg-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-lg-112pt,
  [dir="ltr"] .py-lg-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-lg-112pt,
  [dir="ltr"] .px-lg-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-lg-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-lg-128pt,
  [dir="ltr"] .py-lg-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-lg-128pt,
  [dir="ltr"] .px-lg-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-lg-128pt,
  [dir="ltr"] .py-lg-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-lg-128pt,
  [dir="ltr"] .px-lg-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-lg-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-lg-n1,
  [dir="ltr"] .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-lg-n1,
  [dir="ltr"] .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-lg-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-lg-n2,
  [dir="ltr"] .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-lg-n2,
  [dir="ltr"] .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-lg-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-lg-n3,
  [dir="ltr"] .my-lg-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-lg-n3,
  [dir="ltr"] .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-lg-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-lg-n4,
  [dir="ltr"] .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-lg-n4,
  [dir="ltr"] .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-lg-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-lg-n5,
  [dir="ltr"] .my-lg-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-lg-n5,
  [dir="ltr"] .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-lg-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-lg-n4pt,
  [dir="ltr"] .my-lg-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-lg-n4pt,
  [dir="ltr"] .mx-lg-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-lg-n4pt,
  [dir="ltr"] .my-lg-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-lg-n4pt,
  [dir="ltr"] .mx-lg-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-lg-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-lg-n8pt,
  [dir="ltr"] .my-lg-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-lg-n8pt,
  [dir="ltr"] .mx-lg-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-lg-n8pt,
  [dir="ltr"] .my-lg-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-lg-n8pt,
  [dir="ltr"] .mx-lg-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-lg-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-lg-n12pt,
  [dir="ltr"] .my-lg-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-lg-n12pt,
  [dir="ltr"] .mx-lg-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-lg-n12pt,
  [dir="ltr"] .my-lg-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-lg-n12pt,
  [dir="ltr"] .mx-lg-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-lg-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-lg-n16pt,
  [dir="ltr"] .my-lg-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-lg-n16pt,
  [dir="ltr"] .mx-lg-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-lg-n16pt,
  [dir="ltr"] .my-lg-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-lg-n16pt,
  [dir="ltr"] .mx-lg-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-lg-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-lg-n20pt,
  [dir="ltr"] .my-lg-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-lg-n20pt,
  [dir="ltr"] .mx-lg-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-lg-n20pt,
  [dir="ltr"] .my-lg-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-lg-n20pt,
  [dir="ltr"] .mx-lg-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-lg-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-lg-n24pt,
  [dir="ltr"] .my-lg-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-lg-n24pt,
  [dir="ltr"] .mx-lg-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-lg-n24pt,
  [dir="ltr"] .my-lg-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-lg-n24pt,
  [dir="ltr"] .mx-lg-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-lg-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-lg-n32pt,
  [dir="ltr"] .my-lg-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-lg-n32pt,
  [dir="ltr"] .mx-lg-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-lg-n32pt,
  [dir="ltr"] .my-lg-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-lg-n32pt,
  [dir="ltr"] .mx-lg-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-lg-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-lg-n40pt,
  [dir="ltr"] .my-lg-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-lg-n40pt,
  [dir="ltr"] .mx-lg-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-lg-n40pt,
  [dir="ltr"] .my-lg-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-lg-n40pt,
  [dir="ltr"] .mx-lg-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-lg-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-lg-n44pt,
  [dir="ltr"] .my-lg-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-lg-n44pt,
  [dir="ltr"] .mx-lg-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-lg-n44pt,
  [dir="ltr"] .my-lg-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-lg-n44pt,
  [dir="ltr"] .mx-lg-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-lg-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-lg-n48pt,
  [dir="ltr"] .my-lg-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-lg-n48pt,
  [dir="ltr"] .mx-lg-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-lg-n48pt,
  [dir="ltr"] .my-lg-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-lg-n48pt,
  [dir="ltr"] .mx-lg-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-lg-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-lg-n64pt,
  [dir="ltr"] .my-lg-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-lg-n64pt,
  [dir="ltr"] .mx-lg-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-lg-n64pt,
  [dir="ltr"] .my-lg-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-lg-n64pt,
  [dir="ltr"] .mx-lg-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-lg-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-lg-n112pt,
  [dir="ltr"] .my-lg-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-lg-n112pt,
  [dir="ltr"] .mx-lg-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-lg-n112pt,
  [dir="ltr"] .my-lg-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-lg-n112pt,
  [dir="ltr"] .mx-lg-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-lg-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-lg-n128pt,
  [dir="ltr"] .my-lg-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-lg-n128pt,
  [dir="ltr"] .mx-lg-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-lg-n128pt,
  [dir="ltr"] .my-lg-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-lg-n128pt,
  [dir="ltr"] .mx-lg-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-lg-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-lg-auto,
  [dir="ltr"] .my-lg-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-lg-auto,
  [dir="ltr"] .my-lg-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .m-xl-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-xl-0,
  [dir="ltr"] .my-xl-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-xl-0,
  [dir="ltr"] .my-xl-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xl-1,
  [dir="ltr"] .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xl-1,
  [dir="ltr"] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xl-2,
  [dir="ltr"] .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xl-2,
  [dir="ltr"] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xl-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xl-3,
  [dir="ltr"] .my-xl-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xl-3,
  [dir="ltr"] .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xl-4,
  [dir="ltr"] .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xl-4,
  [dir="ltr"] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xl-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xl-5,
  [dir="ltr"] .my-xl-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xl-5,
  [dir="ltr"] .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xl-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xl-4pt,
  [dir="ltr"] .my-xl-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xl-4pt,
  [dir="ltr"] .mx-xl-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xl-4pt,
  [dir="ltr"] .my-xl-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xl-4pt,
  [dir="ltr"] .mx-xl-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xl-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xl-8pt,
  [dir="ltr"] .my-xl-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xl-8pt,
  [dir="ltr"] .mx-xl-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xl-8pt,
  [dir="ltr"] .my-xl-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xl-8pt,
  [dir="ltr"] .mx-xl-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xl-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-xl-12pt,
  [dir="ltr"] .my-xl-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-xl-12pt,
  [dir="ltr"] .mx-xl-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-xl-12pt,
  [dir="ltr"] .my-xl-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-xl-12pt,
  [dir="ltr"] .mx-xl-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-xl-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xl-16pt,
  [dir="ltr"] .my-xl-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xl-16pt,
  [dir="ltr"] .mx-xl-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xl-16pt,
  [dir="ltr"] .my-xl-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xl-16pt,
  [dir="ltr"] .mx-xl-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xl-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-xl-20pt,
  [dir="ltr"] .my-xl-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-xl-20pt,
  [dir="ltr"] .mx-xl-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-xl-20pt,
  [dir="ltr"] .my-xl-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-xl-20pt,
  [dir="ltr"] .mx-xl-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-xl-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xl-24pt,
  [dir="ltr"] .my-xl-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xl-24pt,
  [dir="ltr"] .mx-xl-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xl-24pt,
  [dir="ltr"] .my-xl-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xl-24pt,
  [dir="ltr"] .mx-xl-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xl-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-xl-32pt,
  [dir="ltr"] .my-xl-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-xl-32pt,
  [dir="ltr"] .mx-xl-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-xl-32pt,
  [dir="ltr"] .my-xl-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-xl-32pt,
  [dir="ltr"] .mx-xl-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-xl-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-xl-40pt,
  [dir="ltr"] .my-xl-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-xl-40pt,
  [dir="ltr"] .mx-xl-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-xl-40pt,
  [dir="ltr"] .my-xl-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-xl-40pt,
  [dir="ltr"] .mx-xl-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-xl-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-xl-44pt,
  [dir="ltr"] .my-xl-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-xl-44pt,
  [dir="ltr"] .mx-xl-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-xl-44pt,
  [dir="ltr"] .my-xl-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-xl-44pt,
  [dir="ltr"] .mx-xl-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-xl-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xl-48pt,
  [dir="ltr"] .my-xl-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xl-48pt,
  [dir="ltr"] .mx-xl-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xl-48pt,
  [dir="ltr"] .my-xl-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xl-48pt,
  [dir="ltr"] .mx-xl-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xl-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-xl-64pt,
  [dir="ltr"] .my-xl-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-xl-64pt,
  [dir="ltr"] .mx-xl-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-xl-64pt,
  [dir="ltr"] .my-xl-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-xl-64pt,
  [dir="ltr"] .mx-xl-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-xl-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-xl-112pt,
  [dir="ltr"] .my-xl-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-xl-112pt,
  [dir="ltr"] .mx-xl-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-xl-112pt,
  [dir="ltr"] .my-xl-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-xl-112pt,
  [dir="ltr"] .mx-xl-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-xl-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-xl-128pt,
  [dir="ltr"] .my-xl-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-xl-128pt,
  [dir="ltr"] .mx-xl-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-xl-128pt,
  [dir="ltr"] .my-xl-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-xl-128pt,
  [dir="ltr"] .mx-xl-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-xl-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-xl-0,
  [dir="ltr"] .py-xl-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-xl-0,
  [dir="ltr"] .py-xl-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xl-1,
  [dir="ltr"] .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xl-1,
  [dir="ltr"] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xl-2,
  [dir="ltr"] .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xl-2,
  [dir="ltr"] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xl-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xl-3,
  [dir="ltr"] .py-xl-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xl-3,
  [dir="ltr"] .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xl-4,
  [dir="ltr"] .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xl-4,
  [dir="ltr"] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xl-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xl-5,
  [dir="ltr"] .py-xl-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xl-5,
  [dir="ltr"] .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xl-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xl-4pt,
  [dir="ltr"] .py-xl-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xl-4pt,
  [dir="ltr"] .px-xl-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xl-4pt,
  [dir="ltr"] .py-xl-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xl-4pt,
  [dir="ltr"] .px-xl-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xl-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xl-8pt,
  [dir="ltr"] .py-xl-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xl-8pt,
  [dir="ltr"] .px-xl-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xl-8pt,
  [dir="ltr"] .py-xl-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xl-8pt,
  [dir="ltr"] .px-xl-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xl-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-xl-12pt,
  [dir="ltr"] .py-xl-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-xl-12pt,
  [dir="ltr"] .px-xl-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-xl-12pt,
  [dir="ltr"] .py-xl-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-xl-12pt,
  [dir="ltr"] .px-xl-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-xl-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xl-16pt,
  [dir="ltr"] .py-xl-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xl-16pt,
  [dir="ltr"] .px-xl-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xl-16pt,
  [dir="ltr"] .py-xl-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xl-16pt,
  [dir="ltr"] .px-xl-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xl-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-xl-20pt,
  [dir="ltr"] .py-xl-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-xl-20pt,
  [dir="ltr"] .px-xl-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-xl-20pt,
  [dir="ltr"] .py-xl-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-xl-20pt,
  [dir="ltr"] .px-xl-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-xl-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xl-24pt,
  [dir="ltr"] .py-xl-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xl-24pt,
  [dir="ltr"] .px-xl-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xl-24pt,
  [dir="ltr"] .py-xl-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xl-24pt,
  [dir="ltr"] .px-xl-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xl-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-xl-32pt,
  [dir="ltr"] .py-xl-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-xl-32pt,
  [dir="ltr"] .px-xl-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-xl-32pt,
  [dir="ltr"] .py-xl-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-xl-32pt,
  [dir="ltr"] .px-xl-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-xl-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-xl-40pt,
  [dir="ltr"] .py-xl-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-xl-40pt,
  [dir="ltr"] .px-xl-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-xl-40pt,
  [dir="ltr"] .py-xl-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-xl-40pt,
  [dir="ltr"] .px-xl-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-xl-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-xl-44pt,
  [dir="ltr"] .py-xl-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-xl-44pt,
  [dir="ltr"] .px-xl-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-xl-44pt,
  [dir="ltr"] .py-xl-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-xl-44pt,
  [dir="ltr"] .px-xl-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-xl-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xl-48pt,
  [dir="ltr"] .py-xl-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xl-48pt,
  [dir="ltr"] .px-xl-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xl-48pt,
  [dir="ltr"] .py-xl-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xl-48pt,
  [dir="ltr"] .px-xl-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xl-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-xl-64pt,
  [dir="ltr"] .py-xl-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-xl-64pt,
  [dir="ltr"] .px-xl-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-xl-64pt,
  [dir="ltr"] .py-xl-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-xl-64pt,
  [dir="ltr"] .px-xl-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-xl-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-xl-112pt,
  [dir="ltr"] .py-xl-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-xl-112pt,
  [dir="ltr"] .px-xl-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-xl-112pt,
  [dir="ltr"] .py-xl-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-xl-112pt,
  [dir="ltr"] .px-xl-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-xl-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-xl-128pt,
  [dir="ltr"] .py-xl-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-xl-128pt,
  [dir="ltr"] .px-xl-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-xl-128pt,
  [dir="ltr"] .py-xl-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-xl-128pt,
  [dir="ltr"] .px-xl-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-xl-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xl-n1,
  [dir="ltr"] .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xl-n1,
  [dir="ltr"] .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xl-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xl-n2,
  [dir="ltr"] .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xl-n2,
  [dir="ltr"] .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xl-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xl-n3,
  [dir="ltr"] .my-xl-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xl-n3,
  [dir="ltr"] .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xl-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xl-n4,
  [dir="ltr"] .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xl-n4,
  [dir="ltr"] .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xl-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xl-n5,
  [dir="ltr"] .my-xl-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xl-n5,
  [dir="ltr"] .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xl-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xl-n4pt,
  [dir="ltr"] .my-xl-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xl-n4pt,
  [dir="ltr"] .mx-xl-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xl-n4pt,
  [dir="ltr"] .my-xl-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xl-n4pt,
  [dir="ltr"] .mx-xl-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xl-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xl-n8pt,
  [dir="ltr"] .my-xl-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xl-n8pt,
  [dir="ltr"] .mx-xl-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xl-n8pt,
  [dir="ltr"] .my-xl-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xl-n8pt,
  [dir="ltr"] .mx-xl-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xl-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-xl-n12pt,
  [dir="ltr"] .my-xl-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-xl-n12pt,
  [dir="ltr"] .mx-xl-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-xl-n12pt,
  [dir="ltr"] .my-xl-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-xl-n12pt,
  [dir="ltr"] .mx-xl-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-xl-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xl-n16pt,
  [dir="ltr"] .my-xl-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xl-n16pt,
  [dir="ltr"] .mx-xl-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xl-n16pt,
  [dir="ltr"] .my-xl-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xl-n16pt,
  [dir="ltr"] .mx-xl-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xl-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-xl-n20pt,
  [dir="ltr"] .my-xl-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-xl-n20pt,
  [dir="ltr"] .mx-xl-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-xl-n20pt,
  [dir="ltr"] .my-xl-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-xl-n20pt,
  [dir="ltr"] .mx-xl-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-xl-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xl-n24pt,
  [dir="ltr"] .my-xl-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xl-n24pt,
  [dir="ltr"] .mx-xl-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xl-n24pt,
  [dir="ltr"] .my-xl-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xl-n24pt,
  [dir="ltr"] .mx-xl-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xl-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-xl-n32pt,
  [dir="ltr"] .my-xl-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-xl-n32pt,
  [dir="ltr"] .mx-xl-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-xl-n32pt,
  [dir="ltr"] .my-xl-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-xl-n32pt,
  [dir="ltr"] .mx-xl-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-xl-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-xl-n40pt,
  [dir="ltr"] .my-xl-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-xl-n40pt,
  [dir="ltr"] .mx-xl-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-xl-n40pt,
  [dir="ltr"] .my-xl-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-xl-n40pt,
  [dir="ltr"] .mx-xl-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-xl-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-xl-n44pt,
  [dir="ltr"] .my-xl-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-xl-n44pt,
  [dir="ltr"] .mx-xl-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-xl-n44pt,
  [dir="ltr"] .my-xl-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-xl-n44pt,
  [dir="ltr"] .mx-xl-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-xl-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xl-n48pt,
  [dir="ltr"] .my-xl-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xl-n48pt,
  [dir="ltr"] .mx-xl-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xl-n48pt,
  [dir="ltr"] .my-xl-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xl-n48pt,
  [dir="ltr"] .mx-xl-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xl-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-xl-n64pt,
  [dir="ltr"] .my-xl-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-xl-n64pt,
  [dir="ltr"] .mx-xl-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-xl-n64pt,
  [dir="ltr"] .my-xl-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-xl-n64pt,
  [dir="ltr"] .mx-xl-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-xl-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-xl-n112pt,
  [dir="ltr"] .my-xl-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-xl-n112pt,
  [dir="ltr"] .mx-xl-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-xl-n112pt,
  [dir="ltr"] .my-xl-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-xl-n112pt,
  [dir="ltr"] .mx-xl-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-xl-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-xl-n128pt,
  [dir="ltr"] .my-xl-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-xl-n128pt,
  [dir="ltr"] .mx-xl-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-xl-n128pt,
  [dir="ltr"] .my-xl-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-xl-n128pt,
  [dir="ltr"] .mx-xl-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-xl-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-xl-auto,
  [dir="ltr"] .my-xl-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-xl-auto,
  [dir="ltr"] .my-xl-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .m-xxl-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-xxl-0,
  [dir="ltr"] .my-xxl-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-xxl-0,
  [dir="ltr"] .mx-xxl-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-xxl-0,
  [dir="ltr"] .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-xxl-0,
  [dir="ltr"] .mx-xxl-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-1,
  [dir="ltr"] .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-1,
  [dir="ltr"] .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-1,
  [dir="ltr"] .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-1,
  [dir="ltr"] .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-2,
  [dir="ltr"] .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-2,
  [dir="ltr"] .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-2,
  [dir="ltr"] .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-2,
  [dir="ltr"] .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xxl-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xxl-3,
  [dir="ltr"] .my-xxl-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xxl-3,
  [dir="ltr"] .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xxl-3,
  [dir="ltr"] .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xxl-3,
  [dir="ltr"] .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-4,
  [dir="ltr"] .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-4,
  [dir="ltr"] .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-4,
  [dir="ltr"] .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-4,
  [dir="ltr"] .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xxl-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xxl-5,
  [dir="ltr"] .my-xxl-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xxl-5,
  [dir="ltr"] .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xxl-5,
  [dir="ltr"] .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xxl-5,
  [dir="ltr"] .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xxl-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-4pt,
  [dir="ltr"] .my-xxl-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-4pt,
  [dir="ltr"] .mx-xxl-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-4pt,
  [dir="ltr"] .my-xxl-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-4pt,
  [dir="ltr"] .mx-xxl-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xxl-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-8pt,
  [dir="ltr"] .my-xxl-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-8pt,
  [dir="ltr"] .mx-xxl-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-8pt,
  [dir="ltr"] .my-xxl-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-8pt,
  [dir="ltr"] .mx-xxl-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xxl-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-xxl-12pt,
  [dir="ltr"] .my-xxl-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-xxl-12pt,
  [dir="ltr"] .mx-xxl-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-xxl-12pt,
  [dir="ltr"] .my-xxl-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-xxl-12pt,
  [dir="ltr"] .mx-xxl-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-xxl-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xxl-16pt,
  [dir="ltr"] .my-xxl-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xxl-16pt,
  [dir="ltr"] .mx-xxl-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xxl-16pt,
  [dir="ltr"] .my-xxl-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xxl-16pt,
  [dir="ltr"] .mx-xxl-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xxl-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-xxl-20pt,
  [dir="ltr"] .my-xxl-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-xxl-20pt,
  [dir="ltr"] .mx-xxl-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-xxl-20pt,
  [dir="ltr"] .my-xxl-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-xxl-20pt,
  [dir="ltr"] .mx-xxl-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-xxl-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-24pt,
  [dir="ltr"] .my-xxl-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-24pt,
  [dir="ltr"] .mx-xxl-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-24pt,
  [dir="ltr"] .my-xxl-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-24pt,
  [dir="ltr"] .mx-xxl-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xxl-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-xxl-32pt,
  [dir="ltr"] .my-xxl-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-xxl-32pt,
  [dir="ltr"] .mx-xxl-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-xxl-32pt,
  [dir="ltr"] .my-xxl-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-xxl-32pt,
  [dir="ltr"] .mx-xxl-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-xxl-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-xxl-40pt,
  [dir="ltr"] .my-xxl-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-xxl-40pt,
  [dir="ltr"] .mx-xxl-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-xxl-40pt,
  [dir="ltr"] .my-xxl-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-xxl-40pt,
  [dir="ltr"] .mx-xxl-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-xxl-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-xxl-44pt,
  [dir="ltr"] .my-xxl-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-xxl-44pt,
  [dir="ltr"] .mx-xxl-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-xxl-44pt,
  [dir="ltr"] .my-xxl-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-xxl-44pt,
  [dir="ltr"] .mx-xxl-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-xxl-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xxl-48pt,
  [dir="ltr"] .my-xxl-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xxl-48pt,
  [dir="ltr"] .mx-xxl-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xxl-48pt,
  [dir="ltr"] .my-xxl-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xxl-48pt,
  [dir="ltr"] .mx-xxl-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xxl-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-xxl-64pt,
  [dir="ltr"] .my-xxl-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-xxl-64pt,
  [dir="ltr"] .mx-xxl-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-xxl-64pt,
  [dir="ltr"] .my-xxl-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-xxl-64pt,
  [dir="ltr"] .mx-xxl-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-xxl-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-xxl-112pt,
  [dir="ltr"] .my-xxl-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-xxl-112pt,
  [dir="ltr"] .mx-xxl-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-xxl-112pt,
  [dir="ltr"] .my-xxl-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-xxl-112pt,
  [dir="ltr"] .mx-xxl-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-xxl-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-xxl-128pt,
  [dir="ltr"] .my-xxl-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-xxl-128pt,
  [dir="ltr"] .mx-xxl-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-xxl-128pt,
  [dir="ltr"] .my-xxl-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-xxl-128pt,
  [dir="ltr"] .mx-xxl-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-xxl-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-xxl-0,
  [dir="ltr"] .py-xxl-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-xxl-0,
  [dir="ltr"] .px-xxl-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-xxl-0,
  [dir="ltr"] .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-xxl-0,
  [dir="ltr"] .px-xxl-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xxl-1,
  [dir="ltr"] .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xxl-1,
  [dir="ltr"] .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xxl-1,
  [dir="ltr"] .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xxl-1,
  [dir="ltr"] .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xxl-2,
  [dir="ltr"] .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xxl-2,
  [dir="ltr"] .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xxl-2,
  [dir="ltr"] .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xxl-2,
  [dir="ltr"] .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xxl-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xxl-3,
  [dir="ltr"] .py-xxl-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xxl-3,
  [dir="ltr"] .px-xxl-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xxl-3,
  [dir="ltr"] .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xxl-3,
  [dir="ltr"] .px-xxl-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xxl-4,
  [dir="ltr"] .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xxl-4,
  [dir="ltr"] .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xxl-4,
  [dir="ltr"] .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xxl-4,
  [dir="ltr"] .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xxl-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xxl-5,
  [dir="ltr"] .py-xxl-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xxl-5,
  [dir="ltr"] .px-xxl-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xxl-5,
  [dir="ltr"] .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xxl-5,
  [dir="ltr"] .px-xxl-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xxl-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xxl-4pt,
  [dir="ltr"] .py-xxl-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xxl-4pt,
  [dir="ltr"] .px-xxl-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xxl-4pt,
  [dir="ltr"] .py-xxl-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xxl-4pt,
  [dir="ltr"] .px-xxl-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xxl-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xxl-8pt,
  [dir="ltr"] .py-xxl-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xxl-8pt,
  [dir="ltr"] .px-xxl-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xxl-8pt,
  [dir="ltr"] .py-xxl-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xxl-8pt,
  [dir="ltr"] .px-xxl-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xxl-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-xxl-12pt,
  [dir="ltr"] .py-xxl-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-xxl-12pt,
  [dir="ltr"] .px-xxl-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-xxl-12pt,
  [dir="ltr"] .py-xxl-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-xxl-12pt,
  [dir="ltr"] .px-xxl-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-xxl-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xxl-16pt,
  [dir="ltr"] .py-xxl-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xxl-16pt,
  [dir="ltr"] .px-xxl-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xxl-16pt,
  [dir="ltr"] .py-xxl-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xxl-16pt,
  [dir="ltr"] .px-xxl-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xxl-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-xxl-20pt,
  [dir="ltr"] .py-xxl-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-xxl-20pt,
  [dir="ltr"] .px-xxl-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-xxl-20pt,
  [dir="ltr"] .py-xxl-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-xxl-20pt,
  [dir="ltr"] .px-xxl-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-xxl-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xxl-24pt,
  [dir="ltr"] .py-xxl-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xxl-24pt,
  [dir="ltr"] .px-xxl-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xxl-24pt,
  [dir="ltr"] .py-xxl-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xxl-24pt,
  [dir="ltr"] .px-xxl-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xxl-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-xxl-32pt,
  [dir="ltr"] .py-xxl-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-xxl-32pt,
  [dir="ltr"] .px-xxl-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-xxl-32pt,
  [dir="ltr"] .py-xxl-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-xxl-32pt,
  [dir="ltr"] .px-xxl-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-xxl-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-xxl-40pt,
  [dir="ltr"] .py-xxl-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-xxl-40pt,
  [dir="ltr"] .px-xxl-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-xxl-40pt,
  [dir="ltr"] .py-xxl-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-xxl-40pt,
  [dir="ltr"] .px-xxl-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-xxl-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-xxl-44pt,
  [dir="ltr"] .py-xxl-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-xxl-44pt,
  [dir="ltr"] .px-xxl-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-xxl-44pt,
  [dir="ltr"] .py-xxl-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-xxl-44pt,
  [dir="ltr"] .px-xxl-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-xxl-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xxl-48pt,
  [dir="ltr"] .py-xxl-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xxl-48pt,
  [dir="ltr"] .px-xxl-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xxl-48pt,
  [dir="ltr"] .py-xxl-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xxl-48pt,
  [dir="ltr"] .px-xxl-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xxl-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-xxl-64pt,
  [dir="ltr"] .py-xxl-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-xxl-64pt,
  [dir="ltr"] .px-xxl-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-xxl-64pt,
  [dir="ltr"] .py-xxl-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-xxl-64pt,
  [dir="ltr"] .px-xxl-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-xxl-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-xxl-112pt,
  [dir="ltr"] .py-xxl-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-xxl-112pt,
  [dir="ltr"] .px-xxl-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-xxl-112pt,
  [dir="ltr"] .py-xxl-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-xxl-112pt,
  [dir="ltr"] .px-xxl-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-xxl-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-xxl-128pt,
  [dir="ltr"] .py-xxl-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-xxl-128pt,
  [dir="ltr"] .px-xxl-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-xxl-128pt,
  [dir="ltr"] .py-xxl-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-xxl-128pt,
  [dir="ltr"] .px-xxl-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-n1,
  [dir="ltr"] .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-n1,
  [dir="ltr"] .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-n1,
  [dir="ltr"] .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-n1,
  [dir="ltr"] .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n2,
  [dir="ltr"] .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n2,
  [dir="ltr"] .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n2,
  [dir="ltr"] .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n2,
  [dir="ltr"] .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xxl-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xxl-n3,
  [dir="ltr"] .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xxl-n3,
  [dir="ltr"] .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xxl-n3,
  [dir="ltr"] .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xxl-n3,
  [dir="ltr"] .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n4,
  [dir="ltr"] .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n4,
  [dir="ltr"] .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n4,
  [dir="ltr"] .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n4,
  [dir="ltr"] .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xxl-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xxl-n5,
  [dir="ltr"] .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xxl-n5,
  [dir="ltr"] .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xxl-n5,
  [dir="ltr"] .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xxl-n5,
  [dir="ltr"] .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xxl-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-n4pt,
  [dir="ltr"] .my-xxl-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-n4pt,
  [dir="ltr"] .mx-xxl-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-n4pt,
  [dir="ltr"] .my-xxl-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-n4pt,
  [dir="ltr"] .mx-xxl-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xxl-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n8pt,
  [dir="ltr"] .my-xxl-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n8pt,
  [dir="ltr"] .mx-xxl-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n8pt,
  [dir="ltr"] .my-xxl-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n8pt,
  [dir="ltr"] .mx-xxl-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xxl-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-xxl-n12pt,
  [dir="ltr"] .my-xxl-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-xxl-n12pt,
  [dir="ltr"] .mx-xxl-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-xxl-n12pt,
  [dir="ltr"] .my-xxl-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-xxl-n12pt,
  [dir="ltr"] .mx-xxl-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-xxl-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xxl-n16pt,
  [dir="ltr"] .my-xxl-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xxl-n16pt,
  [dir="ltr"] .mx-xxl-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xxl-n16pt,
  [dir="ltr"] .my-xxl-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xxl-n16pt,
  [dir="ltr"] .mx-xxl-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xxl-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-xxl-n20pt,
  [dir="ltr"] .my-xxl-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-xxl-n20pt,
  [dir="ltr"] .mx-xxl-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-xxl-n20pt,
  [dir="ltr"] .my-xxl-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-xxl-n20pt,
  [dir="ltr"] .mx-xxl-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-xxl-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n24pt,
  [dir="ltr"] .my-xxl-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n24pt,
  [dir="ltr"] .mx-xxl-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n24pt,
  [dir="ltr"] .my-xxl-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n24pt,
  [dir="ltr"] .mx-xxl-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xxl-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-xxl-n32pt,
  [dir="ltr"] .my-xxl-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-xxl-n32pt,
  [dir="ltr"] .mx-xxl-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-xxl-n32pt,
  [dir="ltr"] .my-xxl-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-xxl-n32pt,
  [dir="ltr"] .mx-xxl-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-xxl-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n40pt,
  [dir="ltr"] .my-xxl-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n40pt,
  [dir="ltr"] .mx-xxl-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n40pt,
  [dir="ltr"] .my-xxl-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n40pt,
  [dir="ltr"] .mx-xxl-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-xxl-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-xxl-n44pt,
  [dir="ltr"] .my-xxl-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-xxl-n44pt,
  [dir="ltr"] .mx-xxl-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-xxl-n44pt,
  [dir="ltr"] .my-xxl-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-xxl-n44pt,
  [dir="ltr"] .mx-xxl-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-xxl-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xxl-n48pt,
  [dir="ltr"] .my-xxl-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xxl-n48pt,
  [dir="ltr"] .mx-xxl-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xxl-n48pt,
  [dir="ltr"] .my-xxl-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xxl-n48pt,
  [dir="ltr"] .mx-xxl-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xxl-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-xxl-n64pt,
  [dir="ltr"] .my-xxl-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-xxl-n64pt,
  [dir="ltr"] .mx-xxl-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-xxl-n64pt,
  [dir="ltr"] .my-xxl-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-xxl-n64pt,
  [dir="ltr"] .mx-xxl-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-xxl-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-xxl-n112pt,
  [dir="ltr"] .my-xxl-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-xxl-n112pt,
  [dir="ltr"] .mx-xxl-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-xxl-n112pt,
  [dir="ltr"] .my-xxl-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-xxl-n112pt,
  [dir="ltr"] .mx-xxl-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-xxl-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-xxl-n128pt,
  [dir="ltr"] .my-xxl-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-xxl-n128pt,
  [dir="ltr"] .mx-xxl-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-xxl-n128pt,
  [dir="ltr"] .my-xxl-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-xxl-n128pt,
  [dir="ltr"] .mx-xxl-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-xxl-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-xxl-auto,
  [dir="ltr"] .my-xxl-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-xxl-auto,
  [dir="ltr"] .mx-xxl-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-xxl-auto,
  [dir="ltr"] .my-xxl-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-xxl-auto,
  [dir="ltr"] .mx-xxl-auto {
    margin-left: auto !important;
  }
}

[dir="ltr"] .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
}

[dir="ltr"] .text-justify {
  text-align: justify !important;
}

[dir="ltr"] .text-wrap {
  white-space: normal !important;
}

[dir="ltr"] .text-nowrap {
  white-space: nowrap !important;
}

[dir="ltr"] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[dir="ltr"] .text-left {
  text-align: left !important;
}

[dir="ltr"] .text-right {
  text-align: right !important;
}

[dir="ltr"] .text-center {
  text-align: center !important;
}

@media (min-width: 374px) {
  [dir="ltr"] .text-xs-md-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-xs-md-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-xs-md-center {
    text-align: center !important;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .text-xs-plus-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-xs-plus-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-xs-plus-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .text-sm-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-sm-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .text-md-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-md-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .text-lg-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-lg-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .text-xl-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-xl-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .text-xxl-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-xxl-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-xxl-center {
    text-align: center !important;
  }
}

[dir="ltr"] .text-lowercase {
  text-transform: lowercase !important;
}

[dir="ltr"] .text-uppercase {
  text-transform: uppercase !important;
}

[dir="ltr"] .text-capitalize {
  text-transform: capitalize !important;
}

[dir="ltr"] .font-weight-light {
  font-weight: 300 !important;
}

[dir="ltr"] .font-weight-lighter {
  font-weight: lighter !important;
}

[dir="ltr"] .font-weight-normal {
  font-weight: 400 !important;
}

[dir="ltr"] .font-weight-bold {
  font-weight: 500 !important;
}

[dir="ltr"] .font-weight-bolder {
  font-weight: bolder !important;
}

[dir="ltr"] .font-italic {
  font-style: italic !important;
}

[dir="ltr"] .text-white {
  color: #fff !important;
}

[dir="ltr"] .text-primary {
  color: #4f91c9 !important;
}

[dir="ltr"] a.text-primary:focus,
[dir="ltr"] a.text-primary:hover {
  color: #0a6ebd !important;
}

[dir="ltr"] .text-secondary {
  color: #6b757d !important;
}

[dir="ltr"] a.text-secondary:focus,
[dir="ltr"] a.text-secondary:hover {
  color: #484e54 !important;
}

[dir="ltr"] .text-success {
  color: #28a745 !important;
}

[dir="ltr"] a.text-success:focus,
[dir="ltr"] a.text-success:hover {
  color: #419345 !important;
}

[dir="ltr"] .text-info {
  color: #29b6f6 !important;
}

[dir="ltr"] a.text-info:focus,
[dir="ltr"] a.text-info:hover {
  color: #088eca !important;
}

[dir="ltr"] .text-warning {
  color: #ffa726 !important;
}

[dir="ltr"] a.text-warning:focus,
[dir="ltr"] a.text-warning:hover {
  color: #d98100 !important;
}

[dir="ltr"] .text-danger {
  color: #f9476b !important;
}

[dir="ltr"] a.text-danger:focus,
[dir="ltr"] a.text-danger:hover {
  color: #d2190b !important;
}

[dir="ltr"] .text-light {
  color: #f8f9fa !important;
}

[dir="ltr"] a.text-light:focus,
[dir="ltr"] a.text-light:hover {
  color: #cbd3da !important;
}

[dir="ltr"] .text-dark {
  color: #39444d !important;
}

[dir="ltr"] a.text-dark:focus,
[dir="ltr"] a.text-dark:hover {
  color: #181d21 !important;
}

[dir="ltr"] .text-body {
  color: #383b3d !important;
}

[dir="ltr"] .text-muted {
  color: #b8bdc2 !important;
}

[dir="ltr"] .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

[dir="ltr"] .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .text-decoration-none {
  text-decoration: none !important;
}

[dir="ltr"] .text-reset {
  color: inherit !important;
}

[dir="ltr"] .visible {
  visibility: visible !important;
}

[dir="ltr"] .invisible {
  visibility: hidden !important;
}

@media print {
  [dir="ltr"] *,
  [dir="ltr"] :after,
  [dir="ltr"] :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  [dir="ltr"] a:not(.btn) {
    text-decoration: underline;
  }
  [dir="ltr"] abbr[title]:after {
    content: " (" attr(title) ")";
  }
  [dir="ltr"] pre {
    white-space: pre-wrap !important;
  }
  [dir="ltr"] blockquote,
  [dir="ltr"] pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  [dir="ltr"] thead {
    display: table-header-group;
  }
  [dir="ltr"] img,
  [dir="ltr"] tr {
    page-break-inside: avoid;
  }
  [dir="ltr"] h2,
  [dir="ltr"] h3,
  [dir="ltr"] p {
    orphans: 3;
    widows: 3;
  }
  [dir="ltr"] h2,
  [dir="ltr"] h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  [dir="ltr"] .container,
  [dir="ltr"] body {
    min-width: 992px !important;
  }
  [dir="ltr"] .navbar {
    display: none;
  }
  [dir="ltr"] .badge {
    border: 1px solid #000;
  }
  [dir="ltr"] .table {
    border-collapse: collapse !important;
  }
  [dir="ltr"] .table td,
  [dir="ltr"] .table th {
    background-color: #fff !important;
  }
  [dir="ltr"] .table-bordered td,
  [dir="ltr"] .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  [dir="ltr"] .table-dark {
    color: inherit;
  }
  [dir="ltr"] .table-dark tbody + tbody,
  [dir="ltr"] .table-dark td,
  [dir="ltr"] .table-dark th,
  [dir="ltr"] .table-dark thead th {
    border-color: #f0f1f2;
  }
  [dir="ltr"] .table .thead-dark th {
    color: inherit;
    border-color: #f0f1f2;
  }
}

[dir="ltr"] .mdk-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
  height: 200px;
}

[dir="ltr"] .mdk-header :last-child {
  margin-bottom: 0;
}

[dir="ltr"] .mdk-header[data-condenses],
[dir="ltr"] .mdk-header[data-reveals] {
  will-change: transform;
}

[dir="ltr"] .mdk-header [data-fx-condenses] {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  opacity: 0;
}

[dir="ltr"] .mdk-header [data-fx-condenses][data-fx-id] {
  opacity: 1;
}

[dir="ltr"] .mdk-header [data-primary] {
  z-index: 1;
}

[dir="ltr"] .mdk-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

[dir="ltr"] [data-effects*="parallax-background"] .mdk-header__bg {
  visibility: hidden;
}

[dir="ltr"] .mdk-header__bg-front,
[dir="ltr"] .mdk-header__bg-rear {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: cover;
}

[dir="ltr"] .mdk-header__bg-rear {
  opacity: 0;
}

[dir="ltr"] .mdk-header__content {
  position: relative;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .mdk-header[data-condenses] .mdk-header__content {
  z-index: 0;
}

[dir="ltr"] .mdk-header[data-condenses] [data-primary] {
  z-index: 1;
}

[dir="ltr"] .mdk-header--shadow:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  z-index: -1;
}

[dir="ltr"] .mdk-header--shadow-show:after {
  opacity: 1;
}

[dir="ltr"] .mdk-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

[dir="ltr"] .mdk-header[disabled],
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-front,
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-rear,
[dir="ltr"] .mdk-header[disabled] .mdk-header__content > [data-primary],
[dir="ltr"] .mdk-header[disabled]:after {
  transition: none !important;
}

[dir="ltr"] .mdk-header-layout {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

[dir="ltr"] .mdk-header-layout--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[dir="ltr"] .mdk-header-layout > .mdk-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

[dir="ltr"] .mdk-header-layout[data-fullbleed] > .mdk-header,
[dir="ltr"] .mdk-header-layout[data-has-scrolling-region] > .mdk-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

[dir="ltr"] .mdk-header-layout__content {
  position: relative;
  z-index: 0;
}

[dir="ltr"] .mdk-header-layout__content--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[dir="ltr"] .mdk-header-layout__content--scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[dir="ltr"] .mdk-box {
  position: relative;
  margin-bottom: 1.25rem;
}

[dir="ltr"] .mdk-box__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}

[dir="ltr"] [data-effects*="parallax-background"] .mdk-box__bg {
  visibility: hidden;
}

[dir="ltr"] .mdk-box__bg-front,
[dir="ltr"] .mdk-box__bg-rear {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: cover;
}

[dir="ltr"] .mdk-box__bg-rear {
  opacity: 0;
}

[dir="ltr"] .mdk-box__content {
  position: relative;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .mdk-box[disabled],
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-front,
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-rear,
[dir="ltr"] .mdk-box[disabled] .mdk-box__content > [data-primary],
[dir="ltr"] .mdk-box[disabled]:after {
  transition: none !important;
}

[dir="ltr"] .mdk-drawer {
  position: relative;
  visibility: hidden;
}

[dir="ltr"] .mdk-drawer[data-closing],
[dir="ltr"] .mdk-drawer[data-opened] {
  visibility: visible;
}

[dir="ltr"] .mdk-drawer[data-persistent] {
  width: 256px;
}

[dir="ltr"] .mdk-drawer[data-persistent][data-position="left"] {
  /*!rtl:ignore*/
  right: auto;
}

[dir="ltr"] .mdk-drawer[data-persistent][data-position="right"] {
  /*!rtl:ignore*/
  left: auto;
}

[dir="ltr"] .mdk-drawer__content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: #fff;
  /*!rtl:begin:ignore*/
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /*!rtl:end:ignore*/
  z-index: 3;
}

[dir="ltr"] [data-position="right"] > .mdk-drawer__content {
  /*!rtl:begin:ignore*/
  right: 0;
  left: auto;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /*!rtl:end:ignore*/
}

[dir="ltr"] .mdk-drawer__scrim,
[dir="ltr"] [data-opened] > .mdk-drawer__content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[dir="ltr"] .mdk-drawer__scrim {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.2s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

[dir="ltr"] [data-opened] > .mdk-drawer__scrim {
  opacity: 1;
}

[dir="ltr"] [data-persistent] > .mdk-drawer__scrim {
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .mdk-drawer-layout {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

[dir="ltr"] .mdk-drawer-layout--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[dir="ltr"] .mdk-drawer-layout .mdk-drawer {
  position: relative;
}

[dir="ltr"] .mdk-drawer-layout .mdk-drawer[data-persistent] {
  width: 256px;
}

[dir="ltr"]
  .mdk-drawer-layout
  .mdk-drawer[data-persistent][data-position="left"] {
  /*!rtl:remove*/
  order: 0;
}

[dir="ltr"]
  .mdk-drawer-layout
  .mdk-drawer[data-persistent][data-position="right"] {
  /*!rtl:remove*/
  order: 2;
}

[dir="ltr"] .mdk-drawer-layout__content {
  position: relative;
  height: 100%;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  min-width: 320px;
  z-index: 0;
  order: 1;
  flex: 1 1 0%;
}

[dir="ltr"] .mdk-drawer-layout__content--scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[dir="ltr"] .mdk-reveal {
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

[dir="ltr"] .mdk-reveal--hover:hover .mdk-reveal__partial,
[dir="ltr"] .mdk-reveal[data-opened] .mdk-reveal__partial {
  opacity: 0;
}

[dir="ltr"] .mdk-reveal__content {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

[dir="ltr"] .mdk-reveal__partial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 60%,
    hsla(0, 0%, 100%, 0.95) 80%,
    #fff
  );
  opacity: 1;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
}

[dir="ltr"] .mdk-carousel__content {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  touch-action: pan-x;
}

[dir="ltr"] .mdk-carousel__item {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-touch-callout: none;
  width: 100%;
}

[dir="ltr"] .mdk-tooltip {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: transform;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  z-index: 999;
  font-weight: 500;
  text-align: center;
  position: fixed;
  line-height: 1;
  max-width: 200px;
  padding: 0.4rem;
  border-radius: 0.25rem;
  pointer-events: none;
}

[dir="ltr"] .mdk-tooltip[data-opened] {
  -webkit-transform: scale(1);
  transform: scale(1);
}

[dir="ltr"] .sidebar-p-a {
  padding: 2rem 1.5rem;
}

[dir="ltr"] .sidebar-p-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

[dir="ltr"] .sidebar-p-y {
  padding-bottom: 2rem;
}

[dir="ltr"] .sidebar-p-t,
[dir="ltr"] .sidebar-p-y {
  padding-top: 2rem;
}

[dir="ltr"] .sidebar-p-b {
  padding-bottom: 2rem;
}

[dir="ltr"] .sidebar-p-l {
  padding-left: 1.5rem;
}

[dir="ltr"] .sidebar-p-l,
[dir="ltr"] .sidebar-p-r {
  padding-right: 1.5rem;
}

[dir="ltr"] .sidebar-m-a {
  margin: 2rem 1.5rem;
}

[dir="ltr"] .sidebar-m-x {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

[dir="ltr"] .sidebar-m-y {
  margin-bottom: 2rem;
}

[dir="ltr"] .sidebar-m-t,
[dir="ltr"] .sidebar-m-y {
  margin-top: 2rem;
}

[dir="ltr"] .sidebar-m-b {
  margin-bottom: 2rem;
}

[dir="ltr"] .sidebar-m-l {
  margin-left: 1.5rem;
}

[dir="ltr"] .sidebar-m-r {
  margin-right: 1.5rem;
}

[dir="ltr"] .sidebar-b-a {
  border: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-x {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-y {
  border-bottom: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-t,
[dir="ltr"] .sidebar-b-y {
  border-top: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-b {
  border-bottom: 1px solid transparent;
}

[dir="ltr"] .sidebar-block,
[dir="ltr"] .sidebar > .sidebar-text,
[dir="ltr"] .sidebar > p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}

[dir="ltr"] .sidebar-brand {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

[dir="ltr"] .sidebar-brand:hover {
  text-decoration: none;
}

[dir="ltr"] .sidebar-brand-icon {
  margin-right: 0.75rem;
}

[dir="ltr"] .sidebar-brand-header {
  height: 56px;
  line-height: 56px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
}

[dir="ltr"] .sidebar-brand-border {
  border-bottom: 1px solid transparent;
}

[dir="ltr"] .sidebar-heading {
  font-weight: 500;
  font-size: 0.75rem;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}

[dir="ltr"] .sidebar-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

[dir="ltr"] .sidebar-light {
  color: #949799;
  background: #fff;
}

[dir="ltr"] .sidebar-light.sidebar-left {
  border-right: 1px solid #f0f1f2;
}

[dir="ltr"] .sidebar-light.sidebar-right {
  border-left: 1px solid #f0f1f2;
}

[dir="ltr"] .sidebar-light .sidebar-link {
  color: #b8c2cc;
}

[dir="ltr"] .sidebar-light [class*="sidebar-b-"] {
  border-color: rgba(46, 49, 51, 0.1);
}

[dir="ltr"] .sidebar-light .sidebar-heading,
[dir="ltr"] .sidebar-light .sidebar-heading > a,
[dir="ltr"] .sidebar-light .sidebar-text,
[dir="ltr"] .sidebar-light p {
  color: #949799;
}

[dir="ltr"] .sidebar-light hr {
  border-color: rgba(46, 49, 51, 0.1);
}

[dir="ltr"] .sidebar-light .sidebar-brand {
  color: #4f91c9;
}

[dir="ltr"] .sidebar-light .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.07);
}

[dir="ltr"] .sidebar-light .sidebar-brand-border {
  border-color: rgba(46, 49, 51, 0.1);
}

[dir="ltr"] .sidebar-light .sidebar-menu-button {
  color: #b8c2cc;
}

[dir="ltr"] .sidebar-light .sidebar-menu-toggle-icon {
  color: rgba(0, 0, 0, 0.24);
}

[dir="ltr"] .sidebar-light .sidebar-menu-icon {
  color: #b8c2cc;
}

[dir="ltr"] .sidebar-light .sidebar-menu-label {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

[dir="ltr"] .sidebar-light .sidebar-menu-button:hover {
  color: #8a9299;
  background: transparent;
}

[dir="ltr"] .sidebar-light .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-light
  .sidebar-menu-button:hover
  .sidebar-menu-toggle-icon {
  color: #b8c2cc;
}

[dir="ltr"] .sidebar-light .open {
  background: rgba(38, 45, 51, 0.05);
}

[dir="ltr"]
  .sidebar-light
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #949799;
}

[dir="ltr"] .sidebar-light .open > .sidebar-menu-button {
  background: transparent;
  color: #949799;
}

[dir="ltr"] .sidebar-light .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button .sidebar-menu-icon {
  color: #8a9299;
}

[dir="ltr"] .sidebar-light .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #4f91c9;
}

[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button,
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-icon {
  color: #b8c2cc;
}

[dir="ltr"] .sidebar-light .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-light
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-light
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #8a9299;
}

[dir="ltr"] .sidebar-light .sm-bordered,
[dir="ltr"] .sidebar-light .sm-bordered.sidebar-submenu,
[dir="ltr"]
  .sidebar-light
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-light .sm-item-bordered > .sidebar-menu-item {
  border-color: rgba(46, 49, 51, 0.1);
}

[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: #b8c2cc;
}

[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #8a9299;
  background: rgba(0, 0, 0, 0.12);
}

[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(38, 45, 51, 0.05);
  color: #4f91c9;
}

[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button {
  background: rgba(38, 45, 51, 0.05);
  color: #8a9299;
}

[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #4f91c9;
}

[dir="ltr"]
  .sidebar-light
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(38, 45, 51, 0.05);
}

[dir="ltr"] .sidebar-dark {
  color: #dfe2e6;
  background: transparent;
}

[dir="ltr"] .sidebar-dark.sidebar-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

[dir="ltr"] .sidebar-dark.sidebar-right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

[dir="ltr"] .sidebar-dark .sidebar-link {
  color: #8a9299;
}

[dir="ltr"] .sidebar-dark [class*="sidebar-b-"] {
  border-color: rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .sidebar-dark .sidebar-heading,
[dir="ltr"] .sidebar-dark .sidebar-heading > a,
[dir="ltr"] .sidebar-dark .sidebar-text,
[dir="ltr"] .sidebar-dark p {
  color: #dfe2e6;
}

[dir="ltr"] .sidebar-dark hr {
  border-color: rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .sidebar-dark .sidebar-brand {
  color: #fff;
}

[dir="ltr"] .sidebar-dark .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.12);
}

[dir="ltr"] .sidebar-dark .sidebar-brand-border {
  border-color: rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .sidebar-dark .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .sidebar-menu-toggle-icon {
  color: #8a9299;
}

[dir="ltr"] .sidebar-dark .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.54);
}

[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover {
  color: #cfdbe6;
  background: transparent;
}

[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
  color: hsla(0, 0%, 100%, 0.54);
}

[dir="ltr"] .sidebar-dark .open {
  background: rgba(38, 45, 51, 0.5);
}

[dir="ltr"]
  .sidebar-dark
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #dfe2e6;
}

[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button {
  background: transparent;
  color: #dfe2e6;
}

[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button .sidebar-menu-icon {
  color: #cfdbe6;
}

[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #4f91c9;
}

[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-icon {
  color: #8a9299;
}

[dir="ltr"] .sidebar-dark .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-dark
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-dark
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #cfdbe6;
}

[dir="ltr"] .sidebar-dark .sm-bordered,
[dir="ltr"] .sidebar-dark .sm-bordered.sidebar-submenu,
[dir="ltr"]
  .sidebar-dark
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-dark .sm-item-bordered > .sidebar-menu-item {
  border-color: rgba(46, 49, 51, 0.9);
}

[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: hsla(0, 0%, 100%, 0.54);
}

[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #cfdbe6;
  background: rgba(0, 0, 0, 0.12);
}

[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(38, 45, 51, 0.5);
  color: #4f91c9;
}

[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button {
  background: rgba(38, 45, 51, 0.5);
  color: #cfdbe6;
}

[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #4f91c9;
}

[dir="ltr"]
  .sidebar-dark
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(38, 45, 51, 0.5);
}

[dir="ltr"] .sidebar-menu {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

[dir="ltr"] .sidebar-menu-item {
  position: relative;
  overflow: hidden;
}

[dir="ltr"] .sidebar-menu-button {
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 42px;
  padding: 0 1.5rem;
  font-size: 15px;
}

[dir="ltr"] .sidebar-menu-button,
[dir="ltr"] .sidebar-menu-button:focus,
[dir="ltr"] .sidebar-menu-button:hover {
  text-decoration: none;
}

[dir="ltr"] .active > .sidebar-menu-button {
  font-weight: 400;
}

[dir="ltr"] .sidebar-menu-toggle-icon {
  position: relative;
  font-size: 1.25rem;
}

[dir="ltr"] .sidebar-menu-toggle-icon:before {
  font-family: Material Icons;
  content: "\E315";
  display: flex;
  align-items: center;
  font-size: inherit;
  color: inherit;
}

[dir="ltr"] .open > .sidebar-menu-button .sidebar-menu-toggle-icon:before {
  content: "\E315";
}

[dir="ltr"] .sidebar-menu-icon {
  vertical-align: middle;
  font-size: 24px;
  display: inline-block;
  line-height: normal;
  position: relative;
}

[dir="ltr"] .sidebar-menu-icon--left {
  margin-right: 0.5rem;
}

[dir="ltr"] .sidebar-menu-icon--right {
  margin-left: 0.5rem;
}

[dir="ltr"] .sidebar-menu-badge {
  padding: 0.2rem 0.3rem;
  font-size: 0.75rem;
}

[dir="ltr"] .sidebar-menu-badge,
[dir="ltr"] .sidebar-menu-toggle-icon {
  margin-left: 5px;
}

[dir="ltr"] .sidebar-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

[dir="ltr"] .open > .sidebar-submenu {
  display: block;
}

[dir="ltr"] .sidebar-submenu .sidebar-menu-button {
  line-height: 2rem;
  font-size: 15px;
}

[dir="ltr"] .sidebar-submenu .sidebar-menu-icon {
  font-size: 24px;
}

[dir="ltr"] .sm-icons-1 .sidebar-menu-icon {
  font-size: 1rem;
}

[dir="ltr"] .sm-icons-small .sidebar-menu-icon {
  font-size: 0.875rem;
}

[dir="ltr"] .sm-condensed > .sidebar-menu-item > .sidebar-menu-button {
  line-height: 31.5px;
}

[dir="ltr"]
  .sm-condensed.sidebar-submenu
  > .sidebar-menu-item
  > .sidebar-menu-button {
  line-height: 1.5rem;
}

[dir="ltr"] .sm-bordered,
[dir="ltr"] .sm-item-bordered > .sidebar-menu-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

[dir="ltr"] .sm-item-bordered .sidebar-submenu,
[dir="ltr"] .sm-item-bordered > .sidebar-menu-item:last-of-type {
  border-bottom: none;
}

[dir="ltr"]
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

[dir="ltr"]
  .sm-icons-block.sidebar-submenu
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

[dir="ltr"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
  padding-left: 3rem;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] b,
[dir="ltr"] strong {
  font-weight: 500;
}

[dir="ltr"] .text-decoration-0:hover {
  text-decoration: none;
}

[dir="ltr"] .font-size-16pt {
  font-size: 1rem !important;
}

[dir="ltr"] .font-size-20pt {
  font-size: 1.25rem !important;
}

[dir="ltr"] .font-size-24pt {
  font-size: 1.5rem !important;
}

[dir="ltr"] .font-size-32pt {
  font-size: 2rem !important;
}

[dir="ltr"] .font-size-48pt {
  font-size: 3rem !important;
}

[dir="ltr"] .font-size-56pt {
  font-size: 3.5rem !important;
}

[dir="ltr"] .font-size-64pt {
  font-size: 5 !important;
}

[dir="ltr"] .measure-paragraph {
  max-width: 456px;
}

[dir="ltr"] .measure-lead,
[dir="ltr"] .measure-paragraph-max {
  max-width: 536px;
}

[dir="ltr"] .measure-lead-max {
  max-width: 616px;
}

[dir="ltr"] .measure-hero-lead {
  max-width: 696px;
}

[dir="ltr"] .text-black-20 {
  color: rgba(56, 59, 61, 0.2) !important;
}

[dir="ltr"] .text-black-50 {
  color: rgba(56, 59, 61, 0.5) !important;
}

[dir="ltr"] .text-black-70 {
  color: rgba(56, 59, 61, 0.7) !important;
}

[dir="ltr"] .text-white-70 {
  color: hsla(0, 0%, 100%, 0.7) !important;
}

[dir="ltr"] .text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

[dir="ltr"] .text-white-20 {
  color: hsla(0, 0%, 100%, 0.2) !important;
}

[dir="ltr"] .mdk-header {
  height: auto;
}

[dir="ltr"] .mdk-header-layout .mdk-drawer__content {
  top: 64px;
}

[dir="ltr"] blockquote {
  border-left: 2px solid #efefef;
  padding-left: 10px;
  font-size: 0.9rem;
}

[dir="ltr"] .breadcrumb {
  padding: 0;
  margin-bottom: 1.5rem;
  color: #b8bdc2;
  /* text-transform: uppercase; */
  font-size: 0.707rem;
  font-weight: 500;
}

[dir="ltr"] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .btn:not(.btn-lg):not(.btn-sm) {
  font-size: 0.9375rem;
}

[dir="ltr"] .button-list > .btn,
[dir="ltr"] .button-list > .btn-group {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}

[dir="ltr"] .btn-flush {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  line-height: 1;
  color: inherit;
}

[dir="ltr"] .btn-default,
[dir="ltr"] .btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #f0f1f2;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .btn-default:hover,
[dir="ltr"] .btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #d5d8da;
}

[dir="ltr"] .btn-default:focus,
[dir="ltr"] .btn-white.focus,
[dir="ltr"] .btn-white:focus,
[dir="ltr"] .focus.btn-default {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(209, 210, 212, 0.5);
}

[dir="ltr"] .btn-default:disabled,
[dir="ltr"] .btn-default:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-default:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-white.disabled,
[dir="ltr"] .btn-white:disabled,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled):active,
[dir="ltr"] .disabled.btn-default,
[dir="ltr"] .show > .btn-white.dropdown-toggle,
[dir="ltr"] .show > .dropdown-toggle.btn-default {
  color: #212529;
  background-color: #fff;
  border-color: #f0f1f2;
}

[dir="ltr"] .btn-default:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-default:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-white.dropdown-toggle:focus,
[dir="ltr"] .show > .dropdown-toggle.btn-default:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(209, 210, 212, 0.5);
}

[dir="ltr"] .btn-outline-white {
  color: #fff;
  border-color: #fff;
}

[dir="ltr"] .btn-outline-white:hover {
  color: #4f91c9;
  background-color: #fff;
  border-color: #fff;
}

[dir="ltr"] .btn-outline-white.focus,
[dir="ltr"] .btn-outline-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

[dir="ltr"] .btn-outline-white.disabled,
[dir="ltr"] .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

[dir="ltr"] .btn-success,
[dir="ltr"] .btn-success:focus,
[dir="ltr"] .btn-success:hover,
[dir="ltr"] .btn-warning,
[dir="ltr"] .btn-warning:focus,
[dir="ltr"] .btn-warning:hover {
  color: #fff;
}

[dir="ltr"] .btn.dropdown-toggle:after {
  align-self: center;
}

[dir="ltr"] .btn .material-icons {
  font-size: inherit;
  line-height: inherit;
}

[dir="ltr"] .btn-rounded {
  border-radius: 100px;
}

[dir="ltr"] .btn-circle {
  border-radius: 100%;
  width: calc(2.40625rem + 2px);
  height: calc(2.40625rem + 2px);
}

[dir="ltr"] .btn-circle.btn-sm,
[dir="ltr"] .btn-group-sm > .btn-circle.btn {
  width: calc(1.73047rem + 2px);
  height: calc(1.73047rem + 2px);
}

[dir="ltr"] .btn-circle.btn-lg,
[dir="ltr"] .btn-group-lg > .btn-circle.btn {
  width: calc(2.75781rem + 2px);
  height: calc(2.75781rem + 2px);
}

[dir="ltr"] .btn__icon--left {
  margin-right: 0.25rem;
}

[dir="ltr"] .btn__icon--right {
  margin-left: 0.25rem;
}

[dir="ltr"] .badge-success,
[dir="ltr"] .badge-warning {
  color: #fff;
}

[dir="ltr"] .btn .badge {
  top: 0;
}

[dir="ltr"] .badge-notifications {
  border-radius: 100px;
  padding: 0 0.5rem;
  line-height: 1rem;
  font-weight: 700;
}

[dir="ltr"] .card {
  box-shadow: 0 2px 3px rgba(56, 59, 61, 0.05);
}

[dir="ltr"] .form-row .card.form-row__card {
  margin-bottom: 10px;
}

[dir="ltr"] .card-list > .card:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .card-title > a {
  color: rgba(57, 68, 77, 0.84);
}

[dir="ltr"] .card-title > a:hover {
  color: #4f91c9;
  text-decoration: none;
}

[dir="ltr"] .card-title:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .card-subtitle {
  color: #b8bdc2;
  margin-top: -0.5rem;
  text-transform: uppercase;
  font-size: 0.707rem;
  font-weight: 500;
}

[dir="ltr"] .card,
[dir="ltr"] .card-group {
  margin-bottom: 1.5rem;
}

[dir="ltr"] .card-2by1 .card-body {
  padding: 0.625rem 1.25rem;
}

[dir="ltr"] .card-sm .card-body {
  padding: 0.625rem;
}

[dir="ltr"] [class*="card-img"] {
  position: relative;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

[dir="ltr"] [class*="card-img"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(57, 68, 77, 0.125);
}

@media (min-width: 576px) {
  [dir="ltr"] .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .card-columns--3 {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

[dir="ltr"] .card__options {
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
}

[dir="ltr"] .card .media-left {
  padding-right: 0.625rem;
}

[dir="ltr"] .card .media-right {
  padding-left: 0.625rem;
}

[dir="ltr"] .dropdown-toggle:focus {
  outline: 0;
}

[dir="ltr"] [data-caret="false"]:after,
[dir="ltr"] [data-caret="false"]:before {
  display: none !important;
}

[dir="ltr"] .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.3, 0.5, 0.5, 1),
    margin-top 0.2s cubic-bezier(0.1, 0.3, 0.8, 1), visibility 0.3s ease;
  margin-top: 0 !important;
  background-clip: initial;
}

[dir="ltr"] .dropdown-menu:after,
[dir="ltr"] .dropdown-menu:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  height: 0;
  left: 10px;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.3, 0.5, 0.5, 1);
  position: absolute;
  top: -16px;
  width: 1px;
}

[dir="ltr"] .dropdown-menu:before {
  top: -17px;
  border-bottom-color: #f0f1f2;
}

[dir="ltr"] .dropdown-menu-right:after,
[dir="ltr"] .dropdown-menu-right:before {
  left: auto;
  right: 10px;
}

[dir="ltr"] .dropup .dropdown-menu:after,
[dir="ltr"] .dropup .dropdown-menu:before {
  top: auto;
  bottom: -16px;
  border-bottom-color: transparent;
  border-top-color: #fff;
}

[dir="ltr"] .dropup .dropdown-menu:before {
  bottom: -17px;
  border-top-color: #f0f1f2;
}

[dir="ltr"] .dropdown-menu.show,
[dir="ltr"] .show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0.5rem !important;
}

[dir="ltr"] .dropdown-menu.show:after,
[dir="ltr"] .dropdown-menu.show:before,
[dir="ltr"] .show > .dropdown-menu:after,
[dir="ltr"] .show > .dropdown-menu:before {
  opacity: 1;
}

[dir="ltr"] .dropdown-menu-caret-center:after,
[dir="ltr"] .dropdown-menu-caret-center:before {
  left: 50%;
  margin-left: -4px;
}

@media (max-width: 373.98px) {
  [dir="ltr"] .dropdown-menu-full {
    position: static;
  }
  [dir="ltr"] .dropdown-menu-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 412.98px) {
  [dir="ltr"] .dropdown-menu-xs-md-full {
    position: static;
  }
  [dir="ltr"] .dropdown-menu-xs-md-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  [dir="ltr"] .dropdown-menu-xs-plus-full {
    position: static;
  }
  [dir="ltr"] .dropdown-menu-xs-plus-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  [dir="ltr"] .dropdown-menu-sm-full {
    position: static;
  }
  [dir="ltr"] .dropdown-menu-sm-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  [dir="ltr"] .dropdown-menu-md-full {
    position: static;
  }
  [dir="ltr"] .dropdown-menu-md-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  [dir="ltr"] .dropdown-menu-lg-full {
    position: static;
  }
  [dir="ltr"] .dropdown-menu-lg-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 1365.98px) {
  [dir="ltr"] .dropdown-menu-xl-full {
    position: static;
  }
  [dir="ltr"] .dropdown-menu-xl-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

[dir="ltr"] .dropdown-menu-xxl-full {
  position: static;
}

[dir="ltr"] .dropdown-menu-xxl-full .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

[dir="ltr"] .dropdown-menu .close {
  padding: 0.5rem;
  line-height: 0;
}

[dir="ltr"] .dropdown-item {
  display: flex;
  align-items: center;
}

[dir="ltr"] .dropdown-item > .material-icons {
  font-size: 18px;
  margin-right: 5px;
}

[dir="ltr"] .dropdown-item.active,
[dir="ltr"] .dropdown-item:active {
  font-weight: 500;
}

[dir="ltr"] .dropdown-menu-dark.dropdown-menu {
  background-color: #39444d;
  border-color: rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .dropdown-menu-dark.dropdown-menu .dropdown-item {
  color: hsla(0, 0%, 100%, 0.5);
}

[dir="ltr"] .dropdown-menu-dark.dropdown-menu .dropdown-item:focus,
[dir="ltr"] .dropdown-menu-dark.dropdown-menu .dropdown-item:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

[dir="ltr"] .dropdown-menu-dark.dropdown-menu .dropdown-item.active,
[dir="ltr"] .dropdown-menu-dark.dropdown-menu .dropdown-item:active {
  color: #fff;
}

[dir="ltr"] .dropdown-menu-dark.dropdown-menu .dropdown-item.disabled,
[dir="ltr"] .dropdown-menu-dark.dropdown-menu .dropdown-item:disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

[dir="ltr"] .dropdown-menu-dark.dropdown-menu:after,
[dir="ltr"] .dropdown-menu-dark.dropdown-menu:before {
  border-bottom-color: #39444d;
}

[dir="ltr"] .dropdown-menu-dark.dropdown-menu:before {
  border-bottom-color: rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .dropup .dropdown-menu-dark.dropdown-menu:after,
[dir="ltr"] .dropup .dropdown-menu-dark.dropdown-menu:before {
  border-bottom-color: transparent;
  border-top-color: #39444d;
}

[dir="ltr"] .dropup .dropdown-menu-dark.dropdown-menu:before {
  border-top-color: rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .footer {
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

[dir="ltr"] .search-form {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #f0f1f2;
  border-radius: 0.25rem;
}

[dir="ltr"] .search-form .form-control {
  background-color: transparent;
}

[dir="ltr"] .search-form .form-control,
[dir="ltr"] .search-form .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

[dir="ltr"] .search-form .btn {
  padding: 0 0.75rem;
  box-shadow: none;
  background-color: transparent;
}

[dir="ltr"] .search-form .btn + .form-control {
  padding-left: 0;
}

[dir="ltr"] .search-form--light .btn {
  color: rgba(56, 59, 61, 0.4);
}

[dir="ltr"] .search-form--light .form-control:focus + .btn {
  color: #495057;
}

[dir="ltr"] .search-form--light .form-control:focus + .btn:hover {
  color: #383b3d;
}

[dir="ltr"] .form-text {
  color: #b8bdc2;
}

[dir="ltr"] .form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(56, 59, 61, 0.5);
}

[dir="ltr"] .form-control:focus {
  box-shadow: none !important;
}

[dir="ltr"] .form-control-rounded {
  border-radius: 20rem;
}

[dir="ltr"] .form-control-flush {
  padding: 0;
  border-width: 0;
}

[dir="ltr"] .form-control-flush,
[dir="ltr"] .form-control-flush:focus {
  box-shadow: none;
  background-color: transparent;
}

[dir="ltr"] .custom-file-naked {
  cursor: pointer;
  width: auto;
  height: auto;
}

[dir="ltr"] .custom-file-naked .custom-file-input {
  width: auto;
  height: auto;
  cursor: pointer;
  line-height: 1;
}

[dir="ltr"] .custom-file-naked .custom-file-label {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
}

[dir="ltr"] .custom-file-naked .custom-file-label:after {
  display: none;
}

[dir="ltr"] .input-group-text .material-icons {
  font-size: inherit;
}

[dir="ltr"] .input-group.input-group-merge .form-control {
  box-shadow: none;
}

[dir="ltr"]
  .input-group.input-group-merge
  .form-control:focus
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #9acffa;
  color: #9acffa;
}

[dir="ltr"]
  .input-group.input-group-merge
  .form-control.is-valid
  ~ [class*="input-group"]
  .input-group-text,
[dir="ltr"]
  .was-validated
  .input-group.input-group-merge
  .form-control:valid
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #00AFEB;
  color: #00AFEB;
}

[dir="ltr"]
  .input-group.input-group-merge
  .form-control.is-invalid
  ~ [class*="input-group"]
  .input-group-text,
[dir="ltr"]
  .was-validated
  .input-group.input-group-merge
  .form-control:invalid
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #f9476b;
  color: #f9476b;
}

[dir="ltr"] .input-group.input-group-merge .form-control-prepended {
  padding-left: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir="ltr"] .input-group.input-group-merge .form-control-appended {
  padding-right: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .input-group.input-group-merge .input-group-prepend {
  order: -1;
}

[dir="ltr"]
  .input-group.input-group-merge
  .input-group-prepend
  > .input-group-text {
  border-right-width: 0 !important;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir="ltr"]
  .input-group.input-group-merge
  .input-group-append
  > .input-group-text {
  border-left-width: 0 !important;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir="ltr"] h1 + .lead,
[dir="ltr"] h2 + .lead,
[dir="ltr"] h3 + .lead,
[dir="ltr"] h4 + .lead,
[dir="ltr"] h5 + .lead,
[dir="ltr"] h6 + .lead {
  margin-top: -5px;
  margin-bottom: 1.25rem;
}

[dir="ltr"] .page-heading {
  padding: 1.25rem 0;
  margin-bottom: 0 !important;
}

[dir="ltr"] .breadcrumb + .page-heading {
  padding-top: 0;
}

[dir="ltr"] div.page-heading {
  position: relative;
  overflow: hidden;
}

[dir="ltr"] .bg-transparent {
  background: transparent;
}

[dir="ltr"] .bg-gradient-primary {
  background-image: linear-gradient(128deg, #0c7cd5, #4f91c9);
}

[dir="ltr"] .border-style-dashed {
  border-style: dashed !important;
}

[dir="ltr"] .border-1 {
  border: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-left-1 {
  border-left: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-right-1 {
  border-right: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-top-1 {
  border-top: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-bottom-1 {
  border-bottom: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-2 {
  border: 2px solid #f0f1f2 !important;
}

[dir="ltr"] .border-left-2 {
  border-left: 2px solid #f0f1f2 !important;
}

[dir="ltr"] .border-right-2 {
  border-right: 2px solid #f0f1f2 !important;
}

[dir="ltr"] .border-top-2 {
  border-top: 2px solid #f0f1f2 !important;
}

[dir="ltr"] .border-bottom-2 {
  border-bottom: 2px solid #f0f1f2 !important;
}

[dir="ltr"] .border-3 {
  border: 3px solid #f0f1f2 !important;
}

[dir="ltr"] .border-left-3 {
  border-left: 3px solid #f0f1f2 !important;
}

[dir="ltr"] .border-right-3 {
  border-right: 3px solid #f0f1f2 !important;
}

[dir="ltr"] .border-top-3 {
  border-top: 3px solid #f0f1f2 !important;
}

[dir="ltr"] .border-bottom-3 {
  border-bottom: 3px solid #f0f1f2 !important;
}

[dir="ltr"] .border-primary {
  border-color: #4f91c9 !important;
}

[dir="ltr"] .border-left-primary {
  border-left-color: #4f91c9 !important;
}

[dir="ltr"] .border-right-primary {
  border-right-color: #4f91c9 !important;
}

[dir="ltr"] .border-top-primary {
  border-top-color: #4f91c9 !important;
}

[dir="ltr"] .border-bottom-primary {
  border-bottom-color: #4f91c9 !important;
}

[dir="ltr"] .border-secondary {
  border-color: #6b757d !important;
}

[dir="ltr"] .border-left-secondary {
  border-left-color: #6b757d !important;
}

[dir="ltr"] .border-right-secondary {
  border-right-color: #6b757d !important;
}

[dir="ltr"] .border-top-secondary {
  border-top-color: #6b757d !important;
}

[dir="ltr"] .border-bottom-secondary {
  border-bottom-color: #6b757d !important;
}

[dir="ltr"] .border-success {
  border-color: #00AFEB !important;
}

[dir="ltr"] .border-left-success {
  border-left-color: #00AFEB !important;
}

[dir="ltr"] .border-right-success {
  border-right-color: #00AFEB !important;
}

[dir="ltr"] .border-top-success {
  border-top-color: #00AFEB !important;
}

[dir="ltr"] .border-bottom-success {
  border-bottom-color: #00AFEB !important;
}

[dir="ltr"] .border-info {
  border-color: #29b6f6 !important;
}

[dir="ltr"] .border-left-info {
  border-left-color: #29b6f6 !important;
}

[dir="ltr"] .border-right-info {
  border-right-color: #29b6f6 !important;
}

[dir="ltr"] .border-top-info {
  border-top-color: #29b6f6 !important;
}

[dir="ltr"] .border-bottom-info {
  border-bottom-color: #29b6f6 !important;
}

[dir="ltr"] .border-warning {
  border-color: #ffa726 !important;
}

[dir="ltr"] .border-left-warning {
  border-left-color: #ffa726 !important;
}

[dir="ltr"] .border-right-warning {
  border-right-color: #ffa726 !important;
}

[dir="ltr"] .border-top-warning {
  border-top-color: #ffa726 !important;
}

[dir="ltr"] .border-bottom-warning {
  border-bottom-color: #ffa726 !important;
}

[dir="ltr"] .border-danger {
  border-color: #f9476b !important;
}

[dir="ltr"] .border-left-danger {
  border-left-color: #f9476b !important;
}

[dir="ltr"] .border-right-danger {
  border-right-color: #f9476b !important;
}

[dir="ltr"] .border-top-danger {
  border-top-color: #f9476b !important;
}

[dir="ltr"] .border-bottom-danger {
  border-bottom-color: #f9476b !important;
}

[dir="ltr"] .border-light {
  border-color: #f8f9fa !important;
}

[dir="ltr"] .border-left-light {
  border-left-color: #f8f9fa !important;
}

[dir="ltr"] .border-right-light {
  border-right-color: #f8f9fa !important;
}

[dir="ltr"] .border-top-light {
  border-top-color: #f8f9fa !important;
}

[dir="ltr"] .border-bottom-light {
  border-bottom-color: #f8f9fa !important;
}

[dir="ltr"] .border-dark {
  border-color: #39444d !important;
}

[dir="ltr"] .border-left-dark {
  border-left-color: #39444d !important;
}

[dir="ltr"] .border-right-dark {
  border-right-color: #39444d !important;
}

[dir="ltr"] .border-top-dark {
  border-top-color: #39444d !important;
}

[dir="ltr"] .border-bottom-dark {
  border-bottom-color: #39444d !important;
}

[dir="ltr"] .border {
  border: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-top {
  border-top: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-right {
  border-right: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-bottom {
  border-bottom: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-left {
  border-left: 1px solid #f0f1f2 !important;
}

[dir="ltr"] .border-0 {
  border: 0 !important;
}

[dir="ltr"] .border-top-0 {
  border-top: 0 !important;
}

[dir="ltr"] .border-right-0 {
  border-right: 0 !important;
}

[dir="ltr"] .border-bottom-0 {
  border-bottom: 0 !important;
}

[dir="ltr"] .border-left-0 {
  border-left: 0 !important;
}

@media (min-width: 374px) {
  [dir="ltr"] .border-xs-md {
    border: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-top-xs-md {
    border-top: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-right-xs-md {
    border-right: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-bottom-xs-md {
    border-bottom: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-left-xs-md {
    border-left: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-xs-md-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-xs-md-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-xs-md-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-xs-md-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-xs-md-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .border-xs-plus {
    border: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-top-xs-plus {
    border-top: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-right-xs-plus {
    border-right: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-bottom-xs-plus {
    border-bottom: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-left-xs-plus {
    border-left: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-xs-plus-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-xs-plus-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-xs-plus-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-xs-plus-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-xs-plus-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .border-sm {
    border: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-top-sm {
    border-top: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-right-sm {
    border-right: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-bottom-sm {
    border-bottom: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-left-sm {
    border-left: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-sm-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-sm-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-sm-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-sm-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .border-md {
    border: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-top-md {
    border-top: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-right-md {
    border-right: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-bottom-md {
    border-bottom: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-left-md {
    border-left: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-md-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-md-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-md-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-md-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .border-lg {
    border: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-top-lg {
    border-top: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-right-lg {
    border-right: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-bottom-lg {
    border-bottom: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-left-lg {
    border-left: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-lg-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-lg-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-lg-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-lg-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .border-xl {
    border: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-top-xl {
    border-top: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-right-xl {
    border-right: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-bottom-xl {
    border-bottom: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-left-xl {
    border-left: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-xl-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-xl-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-xl-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-xl-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .border-xxl {
    border: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-top-xxl {
    border-top: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-right-xxl {
    border-right: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-bottom-xxl {
    border-bottom: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-left-xxl {
    border-left: 1px solid #f0f1f2 !important;
  }
  [dir="ltr"] .border-xxl-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-xxl-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-xxl-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-xxl-0 {
    border-left: 0 !important;
  }
}

[dir="ltr"] .text-base {
  font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol !important;
}

[dir="ltr"] .text-muted-light {
  color: #b8bdc2 !important;
}

[dir="ltr"] .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
}

[dir="ltr"] .icon-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f3f3f3;
}

[dir="ltr"] .mb-headings {
  margin-bottom: 1rem;
}

[dir="ltr"] .mb-headings .h1,
[dir="ltr"] .mb-headings .h2,
[dir="ltr"] .mb-headings .h3,
[dir="ltr"] .mb-headings .h4,
[dir="ltr"] .mb-headings .h5,
[dir="ltr"] .mb-headings .h6,
[dir="ltr"] .mb-headings h1,
[dir="ltr"] .mb-headings h2,
[dir="ltr"] .mb-headings h3,
[dir="ltr"] .mb-headings h4,
[dir="ltr"] .mb-headings h5,
[dir="ltr"] .mb-headings h6 {
  margin-bottom: 0;
}

[dir="ltr"] .position-absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

[dir="ltr"] .left-0 {
  left: 0 !important;
}

[dir="ltr"] .right-0 {
  right: 0 !important;
}

[dir="ltr"] .top-0 {
  top: 0 !important;
}

[dir="ltr"] .bottom-0 {
  bottom: 0 !important;
}

[dir="ltr"] .w-25 {
  width: 25% !important;
}

[dir="ltr"] .w-50 {
  width: 50% !important;
}

[dir="ltr"] .w-75 {
  width: 75% !important;
}

[dir="ltr"] .w-100 {
  width: 100% !important;
}

[dir="ltr"] .w-auto {
  width: auto !important;
}

[dir="ltr"] .w-64 {
  width: 64px !important;
}

[dir="ltr"] .h-25 {
  height: 25% !important;
}

[dir="ltr"] .h-50 {
  height: 50% !important;
}

[dir="ltr"] .h-75 {
  height: 75% !important;
}

[dir="ltr"] .h-100 {
  height: 100% !important;
}

[dir="ltr"] .h-auto {
  height: auto !important;
}

[dir="ltr"] .h-64 {
  height: 64px !important;
}

@media (min-width: 374px) {
  [dir="ltr"] .w-xs-md-25 {
    width: 25% !important;
  }
  [dir="ltr"] .w-xs-md-50 {
    width: 50% !important;
  }
  [dir="ltr"] .w-xs-md-75 {
    width: 75% !important;
  }
  [dir="ltr"] .w-xs-md-100 {
    width: 100% !important;
  }
  [dir="ltr"] .w-xs-md-auto {
    width: auto !important;
  }
  [dir="ltr"] .w-xs-md-64 {
    width: 64px !important;
  }
  [dir="ltr"] .h-xs-md-25 {
    height: 25% !important;
  }
  [dir="ltr"] .h-xs-md-50 {
    height: 50% !important;
  }
  [dir="ltr"] .h-xs-md-75 {
    height: 75% !important;
  }
  [dir="ltr"] .h-xs-md-100 {
    height: 100% !important;
  }
  [dir="ltr"] .h-xs-md-auto {
    height: auto !important;
  }
  [dir="ltr"] .h-xs-md-64 {
    height: 64px !important;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .w-xs-plus-25 {
    width: 25% !important;
  }
  [dir="ltr"] .w-xs-plus-50 {
    width: 50% !important;
  }
  [dir="ltr"] .w-xs-plus-75 {
    width: 75% !important;
  }
  [dir="ltr"] .w-xs-plus-100 {
    width: 100% !important;
  }
  [dir="ltr"] .w-xs-plus-auto {
    width: auto !important;
  }
  [dir="ltr"] .w-xs-plus-64 {
    width: 64px !important;
  }
  [dir="ltr"] .h-xs-plus-25 {
    height: 25% !important;
  }
  [dir="ltr"] .h-xs-plus-50 {
    height: 50% !important;
  }
  [dir="ltr"] .h-xs-plus-75 {
    height: 75% !important;
  }
  [dir="ltr"] .h-xs-plus-100 {
    height: 100% !important;
  }
  [dir="ltr"] .h-xs-plus-auto {
    height: auto !important;
  }
  [dir="ltr"] .h-xs-plus-64 {
    height: 64px !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .w-sm-25 {
    width: 25% !important;
  }
  [dir="ltr"] .w-sm-50 {
    width: 50% !important;
  }
  [dir="ltr"] .w-sm-75 {
    width: 75% !important;
  }
  [dir="ltr"] .w-sm-100 {
    width: 100% !important;
  }
  [dir="ltr"] .w-sm-auto {
    width: auto !important;
  }
  [dir="ltr"] .w-sm-64 {
    width: 64px !important;
  }
  [dir="ltr"] .h-sm-25 {
    height: 25% !important;
  }
  [dir="ltr"] .h-sm-50 {
    height: 50% !important;
  }
  [dir="ltr"] .h-sm-75 {
    height: 75% !important;
  }
  [dir="ltr"] .h-sm-100 {
    height: 100% !important;
  }
  [dir="ltr"] .h-sm-auto {
    height: auto !important;
  }
  [dir="ltr"] .h-sm-64 {
    height: 64px !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .w-md-25 {
    width: 25% !important;
  }
  [dir="ltr"] .w-md-50 {
    width: 50% !important;
  }
  [dir="ltr"] .w-md-75 {
    width: 75% !important;
  }
  [dir="ltr"] .w-md-100 {
    width: 100% !important;
  }
  [dir="ltr"] .w-md-auto {
    width: auto !important;
  }
  [dir="ltr"] .w-md-64 {
    width: 64px !important;
  }
  [dir="ltr"] .h-md-25 {
    height: 25% !important;
  }
  [dir="ltr"] .h-md-50 {
    height: 50% !important;
  }
  [dir="ltr"] .h-md-75 {
    height: 75% !important;
  }
  [dir="ltr"] .h-md-100 {
    height: 100% !important;
  }
  [dir="ltr"] .h-md-auto {
    height: auto !important;
  }
  [dir="ltr"] .h-md-64 {
    height: 64px !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .w-lg-25 {
    width: 25% !important;
  }
  [dir="ltr"] .w-lg-50 {
    width: 50% !important;
  }
  [dir="ltr"] .w-lg-75 {
    width: 75% !important;
  }
  [dir="ltr"] .w-lg-100 {
    width: 100% !important;
  }
  [dir="ltr"] .w-lg-auto {
    width: auto !important;
  }
  [dir="ltr"] .w-lg-64 {
    width: 64px !important;
  }
  [dir="ltr"] .h-lg-25 {
    height: 25% !important;
  }
  [dir="ltr"] .h-lg-50 {
    height: 50% !important;
  }
  [dir="ltr"] .h-lg-75 {
    height: 75% !important;
  }
  [dir="ltr"] .h-lg-100 {
    height: 100% !important;
  }
  [dir="ltr"] .h-lg-auto {
    height: auto !important;
  }
  [dir="ltr"] .h-lg-64 {
    height: 64px !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .w-xl-25 {
    width: 25% !important;
  }
  [dir="ltr"] .w-xl-50 {
    width: 50% !important;
  }
  [dir="ltr"] .w-xl-75 {
    width: 75% !important;
  }
  [dir="ltr"] .w-xl-100 {
    width: 100% !important;
  }
  [dir="ltr"] .w-xl-auto {
    width: auto !important;
  }
  [dir="ltr"] .w-xl-64 {
    width: 64px !important;
  }
  [dir="ltr"] .h-xl-25 {
    height: 25% !important;
  }
  [dir="ltr"] .h-xl-50 {
    height: 50% !important;
  }
  [dir="ltr"] .h-xl-75 {
    height: 75% !important;
  }
  [dir="ltr"] .h-xl-100 {
    height: 100% !important;
  }
  [dir="ltr"] .h-xl-auto {
    height: auto !important;
  }
  [dir="ltr"] .h-xl-64 {
    height: 64px !important;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .w-xxl-25 {
    width: 25% !important;
  }
  [dir="ltr"] .w-xxl-50 {
    width: 50% !important;
  }
  [dir="ltr"] .w-xxl-75 {
    width: 75% !important;
  }
  [dir="ltr"] .w-xxl-100 {
    width: 100% !important;
  }
  [dir="ltr"] .w-xxl-auto {
    width: auto !important;
  }
  [dir="ltr"] .w-xxl-64 {
    width: 64px !important;
  }
  [dir="ltr"] .h-xxl-25 {
    height: 25% !important;
  }
  [dir="ltr"] .h-xxl-50 {
    height: 50% !important;
  }
  [dir="ltr"] .h-xxl-75 {
    height: 75% !important;
  }
  [dir="ltr"] .h-xxl-100 {
    height: 100% !important;
  }
  [dir="ltr"] .h-xxl-auto {
    height: auto !important;
  }
  [dir="ltr"] .h-xxl-64 {
    height: 64px !important;
  }
}

@media (max-width: 373.98px) {
  [dir="ltr"] .w-xs-down-100 {
    width: 100% !important;
  }
}

@media (max-width: 412.98px) {
  [dir="ltr"] .w-xs-md-down-100 {
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  [dir="ltr"] .w-xs-plus-down-100 {
    width: 100% !important;
  }
}

[dir="ltr"] .z-0 {
  z-index: 0 !important;
}

[dir="ltr"] .z-1 {
  z-index: 1 !important;
}

[dir="ltr"] .z-2 {
  z-index: 2 !important;
}

[dir="ltr"] .z-3 {
  z-index: 3 !important;
}

[dir="ltr"] .flex {
  flex: 1 1 0%;
}

[dir="ltr"] .flex-none {
  flex: none;
}

[dir="ltr"] .jumbotron {
  padding: 1rem;
  border: 1px solid #f0f1f2;
  margin-bottom: 1.25rem;
}

[dir="ltr"] .jumbotron > :last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  [dir="ltr"] .jumbotron {
    padding: 2rem;
  }
}

[dir="ltr"] body,
html {
  height: 100%;
  position: relative;
}

[dir="ltr"] .mdk-header-layout,
[dir="ltr"] .mdk-header-layout .mdk-drawer-layout,
[dir="ltr"] .mdk-header-layout .mdk-drawer-layout__content {
  height: auto;
  min-height: 100%;
  overflow: visible;
}

[dir="ltr"] .ls-top {
  padding-top: 1.25rem;
}

[dir="ltr"] .container,
[dir="ltr"] .container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
[dir="ltr"] .container_mob,
[dir="ltr"] .container-fluid_mob {
  padding-right: 0rem;
  padding-left: 0rem;
}

[dir="ltr"] .page {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

[dir="ltr"] .page__header--shadow {
  box-shadow: 0 5px 15px 0 rgba(56, 59, 61, 0.05);
}

[dir="ltr"] .layout-fluid .page__container {
  max-width: 944px;
}

[dir="ltr"] .ui .page__container {
  max-width: 800px;
}

[dir="ltr"] .layout-sticky-subnav .mdk-header-layout {
  overflow: initial;
}

[dir="ltr"] .layout-sticky-subnav .page__header-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  z-index: 1;
}

[dir="ltr"] .layout-sticky-subnav .page__header:first-child {
  margin-bottom: 0;
  box-shadow: none;
}

[dir="ltr"] .layout-sticky-subnav .page__container,
[dir="ltr"] .list-group {
  z-index: 0;
  position: relative;
}

[dir="ltr"] .list-group {
  margin-bottom: 1.5rem;
}

[dir="ltr"] .list-group-fit > .list-group-item {
  border-left: none;
  border-right: none;
}

[dir="ltr"] .list-group-fit > .list-group-item:last-of-type {
  border-bottom: none;
}

[dir="ltr"] .list-group-fit > .list-group-item:first-of-type {
  border-top: none;
}

[dir="ltr"] .card > .list-group:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .material-icons {
  vertical-align: sub;
}

[dir="ltr"] .material-icons.md-18 {
  font-size: 18px;
}

[dir="ltr"] .material-icons.md-24 {
  font-size: 24px;
}

[dir="ltr"] .material-icons.md-36 {
  font-size: 36px;
}

[dir="ltr"] .material-icons.md-48 {
  font-size: 48px;
}

[dir="ltr"] .material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

[dir="ltr"] .material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

[dir="ltr"] .material-icons.md-light {
  color: #fff;
}

[dir="ltr"] .material-icons.md-light.md-inactive {
  color: hsla(0, 0%, 100%, 0.3);
}

[dir="ltr"] .media-right {
  padding-left: 1.25rem;
}

[dir="ltr"] .media-left {
  padding-right: 1.25rem;
}

[dir="ltr"] .media-body p:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .media {
  margin-top: 0;
}

[dir="ltr"] .page-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  border-left: none;
  border-top: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  line-height: 1.25 !important;
}

[dir="ltr"] .page-link:focus,
[dir="ltr"] .page-link:hover {
  text-decoration: none;
}

[dir="ltr"] .page-item:last-of-type .page-link {
  border-right: none;
}

[dir="ltr"] .page-link .material-icons {
  line-height: 1rem;
}

[dir="ltr"] .pagination {
  position: relative;
  z-index: 0;
}

[dir="ltr"] .pagination:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .progress-primary {
  background-color: #4f91c9;
}

[dir="ltr"] .progress-gray {
  background-color: #818a91;
}

[dir="ltr"] .table tbody td,
[dir="ltr"] .table thead th {
  vertical-align: middle;
  line-height: 1.2;
}

[dir="ltr"] .table-nowrap td,
[dir="ltr"] .table-nowrap th {
  white-space: nowrap;
}

[dir="ltr"] .table:not(.table-sm) th {
  padding: 0.35rem 0.75rem;
}

[dir="ltr"] .table--elevated {
  box-shadow: 0 3px 3px -2px rgba(56, 59, 61, 0.2),
    0 3px 4px 0 rgba(56, 59, 61, 0.14), 0 1px 8px 0 rgba(56, 59, 61, 0.12);
}

[dir="ltr"] .table thead th {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  border-top: none;
  line-height: 1.5rem;
}

[dir="ltr"] .table .sort {
  color: inherit;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

[dir="ltr"] .table .sort:after {
  margin-left: 0.5rem;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='rgba(55, 77, 103, 0.54)'/></svg>");
}

[dir="ltr"] .table .sort.asc,
[dir="ltr"] .table .sort.desc {
  color: #383b3d;
  text-decoration: underline;
}

[dir="ltr"] .table .sort + .sort {
  margin-left: 1rem;
}

[dir="ltr"] .tab-pane > :last-child {
  margin-bottom: 0;
}

[dir="ltr"] .nav-pills .nav-link,
[dir="ltr"] .nav-tabs .nav-link {
  color: #b8bdc2;
}

[dir="ltr"] .nav-pills .nav-link:hover,
[dir="ltr"] .nav-tabs .nav-link:hover {
  color: #4f91c9;
}

[dir="ltr"] .nav-tabs-card {
  background: #f5f6f7;
}

[dir="ltr"] .nav-tabs-card .nav-link {
  border-radius: 0;
  color: #b8bdc2;
}

[dir="ltr"] .nav-tabs-card .nav-link.active,
[dir="ltr"] .nav-tabs-card .nav-link:hover {
  border-color: transparent;
  color: inherit;
}

[dir="ltr"] .nav-tabs-links {
  border-bottom: 3px solid #f0f1f2;
}

[dir="ltr"] .nav-tabs-links .nav-item {
  margin-bottom: -3px;
}

[dir="ltr"] .nav-tabs-links .nav-item + .nav-item {
  margin-left: 1rem;
}

[dir="ltr"] .nav-tabs-links .nav-link {
  padding: 0.5rem 0;
  color: rgba(56, 59, 61, 0.5);
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}

[dir="ltr"] .nav-tabs-links .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs-links .nav-link.active {
  color: #383b3d;
  border-color: #4f91c9;
}

[dir="ltr"] .modal-header.bg-primary {
  color: #fff;
}

[dir="ltr"] .page-nav {
  z-index: 0;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  display: block;
  width: 240px;
  padding: 0;
}

@media (max-width: 373.98px) {
  [dir="ltr"] .page-nav {
    order: 1;
    position: relative;
    top: 0;
    max-height: none;
  }
}

[dir="ltr"] .page-nav .page-nav__content {
  margin-left: 21px;
  padding-left: 17px;
}

[dir="ltr"] .page-nav:before {
  position: absolute;
  width: 2px;
  left: 21px;
  top: 0;
  bottom: 0;
  background-color: #f0f1f2;
  content: "";
  z-index: -1;
}

[dir="ltr"] .page-nav .page-nav__menu {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  margin-left: 21px;
}

[dir="ltr"] .page-nav .page-nav__menu a {
  color: rgba(56, 59, 61, 0.7);
  position: relative;
  padding: 0 0 0 17px;
  margin-bottom: 0.5rem;
}

[dir="ltr"] .page-nav .page-nav__menu a:before {
  background-color: #d2d5d9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f5f7fa;
  content: "";
  left: -5px;
  top: 6px;
  position: absolute;
}

[dir="ltr"] .page-nav .page-nav__menu a.active {
  font-weight: 700;
}

[dir="ltr"] .page-nav .page-nav__menu a.active:before {
  background-color: #4f91c9;
  border-color: #fff;
}

@media (min-width: 992px) {
  [dir="ltr"] .hero .h1,
  [dir="ltr"] .hero h1 {
    font-size: 3.998rem;
    font-weight: 700;
    line-height: 1.25;
  }
  [dir="ltr"] .hero .lead,
  [dir="ltr"] .hero__lead {
    font-size: 1.414rem;
    line-height: 1.414;
  }
  [dir="ltr"] .hero .lead:not(:last-child),
  [dir="ltr"] .hero__lead:not(:last-child) {
    margin-bottom: 2rem;
  }
}

[dir="ltr"] .img-fluid {
  max-width: none;
  width: 100%;
}

[dir="ltr"] .sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

[dir="ltr"] .sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s ease-in-out infinite;
  animation: sk-doubleBounce 2s ease-in-out infinite;
}

[dir="ltr"] .sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

[dir="ltr"] .preloader {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  /*background: #00AFEB;*/
  background-image: -webkit-linear-gradient(bottom left, #4f91c9, #00AFEB);
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .preloader .sk-child {
  background-color: #fff;
}

[dir="ltr"] .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
}

[dir="ltr"] .icon-holder[href]:hover {
  text-decoration: none;
}

[dir="ltr"] .icon-holder--small {
  width: 30px;
  height: 30px;
}

[dir="ltr"] .icon-holder--default {
  background-color: #e9ecef;
}

[dir="ltr"] .icon-holder--primary {
  color: #fff;
  background-image: none;
  background-color: #4f91c9;
  border: 1px solid #4f91c9;
}

[dir="ltr"] .icon-holder--primary:hover {
  color: #4f91c9;
  background-image: none;
  background-color: transparent;
  border: 1px solid #4f91c9;
}

[dir="ltr"] .icon-holder--primary:hover:hover {
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .icon-holder--outline-primary {
  color: #4f91c9;
  background-image: none;
  background-color: transparent;
  border: 1px solid #4f91c9;
}

[dir="ltr"] .icon-holder--outline-primary:hover {
  color: #fff;
  background-color: #4f91c9;
  border-color: #4f91c9;
}

[dir="ltr"] .icon-holder--secondary {
  color: #fff;
  background-image: none;
  background-color: #6b757d;
  border: 1px solid #6b757d;
}

[dir="ltr"] .icon-holder--secondary:hover {
  color: #6b757d;
  background-image: none;
  background-color: transparent;
  border: 1px solid #6b757d;
}

[dir="ltr"] .icon-holder--secondary:hover:hover {
  color: #fff;
  background-color: #6b757d;
  border-color: #6b757d;
}

[dir="ltr"] .icon-holder--outline-secondary {
  color: #6b757d;
  background-image: none;
  background-color: transparent;
  border: 1px solid #6b757d;
}

[dir="ltr"] .icon-holder--outline-secondary:hover {
  color: #fff;
  background-color: #6b757d;
  border-color: #6b757d;
}

[dir="ltr"] .icon-holder--success {
  color: #fff;
  background-image: none;
  background-color: #00AFEB;
  border: 1px solid #00AFEB;
}

[dir="ltr"] .icon-holder--success:hover {
  color: #00AFEB;
  background-image: none;
  background-color: transparent;
  border: 1px solid #00AFEB;
}

[dir="ltr"] .icon-holder--success:hover:hover {
  color: #fff;
  background-color: #00AFEB;
  border-color: #00AFEB;
}

[dir="ltr"] .icon-holder--outline-success {
  color: #00AFEB;
  background-image: none;
  background-color: transparent;
  border: 1px solid #00AFEB;
}

[dir="ltr"] .icon-holder--outline-success:hover {
  color: #fff;
  background-color: #00AFEB;
  border-color: #00AFEB;
}

[dir="ltr"] .icon-holder--info {
  color: #fff;
  background-color: #29b6f6;
}

[dir="ltr"] .icon-holder--info,
[dir="ltr"] .icon-holder--info:hover {
  background-image: none;
  border: 1px solid #29b6f6;
}

[dir="ltr"] .icon-holder--info:hover {
  color: #29b6f6;
  background-color: transparent;
}

[dir="ltr"] .icon-holder--info:hover:hover {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

[dir="ltr"] .icon-holder--outline-info {
  color: #29b6f6;
  background-image: none;
  background-color: transparent;
  border: 1px solid #29b6f6;
}

[dir="ltr"] .icon-holder--outline-info:hover {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

[dir="ltr"] .icon-holder--warning {
  color: #fff;
  background-image: none;
  background-color: #ffa726;
  border: 1px solid #ffa726;
}

[dir="ltr"] .icon-holder--warning:hover {
  color: #ffa726;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffa726;
}

[dir="ltr"] .icon-holder--warning:hover:hover {
  color: #fff;
  background-color: #ffa726;
  border-color: #ffa726;
}

[dir="ltr"] .icon-holder--outline-warning {
  color: #ffa726;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffa726;
}

[dir="ltr"] .icon-holder--outline-warning:hover {
  color: #fff;
  background-color: #ffa726;
  border-color: #ffa726;
}

[dir="ltr"] .icon-holder--danger {
  color: #fff;
  background-image: none;
  background-color: #f9476b;
  border: 1px solid #f9476b;
}

[dir="ltr"] .icon-holder--danger:hover {
  color: #f9476b;
  background-image: none;
  background-color: transparent;
  border: 1px solid #f9476b;
}

[dir="ltr"] .icon-holder--danger:hover:hover {
  color: #fff;
  background-color: #f9476b;
  border-color: #f9476b;
}

[dir="ltr"] .icon-holder--outline-danger {
  color: #f9476b;
  background-image: none;
  background-color: transparent;
  border: 1px solid #f9476b;
}

[dir="ltr"] .icon-holder--outline-danger:hover {
  color: #fff;
  background-color: #f9476b;
  border-color: #f9476b;
}

[dir="ltr"] .icon-holder--light {
  color: #fff;
  background-color: #f8f9fa;
}

[dir="ltr"] .icon-holder--light,
[dir="ltr"] .icon-holder--light:hover {
  background-image: none;
  border: 1px solid #f8f9fa;
}

[dir="ltr"] .icon-holder--light:hover {
  color: #f8f9fa;
  background-color: transparent;
}

[dir="ltr"] .icon-holder--light:hover:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir="ltr"] .icon-holder--outline-light {
  color: #f8f9fa;
  background-image: none;
  background-color: transparent;
  border: 1px solid #f8f9fa;
}

[dir="ltr"] .icon-holder--outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir="ltr"] .icon-holder--dark {
  color: #fff;
  background-color: #39444d;
}

[dir="ltr"] .icon-holder--dark,
[dir="ltr"] .icon-holder--dark:hover {
  background-image: none;
  border: 1px solid #39444d;
}

[dir="ltr"] .icon-holder--dark:hover {
  color: #39444d;
  background-color: transparent;
}

[dir="ltr"] .icon-holder--dark:hover:hover {
  color: #fff;
  background-color: #39444d;
  border-color: #39444d;
}

[dir="ltr"] .icon-holder--outline-dark {
  color: #39444d;
  background-image: none;
  background-color: transparent;
  border: 1px solid #39444d;
}

[dir="ltr"] .icon-holder--outline-dark:hover {
  color: #fff;
  background-color: #39444d;
  border-color: #39444d;
}

[dir="ltr"] .icon-holder--outline-muted {
  color: #b8bdc2;
  background-image: none;
  background-color: transparent;
  border: 1px solid #b8bdc2;
}

[dir="ltr"] .icon-holder--outline-muted:hover {
  color: #fff;
  background-color: #b8bdc2;
  border-color: #b8bdc2;
}

[dir="ltr"] .navbar {
  min-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

@media (max-width: 373.98px) {
  [dir="ltr"] .navbar.navbar-expand-xs-md .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%;
  }
  [dir="ltr"]
    .navbar.navbar-expand-xs-md
    .navbar-collapse
    .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 374px) {
  [dir="ltr"] .navbar.navbar-expand-xs-md .nav-item + .nav-item,
  [dir="ltr"] .navbar.navbar-expand-xs-md .navbar-nav + .navbar-nav {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar.navbar-expand-xs-md .dropdown-menu,
  [dir="ltr"] .navbar.navbar-expand-xs-md .dropdown-menu .ps {
    max-height: calc(100vh - 64px - 0.5rem);
  }
}

@media (max-width: 412.98px) {
  [dir="ltr"] .navbar.navbar-expand-xs-plus .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%;
  }
  [dir="ltr"]
    .navbar.navbar-expand-xs-plus
    .navbar-collapse
    .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .navbar.navbar-expand-xs-plus .nav-item + .nav-item,
  [dir="ltr"] .navbar.navbar-expand-xs-plus .navbar-nav + .navbar-nav {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar.navbar-expand-xs-plus .dropdown-menu,
  [dir="ltr"] .navbar.navbar-expand-xs-plus .dropdown-menu .ps {
    max-height: calc(100vh - 64px - 0.5rem);
  }
}

@media (max-width: 575.98px) {
  [dir="ltr"] .navbar.navbar-expand-sm .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%;
  }
  [dir="ltr"]
    .navbar.navbar-expand-sm
    .navbar-collapse
    .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .navbar.navbar-expand-sm .nav-item + .nav-item,
  [dir="ltr"] .navbar.navbar-expand-sm .navbar-nav + .navbar-nav {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar.navbar-expand-sm .dropdown-menu,
  [dir="ltr"] .navbar.navbar-expand-sm .dropdown-menu .ps {
    max-height: calc(100vh - 64px - 0.5rem);
  }
}

@media (max-width: 767.98px) {
  [dir="ltr"] .navbar.navbar-expand-md .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%;
  }
  [dir="ltr"]
    .navbar.navbar-expand-md
    .navbar-collapse
    .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .navbar.navbar-expand-md .nav-item + .nav-item,
  [dir="ltr"] .navbar.navbar-expand-md .navbar-nav + .navbar-nav {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar.navbar-expand-md .dropdown-menu,
  [dir="ltr"] .navbar.navbar-expand-md .dropdown-menu .ps {
    max-height: calc(100vh - 64px - 0.5rem);
  }
}

@media (max-width: 991.98px) {
  [dir="ltr"] .navbar.navbar-expand-lg .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%;
  }
  [dir="ltr"]
    .navbar.navbar-expand-lg
    .navbar-collapse
    .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .navbar.navbar-expand-lg .nav-item + .nav-item,
  [dir="ltr"] .navbar.navbar-expand-lg .navbar-nav + .navbar-nav {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar.navbar-expand-lg .dropdown-menu,
  [dir="ltr"] .navbar.navbar-expand-lg .dropdown-menu .ps {
    max-height: calc(100vh - 64px - 0.5rem);
  }
}

@media (max-width: 1199.98px) {
  [dir="ltr"] .navbar.navbar-expand-xl .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%;
  }
  [dir="ltr"]
    .navbar.navbar-expand-xl
    .navbar-collapse
    .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .navbar.navbar-expand-xl .nav-item + .nav-item,
  [dir="ltr"] .navbar.navbar-expand-xl .navbar-nav + .navbar-nav {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar.navbar-expand-xl .dropdown-menu,
  [dir="ltr"] .navbar.navbar-expand-xl .dropdown-menu .ps {
    max-height: calc(100vh - 64px - 0.5rem);
  }
}

@media (max-width: 1365.98px) {
  [dir="ltr"] .navbar.navbar-expand-xxl .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%;
  }
  [dir="ltr"]
    .navbar.navbar-expand-xxl
    .navbar-collapse
    .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .navbar.navbar-expand-xxl .nav-item + .nav-item,
  [dir="ltr"] .navbar.navbar-expand-xxl .navbar-nav + .navbar-nav {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar.navbar-expand-xxl .dropdown-menu,
  [dir="ltr"] .navbar.navbar-expand-xxl .dropdown-menu .ps {
    max-height: calc(100vh - 64px - 0.5rem);
  }
}

[dir="ltr"] .navbar.navbar-expand .navbar-collapse .nav-link {
  display: flex;
  flex: 1 1 0%;
}

[dir="ltr"]
  .navbar.navbar-expand
  .navbar-collapse
  .navbar-nav:last-child:not(:only-child) {
  margin-bottom: 1rem;
}

[dir="ltr"] .navbar.navbar-expand .nav-item + .nav-item,
[dir="ltr"] .navbar.navbar-expand .navbar-nav + .navbar-nav {
  margin-left: 1rem;
}

[dir="ltr"] .navbar.navbar-expand .dropdown-menu,
[dir="ltr"] .navbar.navbar-expand .dropdown-menu .ps {
  max-height: calc(100vh - 64px - 0.5rem);
}

[dir="ltr"] .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

[dir="ltr"] .navbar-brand .material-icons {
  font-size: 36px;
  margin-right: 0.5rem;
}

[dir="ltr"] .navbar-shadow {
  box-shadow: 0 5px 15px 0 hsla(0, 0%, 89%, 0.5);
}

[dir="ltr"] .mdk-header--shadow:after {
  box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.2);
}

[dir="ltr"] .navbar-height {
  min-height: 64px;
}

[dir="ltr"] .nav-item {
  display: flex;
  align-items: center;
}

[dir="ltr"] .navbar-nav .dropdown-menu {
  position: absolute;
}

[dir="ltr"] .navbar-toggler {
  border-color: transparent !important;
}

[dir="ltr"] .navbar-toggler:not(:last-child) {
  margin-right: 1rem;
}

[dir="ltr"] .navbar .search-form .btn {
  padding: 0 0.5rem;
}

[dir="ltr"] .navbar-nav-stats .nav-item + .nav-item {
  margin-left: 0.5rem !important;
}

[dir="ltr"] .nav-stats {
  line-height: 1;
  height: 36px;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  padding: 4px 12px;
}

[dir="ltr"] .nav-stats small {
  display: block;
  font-size: 0.625rem;
  margin-top: 2px;
}

[dir="ltr"] .nav-item:not(:last-child) .nav-stats {
  margin-right: 5px;
}

@media (min-width: 576px) {
  [dir="ltr"] .fixed-layout .navbar-expand > .container,
  [dir="ltr"] .fixed-layout .navbar-expand > .container-fluid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .navbar-nav.nav-active-underline .nav-link.active:before,
  [dir="ltr"] .navbar-nav.nav-active-underline > .active > .nav-link:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #4f91c9;
    content: " ";
    bottom: 4px;
  }
}

[dir="ltr"] .navbar-nav .nav-link {
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}

[dir="ltr"] .dropdown-notifications .dropdown-menu {
  min-width: 300px;
  padding: 0;
}

[dir="ltr"] .dropdown-notifications .dropdown-menu .list-group-item {
  display: flex;
  flex-direction: column;
}

[dir="ltr"] .dropdown-notifications .dropdown-menu .list-group-item:hover,
[dir="ltr"] .dropdown-notifications .dropdown-menu .unread {
  background: #f9f9f9;
}

[dir="ltr"] .dropdown-notifications .dropdown-menu .unread-indicator {
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
}

[dir="ltr"] .dropdown-notifications .dropdown-toggle {
  display: flex;
}

[dir="ltr"] .dropdown-notifications .badge-notifications {
  position: relative;
  left: -0.5rem;
  display: block;
}

@media (max-width: 373.98px) {
  [dir="ltr"] .navbar-dark.navbar-expand-xs-md .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, 0.9);
  }
}

@media (max-width: 412.98px) {
  [dir="ltr"] .navbar-dark.navbar-expand-xs-plus .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, 0.9);
  }
}

@media (max-width: 575.98px) {
  [dir="ltr"] .navbar-dark.navbar-expand-sm .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, 0.9);
  }
}

@media (max-width: 767.98px) {
  [dir="ltr"] .navbar-dark.navbar-expand-md .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, 0.9);
  }
}

@media (max-width: 991.98px) {
  [dir="ltr"] .navbar-dark.navbar-expand-lg .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, 0.9);
  }
}

@media (max-width: 1199.98px) {
  [dir="ltr"] .navbar-dark.navbar-expand-xl .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, 0.9);
  }
}

@media (max-width: 1365.98px) {
  [dir="ltr"] .navbar-dark.navbar-expand-xxl .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, 0.9);
  }
}

[dir="ltr"] .navbar-dark.navbar-expand .navbar-collapse .nav-item {
  border-top: 1px solid rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .navbar-dark .badge:not([class*="badge-"]) {
  background-color: rgba(38, 45, 51, 0.5);
}

[dir="ltr"] .navbar-dark .search-form {
  background-color: rgba(0, 0, 0, 0.2);
  color: hsla(0, 0%, 100%, 0.5);
  border-color: rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .navbar-dark .search-form .form-control,
[dir="ltr"] .navbar-dark .search-form .form-control::-webkit-input-placeholder {
  color: inherit;
}

[dir="ltr"] .navbar-dark .search-form .form-control,
[dir="ltr"] .navbar-dark .search-form .form-control:-ms-input-placeholder {
  color: inherit;
}

[dir="ltr"] .navbar-dark .search-form .form-control,
[dir="ltr"] .navbar-dark .search-form .form-control::-ms-input-placeholder {
  color: inherit;
}

[dir="ltr"] .navbar-dark .search-form .form-control,
[dir="ltr"] .navbar-dark .search-form .form-control::placeholder {
  color: inherit;
}

[dir="ltr"] .navbar-dark .search-form .btn {
  background-color: transparent;
  color: inherit;
}

[dir="ltr"] .navbar-dark .nav-stats {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

[dir="ltr"] .navbar-dark .nav-stats small {
  opacity: 0.54;
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-brand {
  color: #dfe2e6;
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-brand:focus,
[dir="ltr"] .navbar-dark.bg-dark .navbar-brand:hover {
  color: #cfdbe6;
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-brand .material-icons {
  color: #4f91c9;
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .nav-link {
  color: #8a9299;
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .nav-link:hover {
  color: rgba(207, 219, 230, 0.75);
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark.bg-dark .navbar-nav .show > .nav-link {
  color: #cfdbe6;
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-text,
[dir="ltr"] .navbar-dark.bg-dark .navbar-toggler {
  color: #8a9299;
}

[dir="ltr"] .navbar-dark.bg-dark .navbar-text a,
[dir="ltr"] .navbar-dark.bg-dark .navbar-text a:focus,
[dir="ltr"] .navbar-dark.bg-dark .navbar-text a:hover {
  color: #cfdbe6;
}

[dir="ltr"] .navbar-light {
  color: #949799;
}

[dir="ltr"] .navbar-light .navbar-brand {
  color: rgba(57, 68, 77, 0.84);
}

[dir="ltr"] .navbar-light .navbar-brand .material-icons {
  color: #4f91c9;
}

[dir="ltr"] .navbar-light .search-form {
  background: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

[dir="ltr"] .navbar-light .search-form .btn,
[dir="ltr"] .navbar-light .search-form .form-control {
  color: rgba(0, 0, 0, 0.5);
}

[dir="ltr"] .navbar-light .nav-stats {
  background: rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .sidebar {
  position: relative;
  height: 100%;
  text-align: initial;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[dir="ltr"] .mdk-drawer__content {
  background: transparent;
}

[dir="ltr"] .mdk-drawer__scrim {
  background-color: rgba(56, 59, 61, 0.5);
}

[dir="ltr"] .sidebar .list-group-fit {
  border-top: 1px solid #f0f1f2;
  border-bottom: 1px solid #f0f1f2;
}

[dir="ltr"] .sidebar .list-group-fit .active a,
[dir="ltr"] .sidebar .list-group-fit .active a:hover {
  color: #fff;
}

[dir="ltr"] .sidebar .list-group-fit a {
  color: #383b3d;
}

[dir="ltr"] .sidebar .list-group-fit a:hover {
  text-decoration: none;
  color: #4f91c9;
}

[dir="ltr"] .sidebar-heading {
  margin-bottom: 0.5rem !important;
}

[dir="ltr"] .sidebar-light .badge-default {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

[dir="ltr"] .sidebar-menu-toggle-icon {
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  -webkit-transform: translate(0);
  transform: translate(0);
}

[dir="ltr"] .open > .sidebar-menu-button .sidebar-menu-toggle-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

[dir="ltr"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
  padding-left: 2.25rem;
}

[dir="ltr"] .sidebar-submenu .sidebar-menu-item:last-child {
  margin-bottom: 1rem;
}

[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid rgba(46, 49, 51, 0.1);
}

[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid rgba(46, 49, 51, 0.9);
}

[dir="ltr"] .sidebar-submenu .sidebar-menu-text {
  padding-left: 1.25rem;
  position: relative;
}

[dir="ltr"] .sidebar-submenu .sidebar-menu-text:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #4f91c9;
  display: none;
  left: -4px;
  top: 12px;
  border-radius: 100%;
}

[dir="ltr"] .active > .sidebar-menu-button .sidebar-menu-text:after {
  display: block;
}

@media (max-width: 373.98px) {
  [dir="ltr"] .sidebar-transparent-xs {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

[dir="ltr"] .sidebar-transparent-xs-up {
  background-color: #f5f6f7 !important;
  border-color: transparent !important;
}

@media (max-width: 373.98px) {
  [dir="ltr"] .sidebar-transparent-xs-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 374px) and (max-width: 412.98px) {
  [dir="ltr"] .sidebar-transparent-xs-md {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 374px) {
  [dir="ltr"] .sidebar-transparent-xs-md-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (max-width: 412.98px) {
  [dir="ltr"] .sidebar-transparent-xs-md-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 413px) and (max-width: 575.98px) {
  [dir="ltr"] .sidebar-transparent-xs-plus {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 413px) {
  [dir="ltr"] .sidebar-transparent-xs-plus-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  [dir="ltr"] .sidebar-transparent-xs-plus-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  [dir="ltr"] .sidebar-transparent-sm {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .sidebar-transparent-sm-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  [dir="ltr"] .sidebar-transparent-sm-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  [dir="ltr"] .sidebar-transparent-md {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .sidebar-transparent-md-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  [dir="ltr"] .sidebar-transparent-md-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  [dir="ltr"] .sidebar-transparent-lg {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .sidebar-transparent-lg-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  [dir="ltr"] .sidebar-transparent-lg-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 1200px) and (max-width: 1365.98px) {
  [dir="ltr"] .sidebar-transparent-xl {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .sidebar-transparent-xl-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (max-width: 1365.98px) {
  [dir="ltr"] .sidebar-transparent-xl-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

@media (min-width: 1366px) {
  [dir="ltr"] .sidebar-transparent-xxl,
  [dir="ltr"] .sidebar-transparent-xxl-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important;
  }
}

[dir="ltr"] .sidebar-transparent-xxl-down {
  background-color: #f5f6f7 !important;
  border-color: transparent !important;
}

[dir="ltr"] .custom-checkbox-toggle {
  width: 3rem;
  height: 1.5rem;
  padding-left: 0;
}

[dir="ltr"] .custom-checkbox-toggle .custom-control-label {
  position: relative;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .custom-checkbox-toggle .custom-control-label:after,
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.2s ease;
  border-radius: 1.5rem;
}

[dir="ltr"] .custom-checkbox-toggle .custom-control-label:before {
  width: 100%;
  height: 100%;
  background-color: #e3ebf6;
}

[dir="ltr"] .custom-checkbox-toggle .custom-control-label:after {
  width: 1.5rem;
  height: 100%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background-color: #fff;
}

[dir="ltr"]
  .custom-checkbox-toggle
  .custom-control-input:checked
  ~ .custom-control-label:after {
  right: 0;
  left: 1.5rem;
  background-color: #fff;
}

[dir="ltr"] .flatpickr-input[readonly] {
  background-color: #fff;
}

[dir="ltr"] .flatpickr-wrapper {
  display: block;
}

[dir="ltr"] .flatpickr-hidden-input {
  visibility: hidden;
  height: 0;
}

[dir="ltr"] .chart {
  position: relative;
  height: 300px;
}

[dir="ltr"] .chart-legend {
  display: flex;
  margin-top: 2.5rem;
  white-space: nowrap;
  justify-content: center;
}

[dir="ltr"] .chart-legend-item {
  display: flex;
  align-items: center;
  justify-content: start;
}

[dir="ltr"]
  .chart-legend:not(.chart-legend--vertical)
  .chart-legend-item
  + .chart-legend-item {
  margin-left: 1rem;
}

[dir="ltr"] .chart-legend--vertical {
  flex-direction: column;
}

[dir="ltr"] .chart-legend-indicator {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 1rem;
  border-radius: 50%;
}

[dir="ltr"] #chart-tooltip {
  z-index: 0;
  pointer-events: none;
}

[dir="ltr"] #chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-0.5rem);
  transform: translateX(-50%) translateX(-0.5rem);
}

[dir="ltr"] .popover-header {
  border-bottom: 0;
}

[dir="ltr"] .popover-body-label,
[dir="ltr"] .popover-body-value {
  margin-left: 0.25rem;
}

[dir="ltr"] .popover-body-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

[dir="ltr"] .avatar {
  font-size: 1rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 0;
}

[dir="ltr"] .avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

[dir="ltr"] .avatar-offline:after,
[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online:after,
[dir="ltr"] .avatar-online:before {
  position: absolute;
  right: 1%;
  bottom: 1%;
  width: 30%;
  height: 30%;
  content: "";
  border-radius: 50%;
  justify-content: center;
  display: flex;
  font-size: inherit;
  align-items: center;
  color: #4f91c9;
}

[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online:before {
  width: 34%;
  height: 34%;
  right: -1%;
  bottom: -1%;
  background-color: #fff;
}

[dir="ltr"] .avatar-online:after {
  /*background-color: #111*/
  background-image: linear-gradient(115deg, #a79756, #faf8c5, #a79756);
}
[dir="ltr"] .avatar-offline:after,
[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online-tutor:after,
[dir="ltr"] .avatar-online-tutor:before {
  position: absolute;
  right: 1%;
  bottom: 1%;
  width: 30%;
  height: 30%;
  content: "";
  border-radius: 50%;
  justify-content: center;
  display: flex;
  font-size: inherit;
  align-items: center;
  color: #4f91c9;
}

[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online-tutor:before {
  width: 34%;
  height: 34%;
  right: -1%;
  bottom: -1%;
  background-color: #fff;
}

[dir="ltr"] .avatar-online-tutor:after {
  /*background-color: #111*/
  background: radial-gradient(#f2b9a1, #ea6264);
}
[dir="ltr"] .avatar-offline:after,
[dir="ltr"] .avatar-title {
  background-color: #818a91;
}

[dir="ltr"] .avatar-title {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .avatar-xl,
[dir="ltr"] .avatar-xxl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem;
}

[dir="ltr"] .avatar-lg {
  font-size: 1.33333rem;
  width: 4rem;
  height: 4rem;
}

[dir="ltr"] .avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}

[dir="ltr"] .avatar-xs {
  font-size: 0.54167rem;
  width: 1.625rem;
  height: 1.625rem;
}

@media (min-width: 768px) {
  [dir="ltr"] .avatar-xxl {
    font-size: 2.66667rem;
    width: 8rem;
    height: 8rem;
  }
}

[dir="ltr"] .avatar.avatar-4by3 {
  width: 4rem;
}

[dir="ltr"] .avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}

[dir="ltr"] .avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}

[dir="ltr"] .avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}

[dir="ltr"] .avatar-group {
  display: inline-flex;
}

[dir="ltr"] .avatar-group .avatar:hover {
  z-index: 1;
}

[dir="ltr"] .avatar-group .avatar-img,
[dir="ltr"] .avatar-group .avatar-title {
  border: 2px solid #fff;
}

[dir="ltr"] .avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

[dir="ltr"] .avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

[dir="ltr"] .avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

[dir="ltr"] .avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

[dir="ltr"] .avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}

[dir="ltr"] .avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

[dir="ltr"] .avatar-list > .avatar,
[dir="ltr"] .avatar-list > .avatar-group {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}

[dir="ltr"] .is-loading {
  position: relative;
  color: transparent !important;
}

[dir="ltr"] .is-loading:after,
[dir="ltr"] .loader {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: is-loading 1s linear infinite;
  animation: is-loading 1s linear infinite;
  border: 3px solid #383b3d;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

[dir="ltr"] .is-loading-sm:after,
[dir="ltr"] .loader-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

[dir="ltr"] .is-loading-lg:after,
[dir="ltr"] .loader-lg {
  width: 2rem;
  height: 2rem;
  border-width: 5px;
}

[dir="ltr"] .is-loading > * {
  opacity: 0 !important;
}

[dir="ltr"] .is-loading:after {
  position: absolute;
  top: calc(50% - 0.75rem);
  left: calc(50% - 0.75rem);
  content: "";
}

[dir="ltr"] .is-loading-sm:after {
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
}

[dir="ltr"] .is-loading-lg:after {
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
}

[dir="ltr"] .btn-outline-primary.is-loading:after,
[dir="ltr"] .is-loading-primary:after,
[dir="ltr"] .loader-primary {
  border-color: #4f91c9 #4f91c9 transparent;
}

[dir="ltr"] .btn-primary.is-loading:after {
  border-color: #fff #fff transparent;
}

[dir="ltr"] .btn-outline-secondary.is-loading:after,
[dir="ltr"] .is-loading-secondary:after,
[dir="ltr"] .loader-secondary {
  border-color: #6b757d #6b757d transparent;
}

[dir="ltr"] .btn-secondary.is-loading:after {
  border-color: #fff #fff transparent;
}

[dir="ltr"] .btn-outline-success.is-loading:after,
[dir="ltr"] .is-loading-success:after,
[dir="ltr"] .loader-success {
  border-color: #00AFEB #00AFEB transparent;
}

[dir="ltr"] .btn-success.is-loading:after {
  border-color: #212529 #212529 transparent;
}

[dir="ltr"] .btn-outline-info.is-loading:after,
[dir="ltr"] .is-loading-info:after,
[dir="ltr"] .loader-info {
  border-color: #29b6f6 #29b6f6 transparent;
}

[dir="ltr"] .btn-info.is-loading:after {
  border-color: #fff #fff transparent;
}

[dir="ltr"] .btn-outline-warning.is-loading:after,
[dir="ltr"] .is-loading-warning:after,
[dir="ltr"] .loader-warning {
  border-color: #ffa726 #ffa726 transparent;
}

[dir="ltr"] .btn-warning.is-loading:after {
  border-color: #212529 #212529 transparent;
}

[dir="ltr"] .btn-outline-danger.is-loading:after,
[dir="ltr"] .is-loading-danger:after,
[dir="ltr"] .loader-danger {
  border-color: #f9476b #f9476b transparent;
}

[dir="ltr"] .btn-danger.is-loading:after {
  border-color: #fff #fff transparent;
}

[dir="ltr"] .btn-outline-light.is-loading:after,
[dir="ltr"] .is-loading-light:after,
[dir="ltr"] .loader-light {
  border-color: #f8f9fa #f8f9fa transparent;
}

[dir="ltr"] .btn-light.is-loading:after {
  border-color: #212529 #212529 transparent;
}

[dir="ltr"] .btn-outline-dark.is-loading:after,
[dir="ltr"] .is-loading-dark:after,
[dir="ltr"] .loader-dark {
  border-color: #39444d #39444d transparent;
}

[dir="ltr"] .btn-dark.is-loading:after {
  border-color: #fff #fff transparent;
}

@-webkit-keyframes is-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes is-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

[dir="ltr"] .loader-list {
  display: flex;
  align-items: center;
}

[dir="ltr"] .loader-list > .loader {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}

[dir="ltr"] code.highlight {
  color: #fff;
}

[dir="ltr"] code.django .hljs-template-tag {
  color: #ffa726;
}

[dir="ltr"] .rating {
  line-height: 1;
}

[dir="ltr"] .rating .material-icons {
  color: #ffa726;
  font-size: 18px;
}

[dir="ltr"] .page-separator {
  position: relative;
  color: #b8bdc2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  margin: 1rem 0;
}

[dir="ltr"] .page-separator:before {
  content: "";
  height: 1px;
  background-color: #f0f1f2;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}

[dir="ltr"] .page-separator__text {
  display: inline-flex;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(56, 59, 61, 0.5);
  line-height: 0.9375rem;
  font-weight: 700;
  background-color: #fff;
  max-width: 90%;
}

[dir="ltr"] .page-separator__text:hover {
  text-decoration: none;
}

[dir="ltr"] .app-messages {
  overflow: hidden;
}

[dir="ltr"] .app-messages .mdk-drawer-layout,
[dir="ltr"] .app-messages .mdk-drawer-layout__content,
[dir="ltr"] .app-messages .mdk-header-layout,
[dir="ltr"] .app-messages .mdk-header-layout__content {
  height: 100%;
}

[dir="ltr"] .app-messages .page {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
}

[dir="ltr"] .app-messages__container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

[dir="ltr"] #messages-drawer .mdk-drawer__content,
[dir="ltr"] #messages-drawer[data-persistent] {
  width: 280px;
}

[dir="ltr"] .message__aside {
  margin-right: 1rem;
}
/*
[dir=ltr] .message:nth-child(2n) .message__aside {
  order: 1;
  margin-right: 0;
  margin-left: 1rem
}

[dir=ltr] .message:nth-child(2n) .message__body {
  margin-left: auto
}
*/
[dir="ltr"] .messages-toggle {
  position: absolute;
  right: -1px;
  top: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .forum-thread .media {
  overflow: visible;
}

[dir="ltr"] .forum-icon-wrapper {
  position: relative;
}

[dir="ltr"] .forum-thread-icon {
  width: 50px;
  height: 50px;
  color: #b8bdc2;
  border: 1px solid #f0f1f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .forum-thread-icon:hover {
  text-decoration: none;
}

[dir="ltr"] .forum-thread-user {
  position: absolute;
  right: 0;
  bottom: -5px;
}

[dir="ltr"] .forum-thread-user img {
  border: 1px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .forum-thread-user:hover img {
  opacity: 0.7;
}

/* ----Edit----- */
.teacher-hover-action:hover {
  text-decoration: none !important;
}

.teacher-hover-action:hover {
  opacity: 0.9;
}

/* ------ Teacher list page -------*/
.teacher-left {
  position: relative;
}

.teacher-list {
  /* transition: all 0.4s ease 0s; */
}

.teacher-list:hover {
  opacity: 0.8;
  /* transform: scale(1.05, 1.05); */
}

#accordion {
  position: sticky;
  top: 64px;
  z-index: 4;
  background-color: #f5f6f7;
  padding: 15px 0px 10px;
  margin-bottom: 15px;
}

#teacher-filter-sm #apply-sm {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
}

.teacher-left .teacher-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.teacher-list .sns-icon object {
  z-index: 1;
}

#filter_sm_nav {
  width: 100%;
  position: sticky;
  top: 64px;
  background: rgb(255, 255, 255);
  z-index: 2;
  padding: 5px 0;
  margin: 0 !important;
}

.btn-outline-secondary:active {
  background: gray;
}

/* ------ Teacher Profile page -------*/
#teacher-profile .teacher-right {
  height: 500px;
}

#teacher-profile .teacher-right {
  width: 100%;
  position: sticky;
  top: 50px;
  margin-bottom:165px;
}

.price-tag {
  position: absolute;
  right: 20px;
  top: 0;
}

.lesson-card:hover {
  border: 1px solid rgba(49, 179, 147, 0.5);
  background: rgba(49, 179, 147, 0.1);
}

.lesson-card:focus {
  border: 1px solid rgba(49, 179, 147, 0.7);
  background: rgba(49, 179, 147, 0.3);
  outline: 0;
  box-shadow: none !important;
}

.book_teacher_sm.card {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.book_next__btn.card {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2;
  margin: 0;
}

tr.schedule-list:hover {
  background-color: #f5f5f5;
}
