@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  /*!
   * Bootstrap v4.0.0 (https://getbootstrap.com)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
body :root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:868px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
body *, body :after, body :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  body {
    width: device-width;
  }
}
body article, body aside, body dialog, body figcaption, body figure, body footer, body header, body hgroup, body main, body nav, body section {
  display: block;
}
body body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
body [tabindex="-1"]:focus {
  outline: 0 !important;
}
body hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body abbr[data-original-title], body abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
body address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
body dl, body ol, body ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
body ol ol, body ol ul, body ul ol, body ul ul {
  margin-bottom: 0;
}
body dt {
  font-weight: 700;
}
body dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
body blockquote {
  margin: 0 0 1rem;
}
body dfn {
  font-style: italic;
}
body b, body strong {
  font-weight: bolder;
}
body small {
  font-size: 80%;
}
body sub, body sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
body sub {
  bottom: -0.25em;
}
body sup {
  top: -0.5em;
}
body a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
body a:hover {
  color: #0056b3;
  text-decoration: underline;
}
body a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
body a:not([href]):not([tabindex]):focus, body a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
body a:not([href]):not([tabindex]):focus {
  outline: 0;
}
body code, body kbd, body pre, body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
body pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
body figure {
  margin: 0 0 1rem;
}
body img {
  vertical-align: middle;
  border-style: none;
}
body svg:not(:root) {
  overflow: hidden;
}
body table {
  border-collapse: collapse;
}
body caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
body th {
  text-align: inherit;
}
body label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
body button {
  border-radius: 0;
}
body button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
body button, body input, body optgroup, body select, body textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
body button, body input {
  overflow: visible;
}
body button, body select {
  text-transform: none;
}
body [type=reset], body [type=submit], body button, body html [type=button] {
  -webkit-appearance: button;
}
body [type=button]::-moz-focus-inner, body [type=reset]::-moz-focus-inner, body [type=submit]::-moz-focus-inner, body button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
body input[type=checkbox], body input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
body input[type=date], body input[type=datetime-local], body input[type=month], body input[type=time] {
  -webkit-appearance: listbox;
}
body textarea {
  overflow: auto;
  resize: vertical;
}
body fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
body 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;
}
body progress {
  vertical-align: baseline;
}
body [type=number]::-webkit-inner-spin-button, body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
body [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
body [type=search]::-webkit-search-cancel-button, body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
body output {
  display: inline-block;
}
body summary {
  display: list-item;
  cursor: pointer;
}
body template {
  display: none;
}
body [hidden] {
  display: none !important;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
body .h1, body h1 {
  font-size: 2.5rem;
}
body .h2, body h2 {
  font-size: 2rem;
}
body .h3, body h3 {
  font-size: 1.75rem;
}
body .h4, body h4 {
  font-size: 1.5rem;
}
body .h5, body h5 {
  font-size: 1.25rem;
}
body .h6, body h6 {
  font-size: 1rem;
}
body .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
body .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
body .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
body .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
body .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .small, body small {
  font-size: 80%;
  font-weight: 400;
}
body .mark, body mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
body .list-unstyled {
  padding-left: 0;
  list-style: none;
}
body .list-inline {
  padding-left: 0;
  list-style: none;
}
body .list-inline-item {
  display: inline-block;
}
body .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
body .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
body .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
body .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
body .blockquote-footer:before {
  content: "— ";
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
body .figure {
  display: inline-block;
}
body .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
body .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
body code, body kbd, body pre, body samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
body a > code {
  color: inherit;
}
body kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
body kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
body pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
body pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
body .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
body .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 868px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}
body .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
body .no-gutters > .col, body .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
body .col, body .col-1, body .col-10, body .col-11, body .col-12, body .col-2, body .col-3, body .col-4, body .col-5, body .col-6, body .col-7, body .col-8, body .col-9, body .col-auto, body .col-lg, body .col-lg-1, body .col-lg-10, body .col-lg-11, body .col-lg-12, body .col-lg-2, body .col-lg-3, body .col-lg-4, body .col-lg-5, body .col-lg-6, body .col-lg-7, body .col-lg-8, body .col-lg-9, body .col-lg-auto, body .col-md, body .col-md-1, body .col-md-10, body .col-md-11, body .col-md-12, body .col-md-2, body .col-md-3, body .col-md-4, body .col-md-5, body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9, body .col-md-auto, body .col-sm, body .col-sm-1, body .col-sm-10, body .col-sm-11, body .col-sm-12, body .col-sm-2, body .col-sm-3, body .col-sm-4, body .col-sm-5, body .col-sm-6, body .col-sm-7, body .col-sm-8, body .col-sm-9, body .col-sm-auto, body .col-xl, body .col-xl-1, body .col-xl-10, body .col-xl-11, body .col-xl-12, body .col-xl-2, body .col-xl-3, body .col-xl-4, body .col-xl-5, body .col-xl-6, body .col-xl-7, body .col-xl-8, body .col-xl-9, body .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
body .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
body .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
body .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
body .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
body .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
body .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
body .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
body .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
body .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
body .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
body .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
body .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
body .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
body .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
body .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
body .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
body .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
body .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
body .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
body .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
body .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
body .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
body .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
body .offset-1 {
  margin-left: 8.3333333333%;
}
body .offset-2 {
  margin-left: 16.6666666667%;
}
body .offset-3 {
  margin-left: 25%;
}
body .offset-4 {
  margin-left: 33.3333333333%;
}
body .offset-5 {
  margin-left: 41.6666666667%;
}
body .offset-6 {
  margin-left: 50%;
}
body .offset-7 {
  margin-left: 58.3333333333%;
}
body .offset-8 {
  margin-left: 66.6666666667%;
}
body .offset-9 {
  margin-left: 75%;
}
body .offset-10 {
  margin-left: 83.3333333333%;
}
body .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  body .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body .offset-sm-0 {
    margin-left: 0;
  }
  body .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  body .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  body .offset-sm-3 {
    margin-left: 25%;
  }
  body .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  body .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  body .offset-sm-6 {
    margin-left: 50%;
  }
  body .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  body .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  body .offset-sm-9 {
    margin-left: 75%;
  }
  body .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  body .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 868px) {
  body .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body .offset-md-0 {
    margin-left: 0;
  }
  body .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  body .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  body .offset-md-3 {
    margin-left: 25%;
  }
  body .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  body .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  body .offset-md-6 {
    margin-left: 50%;
  }
  body .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  body .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  body .offset-md-9 {
    margin-left: 75%;
  }
  body .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  body .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  body .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body .offset-lg-0 {
    margin-left: 0;
  }
  body .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  body .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  body .offset-lg-3 {
    margin-left: 25%;
  }
  body .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  body .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  body .offset-lg-6 {
    margin-left: 50%;
  }
  body .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  body .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  body .offset-lg-9 {
    margin-left: 75%;
  }
  body .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  body .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  body .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body .offset-xl-0 {
    margin-left: 0;
  }
  body .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  body .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  body .offset-xl-3 {
    margin-left: 25%;
  }
  body .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  body .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  body .offset-xl-6 {
    margin-left: 50%;
  }
  body .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  body .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  body .offset-xl-9 {
    margin-left: 75%;
  }
  body .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  body .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
body .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
body .table td, body .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
body .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
body .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
body .table .table {
  background-color: #fff;
}
body .table-sm td, body .table-sm th {
  padding: 0.3rem;
}
body .table-bordered {
  border: 1px solid #dee2e6;
}
body .table-bordered td, body .table-bordered th {
  border: 1px solid #dee2e6;
}
body .table-bordered thead td, body .table-bordered thead th {
  border-bottom-width: 2px;
}
body .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
body .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
body .table-primary, body .table-primary > td, body .table-primary > th {
  background-color: #b8daff;
}
body .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
body .table-hover .table-primary:hover > td, body .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
body .table-secondary, body .table-secondary > td, body .table-secondary > th {
  background-color: #d6d8db;
}
body .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
body .table-hover .table-secondary:hover > td, body .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
body .table-success, body .table-success > td, body .table-success > th {
  background-color: #c3e6cb;
}
body .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
body .table-hover .table-success:hover > td, body .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
body .table-info, body .table-info > td, body .table-info > th {
  background-color: #bee5eb;
}
body .table-hover .table-info:hover {
  background-color: #abdde5;
}
body .table-hover .table-info:hover > td, body .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
body .table-warning, body .table-warning > td, body .table-warning > th {
  background-color: #ffeeba;
}
body .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
body .table-hover .table-warning:hover > td, body .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
body .table-danger, body .table-danger > td, body .table-danger > th {
  background-color: #f5c6cb;
}
body .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
body .table-hover .table-danger:hover > td, body .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
body .table-light, body .table-light > td, body .table-light > th {
  background-color: #fdfdfe;
}
body .table-hover .table-light:hover {
  background-color: #ececf6;
}
body .table-hover .table-light:hover > td, body .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
body .table-dark, body .table-dark > td, body .table-dark > th {
  background-color: #c6c8ca;
}
body .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
body .table-hover .table-dark:hover > td, body .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
body .table-active, body .table-active > td, body .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
body .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
body .table-hover .table-active:hover > td, body .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
body .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
body .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
body .table-dark {
  color: #fff;
  background-color: #212529;
}
body .table-dark td, body .table-dark th, body .table-dark thead th {
  border-color: #32383e;
}
body .table-dark.table-bordered {
  border: 0;
}
body .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
body .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  body .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 867.98px) {
  body .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  body .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  body .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
body .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body .table-responsive > .table-bordered {
  border: 0;
}
body .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
body .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
body .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
body .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
body .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
body .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
body .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
body .form-control:disabled, body .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
body select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
body select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
body .form-control-file, body .form-control-range {
  display: block;
  width: 100%;
}
body .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
body .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
body .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
body .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
body .form-control-plaintext.form-control-lg, body .form-control-plaintext.form-control-sm, body .input-group-lg > .form-control-plaintext.form-control, body .input-group-lg > .input-group-append > .form-control-plaintext.btn, body .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, body .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, body .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, body .input-group-sm > .form-control-plaintext.form-control, body .input-group-sm > .input-group-append > .form-control-plaintext.btn, body .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, body .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, body .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}
body .form-control-sm, body .input-group-sm > .form-control, body .input-group-sm > .input-group-append > .btn, body .input-group-sm > .input-group-append > .input-group-text, body .input-group-sm > .input-group-prepend > .btn, body .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
body .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), body .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), body .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), body .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), body .input-group-sm > select.form-control:not([size]):not([multiple]), body select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
body .form-control-lg, body .input-group-lg > .form-control, body .input-group-lg > .input-group-append > .btn, body .input-group-lg > .input-group-append > .input-group-text, body .input-group-lg > .input-group-prepend > .btn, body .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
body .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), body .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), body .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), body .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), body .input-group-lg > select.form-control:not([size]):not([multiple]), body select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
body .form-group {
  margin-bottom: 1rem;
}
body .form-text {
  display: block;
  margin-top: 0.25rem;
}
body .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
body .form-row > .col, body .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
body .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
body .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
body .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
body .form-check-label {
  margin-bottom: 0;
}
body .form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
body .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
body .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
body .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
body .custom-select.is-valid, body .form-control.is-valid, body .was-validated .custom-select:valid, body .was-validated .form-control:valid {
  border-color: #28a745;
}
body .custom-select.is-valid:focus, body .form-control.is-valid:focus, body .was-validated .custom-select:valid:focus, body .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
body .custom-select.is-valid ~ .valid-feedback, body .custom-select.is-valid ~ .valid-tooltip, body .form-control.is-valid ~ .valid-feedback, body .form-control.is-valid ~ .valid-tooltip, body .was-validated .custom-select:valid ~ .valid-feedback, body .was-validated .custom-select:valid ~ .valid-tooltip, body .was-validated .form-control:valid ~ .valid-feedback, body .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
body .form-check-input.is-valid ~ .form-check-label, body .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
body .form-check-input.is-valid ~ .valid-feedback, body .form-check-input.is-valid ~ .valid-tooltip, body .was-validated .form-check-input:valid ~ .valid-feedback, body .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
body .custom-control-input.is-valid ~ .custom-control-label, body .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
body .custom-control-input.is-valid ~ .custom-control-label:before, body .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}
body .custom-control-input.is-valid ~ .valid-feedback, body .custom-control-input.is-valid ~ .valid-tooltip, body .was-validated .custom-control-input:valid ~ .valid-feedback, body .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
body .custom-control-input.is-valid:checked ~ .custom-control-label:before, body .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
}
body .custom-control-input.is-valid:focus ~ .custom-control-label:before, body .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
body .custom-file-input.is-valid ~ .custom-file-label, body .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
body .custom-file-input.is-valid ~ .custom-file-label:before, body .was-validated .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit;
}
body .custom-file-input.is-valid ~ .valid-feedback, body .custom-file-input.is-valid ~ .valid-tooltip, body .was-validated .custom-file-input:valid ~ .valid-feedback, body .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
body .custom-file-input.is-valid:focus ~ .custom-file-label, body .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
body .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
body .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
body .custom-select.is-invalid, body .form-control.is-invalid, body .was-validated .custom-select:invalid, body .was-validated .form-control:invalid {
  border-color: #dc3545;
}
body .custom-select.is-invalid:focus, body .form-control.is-invalid:focus, body .was-validated .custom-select:invalid:focus, body .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
body .custom-select.is-invalid ~ .invalid-feedback, body .custom-select.is-invalid ~ .invalid-tooltip, body .form-control.is-invalid ~ .invalid-feedback, body .form-control.is-invalid ~ .invalid-tooltip, body .was-validated .custom-select:invalid ~ .invalid-feedback, body .was-validated .custom-select:invalid ~ .invalid-tooltip, body .was-validated .form-control:invalid ~ .invalid-feedback, body .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
body .form-check-input.is-invalid ~ .form-check-label, body .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
body .form-check-input.is-invalid ~ .invalid-feedback, body .form-check-input.is-invalid ~ .invalid-tooltip, body .was-validated .form-check-input:invalid ~ .invalid-feedback, body .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
body .custom-control-input.is-invalid ~ .custom-control-label, body .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
body .custom-control-input.is-invalid ~ .custom-control-label:before, body .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
body .custom-control-input.is-invalid ~ .invalid-feedback, body .custom-control-input.is-invalid ~ .invalid-tooltip, body .was-validated .custom-control-input:invalid ~ .invalid-feedback, body .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
body .custom-control-input.is-invalid:checked ~ .custom-control-label:before, body .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
}
body .custom-control-input.is-invalid:focus ~ .custom-control-label:before, body .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
body .custom-file-input.is-invalid ~ .custom-file-label, body .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
body .custom-file-input.is-invalid ~ .custom-file-label:before, body .was-validated .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit;
}
body .custom-file-input.is-invalid ~ .invalid-feedback, body .custom-file-input.is-invalid ~ .invalid-tooltip, body .was-validated .custom-file-input:invalid ~ .invalid-feedback, body .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
body .custom-file-input.is-invalid:focus ~ .custom-file-label, body .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
body .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  body .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  body .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  body .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  body .form-inline .form-control-plaintext {
    display: inline-block;
  }
  body .form-inline .input-group {
    width: auto;
  }
  body .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  body .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  body .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
body .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
body .btn:focus, body .btn:hover {
  text-decoration: none;
}
body .btn.focus, body .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body .btn.disabled, body .btn:disabled {
  opacity: 0.65;
}
body .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .btn:not(:disabled):not(.disabled).active, body .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
body a.btn.disabled, body fieldset:disabled a.btn {
  pointer-events: none;
}
body .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
body .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
body .btn-primary.focus, body .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
body .btn-primary.disabled, body .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
body .btn-primary:not(:disabled):not(.disabled).active, body .btn-primary:not(:disabled):not(.disabled):active, body .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
body .btn-primary:not(:disabled):not(.disabled).active:focus, body .btn-primary:not(:disabled):not(.disabled):active:focus, body .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
body .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
body .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
body .btn-secondary.focus, body .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
body .btn-secondary.disabled, body .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
body .btn-secondary:not(:disabled):not(.disabled).active, body .btn-secondary:not(:disabled):not(.disabled):active, body .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
body .btn-secondary:not(:disabled):not(.disabled).active:focus, body .btn-secondary:not(:disabled):not(.disabled):active:focus, body .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
body .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
body .btn-success.focus, body .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
body .btn-success.disabled, body .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-success:not(:disabled):not(.disabled).active, body .btn-success:not(:disabled):not(.disabled):active, body .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
body .btn-success:not(:disabled):not(.disabled).active:focus, body .btn-success:not(:disabled):not(.disabled):active:focus, body .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
body .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
body .btn-info.focus, body .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
body .btn-info.disabled, body .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-info:not(:disabled):not(.disabled).active, body .btn-info:not(:disabled):not(.disabled):active, body .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
body .btn-info:not(:disabled):not(.disabled).active:focus, body .btn-info:not(:disabled):not(.disabled):active:focus, body .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
body .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
body .btn-warning.focus, body .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
body .btn-warning.disabled, body .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning:not(:disabled):not(.disabled).active, body .btn-warning:not(:disabled):not(.disabled):active, body .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
body .btn-warning:not(:disabled):not(.disabled).active:focus, body .btn-warning:not(:disabled):not(.disabled):active:focus, body .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
body .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
body .btn-danger.focus, body .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
body .btn-danger.disabled, body .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-danger:not(:disabled):not(.disabled).active, body .btn-danger:not(:disabled):not(.disabled):active, body .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
body .btn-danger:not(:disabled):not(.disabled).active:focus, body .btn-danger:not(:disabled):not(.disabled):active:focus, body .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
body .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
body .btn-light.focus, body .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
body .btn-light.disabled, body .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light:not(:disabled):not(.disabled).active, body .btn-light:not(:disabled):not(.disabled):active, body .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
body .btn-light:not(:disabled):not(.disabled).active:focus, body .btn-light:not(:disabled):not(.disabled):active:focus, body .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
body .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
body .btn-dark.focus, body .btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
body .btn-dark.disabled, body .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark:not(:disabled):not(.disabled).active, body .btn-dark:not(:disabled):not(.disabled):active, body .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .btn-dark:not(:disabled):not(.disabled).active:focus, body .btn-dark:not(:disabled):not(.disabled):active:focus, body .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
body .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
body .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
body .btn-outline-primary.focus, body .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
body .btn-outline-primary.disabled, body .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
body .btn-outline-primary:not(:disabled):not(.disabled).active, body .btn-outline-primary:not(:disabled):not(.disabled):active, body .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
body .btn-outline-primary:not(:disabled):not(.disabled).active:focus, body .btn-outline-primary:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
body .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
body .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
body .btn-outline-secondary.focus, body .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
body .btn-outline-secondary.disabled, body .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
body .btn-outline-secondary:not(:disabled):not(.disabled).active, body .btn-outline-secondary:not(:disabled):not(.disabled):active, body .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
body .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, body .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
body .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
body .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-outline-success.focus, body .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
body .btn-outline-success.disabled, body .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
body .btn-outline-success:not(:disabled):not(.disabled).active, body .btn-outline-success:not(:disabled):not(.disabled):active, body .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-outline-success:not(:disabled):not(.disabled).active:focus, body .btn-outline-success:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
body .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
body .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-outline-info.focus, body .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
body .btn-outline-info.disabled, body .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
body .btn-outline-info:not(:disabled):not(.disabled).active, body .btn-outline-info:not(:disabled):not(.disabled):active, body .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-outline-info:not(:disabled):not(.disabled).active:focus, body .btn-outline-info:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
body .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
body .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-outline-warning.focus, body .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
body .btn-outline-warning.disabled, body .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
body .btn-outline-warning:not(:disabled):not(.disabled).active, body .btn-outline-warning:not(:disabled):not(.disabled):active, body .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-outline-warning:not(:disabled):not(.disabled).active:focus, body .btn-outline-warning:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
body .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
body .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-outline-danger.focus, body .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
body .btn-outline-danger.disabled, body .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
body .btn-outline-danger:not(:disabled):not(.disabled).active, body .btn-outline-danger:not(:disabled):not(.disabled):active, body .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-outline-danger:not(:disabled):not(.disabled).active:focus, body .btn-outline-danger:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
body .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
body .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-outline-light.focus, body .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
body .btn-outline-light.disabled, body .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
body .btn-outline-light:not(:disabled):not(.disabled).active, body .btn-outline-light:not(:disabled):not(.disabled):active, body .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-outline-light:not(:disabled):not(.disabled).active:focus, body .btn-outline-light:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
body .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
body .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-outline-dark.focus, body .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
body .btn-outline-dark.disabled, body .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
body .btn-outline-dark:not(:disabled):not(.disabled).active, body .btn-outline-dark:not(:disabled):not(.disabled):active, body .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-outline-dark:not(:disabled):not(.disabled).active:focus, body .btn-outline-dark:not(:disabled):not(.disabled):active:focus, body .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
body .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
body .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
body .btn-link.focus, body .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .btn-link.disabled, body .btn-link:disabled {
  color: #6c757d;
}
body .btn-group-lg > .btn, body .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
body .btn-group-sm > .btn, body .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
body .btn-block {
  display: block;
  width: 100%;
}
body .btn-block + .btn-block {
  margin-top: 0.5rem;
}
body input[type=button].btn-block, body input[type=reset].btn-block, body input[type=submit].btn-block {
  width: 100%;
}
body .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
body .fade.show {
  opacity: 1;
}
body .collapse {
  display: none;
}
body .collapse.show {
  display: block;
}
body tr.collapse.show {
  display: table-row;
}
body tbody.collapse.show {
  display: table-row-group;
}
body .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
body .dropdown, body .dropup {
  position: relative;
}
body .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
body .dropdown-toggle:empty:after {
  margin-left: 0;
}
body .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
body .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
body .dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
body .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
body .dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
body .dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
body .dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
body .dropright .dropdown-toggle:after {
  vertical-align: 0;
}
body .dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
body .dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
body .dropleft .dropdown-toggle:after {
  display: none;
}
body .dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
body .dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
body .dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
body .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
body .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body .dropdown-item:focus, body .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
body .dropdown-item.active, body .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
body .dropdown-item.disabled, body .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
body .dropdown-menu.show {
  display: block;
}
body .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
body .btn-group, body .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
body .btn-group-vertical > .btn, body .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
body .btn-group-vertical > .btn:hover, body .btn-group > .btn:hover {
  z-index: 1;
}
body .btn-group-vertical > .btn.active, body .btn-group-vertical > .btn:active, body .btn-group-vertical > .btn:focus, body .btn-group > .btn.active, body .btn-group > .btn:active, body .btn-group > .btn:focus {
  z-index: 1;
}
body .btn-group .btn + .btn, body .btn-group .btn + .btn-group, body .btn-group .btn-group + .btn, body .btn-group .btn-group + .btn-group, body .btn-group-vertical .btn + .btn, body .btn-group-vertical .btn + .btn-group, body .btn-group-vertical .btn-group + .btn, body .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
body .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body .btn-toolbar .input-group {
  width: auto;
}
body .btn-group > .btn:first-child {
  margin-left: 0;
}
body .btn-group > .btn-group:not(:last-child) > .btn, body .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .btn-group > .btn-group:not(:first-child) > .btn, body .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
body .dropdown-toggle-split:after {
  margin-left: 0;
}
body .btn-group-sm > .btn + .dropdown-toggle-split, body .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
body .btn-group-lg > .btn + .dropdown-toggle-split, body .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
body .btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .btn-group-vertical .btn, body .btn-group-vertical .btn-group {
  width: 100%;
}
body .btn-group-vertical > .btn + .btn, body .btn-group-vertical > .btn + .btn-group, body .btn-group-vertical > .btn-group + .btn, body .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
body .btn-group-vertical > .btn-group:not(:last-child) > .btn, body .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .btn-group-vertical > .btn-group:not(:first-child) > .btn, body .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .btn-group-toggle > .btn, body .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
body .btn-group-toggle > .btn input[type=checkbox], body .btn-group-toggle > .btn input[type=radio], body .btn-group-toggle > .btn-group > .btn input[type=checkbox], body .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
body .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
body .input-group > .custom-file, body .input-group > .custom-select, body .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
body .input-group > .custom-file:focus, body .input-group > .custom-select:focus, body .input-group > .form-control:focus {
  z-index: 3;
}
body .input-group > .custom-file + .custom-file, body .input-group > .custom-file + .custom-select, body .input-group > .custom-file + .form-control, body .input-group > .custom-select + .custom-file, body .input-group > .custom-select + .custom-select, body .input-group > .custom-select + .form-control, body .input-group > .form-control + .custom-file, body .input-group > .form-control + .custom-select, body .input-group > .form-control + .form-control {
  margin-left: -1px;
}
body .input-group > .custom-select:not(:last-child), body .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .custom-select:not(:first-child), body .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .input-group > .custom-file:not(:last-child) .custom-file-label, body .input-group > .custom-file:not(:last-child) .custom-file-label:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .custom-file:not(:first-child) .custom-file-label, body .input-group > .custom-file:not(:first-child) .custom-file-label:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group-append, body .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .input-group-append .btn, body .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
body .input-group-append .btn + .btn, body .input-group-append .btn + .input-group-text, body .input-group-append .input-group-text + .btn, body .input-group-append .input-group-text + .input-group-text, body .input-group-prepend .btn + .btn, body .input-group-prepend .btn + .input-group-text, body .input-group-prepend .input-group-text + .btn, body .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
body .input-group-prepend {
  margin-right: -1px;
}
body .input-group-append {
  margin-left: -1px;
}
body .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
body .input-group-text input[type=checkbox], body .input-group-text input[type=radio] {
  margin-top: 0;
}
body .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), body .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), body .input-group > .input-group-append:not(:last-child) > .btn, body .input-group > .input-group-append:not(:last-child) > .input-group-text, body .input-group > .input-group-prepend > .btn, body .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .input-group > .input-group-append > .btn, body .input-group > .input-group-append > .input-group-text, body .input-group > .input-group-prepend:first-child > .btn:not(:first-child), body .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), body .input-group > .input-group-prepend:not(:first-child) > .btn, body .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
body .custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
body .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
}
body .custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body .custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
}
body .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
body .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
body .custom-control-label {
  margin-bottom: 0;
}
body .custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
body .custom-control-label:after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
body .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
body .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
body .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%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.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
body .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
}
body .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
body .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
body .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
body .custom-radio .custom-control-label:before {
  border-radius: 50%;
}
body .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
body .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
body .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
body .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
body .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
body .custom-select[multiple], body .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
body .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
body .custom-select::-ms-expand {
  opacity: 0;
}
body .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
body .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
body .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
body .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
body .custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body .custom-file-input:focus ~ .custom-file-control:before {
  border-color: #80bdff;
}
body .custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
body .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
body .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.25rem + 2px - 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
body .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
body .nav-link:focus, body .nav-link:hover {
  text-decoration: none;
}
body .nav-link.disabled {
  color: #6c757d;
}
body .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
body .nav-tabs .nav-item {
  margin-bottom: -1px;
}
body .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
body .nav-tabs .nav-link:focus, body .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
body .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
body .nav-tabs .nav-item.show .nav-link, body .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
body .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .nav-pills .nav-link {
  border-radius: 0.25rem;
}
body .nav-pills .nav-link.active, body .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
body .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
body .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
body .tab-content > .tab-pane {
  display: none;
}
body .tab-content > .active {
  display: block;
}
body .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
body .navbar > .container, body .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
body .navbar-brand:focus, body .navbar-brand:hover {
  text-decoration: none;
}
body .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
body .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
body .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
body .navbar-toggler:focus, body .navbar-toggler:hover {
  text-decoration: none;
}
body .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  body .navbar-expand-sm > .container, body .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  body .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  body .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-sm > .container, body .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  body .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  body .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  body .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 867.98px) {
  body .navbar-expand-md > .container, body .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 868px) {
  body .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  body .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-md > .container, body .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  body .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  body .navbar-expand-md .navbar-toggler {
    display: none;
  }
  body .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  body .navbar-expand-lg > .container, body .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  body .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  body .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-lg > .container, body .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  body .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  body .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  body .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  body .navbar-expand-xl > .container, body .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  body .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  body .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .navbar-expand-xl > .container, body .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  body .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  body .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  body .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
body .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body .navbar-expand > .container, body .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
body .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
body .navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
body .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body .navbar-expand > .container, body .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
body .navbar-expand .navbar-toggler {
  display: none;
}
body .navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
body .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-brand:focus, body .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
body .navbar-light .navbar-nav .nav-link:focus, body .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
body .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
body .navbar-light .navbar-nav .active > .nav-link, body .navbar-light .navbar-nav .nav-link.active, body .navbar-light .navbar-nav .nav-link.show, body .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
body .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
body .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-light .navbar-text a:focus, body .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
body .navbar-dark .navbar-brand {
  color: #fff;
}
body .navbar-dark .navbar-brand:focus, body .navbar-dark .navbar-brand:hover {
  color: #fff;
}
body .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
body .navbar-dark .navbar-nav .nav-link:focus, body .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
body .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
body .navbar-dark .navbar-nav .active > .nav-link, body .navbar-dark .navbar-nav .nav-link.active, body .navbar-dark .navbar-nav .nav-link.show, body .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
body .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
body .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
body .navbar-dark .navbar-text a {
  color: #fff;
}
body .navbar-dark .navbar-text a:focus, body .navbar-dark .navbar-text a:hover {
  color: #fff;
}
body .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
body .card > hr {
  margin-right: 0;
  margin-left: 0;
}
body .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
body .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
body .card-title {
  margin-bottom: 0.75rem;
}
body .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
body .card-text:last-child {
  margin-bottom: 0;
}
body .card-link:hover {
  text-decoration: none;
}
body .card-link + .card-link {
  margin-left: 1.25rem;
}
body .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
body .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
body .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
body .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
body .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
body .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
body .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
body .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
body .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
body .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
body .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
body .card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  body .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  body .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
body .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  body .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  body .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  body .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  body .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .card-group > .card:first-child .card-header, body .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  body .card-group > .card:first-child .card-footer, body .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  body .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  body .card-group > .card:last-child .card-header, body .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  body .card-group > .card:last-child .card-footer, body .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  body .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  body .card-group > .card:only-child .card-header, body .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  body .card-group > .card:only-child .card-footer, body .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, body .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
body .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  body .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  body .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
body .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
body .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
body .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
}
body .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}
body .breadcrumb-item.active {
  color: #6c757d;
}
body .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
body .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
body .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
body .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
body .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
body .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
body .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
body .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
body .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
body .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
body .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
body .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
body .badge:empty {
  display: none;
}
body .btn .badge {
  position: relative;
  top: -1px;
}
body .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
body .badge-primary {
  color: #fff;
  background-color: #007bff;
}
body .badge-primary[href]:focus, body .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
body .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
body .badge-secondary[href]:focus, body .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
body .badge-success {
  color: #fff;
  background-color: #28a745;
}
body .badge-success[href]:focus, body .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
body .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
body .badge-info[href]:focus, body .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
body .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
body .badge-warning[href]:focus, body .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
body .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
body .badge-danger[href]:focus, body .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
body .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
body .badge-light[href]:focus, body .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
body .badge-dark {
  color: #fff;
  background-color: #343a40;
}
body .badge-dark[href]:focus, body .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
body .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  body .jumbotron {
    padding: 4rem 2rem;
  }
}
body .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
body .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
body .alert-heading {
  color: inherit;
}
body .alert-link {
  font-weight: 700;
}
body .alert-dismissible {
  padding-right: 4rem;
}
body .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
body .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
body .alert-primary hr {
  border-top-color: #9fcdff;
}
body .alert-primary .alert-link {
  color: #002752;
}
body .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
body .alert-secondary hr {
  border-top-color: #c8cbcf;
}
body .alert-secondary .alert-link {
  color: #202326;
}
body .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
body .alert-success hr {
  border-top-color: #b1dfbb;
}
body .alert-success .alert-link {
  color: #0b2e13;
}
body .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
body .alert-info hr {
  border-top-color: #abdde5;
}
body .alert-info .alert-link {
  color: #062c33;
}
body .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
body .alert-warning hr {
  border-top-color: #ffe8a1;
}
body .alert-warning .alert-link {
  color: #533f03;
}
body .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
body .alert-danger hr {
  border-top-color: #f1b0b7;
}
body .alert-danger .alert-link {
  color: #491217;
}
body .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
body .alert-light hr {
  border-top-color: #ececf6;
}
body .alert-light .alert-link {
  color: #686868;
}
body .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
body .alert-dark hr {
  border-top-color: #b9bbbe;
}
body .alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
body .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
body .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
body .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
body .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
body .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
body .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
body .list-group-item-action:focus, body .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
body .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
body .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
body .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
body .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body .list-group-item:focus, body .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
body .list-group-item.disabled, body .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
body .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
body .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
body .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
body .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
body .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
body .list-group-item-primary.list-group-item-action:focus, body .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
body .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
body .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
body .list-group-item-secondary.list-group-item-action:focus, body .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
body .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
body .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
body .list-group-item-success.list-group-item-action:focus, body .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
body .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
body .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
body .list-group-item-info.list-group-item-action:focus, body .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
body .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
body .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
body .list-group-item-warning.list-group-item-action:focus, body .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
body .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
body .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
body .list-group-item-danger.list-group-item-action:focus, body .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
body .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
body .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
body .list-group-item-light.list-group-item-action:focus, body .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
body .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
body .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
body .list-group-item-dark.list-group-item-action:focus, body .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
body .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
body .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
body .close:focus, body .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
body .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
body .modal-open {
  overflow: hidden;
}
body .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
body .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
body .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
body .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
body .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
body .modal-backdrop.fade {
  opacity: 0;
}
body .modal-backdrop.show {
  opacity: 0.5;
}
body .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
body .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
body .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
body .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
body .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
body .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
body .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
body .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  body .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  body .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  body .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  body .modal-lg {
    max-width: 800px;
  }
}
body .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
body .tooltip.show {
  opacity: 0.9;
}
body .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
body .tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .bs-tooltip-auto[x-placement^=top], body .bs-tooltip-top {
  padding: 0.4rem 0;
}
body .bs-tooltip-auto[x-placement^=top] .arrow, body .bs-tooltip-top .arrow {
  bottom: 0;
}
body .bs-tooltip-auto[x-placement^=top] .arrow:before, body .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
body .bs-tooltip-auto[x-placement^=right], body .bs-tooltip-right {
  padding: 0 0.4rem;
}
body .bs-tooltip-auto[x-placement^=right] .arrow, body .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .bs-tooltip-auto[x-placement^=right] .arrow:before, body .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
body .bs-tooltip-auto[x-placement^=bottom], body .bs-tooltip-bottom {
  padding: 0.4rem 0;
}
body .bs-tooltip-auto[x-placement^=bottom] .arrow, body .bs-tooltip-bottom .arrow {
  top: 0;
}
body .bs-tooltip-auto[x-placement^=bottom] .arrow:before, body .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
body .bs-tooltip-auto[x-placement^=left], body .bs-tooltip-left {
  padding: 0 0.4rem;
}
body .bs-tooltip-auto[x-placement^=left] .arrow, body .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .bs-tooltip-auto[x-placement^=left] .arrow:before, body .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
body .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
body .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
body .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
body .popover .arrow:after, body .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .bs-popover-auto[x-placement^=top], body .bs-popover-top {
  margin-bottom: 0.5rem;
}
body .bs-popover-auto[x-placement^=top] .arrow, body .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
body .bs-popover-auto[x-placement^=top] .arrow:after, body .bs-popover-auto[x-placement^=top] .arrow:before, body .bs-popover-top .arrow:after, body .bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}
body .bs-popover-auto[x-placement^=top] .arrow:before, body .bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
body .bs-popover-auto[x-placement^=top] .arrow:after, body .bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}
body .bs-popover-auto[x-placement^=right], body .bs-popover-right {
  margin-left: 0.5rem;
}
body .bs-popover-auto[x-placement^=right] .arrow, body .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .bs-popover-auto[x-placement^=right] .arrow:after, body .bs-popover-auto[x-placement^=right] .arrow:before, body .bs-popover-right .arrow:after, body .bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
body .bs-popover-auto[x-placement^=right] .arrow:before, body .bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
body .bs-popover-auto[x-placement^=right] .arrow:after, body .bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}
body .bs-popover-auto[x-placement^=bottom], body .bs-popover-bottom {
  margin-top: 0.5rem;
}
body .bs-popover-auto[x-placement^=bottom] .arrow, body .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
body .bs-popover-auto[x-placement^=bottom] .arrow:after, body .bs-popover-auto[x-placement^=bottom] .arrow:before, body .bs-popover-bottom .arrow:after, body .bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
body .bs-popover-auto[x-placement^=bottom] .arrow:before, body .bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
body .bs-popover-auto[x-placement^=bottom] .arrow:after, body .bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}
body .bs-popover-auto[x-placement^=bottom] .popover-header:before, body .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 #f7f7f7;
}
body .bs-popover-auto[x-placement^=left], body .bs-popover-left {
  margin-right: 0.5rem;
}
body .bs-popover-auto[x-placement^=left] .arrow, body .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .bs-popover-auto[x-placement^=left] .arrow:after, body .bs-popover-auto[x-placement^=left] .arrow:before, body .bs-popover-left .arrow:after, body .bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
body .bs-popover-auto[x-placement^=left] .arrow:before, body .bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
body .bs-popover-auto[x-placement^=left] .arrow:after, body .bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff;
}
body .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
body .popover-header:empty {
  display: none;
}
body .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
body .carousel {
  position: relative;
}
body .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body .carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
body .carousel-item-next, body .carousel-item-prev, body .carousel-item.active {
  display: block;
}
body .carousel-item-next, body .carousel-item-prev {
  position: absolute;
  top: 0;
}
body .carousel-item-next.carousel-item-left, body .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  body .carousel-item-next.carousel-item-left, body .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body .active.carousel-item-right, body .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  body .active.carousel-item-right, body .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
body .active.carousel-item-left, body .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  body .active.carousel-item-left, body .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
body .carousel-control-next, body .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
body .carousel-control-next:focus, body .carousel-control-next:hover, body .carousel-control-prev:focus, body .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
body .carousel-control-prev {
  left: 0;
}
body .carousel-control-next {
  right: 0;
}
body .carousel-control-next-icon, body .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
body .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
body .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
body .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
body .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
body .carousel-indicators li:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators li:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
body .carousel-indicators .active {
  background-color: #fff;
}
body .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
body .align-baseline {
  vertical-align: baseline !important;
}
body .align-top {
  vertical-align: top !important;
}
body .align-middle {
  vertical-align: middle !important;
}
body .align-bottom {
  vertical-align: bottom !important;
}
body .align-text-bottom {
  vertical-align: text-bottom !important;
}
body .align-text-top {
  vertical-align: text-top !important;
}
body .bg-primary {
  background-color: #007bff !important;
}
body a.bg-primary:focus, body a.bg-primary:hover, body button.bg-primary:focus, body button.bg-primary:hover {
  background-color: #0062cc !important;
}
body .bg-secondary {
  background-color: #6c757d !important;
}
body a.bg-secondary:focus, body a.bg-secondary:hover, body button.bg-secondary:focus, body button.bg-secondary:hover {
  background-color: #545b62 !important;
}
body .bg-success {
  background-color: #28a745 !important;
}
body a.bg-success:focus, body a.bg-success:hover, body button.bg-success:focus, body button.bg-success:hover {
  background-color: #1e7e34 !important;
}
body .bg-info {
  background-color: #17a2b8 !important;
}
body a.bg-info:focus, body a.bg-info:hover, body button.bg-info:focus, body button.bg-info:hover {
  background-color: #117a8b !important;
}
body .bg-warning {
  background-color: #ffc107 !important;
}
body a.bg-warning:focus, body a.bg-warning:hover, body button.bg-warning:focus, body button.bg-warning:hover {
  background-color: #d39e00 !important;
}
body .bg-danger {
  background-color: #dc3545 !important;
}
body a.bg-danger:focus, body a.bg-danger:hover, body button.bg-danger:focus, body button.bg-danger:hover {
  background-color: #bd2130 !important;
}
body .bg-light {
  background-color: #f8f9fa !important;
}
body a.bg-light:focus, body a.bg-light:hover, body button.bg-light:focus, body button.bg-light:hover {
  background-color: #dae0e5 !important;
}
body .bg-dark {
  background-color: #343a40 !important;
}
body a.bg-dark:focus, body a.bg-dark:hover, body button.bg-dark:focus, body button.bg-dark:hover {
  background-color: #1d2124 !important;
}
body .bg-white {
  background-color: #fff !important;
}
body .bg-transparent {
  background-color: transparent !important;
}
body .border {
  border: 1px solid #dee2e6 !important;
}
body .border-top {
  border-top: 1px solid #dee2e6 !important;
}
body .border-right {
  border-right: 1px solid #dee2e6 !important;
}
body .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
body .border-left {
  border-left: 1px solid #dee2e6 !important;
}
body .border-0 {
  border: 0 !important;
}
body .border-top-0 {
  border-top: 0 !important;
}
body .border-right-0 {
  border-right: 0 !important;
}
body .border-bottom-0 {
  border-bottom: 0 !important;
}
body .border-left-0 {
  border-left: 0 !important;
}
body .border-primary {
  border-color: #007bff !important;
}
body .border-secondary {
  border-color: #6c757d !important;
}
body .border-success {
  border-color: #28a745 !important;
}
body .border-info {
  border-color: #17a2b8 !important;
}
body .border-warning {
  border-color: #ffc107 !important;
}
body .border-danger {
  border-color: #dc3545 !important;
}
body .border-light {
  border-color: #f8f9fa !important;
}
body .border-dark {
  border-color: #343a40 !important;
}
body .border-white {
  border-color: #fff !important;
}
body .rounded {
  border-radius: 0.25rem !important;
}
body .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
body .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
body .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
body .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
body .rounded-circle {
  border-radius: 50% !important;
}
body .rounded-0 {
  border-radius: 0 !important;
}
body .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
body .d-none {
  display: none !important;
}
body .d-inline {
  display: inline !important;
}
body .d-inline-block {
  display: inline-block !important;
}
body .d-block {
  display: block !important;
}
body .d-table {
  display: table !important;
}
body .d-table-row {
  display: table-row !important;
}
body .d-table-cell {
  display: table-cell !important;
}
body .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  body .d-sm-none {
    display: none !important;
  }
  body .d-sm-inline {
    display: inline !important;
  }
  body .d-sm-inline-block {
    display: inline-block !important;
  }
  body .d-sm-block {
    display: block !important;
  }
  body .d-sm-table {
    display: table !important;
  }
  body .d-sm-table-row {
    display: table-row !important;
  }
  body .d-sm-table-cell {
    display: table-cell !important;
  }
  body .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 868px) {
  body .d-md-none {
    display: none !important;
  }
  body .d-md-inline {
    display: inline !important;
  }
  body .d-md-inline-block {
    display: inline-block !important;
  }
  body .d-md-block {
    display: block !important;
  }
  body .d-md-table {
    display: table !important;
  }
  body .d-md-table-row {
    display: table-row !important;
  }
  body .d-md-table-cell {
    display: table-cell !important;
  }
  body .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  body .d-lg-none {
    display: none !important;
  }
  body .d-lg-inline {
    display: inline !important;
  }
  body .d-lg-inline-block {
    display: inline-block !important;
  }
  body .d-lg-block {
    display: block !important;
  }
  body .d-lg-table {
    display: table !important;
  }
  body .d-lg-table-row {
    display: table-row !important;
  }
  body .d-lg-table-cell {
    display: table-cell !important;
  }
  body .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  body .d-xl-none {
    display: none !important;
  }
  body .d-xl-inline {
    display: inline !important;
  }
  body .d-xl-inline-block {
    display: inline-block !important;
  }
  body .d-xl-block {
    display: block !important;
  }
  body .d-xl-table {
    display: table !important;
  }
  body .d-xl-table-row {
    display: table-row !important;
  }
  body .d-xl-table-cell {
    display: table-cell !important;
  }
  body .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  body .d-print-none {
    display: none !important;
  }
  body .d-print-inline {
    display: inline !important;
  }
  body .d-print-inline-block {
    display: inline-block !important;
  }
  body .d-print-block {
    display: block !important;
  }
  body .d-print-table {
    display: table !important;
  }
  body .d-print-table-row {
    display: table-row !important;
  }
  body .d-print-table-cell {
    display: table-cell !important;
  }
  body .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
body .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
body .embed-responsive:before {
  display: block;
  content: "";
}
body .embed-responsive .embed-responsive-item, body .embed-responsive embed, body .embed-responsive iframe, body .embed-responsive object, body .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}
body .embed-responsive-16by9:before {
  padding-top: 56.25%;
}
body .embed-responsive-4by3:before {
  padding-top: 75%;
}
body .embed-responsive-1by1:before {
  padding-top: 100%;
}
body .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
body .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
body .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
body .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
body .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
body .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
body .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
body .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
body .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
body .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
body .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
body .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
body .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
body .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
body .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
body .align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
body .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
body .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
body .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
body .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
body .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
body .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
body .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
body .align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
body .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
body .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
body .align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
body .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
body .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  body .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  body .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  body .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  body .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  body .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  body .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  body .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  body .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  body .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  body .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  body .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  body .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  body .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  body .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  body .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  body .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  body .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  body .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  body .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  body .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  body .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  body .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  body .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  body .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  body .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  body .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  body .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  body .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 868px) {
  body .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  body .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  body .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  body .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  body .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  body .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  body .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  body .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  body .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  body .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  body .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  body .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  body .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  body .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  body .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  body .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  body .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  body .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  body .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  body .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  body .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  body .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  body .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  body .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  body .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  body .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  body .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  body .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  body .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  body .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  body .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  body .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  body .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  body .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  body .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  body .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  body .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  body .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  body .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  body .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  body .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  body .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  body .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  body .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  body .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  body .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  body .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  body .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  body .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  body .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  body .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  body .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  body .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  body .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  body .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  body .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  body .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  body .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  body .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  body .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  body .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  body .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  body .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  body .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  body .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  body .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  body .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  body .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  body .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  body .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  body .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  body .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  body .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  body .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  body .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  body .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  body .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  body .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  body .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  body .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  body .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  body .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  body .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  body .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
body .float-left {
  float: left !important;
}
body .float-right {
  float: right !important;
}
body .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  body .float-sm-left {
    float: left !important;
  }
  body .float-sm-right {
    float: right !important;
  }
  body .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 868px) {
  body .float-md-left {
    float: left !important;
  }
  body .float-md-right {
    float: right !important;
  }
  body .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  body .float-lg-left {
    float: left !important;
  }
  body .float-lg-right {
    float: right !important;
  }
  body .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  body .float-xl-left {
    float: left !important;
  }
  body .float-xl-right {
    float: right !important;
  }
  body .float-xl-none {
    float: none !important;
  }
}
body .position-static {
  position: static !important;
}
body .position-relative {
  position: relative !important;
}
body .position-absolute {
  position: absolute !important;
}
body .position-fixed {
  position: fixed !important;
}
body .position-sticky {
  position: sticky !important;
}
body .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
body .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  body .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
body .sr-only-focusable:active, body .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
body .w-25 {
  width: 25% !important;
}
body .w-50 {
  width: 50% !important;
}
body .w-75 {
  width: 75% !important;
}
body .w-100 {
  width: 100% !important;
}
body .h-25 {
  height: 25% !important;
}
body .h-50 {
  height: 50% !important;
}
body .h-75 {
  height: 75% !important;
}
body .h-100 {
  height: 100% !important;
}
body .mw-100 {
  max-width: 100% !important;
}
body .mh-100 {
  max-height: 100% !important;
}
body .m-0 {
  margin: 0 !important;
}
body .mt-0, body .my-0 {
  margin-top: 0 !important;
}
body .mr-0, body .mx-0 {
  margin-right: 0 !important;
}
body .mb-0, body .my-0 {
  margin-bottom: 0 !important;
}
body .ml-0, body .mx-0 {
  margin-left: 0 !important;
}
body .m-1 {
  margin: 0.25rem !important;
}
body .mt-1, body .my-1 {
  margin-top: 0.25rem !important;
}
body .mr-1, body .mx-1 {
  margin-right: 0.25rem !important;
}
body .mb-1, body .my-1 {
  margin-bottom: 0.25rem !important;
}
body .ml-1, body .mx-1 {
  margin-left: 0.25rem !important;
}
body .m-2 {
  margin: 0.5rem !important;
}
body .mt-2, body .my-2 {
  margin-top: 0.5rem !important;
}
body .mr-2, body .mx-2 {
  margin-right: 0.5rem !important;
}
body .mb-2, body .my-2 {
  margin-bottom: 0.5rem !important;
}
body .ml-2, body .mx-2 {
  margin-left: 0.5rem !important;
}
body .m-3 {
  margin: 1rem !important;
}
body .mt-3, body .my-3 {
  margin-top: 1rem !important;
}
body .mr-3, body .mx-3 {
  margin-right: 1rem !important;
}
body .mb-3, body .my-3 {
  margin-bottom: 1rem !important;
}
body .ml-3, body .mx-3 {
  margin-left: 1rem !important;
}
body .m-4 {
  margin: 1.5rem !important;
}
body .mt-4, body .my-4 {
  margin-top: 1.5rem !important;
}
body .mr-4, body .mx-4 {
  margin-right: 1.5rem !important;
}
body .mb-4, body .my-4 {
  margin-bottom: 1.5rem !important;
}
body .ml-4, body .mx-4 {
  margin-left: 1.5rem !important;
}
body .m-5 {
  margin: 3rem !important;
}
body .mt-5, body .my-5 {
  margin-top: 3rem !important;
}
body .mr-5, body .mx-5 {
  margin-right: 3rem !important;
}
body .mb-5, body .my-5 {
  margin-bottom: 3rem !important;
}
body .ml-5, body .mx-5 {
  margin-left: 3rem !important;
}
body .p-0 {
  padding: 0 !important;
}
body .pt-0, body .py-0 {
  padding-top: 0 !important;
}
body .pr-0, body .px-0 {
  padding-right: 0 !important;
}
body .pb-0, body .py-0 {
  padding-bottom: 0 !important;
}
body .pl-0, body .px-0 {
  padding-left: 0 !important;
}
body .p-1 {
  padding: 0.25rem !important;
}
body .pt-1, body .py-1 {
  padding-top: 0.25rem !important;
}
body .pr-1, body .px-1 {
  padding-right: 0.25rem !important;
}
body .pb-1, body .py-1 {
  padding-bottom: 0.25rem !important;
}
body .pl-1, body .px-1 {
  padding-left: 0.25rem !important;
}
body .p-2 {
  padding: 0.5rem !important;
}
body .pt-2, body .py-2 {
  padding-top: 0.5rem !important;
}
body .pr-2, body .px-2 {
  padding-right: 0.5rem !important;
}
body .pb-2, body .py-2 {
  padding-bottom: 0.5rem !important;
}
body .pl-2, body .px-2 {
  padding-left: 0.5rem !important;
}
body .p-3 {
  padding: 1rem !important;
}
body .pt-3, body .py-3 {
  padding-top: 1rem !important;
}
body .pr-3, body .px-3 {
  padding-right: 1rem !important;
}
body .pb-3, body .py-3 {
  padding-bottom: 1rem !important;
}
body .pl-3, body .px-3 {
  padding-left: 1rem !important;
}
body .p-4 {
  padding: 1.5rem !important;
}
body .pt-4, body .py-4 {
  padding-top: 1.5rem !important;
}
body .pr-4, body .px-4 {
  padding-right: 1.5rem !important;
}
body .pb-4, body .py-4 {
  padding-bottom: 1.5rem !important;
}
body .pl-4, body .px-4 {
  padding-left: 1.5rem !important;
}
body .p-5 {
  padding: 3rem !important;
}
body .pt-5, body .py-5 {
  padding-top: 3rem !important;
}
body .pr-5, body .px-5 {
  padding-right: 3rem !important;
}
body .pb-5, body .py-5 {
  padding-bottom: 3rem !important;
}
body .pl-5, body .px-5 {
  padding-left: 3rem !important;
}
body .m-auto {
  margin: auto !important;
}
body .mt-auto, body .my-auto {
  margin-top: auto !important;
}
body .mr-auto, body .mx-auto {
  margin-right: auto !important;
}
body .mb-auto, body .my-auto {
  margin-bottom: auto !important;
}
body .ml-auto, body .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  body .m-sm-0 {
    margin: 0 !important;
  }
  body .mt-sm-0, body .my-sm-0 {
    margin-top: 0 !important;
  }
  body .mr-sm-0, body .mx-sm-0 {
    margin-right: 0 !important;
  }
  body .mb-sm-0, body .my-sm-0 {
    margin-bottom: 0 !important;
  }
  body .ml-sm-0, body .mx-sm-0 {
    margin-left: 0 !important;
  }
  body .m-sm-1 {
    margin: 0.25rem !important;
  }
  body .mt-sm-1, body .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  body .mr-sm-1, body .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-sm-1, body .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ml-sm-1, body .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  body .m-sm-2 {
    margin: 0.5rem !important;
  }
  body .mt-sm-2, body .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  body .mr-sm-2, body .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-sm-2, body .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ml-sm-2, body .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  body .m-sm-3 {
    margin: 1rem !important;
  }
  body .mt-sm-3, body .my-sm-3 {
    margin-top: 1rem !important;
  }
  body .mr-sm-3, body .mx-sm-3 {
    margin-right: 1rem !important;
  }
  body .mb-sm-3, body .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  body .ml-sm-3, body .mx-sm-3 {
    margin-left: 1rem !important;
  }
  body .m-sm-4 {
    margin: 1.5rem !important;
  }
  body .mt-sm-4, body .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  body .mr-sm-4, body .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  body .mb-sm-4, body .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  body .ml-sm-4, body .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  body .m-sm-5 {
    margin: 3rem !important;
  }
  body .mt-sm-5, body .my-sm-5 {
    margin-top: 3rem !important;
  }
  body .mr-sm-5, body .mx-sm-5 {
    margin-right: 3rem !important;
  }
  body .mb-sm-5, body .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  body .ml-sm-5, body .mx-sm-5 {
    margin-left: 3rem !important;
  }
  body .p-sm-0 {
    padding: 0 !important;
  }
  body .pt-sm-0, body .py-sm-0 {
    padding-top: 0 !important;
  }
  body .pr-sm-0, body .px-sm-0 {
    padding-right: 0 !important;
  }
  body .pb-sm-0, body .py-sm-0 {
    padding-bottom: 0 !important;
  }
  body .pl-sm-0, body .px-sm-0 {
    padding-left: 0 !important;
  }
  body .p-sm-1 {
    padding: 0.25rem !important;
  }
  body .pt-sm-1, body .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  body .pr-sm-1, body .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-sm-1, body .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  body .pl-sm-1, body .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  body .p-sm-2 {
    padding: 0.5rem !important;
  }
  body .pt-sm-2, body .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  body .pr-sm-2, body .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-sm-2, body .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  body .pl-sm-2, body .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  body .p-sm-3 {
    padding: 1rem !important;
  }
  body .pt-sm-3, body .py-sm-3 {
    padding-top: 1rem !important;
  }
  body .pr-sm-3, body .px-sm-3 {
    padding-right: 1rem !important;
  }
  body .pb-sm-3, body .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  body .pl-sm-3, body .px-sm-3 {
    padding-left: 1rem !important;
  }
  body .p-sm-4 {
    padding: 1.5rem !important;
  }
  body .pt-sm-4, body .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  body .pr-sm-4, body .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  body .pb-sm-4, body .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  body .pl-sm-4, body .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  body .p-sm-5 {
    padding: 3rem !important;
  }
  body .pt-sm-5, body .py-sm-5 {
    padding-top: 3rem !important;
  }
  body .pr-sm-5, body .px-sm-5 {
    padding-right: 3rem !important;
  }
  body .pb-sm-5, body .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  body .pl-sm-5, body .px-sm-5 {
    padding-left: 3rem !important;
  }
  body .m-sm-auto {
    margin: auto !important;
  }
  body .mt-sm-auto, body .my-sm-auto {
    margin-top: auto !important;
  }
  body .mr-sm-auto, body .mx-sm-auto {
    margin-right: auto !important;
  }
  body .mb-sm-auto, body .my-sm-auto {
    margin-bottom: auto !important;
  }
  body .ml-sm-auto, body .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 868px) {
  body .m-md-0 {
    margin: 0 !important;
  }
  body .mt-md-0, body .my-md-0 {
    margin-top: 0 !important;
  }
  body .mr-md-0, body .mx-md-0 {
    margin-right: 0 !important;
  }
  body .mb-md-0, body .my-md-0 {
    margin-bottom: 0 !important;
  }
  body .ml-md-0, body .mx-md-0 {
    margin-left: 0 !important;
  }
  body .m-md-1 {
    margin: 0.25rem !important;
  }
  body .mt-md-1, body .my-md-1 {
    margin-top: 0.25rem !important;
  }
  body .mr-md-1, body .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-md-1, body .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ml-md-1, body .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  body .m-md-2 {
    margin: 0.5rem !important;
  }
  body .mt-md-2, body .my-md-2 {
    margin-top: 0.5rem !important;
  }
  body .mr-md-2, body .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-md-2, body .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ml-md-2, body .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  body .m-md-3 {
    margin: 1rem !important;
  }
  body .mt-md-3, body .my-md-3 {
    margin-top: 1rem !important;
  }
  body .mr-md-3, body .mx-md-3 {
    margin-right: 1rem !important;
  }
  body .mb-md-3, body .my-md-3 {
    margin-bottom: 1rem !important;
  }
  body .ml-md-3, body .mx-md-3 {
    margin-left: 1rem !important;
  }
  body .m-md-4 {
    margin: 1.5rem !important;
  }
  body .mt-md-4, body .my-md-4 {
    margin-top: 1.5rem !important;
  }
  body .mr-md-4, body .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  body .mb-md-4, body .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  body .ml-md-4, body .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  body .m-md-5 {
    margin: 3rem !important;
  }
  body .mt-md-5, body .my-md-5 {
    margin-top: 3rem !important;
  }
  body .mr-md-5, body .mx-md-5 {
    margin-right: 3rem !important;
  }
  body .mb-md-5, body .my-md-5 {
    margin-bottom: 3rem !important;
  }
  body .ml-md-5, body .mx-md-5 {
    margin-left: 3rem !important;
  }
  body .p-md-0 {
    padding: 0 !important;
  }
  body .pt-md-0, body .py-md-0 {
    padding-top: 0 !important;
  }
  body .pr-md-0, body .px-md-0 {
    padding-right: 0 !important;
  }
  body .pb-md-0, body .py-md-0 {
    padding-bottom: 0 !important;
  }
  body .pl-md-0, body .px-md-0 {
    padding-left: 0 !important;
  }
  body .p-md-1 {
    padding: 0.25rem !important;
  }
  body .pt-md-1, body .py-md-1 {
    padding-top: 0.25rem !important;
  }
  body .pr-md-1, body .px-md-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-md-1, body .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  body .pl-md-1, body .px-md-1 {
    padding-left: 0.25rem !important;
  }
  body .p-md-2 {
    padding: 0.5rem !important;
  }
  body .pt-md-2, body .py-md-2 {
    padding-top: 0.5rem !important;
  }
  body .pr-md-2, body .px-md-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-md-2, body .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  body .pl-md-2, body .px-md-2 {
    padding-left: 0.5rem !important;
  }
  body .p-md-3 {
    padding: 1rem !important;
  }
  body .pt-md-3, body .py-md-3 {
    padding-top: 1rem !important;
  }
  body .pr-md-3, body .px-md-3 {
    padding-right: 1rem !important;
  }
  body .pb-md-3, body .py-md-3 {
    padding-bottom: 1rem !important;
  }
  body .pl-md-3, body .px-md-3 {
    padding-left: 1rem !important;
  }
  body .p-md-4 {
    padding: 1.5rem !important;
  }
  body .pt-md-4, body .py-md-4 {
    padding-top: 1.5rem !important;
  }
  body .pr-md-4, body .px-md-4 {
    padding-right: 1.5rem !important;
  }
  body .pb-md-4, body .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  body .pl-md-4, body .px-md-4 {
    padding-left: 1.5rem !important;
  }
  body .p-md-5 {
    padding: 3rem !important;
  }
  body .pt-md-5, body .py-md-5 {
    padding-top: 3rem !important;
  }
  body .pr-md-5, body .px-md-5 {
    padding-right: 3rem !important;
  }
  body .pb-md-5, body .py-md-5 {
    padding-bottom: 3rem !important;
  }
  body .pl-md-5, body .px-md-5 {
    padding-left: 3rem !important;
  }
  body .m-md-auto {
    margin: auto !important;
  }
  body .mt-md-auto, body .my-md-auto {
    margin-top: auto !important;
  }
  body .mr-md-auto, body .mx-md-auto {
    margin-right: auto !important;
  }
  body .mb-md-auto, body .my-md-auto {
    margin-bottom: auto !important;
  }
  body .ml-md-auto, body .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  body .m-lg-0 {
    margin: 0 !important;
  }
  body .mt-lg-0, body .my-lg-0 {
    margin-top: 0 !important;
  }
  body .mr-lg-0, body .mx-lg-0 {
    margin-right: 0 !important;
  }
  body .mb-lg-0, body .my-lg-0 {
    margin-bottom: 0 !important;
  }
  body .ml-lg-0, body .mx-lg-0 {
    margin-left: 0 !important;
  }
  body .m-lg-1 {
    margin: 0.25rem !important;
  }
  body .mt-lg-1, body .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  body .mr-lg-1, body .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-lg-1, body .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ml-lg-1, body .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  body .m-lg-2 {
    margin: 0.5rem !important;
  }
  body .mt-lg-2, body .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  body .mr-lg-2, body .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-lg-2, body .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ml-lg-2, body .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  body .m-lg-3 {
    margin: 1rem !important;
  }
  body .mt-lg-3, body .my-lg-3 {
    margin-top: 1rem !important;
  }
  body .mr-lg-3, body .mx-lg-3 {
    margin-right: 1rem !important;
  }
  body .mb-lg-3, body .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  body .ml-lg-3, body .mx-lg-3 {
    margin-left: 1rem !important;
  }
  body .m-lg-4 {
    margin: 1.5rem !important;
  }
  body .mt-lg-4, body .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  body .mr-lg-4, body .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  body .mb-lg-4, body .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  body .ml-lg-4, body .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  body .m-lg-5 {
    margin: 3rem !important;
  }
  body .mt-lg-5, body .my-lg-5 {
    margin-top: 3rem !important;
  }
  body .mr-lg-5, body .mx-lg-5 {
    margin-right: 3rem !important;
  }
  body .mb-lg-5, body .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  body .ml-lg-5, body .mx-lg-5 {
    margin-left: 3rem !important;
  }
  body .p-lg-0 {
    padding: 0 !important;
  }
  body .pt-lg-0, body .py-lg-0 {
    padding-top: 0 !important;
  }
  body .pr-lg-0, body .px-lg-0 {
    padding-right: 0 !important;
  }
  body .pb-lg-0, body .py-lg-0 {
    padding-bottom: 0 !important;
  }
  body .pl-lg-0, body .px-lg-0 {
    padding-left: 0 !important;
  }
  body .p-lg-1 {
    padding: 0.25rem !important;
  }
  body .pt-lg-1, body .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  body .pr-lg-1, body .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-lg-1, body .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body .pl-lg-1, body .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  body .p-lg-2 {
    padding: 0.5rem !important;
  }
  body .pt-lg-2, body .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  body .pr-lg-2, body .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-lg-2, body .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body .pl-lg-2, body .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  body .p-lg-3 {
    padding: 1rem !important;
  }
  body .pt-lg-3, body .py-lg-3 {
    padding-top: 1rem !important;
  }
  body .pr-lg-3, body .px-lg-3 {
    padding-right: 1rem !important;
  }
  body .pb-lg-3, body .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  body .pl-lg-3, body .px-lg-3 {
    padding-left: 1rem !important;
  }
  body .p-lg-4 {
    padding: 1.5rem !important;
  }
  body .pt-lg-4, body .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  body .pr-lg-4, body .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  body .pb-lg-4, body .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  body .pl-lg-4, body .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  body .p-lg-5 {
    padding: 3rem !important;
  }
  body .pt-lg-5, body .py-lg-5 {
    padding-top: 3rem !important;
  }
  body .pr-lg-5, body .px-lg-5 {
    padding-right: 3rem !important;
  }
  body .pb-lg-5, body .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  body .pl-lg-5, body .px-lg-5 {
    padding-left: 3rem !important;
  }
  body .m-lg-auto {
    margin: auto !important;
  }
  body .mt-lg-auto, body .my-lg-auto {
    margin-top: auto !important;
  }
  body .mr-lg-auto, body .mx-lg-auto {
    margin-right: auto !important;
  }
  body .mb-lg-auto, body .my-lg-auto {
    margin-bottom: auto !important;
  }
  body .ml-lg-auto, body .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  body .m-xl-0 {
    margin: 0 !important;
  }
  body .mt-xl-0, body .my-xl-0 {
    margin-top: 0 !important;
  }
  body .mr-xl-0, body .mx-xl-0 {
    margin-right: 0 !important;
  }
  body .mb-xl-0, body .my-xl-0 {
    margin-bottom: 0 !important;
  }
  body .ml-xl-0, body .mx-xl-0 {
    margin-left: 0 !important;
  }
  body .m-xl-1 {
    margin: 0.25rem !important;
  }
  body .mt-xl-1, body .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  body .mr-xl-1, body .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  body .mb-xl-1, body .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  body .ml-xl-1, body .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  body .m-xl-2 {
    margin: 0.5rem !important;
  }
  body .mt-xl-2, body .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  body .mr-xl-2, body .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  body .mb-xl-2, body .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  body .ml-xl-2, body .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  body .m-xl-3 {
    margin: 1rem !important;
  }
  body .mt-xl-3, body .my-xl-3 {
    margin-top: 1rem !important;
  }
  body .mr-xl-3, body .mx-xl-3 {
    margin-right: 1rem !important;
  }
  body .mb-xl-3, body .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  body .ml-xl-3, body .mx-xl-3 {
    margin-left: 1rem !important;
  }
  body .m-xl-4 {
    margin: 1.5rem !important;
  }
  body .mt-xl-4, body .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  body .mr-xl-4, body .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  body .mb-xl-4, body .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  body .ml-xl-4, body .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  body .m-xl-5 {
    margin: 3rem !important;
  }
  body .mt-xl-5, body .my-xl-5 {
    margin-top: 3rem !important;
  }
  body .mr-xl-5, body .mx-xl-5 {
    margin-right: 3rem !important;
  }
  body .mb-xl-5, body .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  body .ml-xl-5, body .mx-xl-5 {
    margin-left: 3rem !important;
  }
  body .p-xl-0 {
    padding: 0 !important;
  }
  body .pt-xl-0, body .py-xl-0 {
    padding-top: 0 !important;
  }
  body .pr-xl-0, body .px-xl-0 {
    padding-right: 0 !important;
  }
  body .pb-xl-0, body .py-xl-0 {
    padding-bottom: 0 !important;
  }
  body .pl-xl-0, body .px-xl-0 {
    padding-left: 0 !important;
  }
  body .p-xl-1 {
    padding: 0.25rem !important;
  }
  body .pt-xl-1, body .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  body .pr-xl-1, body .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  body .pb-xl-1, body .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  body .pl-xl-1, body .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  body .p-xl-2 {
    padding: 0.5rem !important;
  }
  body .pt-xl-2, body .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  body .pr-xl-2, body .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  body .pb-xl-2, body .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  body .pl-xl-2, body .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  body .p-xl-3 {
    padding: 1rem !important;
  }
  body .pt-xl-3, body .py-xl-3 {
    padding-top: 1rem !important;
  }
  body .pr-xl-3, body .px-xl-3 {
    padding-right: 1rem !important;
  }
  body .pb-xl-3, body .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  body .pl-xl-3, body .px-xl-3 {
    padding-left: 1rem !important;
  }
  body .p-xl-4 {
    padding: 1.5rem !important;
  }
  body .pt-xl-4, body .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  body .pr-xl-4, body .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  body .pb-xl-4, body .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  body .pl-xl-4, body .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  body .p-xl-5 {
    padding: 3rem !important;
  }
  body .pt-xl-5, body .py-xl-5 {
    padding-top: 3rem !important;
  }
  body .pr-xl-5, body .px-xl-5 {
    padding-right: 3rem !important;
  }
  body .pb-xl-5, body .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  body .pl-xl-5, body .px-xl-5 {
    padding-left: 3rem !important;
  }
  body .m-xl-auto {
    margin: auto !important;
  }
  body .mt-xl-auto, body .my-xl-auto {
    margin-top: auto !important;
  }
  body .mr-xl-auto, body .mx-xl-auto {
    margin-right: auto !important;
  }
  body .mb-xl-auto, body .my-xl-auto {
    margin-bottom: auto !important;
  }
  body .ml-xl-auto, body .mx-xl-auto {
    margin-left: auto !important;
  }
}
body .text-justify {
  text-align: justify !important;
}
body .text-nowrap {
  white-space: nowrap !important;
}
body .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .text-left {
  text-align: left !important;
}
body .text-right {
  text-align: right !important;
}
body .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  body .text-sm-left {
    text-align: left !important;
  }
  body .text-sm-right {
    text-align: right !important;
  }
  body .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 868px) {
  body .text-md-left {
    text-align: left !important;
  }
  body .text-md-right {
    text-align: right !important;
  }
  body .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  body .text-lg-left {
    text-align: left !important;
  }
  body .text-lg-right {
    text-align: right !important;
  }
  body .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  body .text-xl-left {
    text-align: left !important;
  }
  body .text-xl-right {
    text-align: right !important;
  }
  body .text-xl-center {
    text-align: center !important;
  }
}
body .text-lowercase {
  text-transform: lowercase !important;
}
body .text-uppercase {
  text-transform: uppercase !important;
}
body .text-capitalize {
  text-transform: capitalize !important;
}
body .font-weight-light {
  font-weight: 300 !important;
}
body .font-weight-normal {
  font-weight: 400 !important;
}
body .font-weight-bold {
  font-weight: 700 !important;
}
body .font-italic {
  font-style: italic !important;
}
body .text-white {
  color: #fff !important;
}
body .text-primary {
  color: #007bff !important;
}
body a.text-primary:focus, body a.text-primary:hover {
  color: #0062cc !important;
}
body .text-secondary {
  color: #6c757d !important;
}
body a.text-secondary:focus, body a.text-secondary:hover {
  color: #545b62 !important;
}
body .text-success {
  color: #28a745 !important;
}
body a.text-success:focus, body a.text-success:hover {
  color: #1e7e34 !important;
}
body .text-info {
  color: #17a2b8 !important;
}
body a.text-info:focus, body a.text-info:hover {
  color: #117a8b !important;
}
body .text-warning {
  color: #ffc107 !important;
}
body a.text-warning:focus, body a.text-warning:hover {
  color: #d39e00 !important;
}
body .text-danger {
  color: #dc3545 !important;
}
body a.text-danger:focus, body a.text-danger:hover {
  color: #bd2130 !important;
}
body .text-light {
  color: #f8f9fa !important;
}
body a.text-light:focus, body a.text-light:hover {
  color: #dae0e5 !important;
}
body .text-dark {
  color: #343a40 !important;
}
body a.text-dark:focus, body a.text-dark:hover {
  color: #1d2124 !important;
}
body .text-muted {
  color: #6c757d !important;
}
body .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
body .visible {
  visibility: visible !important;
}
body .invisible {
  visibility: hidden !important;
}
@media print {
  body *, body :after, body :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  body a:not(.btn) {
    text-decoration: underline;
  }
  body abbr[title]:after {
    content: " (" attr(title) ")";
  }
  body pre {
    white-space: pre-wrap !important;
  }
  body blockquote, body pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  body thead {
    display: table-header-group;
  }
  body img, body tr {
    page-break-inside: avoid;
  }
  body h2, body h3, body p {
    orphans: 3;
    widows: 3;
  }
  body h2, body h3 {
    page-break-after: avoid;
  }
  @page {
    body {
      size: a3;
    }
  }
  body body {
    min-width: 992px !important;
  }
  body .container {
    min-width: 992px !important;
  }
  body .navbar {
    display: none;
  }
  body .badge {
    border: 1px solid #000;
  }
  body .table {
    border-collapse: collapse !important;
  }
  body .table td, body .table th {
    background-color: #fff !important;
  }
  body .table-bordered td, body .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

body .container {
  padding: 0;
}

@media (min-width: 576px) {
  body .container {
    max-width: none;
  }
}
@media (min-width: 868px) {
  body .container {
    max-width: 840px;
  }
}
@media (min-width: 1024px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1080px;
  }
}
@media screen and (min-width: 0px) and (max-width: 867px) {
  body .container {
    width: 95%;
    padding: 0 10px;
  }
}
.no-gutters {
  margin: 0;
  padding: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #23221f;
  background-color: #F1F1F6;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.95em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
body a {
  color: inherit;
}
body a:hover {
  text-decoration: none;
  color: inherit;
}
body .sp-only {
  display: none;
}
body .cv-btn,
body .cv-bnr,
body .cv-txt {
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body .cv-btn {
  background: #EA182D;
  border: 2px solid #EA182D;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
}
body h2,
body h3,
body h4,
body .serif {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  letter-spacing: -0.05em;
}
body .eng {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

body #wrapper {
  position: relative;
  height: auto;
  margin: 0 auto;
  z-index: 3;
  background-color: #F1F1F6;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 999;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(67, 72, 104)), to(rgb(44, 46, 58)));
  background-image: linear-gradient(90deg, rgb(67, 72, 104), rgb(44, 46, 58));
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.5);
}
body header .p-header__inner .p-header__logo {
  padding-left: 40px;
  width: 180px;
}
body header .p-header__inner .btn-box {
  margin-right: 20px;
}
body header .p-header__inner .btn-box .cv-btn.slide {
  background: #EA182D;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  height: 60px;
  padding: 5px 20px;
}
body header .p-header__inner .btn-box .cv-btn.slide span {
  font-size: 0.8rem;
  line-height: 1rem;
}
body header .p-header__inner .cv-btn.slide::after {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
body header .p-header__inner .cv-btn.slide:hover {
  color: #EA182D;
}
body header .p-header__inner .cv-btn.slide:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
body header .hamburger {
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  padding: 20px;
  background-color: #F1F1F6;
  cursor: pointer;
}
body header .hamburger span,
body header .hamburger span::after,
body header .hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #33374F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header span::before {
  top: -12px;
}
body header span::after {
  bottom: -12px;
}
body header .open span {
  background: rgba(30, 30, 30, 0);
}
body header .open span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
}
body header .open span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0px;
}
body header .nav {
  position: fixed;
  width: 40%;
  height: 100svh;
  top: 80px;
  right: -100%;
  padding: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 8;
  background: rgba(234, 24, 45, 0.8);
  will-change: transform;
}
body header .nav__item a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 15px 0px 5px 0px;
  text-transform: uppercase;
  padding-right: 60px;
}
body header .nav__item a .eng {
  font-size: 0.7rem;
  line-height: 1rem;
  padding-bottom: 5px;
}
body header ul.nav__list {
  width: 100%;
}
body header li.nav__item {
  border-bottom: 1px solid #F1F1F6;
  line-height: 1.4rem;
  padding-bottom: 5px;
}
body header li.nav__item a:hover {
  color: #33374F;
}
body header .nav.open {
  right: 0;
  overflow: scroll;
}
body header li.nav__item a:after {
  position: absolute;
  content: "／";
  /* font-weight: 700; */
  /* font-family: 'Noto Serif JP'; */
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
}
body #l-main section .container {
  padding: 60px 0;
  position: relative;
}
body #l-main section .inner {
  padding: 0 40px;
}
body #l-main section h2 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 4rem;
  padding-top: 10px;
  padding-bottom: 20px;
  display: inline-block;
  border-top: solid 2px #EA182D;
}
body #l-main section h3 {
  font-size: 2rem;
  line-height: 3rem;
  padding-top: 10px;
  padding-bottom: 20px;
}
body #l-main section h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding-top: 10px;
  padding-bottom: 15px;
  letter-spacing: 0;
}
body #l-main section p.heading-eng {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  color: #EA182D;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
body #l-main .p-firstView {
  position: fixed;
  width: 100%;
  height: 100svh;
  /*overflow: hidden;*/
  color: #fff;
  background: #000;
  font-weight: 700;
  will-change: transform;
}
body #l-main .p-firstView .p-firstView__bg {
  width: 100%;
  height: 100svh;
}
body #l-main .p-firstView .p-firstView__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(15.38%, rgba(51, 55, 79, 0.6)), color-stop(49.52%, rgba(73, 80, 125, 0.6)), color-stop(84.62%, rgba(51, 55, 79, 0.6)));
  background: linear-gradient(270deg, rgba(51, 55, 79, 0.6) 15.38%, rgba(73, 80, 125, 0.6) 49.52%, rgba(51, 55, 79, 0.6) 84.62%);
}
body #l-main .p-firstView .p-firstView__bg img {
  display: block;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body #l-main .p-firstView .p-firstView__inner {
  position: absolute;
  top: 50vh;
  left: 50%;
  right: 50%;
  width: 90%;
  max-width: 820px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
}
body #l-main .p-firstView .p-firstView__inner .mainword,
body #l-main .p-firstView .p-firstView__inner .badge {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
body #l-main .p-firstView .p-firstView__inner .mainword img,
body #l-main .p-firstView .p-firstView__inner .badge img {
  width: calc(100px + 70vh);
  text-align: center;
  margin: 0 auto;
}
body #l-main .p-firstView .p-firstView__inner p {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.2em;
  text-shadow: 0px 1px 8px #33374F;
}
body #l-main .p-firstView .p-firstView__inner p span {
  color: #EA182D;
}
body #l-main #scroll {
  position: relative;
  top: 84vh;
}
body #l-main .r-group {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(67, 72, 104, 0.85)), to(rgba(44, 46, 58, 0.85)));
  background-image: linear-gradient(90deg, rgba(67, 72, 104, 0.85), rgba(44, 46, 58, 0.85));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body #l-main .r-group .group-box {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding: 10px 40px;
}
body #l-main .r-group .group-box ::before {
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ffffff;
}
body #l-main .r-group p {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body #l-main .r-group img {
  width: 90%;
  margin: 0 auto;
}
body #l-main .p-entry {
  background: -webkit-gradient(linear, left top, right top, from(#B51323), color-stop(49.52%, #EA182D), to(#B11222));
  background: linear-gradient(90deg, #B51323 0%, #EA182D 49.52%, #B11222 100%);
}
body #l-main .p-entry .p-entry__inner {
  width: 80%;
}
body #l-main .p-entry .p-entry__inner .p-entry__cv-btn {
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 100%;
  background-color: #FFF;
  margin: 10px 0;
  color: #EA182D;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 4px 16px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 16px 5px rgba(0, 0, 0, 0.2);
  /* アイコンのスタイル */
}
body #l-main .p-entry .p-entry__inner .p-entry__cv-btn span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
body #l-main .p-entry .p-entry__inner .p-entry__cv-btn ::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 9999px;
  background-color: #EA182D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body #l-main .p-entry .p-entry__inner .p-entry__cv-btn ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  border-radius: 2px;
}
body #l-main .p-entry .p-entry__inner .p-entry__cv-btn:hover {
  background-color: #EA182D;
  color: #fff;
  border: 4px solid #B11222;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body #l-main .p-entry .p-entry__inner .p-entry__cv-btn:hover ::before {
  background-color: #fff;
}
body #l-main .p-entry .p-entry__inner .p-entry__cv-btn:hover ::after {
  border-top: 4px solid #EA182D;
  border-right: 4px solid #EA182D;
}
body #l-main .p-what {
  background-color: #F1F1F6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body #l-main .p-what .p-what__groupMap {
  background-color: #fff;
}
body #l-main .p-what .p-what__groupMap .inner {
  padding: 40px;
}
body #l-main .p-what .p-what__groupMap img {
  width: 720px;
}
body #l-main .p-point {
  background-color: #33374F;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body #l-main .p-point .pointlist .row.align-c {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#434868), color-stop(46.63%, #434868), to(#2C2E3A));
  background: linear-gradient(90deg, #434868 0%, #434868 46.63%, #2C2E3A 100%);
  opacity: 0.85;
  -webkit-box-shadow: 1px 1px 8px #1e1f22;
          box-shadow: 1px 1px 8px #1e1f22;
}
body #l-main .p-point .pointlist .row.align-c .img-box {
  right: 40px;
  height: calc(550px - 5vw);
}
body #l-main .p-point .pointlist .row.align-c.point02 {
  background: -webkit-gradient(linear, right top, left top, from(#434868), color-stop(46.63%, #434868), to(#2C2E3A));
  background: linear-gradient(270deg, #434868 0%, #434868 46.63%, #2C2E3A 100%);
  opacity: 0.85;
}
body #l-main .p-point .pointlist .row.align-c.point02 .img-box {
  left: 40px;
}
body #l-main .p-point .pointlist .point-img {
  height: calc(550px - 5vw);
  width: 100%;
  background-size: cover;
}
body #l-main .p-point .pointlist .point01 .point-img {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  background: url(../img/img-point-01.jpeg) center no-repeat;
  background-size: cover;
}
body #l-main .p-point .pointlist .point02 .point-img {
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 100%);
  background: url(../img/img-point-02.jpeg) center no-repeat;
  background-size: cover;
}
body #l-main .p-point .pointlist .point03 .point-img {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  background: url(../img/img-point-03.jpeg) center no-repeat;
  background-size: cover;
}
body #l-main .p-point .pointlist .point-text {
  position: relative;
  padding-right: 10%;
}
body #l-main .p-point .pointlist .point-text p.num {
  text-align: left;
  font-size: 6.5rem;
  font-weight: 600;
  padding-bottom: 30px;
}
body #l-main .p-point .pointlist .point02 .point-text {
  position: relative;
  padding-left: 10%;
  padding-right: 0;
}
body #l-main .p-point .memolist {
  display: block;
  padding-bottom: 80px;
}
body #l-main .p-point .memolist .text-box {
  position: absolute;
  width: 100%;
  height: auto;
  top: 20%;
  margin-bottom: 60px;
}
body #l-main .p-point .memolist .memo {
  color: #EA182D;
  margin-bottom: 0px;
  padding-bottom: 5px;
  line-height: 0.8rem;
}
body #l-main .p-point .memolist div.t-trim {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
  height: auto;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(30, 65, 97, 0.85)), color-stop(90%, rgba(33, 101, 129, 0.85)));
  background: linear-gradient(270deg, rgba(30, 65, 97, 0.85) 10%, rgba(33, 101, 129, 0.85) 90%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px 40px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  z-index: 1;
  color: #FFF;
}
body #l-main .p-point .memolist .img-box img {
  top: 0px;
  right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 320px;
  margin-bottom: 60px;
}
body #l-main .p-merit {
  background-color: #F1F1F6;
}
body #l-main .p-merit .meritlist .text-box {
  position: relative;
  width: 100%;
  height: auto;
  top: 0px;
}
body #l-main .p-merit .meritlist div.t-trim {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60%;
  min-height: 300px;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(25, 23, 84, 0.85)), color-stop(90%, rgba(41, 48, 101, 0.85)));
  background: linear-gradient(270deg, rgba(25, 23, 84, 0.85) 10%, rgba(41, 48, 101, 0.85) 90%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 60px 40px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  z-index: 1;
  color: #FFF;
}
body #l-main .p-merit .meritlist .img-box img {
  top: 40px;
  right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 360px;
  margin-bottom: 90px;
}
body #l-main .p-jobs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
body #l-main .p-jobs.parallax-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 49, 78, 0.7)), to(rgba(51, 49, 78, 0.7))), url(../img/bg-jobs.jpg);
  background: linear-gradient(0deg, rgba(51, 49, 78, 0.7), rgba(51, 49, 78, 0.7)), url(../img/bg-jobs.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #l-main .p-jobs a {
  display: block;
  color: #111;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 12px;
}
body #l-main .p-jobs .jobs-list {
  padding-top: 40px;
}
body #l-main .p-jobs .jobs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #l-main .p-jobs .jobs-box__img-box {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
  height: 300px;
  background: #EA182D;
  position: relative;
}
body #l-main .p-jobs .jobs-box__img-box .icon {
  padding-top: 120px;
  padding-bottom: 25%;
  color: #fff;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
}
body #l-main .p-jobs .jobs-box__img-box .icon img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}
body #l-main .p-jobs .jobs-box__img-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
body #l-main .p-jobs .jobs-box__img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
}
body #l-main .p-jobs .jobs-box__caption-box {
  height: 210px;
  margin: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #l-main .p-jobs .jobs-box__caption-box p {
  line-height: 1.6rem;
}
body #l-main .p-jobs .jobs-box__caption-box p.position {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  height: 75px;
  overflow: hidden;
}
body #l-main .p-jobs .jobs-box__caption-box p.position span {
  font-size: 0.8rem;
  letter-spacing: -0.1px;
}
body #l-main .p-jobs .jobs-box__caption-box p.explanation {
  margin-bottom: 0;
}
body #l-main .support .support-box {
  padding: 5px;
  color: #fff;
}
body #l-main .support .support-box h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 10px;
}
body #l-main .support .support-box p {
  margin-bottom: 0;
}
body #l-main .support .support-box .red {
  background-color: #AC6869;
}
body #l-main .support .support-box .blue {
  background-color: #4C6C80;
}
body #l-main .support .support-box .purple {
  background-color: #645D75;
}
body #l-main .support .support-box .yellow {
  background-color: #947F65;
}
body #l-main .support .support-box .txt-box {
  min-height: 230px;
  padding: 15px 20px;
  padding-bottom: 5px;
}
body #l-main .support img {
  width: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 280px;
}
body #l-main .p-careerSupport {
  background-color: #F1F1F6;
}
body #l-main .p-workstyleSupport {
  background-color: #33374F;
  color: #fff;
}
body #l-main .p-data {
  background-color: #3E4262;
  color: #fff;
}
body #l-main .p-voice {
  background-color: #F1F1F6;
}
body #l-main .p-voice h3 {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}
body #l-main .p-voice h3::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #EA182D;
  width: 80px;
  left: 0;
  bottom: 5px;
}
body #l-main .p-voice .voice-box {
  margin-bottom: 40px;
}
body #l-main .p-voice .voice-box img {
  width: 75%;
}
body #l-main .p-faq {
  background-color: #33374F;
  color: #fff;
  /*ベース*/
}
body #l-main .p-faq .faq-box {
  border-bottom: 2px solid #fff;
}
body #l-main .p-faq .faq-box .label-01 {
  margin-top: 0;
}
body #l-main .p-faq .toggle {
  display: none;
}
body #l-main .p-faq .Label {
  /*タイトル*/
  padding: 1em;
  padding-bottom: 5px;
  padding-left: 70px;
  margin-top: 40px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
body #l-main .p-faq .Label::before {
  /*Qアイコン*/
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icon-faq-q.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body #l-main .p-faq .Label::after {
  /*タイトル横の矢印*/
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid #EA182D;
  border-right: 4px solid #EA182D;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-radius: 2px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
body #l-main .p-faq .Label,
body #l-main .p-faq .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body #l-main .p-faq .content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  padding-left: 70px;
  overflow: hidden;
}
body #l-main .p-faq .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 70px;
  padding-right: 0px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
body #l-main .p-faq .toggle:checked + .Label::after {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
body footer {
  position: relative;
  top: 84vh;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 400;
}
body footer .l-footer__brandarea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 280px;
  padding: 40px 0;
}
body footer .l-footer__brandarea.parallax-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 49, 78, 0.7)), to(rgba(51, 49, 78, 0.7))), url(../img/bg-footer.jpg);
  background: linear-gradient(0deg, rgba(51, 49, 78, 0.7), rgba(51, 49, 78, 0.7)), url(../img/bg-footer.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body footer .l-footer__brandarea.parallax-bg .brand-box {
  width: 440px;
}
body footer .l-footer__addressarea {
  background-color: #F1F1F6;
  font-size: 0.7rem;
  line-height: 1.2rem;
  padding-bottom: 60px;
}
body footer .l-footer__addressarea .logo-box {
  width: 160px;
}

@media screen and (max-width: 1024px) {
  body header .p-header__inner .p-header__logo {
    padding-left: 20px;
    width: 150px;
  }
  body header .nav {
    width: 50%;
  }
  body #l-main section .container {
    padding: 60px 0;
    position: relative;
  }
  body #l-main section .inner {
    padding: 0 15px;
  }
  body #l-main .p-firstView .p-firstView__inner {
    width: 90%;
  }
  body #l-main .p-firstView .p-firstView__inner .mainword,
  body #l-main .p-firstView .p-firstView__inner .badge {
    margin-bottom: 5px;
  }
  body #l-main .p-firstView .p-firstView__inner .mainword img,
  body #l-main .p-firstView .p-firstView__inner .badge img {
    width: calc(200px + 50vh);
    margin-bottom: 10px;
  }
  body #l-main .p-firstView .p-firstView__inner p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  body #l-main .r-group .group-box {
    width: 90%;
  }
  body #l-main .r-group img {
    width: 100%;
  }
  body #l-main .support .support-box .txt-box {
    min-height: 230px;
  }
  body #l-main .support img {
    width: calc(100% - 20px);
    height: 240px;
  }
  body #l-main .p-voice h3 {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 868px) {
  body .pc-only {
    display: none;
  }
  body .sp-only {
    display: block;
  }
  body #l-main section .container {
    padding: 40px 0;
  }
  body #l-main section .inner {
    padding: 0 30px;
  }
  body #l-main section h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  body #l-main section h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  body #l-main section h4 {
    font-size: 1.65rem;
    line-height: 2.4rem;
  }
  body #l-main section p.heading-eng {
    font-size: 16px;
  }
  body header .p-header__inner .p-header__logo {
    padding-left: 15px;
    width: 150px;
  }
  body header .nav {
    width: 80%;
    padding: 25px;
  }
  body #l-main .p-firstView .p-firstView__inner {
    width: 85%;
  }
  body #l-main .p-firstView .p-firstView__inner .mainword,
  body #l-main .p-firstView .p-firstView__inner .badge {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  body #l-main .p-firstView .p-firstView__inner .mainword img,
  body #l-main .p-firstView .p-firstView__inner .badge img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  body #l-main .p-firstView .p-firstView__inner .badge {
    width: 100%;
  }
  body #l-main .p-firstView .p-firstView__inner .badge img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  body #l-main .p-firstView .p-firstView__inner p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 3.7037037037vw;
    line-height: 140%;
  }
  body #l-main .r-group p {
    font-size: 3.6vw;
    margin-bottom: 0px;
    padding-bottom: 5px;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  body #l-main .p-entry .p-entry__inner {
    width: 100%;
    padding: 0px 20px;
  }
  body #l-main .p-entry .p-entry__inner img {
    width: 80%;
  }
  body #l-main .p-entry .p-entry__inner .p-entry__cv-btn {
    font-size: 1.8rem;
    /* アイコンのスタイル */
  }
  body #l-main .p-entry .p-entry__inner .p-entry__cv-btn ::before {
    right: 15px;
    width: 45px;
    height: 45px;
  }
  body #l-main .p-entry .p-entry__inner .p-entry__cv-btn ::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 20px;
    height: 20px;
  }
  body #l-main .p-point .container {
    width: 100%;
  }
  body #l-main .p-point .pointlist .row.align-c .img-box {
    right: 40px;
    height: 300px;
  }
  body #l-main .p-point .pointlist .point-img {
    height: 100%;
    width: 100%;
    background-size: cover;
  }
  body #l-main .p-point .pointlist .point-text {
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
    margin: 40px 0;
  }
  body #l-main .p-point .pointlist .point-text p.num {
    text-align: left;
    font-size: 6.5rem;
    font-weight: 600;
    padding-bottom: 30px;
  }
  body #l-main .p-point .pointlist .point02 .point-text {
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
  }
  body #l-main .p-point .memolist {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body #l-main .p-point .memolist .text-box {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    margin-bottom: 0px;
  }
  body #l-main .p-point .memolist .text-box p {
    margin-bottom: 0;
  }
  body #l-main .p-point .memolist .memo {
    color: #EA182D;
    margin-bottom: 0px;
    padding-bottom: 5px;
    line-height: 0.8rem;
  }
  body #l-main .p-point .memolist div.t-trim {
    position: relative;
    top: -40px;
    right: 0px;
    left: 10%;
    width: 90%;
    height: auto;
  }
  body #l-main .p-point .memolist .img-box img {
    top: 0px;
    right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
  }
  body #l-main .p-merit .reset-container .container {
    padding: 0;
    width: 100%;
    margin: 0px;
  }
  body #l-main .p-merit .meritlist .text-box {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    margin-bottom: 0px;
  }
  body #l-main .p-merit .meritlist div.t-trim {
    position: relative;
    top: 0px;
    left: 0px;
    width: 90%;
    min-height: auto;
  }
  body #l-main .p-merit .meritlist .img-box img {
    top: -15%;
    right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90%;
    height: 360px;
    margin-bottom: 60px;
    float: right;
  }
  body #l-main .p-jobs.parallax-bg {
    background-attachment: scroll;
  }
  body #l-main .p-jobs .jobs-box__img-box {
    height: 300px;
    margin-bottom: 0px;
  }
  body #l-main .p-jobs .jobs-box__img-box .icon {
    padding-top: 120px;
    padding-bottom: 25%;
    width: 80px;
    height: 80px;
  }
  body #l-main .p-jobs .jobs-box__img-box img {
    height: 300px;
  }
  body #l-main .p-jobs .jobs-box__caption-box {
    height: auto;
    margin: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #l-main .p-jobs .jobs-box__caption-box p.explanation {
    margin-bottom: 20px;
  }
  body #l-main .support .reset-container .container {
    padding: 0;
    width: 100%;
    margin: 0px;
    padding-bottom: 40px;
  }
  body #l-main .support .support-box {
    padding: 5px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    padding-left: 5%;
    margin-bottom: 20px;
  }
  body #l-main .support .support-box h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 10px;
  }
  body #l-main .support .support-box p {
    margin-bottom: 0;
  }
  body #l-main .support img {
    width: calc(100% - 20px);
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    height: 280px;
  }
  body #l-main .p-voice h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
    position: relative;
  }
  body #l-main .p-voice h3::after {
    width: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5px;
  }
  body #l-main .p-voice p.workerPosition {
    text-align: center;
    line-height: 1.6rem;
  }
  body #l-main .p-voice .voice-box {
    margin-bottom: 40px;
  }
  body #l-main .p-voice .voice-box img {
    width: 50%;
  }
  body #l-main .p-faq .inner {
    padding: 0 15px;
  }
  body #l-main .p-faq .faq-box {
    border-bottom: 2px solid #fff;
  }
  body #l-main .p-faq .faq-box .label-01 {
    margin-top: 0;
  }
  body #l-main .p-faq .Label {
    padding-left: 50px;
    padding-right: 40px;
  }
  body #l-main .p-faq .Label::before {
    top: 50%;
    width: 35px;
    height: 35px;
  }
  body #l-main .p-faq .Label::after {
    width: 15px;
    height: 15px;
  }
  body #l-main .p-faq .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 15px;
    padding-left: 50px;
  }
  body #l-main .p-faq .toggle:checked + .Label + .content {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 15px;
  }
  body footer .l-footer__brandarea.parallax-bg {
    background-attachment: scroll;
  }
  body footer .l-footer__brandarea.parallax-bg .brandbox {
    width: 55%;
  }
  body footer .l-footer__addressarea {
    background-color: #F1F1F6;
  }
  body footer .l-footer__addressarea .logobox {
    width: 140px;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 15px;
  }
  body .pc-only {
    display: none;
  }
  body .sp-only {
    display: block;
  }
  body #l-main section .container {
    padding: 40px 0;
  }
  body #l-main section .inner {
    padding: 0 15px;
  }
  body #l-main section h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body #l-main section h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  body #l-main section h4 {
    font-size: 1.45rem;
    line-height: 2rem;
  }
  body header {
    height: 60px;
  }
  body header .p-header__inner .p-header__logo {
    padding-left: 10px;
    width: 120px;
  }
  body header .p-header__inner .btn-box {
    margin-right: 10px;
  }
  body header .p-header__inner .btn-box .cv-btn.slide {
    font-size: 1.05rem;
    padding: 5px 15px;
    height: 50px;
  }
  body header .p-header__inner .btn-box .cv-btn.slide span {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  body header .hamburger {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  body header .nav {
    width: 100%;
    top: 60px;
  }
  body header .nav__item a {
    font-size: 16px;
  }
  body #l-main .p-firstView {
    position: relative;
    height: 85svh;
  }
  body #l-main .p-firstView .p-firstView__inner {
    width: 90%;
  }
  body #l-main .p-firstView .p-firstView__inner .mainword,
  body #l-main .p-firstView .p-firstView__inner .badge {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1.2rem;
  }
  body #l-main .p-firstView .p-firstView__inner .mainword img,
  body #l-main .p-firstView .p-firstView__inner .badge img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  body #l-main .p-firstView .p-firstView__inner .badge {
    width: 100%;
  }
  body #l-main .p-firstView .p-firstView__inner .badge img {
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
  body #l-main .p-firstView .p-firstView__inner p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 4.5454545455vw;
    line-height: 140%;
    letter-spacing: 0.05em;
  }
  body #l-main #scroll {
    top: 0;
  }
  body #l-main .r-group .group-box {
    width: 90%;
    padding: 10px 20px;
  }
  body #l-main .r-group p {
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    line-height: 2rem;
  }
  body #l-main .r-group img {
    width: 95%;
  }
  body #l-main .p-entry .p-entry__inner {
    width: 100%;
    padding: 0px 20px;
  }
  body #l-main .p-entry .p-entry__inner img {
    width: 80%;
  }
  body #l-main .p-entry .p-entry__inner .p-entry__cv-btn {
    font-size: 1.5rem;
    padding: 5px 10px;
    /* アイコンのスタイル */
  }
  body #l-main .p-entry .p-entry__inner .p-entry__cv-btn span {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  body #l-main .p-entry .p-entry__inner .p-entry__cv-btn ::before {
    right: 10px;
    width: 35px;
    height: 35px;
  }
  body #l-main .p-entry .p-entry__inner .p-entry__cv-btn ::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    width: 15px;
    height: 15px;
  }
  body #l-main .p-what .p-what__groupMap .container {
    padding: 20px;
  }
  body #l-main .p-what .p-what__groupMap .inner {
    padding: 10px 0px;
  }
  body #l-main .p-point .pointlist .row.align-c .img-box {
    height: 240px;
  }
  body #l-main .p-point .pointlist .point-text p.num {
    font-size: 5rem;
  }
  body #l-main .p-point .pointlist .point02 .point-text {
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
  }
  body #l-main .p-merit .meritlist div.t-trim {
    padding: 40px 25px;
  }
  body #l-main .p-merit .meritlist .img-box img {
    height: 300px;
    margin-bottom: 30px;
  }
  body #l-main .p-jobs .jobs-box__img-box {
    height: 300px;
    margin-bottom: 0px;
  }
  body #l-main .p-jobs .jobs-box__img-box .icon {
    padding-top: 120px;
    padding-bottom: 25%;
    width: 80px;
    height: 80px;
  }
  body #l-main .p-jobs .jobs-box__img-box img {
    height: 300px;
  }
  body #l-main .p-jobs .jobs-box__caption-box {
    height: auto;
    margin: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #l-main .p-jobs .jobs-box__caption-box p.explanation {
    margin-bottom: 20px;
  }
  body #l-main .support .support-box h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  body #l-main .p-voice h3 {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  body #l-main .p-voice h3::after {
    width: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5px;
  }
  body #l-main .p-voice p.workerPosition {
    text-align: center;
    line-height: 1.6rem;
  }
  body #l-main .p-voice .voice-box {
    margin-bottom: 40px;
  }
  body #l-main .p-voice .voice-box img {
    width: 50%;
  }
  body #l-main .p-faq .inner {
    padding: 0 15px;
  }
  body #l-main .p-faq .faq-box {
    border-bottom: 2px solid #fff;
  }
  body #l-main .p-faq .faq-box .label-01 {
    margin-top: 0;
  }
  body #l-main .p-faq .Label {
    padding-left: 50px;
    padding-right: 35px;
    font-size: 1.15rem;
  }
  body #l-main .p-faq .Label::before {
    top: 50%;
    width: 35px;
    height: 35px;
  }
  body #l-main .p-faq .Label::after {
    right: 10px;
  }
  body #l-main .p-faq .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 15px;
    padding-left: 50px;
  }
  body #l-main .p-faq .toggle:checked + .Label + .content {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 15px;
  }
  body footer {
    top: 0px;
  }
  body footer .l-footer__brandarea {
    padding: 20px 0;
  }
  body footer .l-footer__brandarea.parallax-bg {
    min-height: 0px;
    height: auto;
  }
  body footer .l-footer__brandarea.parallax-bg .brand-box {
    width: 55%;
  }
  body footer .l-footer__addressarea {
    background-color: #F1F1F6;
  }
  body footer .l-footer__addressarea .logo-box {
    width: 140px;
  }
}
@media screen and (max-width: 390px) {
  body header .p-header__inner .p-header__logo {
    padding-left: 10px;
    width: 96px;
  }
  body header .p-header__inner .btn-box .cv-btn.slide {
    font-size: 1rem;
    padding: 5px 10px;
    height: 45px;
    line-height: 1.35rem;
  }
}
@media screen and (max-width: 374px) {
  body #l-main .p-firstView .p-firstView__inner {
    top: calc(50vh + 50px);
  }
  body #l-main .p-firstView {
    height: 100vh;
  }
}
@media (any-hover: hover) {
  #l-main .p-jobs a:hover {
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 6px rgb(234, 24, 45);
            box-shadow: 0px 0px 0px 6px rgb(234, 24, 45);
    background-color: #201F2D;
  }
  #l-main .p-jobs a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    /*拡大*/
    transition-duratiosn: 0.6s;
    opacity: 0.5;
  }
  #l-main .p-jobs a:hover :hover .jobs-box__img-box .mask {
    opacity: 1;
  }
}