@charset "UTF-8";
/*font-size*/
/*line-height*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #666;
  --gray-dark: #888;
  --primary: #007bff;
  --secondary: #666;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #111;
  --dark: #888;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  --font-family-monospace: "標楷體", "新細明體", Helvetica, Arial;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, img, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
/*  vertical-align: baseline;*/
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

a:visted {
  color: inherit;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: hidden;
  width: 100%;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  /*font-size: 100%;*/
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: left;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  line-height: 1.5;
  color: inherit;
}

h1, .h1 {
  font-size: 2.2rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.6rem;
}

h5, .h5 {
  font-size: 1.4rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.xc-text-h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.xc-text-h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.xc-text-h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.xc-text-h4 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.xc-text-h5 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.xc-text-h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.xc-text-display1 {
  font-size: 5rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.xc-text-display2 {
  font-size: 4.5rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.xc-text-display3 {
  font-size: 4rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.xc-text-display4 {
  font-size: 3.5rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.xc-text-display5 {
  font-size: 3rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.xc-text-display6 {
  font-size: 2.5rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 425px) {
  .xc-text-xs-h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xs-h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xs-h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xs-h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xs-h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xs-h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xs-display1 {
    font-size: 5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xs-display2 {
    font-size: 4.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xs-display3 {
    font-size: 4rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xs-display4 {
    font-size: 3.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xs-display5 {
    font-size: 3rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xs-display6 {
    font-size: 2.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 540px) {
  .xc-text-sm-h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-sm-h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-sm-h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-sm-h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-sm-h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-sm-h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-sm-display1 {
    font-size: 5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-sm-display2 {
    font-size: 4.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-sm-display3 {
    font-size: 4rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-sm-display4 {
    font-size: 3.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-sm-display5 {
    font-size: 3rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-sm-display6 {
    font-size: 2.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .xc-text-md-h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-md-h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-md-h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-md-h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-md-h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-md-h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-md-display1 {
    font-size: 5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-md-display2 {
    font-size: 4.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-md-display3 {
    font-size: 4rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-md-display4 {
    font-size: 3.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-md-display5 {
    font-size: 3rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-md-display6 {
    font-size: 2.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .xc-text-lg-h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-lg-h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-lg-h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-lg-h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-lg-h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-lg-h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-lg-display1 {
    font-size: 5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-lg-display2 {
    font-size: 4.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-lg-display3 {
    font-size: 4rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-lg-display4 {
    font-size: 3.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-lg-display5 {
    font-size: 3rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-lg-display6 {
    font-size: 2.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .xc-text-xl-h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xl-h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xl-h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xl-h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xl-h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xl-h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .xc-text-xl-display1 {
    font-size: 5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xl-display2 {
    font-size: 4.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xl-display3 {
    font-size: 4rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xl-display4 {
    font-size: 3.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xl-display5 {
    font-size: 3rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .xc-text-xl-display6 {
    font-size: 2.5rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

.display-1 {
  margin-bottom: 0.5rem;
  font-family: "標楷體", "新細明體", Helvetica, Arial;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-2 {
  margin-bottom: 0.5rem;
  font-family: "標楷體", "新細明體", Helvetica, Arial;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-3 {
  margin-bottom: 0.5rem;
  font-family: "標楷體", "新細明體", Helvetica, Arial;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-4 {
  margin-bottom: 0.5rem;
  font-family: "標楷體", "新細明體", Helvetica, Arial;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-5 {
  margin-bottom: 0.5rem;
  font-family: "標楷體", "新細明體", Helvetica, Arial;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-6 {
  margin-bottom: 0.5rem;
  font-family: "標楷體", "新細明體", Helvetica, Arial;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.xc-lh-h1 {
  line-height: 2.2rem !important;
}

.xc-lh-h2 {
  line-height: 2rem !important;
}

.xc-lh-h3 {
  line-height: 1.8rem !important;
}

.xc-lh-h4 {
  line-height: 1.6rem !important;
}

.xc-lh-h5 {
  line-height: 1.4rem !important;
}

.xc-lh-h6 {
  line-height: 1.2rem !important;
}

.xc-lh-display1 {
  line-height: 5rem !important;
}

.xc-lh-display2 {
  line-height: 4.5rem !important;
}

.xc-lh-display3 {
  line-height: 4rem !important;
}

.xc-lh-display4 {
  line-height: 3.5rem !important;
}

.xc-lh-display5 {
  line-height: 3rem !important;
}

.xc-lh-display6 {
  line-height: 2.5rem !important;
}

@media (min-width: 320px) {
  .xc-lh-sm-h1 {
    line-height: 2.2rem !important;
  }
  .xc-lh-sm-h2 {
    line-height: 2rem !important;
  }
  .xc-lh-sm-h3 {
    line-height: 1.8rem !important;
  }
  .xc-lh-sm-h4 {
    line-height: 1.6rem !important;
  }
  .xc-lh-sm-h5 {
    line-height: 1.4rem !important;
  }
  .xc-lh-sm-h6 {
    line-height: 1.2rem !important;
  }
  .xc-lh-sm-display1 {
    line-height: 5rem !important;
  }
  .xc-lh-sm-display2 {
    line-height: 4.5rem !important;
  }
  .xc-lh-sm-display3 {
    line-height: 4rem !important;
  }
  .xc-lh-sm-display4 {
    line-height: 3.5rem !important;
  }
  .xc-lh-sm-display5 {
    line-height: 3rem !important;
  }
  .xc-lh-sm-display6 {
    line-height: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .xc-lh-md-h1 {
    line-height: 2.2rem !important;
  }
  .xc-lh-md-h2 {
    line-height: 2rem !important;
  }
  .xc-lh-md-h3 {
    line-height: 1.8rem !important;
  }
  .xc-lh-md-h4 {
    line-height: 1.6rem !important;
  }
  .xc-lh-md-h5 {
    line-height: 1.4rem !important;
  }
  .xc-lh-md-h6 {
    line-height: 1.2rem !important;
  }
  .xc-lh-md-display1 {
    line-height: 5rem !important;
  }
  .xc-lh-md-display2 {
    line-height: 4.5rem !important;
  }
  .xc-lh-md-display3 {
    line-height: 4rem !important;
  }
  .xc-lh-md-display4 {
    line-height: 3.5rem !important;
  }
  .xc-lh-md-display5 {
    line-height: 3rem !important;
  }
  .xc-lh-md-display6 {
    line-height: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .xc-lh-lg-h1 {
    line-height: 2.2rem !important;
  }
  .xc-lh-lg-h2 {
    line-height: 2rem !important;
  }
  .xc-lh-lg-h3 {
    line-height: 1.8rem !important;
  }
  .xc-lh-lg-h4 {
    line-height: 1.6rem !important;
  }
  .xc-lh-lg-h5 {
    line-height: 1.4rem !important;
  }
  .xc-lh-lg-h6 {
    line-height: 1.2rem !important;
  }
  .xc-lh-lg-display1 {
    line-height: 5rem !important;
  }
  .xc-lh-lg-display2 {
    line-height: 4.5rem !important;
  }
  .xc-lh-lg-display3 {
    line-height: 4rem !important;
  }
  .xc-lh-lg-display4 {
    line-height: 3.5rem !important;
  }
  .xc-lh-lg-display5 {
    line-height: 3rem !important;
  }
  .xc-lh-lg-display6 {
    line-height: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .xc-lh-xl-h1 {
    line-height: 2.2rem !important;
  }
  .xc-lh-xl-h2 {
    line-height: 2rem !important;
  }
  .xc-lh-xl-h3 {
    line-height: 1.8rem !important;
  }
  .xc-lh-xl-h4 {
    line-height: 1.6rem !important;
  }
  .xc-lh-xl-h5 {
    line-height: 1.4rem !important;
  }
  .xc-lh-xl-h6 {
    line-height: 1.2rem !important;
  }
  .xc-lh-xl-display1 {
    line-height: 5rem !important;
  }
  .xc-lh-xl-display2 {
    line-height: 4.5rem !important;
  }
  .xc-lh-xl-display3 {
    line-height: 4rem !important;
  }
  .xc-lh-xl-display4 {
    line-height: 3.5rem !important;
  }
  .xc-lh-xl-display5 {
    line-height: 3rem !important;
  }
  .xc-lh-xl-display6 {
    line-height: 2.5rem !important;
  }
}

.xc-text-justify {
  text-align: justify;
  word-break: break-all;
  text-justify: distribute;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row img {
  width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.xc-list-group ul {
  padding-left: 30px;
}

.xc-list-group ul > ul {
  padding-left: 30px;
}

.link {
  color: #1a8dd4;
  text-decoration: underline;
}

.xc-list-sqr {
  font-size: 1.2rem;
  line-height: 2.2rem;
  width: 100%;
  padding-left: 30px;
}

.xc-list-sqr > li {
  list-style: square !important;
  list-style-position: outside;
  background-image: unset;
}

.xc-list-disc {
  font-size: 1.2rem;
  line-height: 2.2rem;
  width: 100%;
  padding-left: 30px;
}

.xc-list-disc > li {
  list-style: disc !important;
  list-style-position: outside;
  background-image: unset;
}

.xc-list-num {
  font-size: 1.2rem;
  line-height: 2.2rem;
  width: 100%;
  padding-left: 30px;
}

.xc-list-num > li {
  list-style: decimal !important;
  list-style-position: outside;
  background-image: unset;
}

.xc-list-num ul {
  padding: 0;
}

.xc-list-none {
  font-size: 1.2rem;
  line-height: 2.2rem;
  width: 100%;
  padding-left: 30px;
}

.xc-list-none > li {
  list-style: none !important;
  list-style-position: outside;
  background-image: unset;
}

/**
  (圖片檔名,background-size,padding-left)
  預設
  background-size: 30px 30px
  padding-left: 35px
*/
.xc-list-icon {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.xc-list-icon > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  text-align: justify;
  word-break: break-all;
  text-justify: distribute;
  padding: 2px 0;
}

.xc-list-icon > li img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 4px;
}

/*
  (text-color,hover-color,before-color,$before-bg-color,$before-bdrs)
  預設
  $text-color: #333,
  $hover-color: #1a8dd4,
  $before-color: white,
  $before-bg-color: #c12dda,
  $before-bdrs: 5px
  */
.xc-list-small-num {
  font-size: 1.2rem;
  width: 100%;
}

.xc-list-small-num a {
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
}

.xc-list-small-num a:hover {
  color: #1a8dd4;
  text-decoration: underline;
}

.xc-list-small-num li {
  counter-increment: step-counter;
  margin-bottom: 5px;
}

.xc-list-small-num li:before {
  display: inline-block;
  float: left;
  font-size: 1rem;
  color: white;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  content: counter(step-counter);
  background-color: #c12dda;
  border-radius: 5px;
  margin-right: 5px;
}

/*
  (text-color,hover-color,span-color,$span-bg-color)
  預設
  $text-color: #333,
  $hover-color: #1a8dd4,
  $before-color: white,
  $before-bg-color: #c12dda,
  */
.xc-list-span-rec {
  width: 100%;
  line-height: 1.6rem;
}

.xc-list-span-rec a {
  color: #333;
}

.xc-list-span-rec a:hover {
  color: #1a8dd4;
  text-decoration: underline;
}

.xc-list-span-rec li {
  line-height: 32px;
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #e1e1e1;
}

.xc-list-span-rec li span {
  float: left;
  color: white;
  background-color: #d36f5b;
  padding: 0 5px;
  margin-right: 5px;
}

.xc-list-span-rec li h6 {
  line-height: 1.5;
}

.xc-list-content1 {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.xc-list-content1 li {
  background-image: none;
  padding-left: 30px;
  text-indent: -25px;
}

.xc-list-content1 li.href {
  color: #1a8dd4;
  text-decoration: underline;
}

.xc-list-content1 li.href a {
  color: #1a8dd4;
  text-decoration: underline;
}

.xc-list-content1 li:before {
  content: "└ ";
}

.xc-list-content2 {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.xc-list-content2 li {
  background-image: none;
  padding-left: 30px;
  text-indent: -25px;
}

.xc-list-content2 li.href {
  color: #1a8dd4;
  text-decoration: underline;
}

.xc-list-content2 li.href a {
  color: #1a8dd4;
  text-decoration: underline;
}

.xc-list-content2 li:before {
  content: "◆ ";
}

.btn {
  display: inline-block;
  padding: 8px 6px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #777;
  cursor: pointer;
}

.btn:hover, .btn:focus {
  background-color: #2b2b2b;
}

.btn:focus, .btn.focus {
  outline: 0;
}

.btn:active, .btn.active {
  background-color: #2b2b2b;
}

.xc-btn-img {
  clear: both;
  cursor: pointer;
  overflow: hidden;
  width: 280px;
  height: 67px;
  margin: 0 auto;
}

.xc-btn-img:hover img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.xc-btn-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.xc-btn-img .btn-img-overlay {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 8px black;
}

.xc-btn-img .btn-img-overlay a {
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
}

.xc-btn-img .btn-img-overlay a:hover {
  color: #fff9bc;
}

.xc-btn-img .btn-img-overlay span {
  font-size: 1.3rem;
  margin-left: 5px;
}

.xc-btn {
  clear: both;
  width: 85.5%;
  margin: 0 auto;
}

.xc-btn a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-weight: 900;
  font-size: 1.4rem;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.xc-btn a span {
  font-size: 1.3rem;
  margin-left: 5px;
}

.xc-btn-group {
  width: 85.5%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.xc-btn-group .left, .xc-btn-group .right {
  display: inline-block;
  width: 49%;
}

.xc-btn-group .left a, .xc-btn-group .right a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-weight: 900;
  font-size: 1.4rem;
  width: 95%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.xc-btn-group .left a span, .xc-btn-group .right a span {
  font-size: 1.3rem;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .xc-btn {
    width: 95%;
  }
  .xc-btn a {
    width: 100%;
  }
  .xc-btn-group {
    width: 100%;
  }
}

.xc-bg-gradient-red {
  color: #fff;
  border: 1px solid #a30000;
  background: #ff0000;
  background: -webkit-linear-gradient(#ff0000 0%, #b90000 100%);
  background: -o-linear-gradient(#ff0000 0%, #b90000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#b90000));
  background: linear-gradient(#ff0000 0%, #b90000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b90000',GradientType=0);
}

.xc-bg-gradient-red:hover {
  color: #fff9bc;
  background: #b90000;
  background: -webkit-linear-gradient(#b90000 0%, #ff0000 100%);
  background: -o-linear-gradient(#b90000 0%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#b90000), to(#ff0000));
  background: linear-gradient(#b90000 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90000', endColorstr='#ff0000',GradientType=0);
}

.xc-bg-red {
  color: #fff;
  border: 1px solid #a30000;
  background-color: #ff0000;
}

.xc-bg-red:hover {
  color: #fff9bc;
  background-color: #b90000;
}

.xc-bg-gradient-pink1 {
  color: #fff;
  border: 1px solid #e2005a;
  background: #ff0090;
  background: -webkit-linear-gradient(#ff0090 0%, #e2005a 100%);
  background: -o-linear-gradient(#ff0090 0%, #e2005a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0090), to(#e2005a));
  background: linear-gradient(#ff0090 0%, #e2005a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0090', endColorstr='#e2005a',GradientType=0);
}

.xc-bg-gradient-pink1:hover {
  color: #fff9bc;
  background: #e2005a;
  background: -webkit-linear-gradient(#e2005a 0%, #ff0090 100%);
  background: -o-linear-gradient(#e2005a 0%, #ff0090 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e2005a), to(#ff0090));
  background: linear-gradient(#e2005a 0%, #ff0090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2005a', endColorstr='#ff0090',GradientType=0);
}

.xc-bg-pink1 {
  color: #fff;
  border: 1px solid #e2005a;
  background-color: #ff0090;
}

.xc-bg-pink1:hover {
  color: #fff9bc;
  background-color: #e2005a;
}

.xc-bg-gradient-pink2 {
  color: #fff;
  border: 1px solid #da0061;
  background: #ff8dc0;
  background: -webkit-linear-gradient(#ff8dc0 0%, #ff4f9e 100%);
  background: -o-linear-gradient(#ff8dc0 0%, #ff4f9e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8dc0), to(#ff4f9e));
  background: linear-gradient(#ff8dc0 0%, #ff4f9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8dc0', endColorstr='#ff4f9e',GradientType=0);
}

.xc-bg-gradient-pink2:hover {
  color: #fff9bc;
  background: #ff4f9e;
  background: -webkit-linear-gradient(#ff4f9e 0%, #ff8dc0 100%);
  background: -o-linear-gradient(#ff4f9e 0%, #ff8dc0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4f9e), to(#ff8dc0));
  background: linear-gradient(#ff4f9e 0%, #ff8dc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f9e', endColorstr='#ff8dc0',GradientType=0);
}

.xc-bg-pink2 {
  color: #fff;
  border: 1px solid #da0061;
  background-color: #ff8dc0;
}

.xc-bg-pink2:hover {
  color: #fff9bc;
  background-color: #ff4f9e;
}

.xc-bg-gradient-orange1 {
  color: #fff;
  border: 1px solid #fe6600;
  background: #ff7200;
  background: -webkit-linear-gradient(#ff7200 0%, #e93700 100%);
  background: -o-linear-gradient(#ff7200 0%, #e93700 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7200), to(#e93700));
  background: linear-gradient(#ff7200 0%, #e93700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#e93700',GradientType=0);
}

.xc-bg-gradient-orange1:hover {
  color: #fff9bc;
  background: #e93700;
  background: -webkit-linear-gradient(#e93700 0%, #ff7200 100%);
  background: -o-linear-gradient(#e93700 0%, #ff7200 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e93700), to(#ff7200));
  background: linear-gradient(#e93700 0%, #ff7200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93700', endColorstr='#ff7200',GradientType=0);
}

.xc-bg-orange1 {
  color: #fff;
  border: 1px solid #fe6600;
  background-color: #ff7200;
}

.xc-bg-orange1:hover {
  color: #fff9bc;
  background-color: #e93700;
}

.xc-bg-gradient-orange2 {
  color: #fff;
  border: 1px solid #ff8800;
  background: #ffa946;
  background: -webkit-linear-gradient(#ffa946 0%, #ff8800 100%);
  background: -o-linear-gradient(#ffa946 0%, #ff8800 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa946), to(#ff8800));
  background: linear-gradient(#ffa946 0%, #ff8800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa946', endColorstr='#ff8800',GradientType=0);
}

.xc-bg-gradient-orange2:hover {
  color: #fff9bc;
  background: #ff8800;
  background: -webkit-linear-gradient(#ff8800 0%, #ffa946 100%);
  background: -o-linear-gradient(#ff8800 0%, #ffa946 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8800), to(#ffa946));
  background: linear-gradient(#ff8800 0%, #ffa946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#ffa946',GradientType=0);
}

.xc-bg-orange2 {
  color: #fff;
  border: 1px solid #ff8800;
  background-color: #ffa946;
}

.xc-bg-orange2:hover {
  color: #fff9bc;
  background-color: #ff8800;
}

.xc-bg-gradient-green {
  color: #fff;
  border: 1px solid #81b907;
  background: #81b907;
  background: -webkit-linear-gradient(#81b907 0%, #347f0b 100%);
  background: -o-linear-gradient(#81b907 0%, #347f0b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#81b907), to(#347f0b));
  background: linear-gradient(#81b907 0%, #347f0b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b907', endColorstr='#347f0b',GradientType=0);
}

.xc-bg-gradient-green:hover {
  color: #fff9bc;
  background: #347f0b;
  background: -webkit-linear-gradient(#347f0b 0%, #81b907 100%);
  background: -o-linear-gradient(#347f0b 0%, #81b907 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#347f0b), to(#81b907));
  background: linear-gradient(#347f0b 0%, #81b907 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347f0b', endColorstr='#81b907',GradientType=0);
}

.xc-bg-green {
  color: #fff;
  border: 1px solid #81b907;
  background-color: #81b907;
}

.xc-bg-green:hover {
  color: #fff9bc;
  background-color: #347f0b;
}

.xc-bg-gradient-blue1 {
  color: #fff;
  border: 1px solid #013c9b;
  background: #009bf9;
  background: -webkit-linear-gradient(#009bf9 0%, #013796 100%);
  background: -o-linear-gradient(#009bf9 0%, #013796 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#009bf9), to(#013796));
  background: linear-gradient(#009bf9 0%, #013796 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bf9', endColorstr='#013796',GradientType=0);
}

.xc-bg-gradient-blue1:hover {
  color: #fff9bc;
  background: #013796;
  background: -webkit-linear-gradient(#013796 0%, #009bf9 100%);
  background: -o-linear-gradient(#013796 0%, #009bf9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#013796), to(#009bf9));
  background: linear-gradient(#013796 0%, #009bf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013796', endColorstr='#009bf9',GradientType=0);
}

.xc-bg-blue1 {
  color: #fff;
  border: 1px solid #013c9b;
  background-color: #009bf9;
}

.xc-bg-blue1:hover {
  color: #fff9bc;
  background-color: #013796;
}

.xc-bg-gradient-blue2 {
  color: #fff;
  border: 1px solid #0061b3;
  background: #4badff;
  background: -webkit-linear-gradient(#4badff 0%, #3a8ed5 100%);
  background: -o-linear-gradient(#4badff 0%, #3a8ed5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4badff), to(#3a8ed5));
  background: linear-gradient(#4badff 0%, #3a8ed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4badff', endColorstr='#3a8ed5',GradientType=0);
}

.xc-bg-gradient-blue2:hover {
  color: #fff9bc;
  background: #3a8ed5;
  background: -webkit-linear-gradient(#3a8ed5 0%, #4badff 100%);
  background: -o-linear-gradient(#3a8ed5 0%, #4badff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a8ed5), to(#4badff));
  background: linear-gradient(#3a8ed5 0%, #4badff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a8ed5', endColorstr='#4badff',GradientType=0);
}

.xc-bg-blue2 {
  color: #fff;
  border: 1px solid #0061b3;
  background-color: #4badff;
}

.xc-bg-blue2:hover {
  color: #fff9bc;
  background-color: #3a8ed5;
}

.xc-bg-gradient-purple1 {
  color: #fff;
  border: 1px solid #760b6a;
  background: #b34fa8;
  background: -webkit-linear-gradient(#b34fa8 0%, #760b6a 100%);
  background: -o-linear-gradient(#b34fa8 0%, #760b6a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#b34fa8), to(#760b6a));
  background: linear-gradient(#b34fa8 0%, #760b6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b34fa8', endColorstr='#760b6a',GradientType=0);
}

.xc-bg-gradient-purple1:hover {
  color: #fff9bc;
  background: #760b6a;
  background: -webkit-linear-gradient(#760b6a 0%, #b34fa8 100%);
  background: -o-linear-gradient(#760b6a 0%, #b34fa8 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#760b6a), to(#b34fa8));
  background: linear-gradient(#760b6a 0%, #b34fa8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760b6a', endColorstr='#b34fa8',GradientType=0);
}

.xc-bg-purple1 {
  color: #fff;
  border: 1px solid #760b6a;
  background-color: #b34fa8;
}

.xc-bg-purple1:hover {
  color: #fff9bc;
  background-color: #760b6a;
}

.xc-bg-gradient-purple2 {
  color: #fff;
  border: 1px solid #a027fe;
  background: #cc66ff;
  background: -webkit-linear-gradient(#cc66ff 0%, #a027fe 100%);
  background: -o-linear-gradient(#cc66ff 0%, #a027fe 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cc66ff), to(#a027fe));
  background: linear-gradient(#cc66ff 0%, #a027fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#a027fe',GradientType=0);
}

.xc-bg-gradient-purple2:hover {
  color: #fff9bc;
  background: #a027fe;
  background: -webkit-linear-gradient(#a027fe 0%, #cc66ff 100%);
  background: -o-linear-gradient(#a027fe 0%, #cc66ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a027fe), to(#cc66ff));
  background: linear-gradient(#a027fe 0%, #cc66ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a027fe', endColorstr='#cc66ff',GradientType=0);
}

.xc-bg-purple2 {
  color: #fff;
  border: 1px solid #a027fe;
  background-color: #cc66ff;
}

.xc-bg-purple2:hover {
  color: #fff9bc;
  background-color: #a027fe;
}

.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;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  min-width: 0;
  -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
  padding: 1.25rem 1.8rem;
  min-height: 1px;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #c12dda;
  border-bottom: 1px solid #c12dda;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #c12dda;
  border-top: 1px solid #c12dda;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-reel {
  margin: 0 auto;
  width: 510px;
}

.card-reel-big {
  margin: 0 auto;
  max-width: 627px;
}

.card-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.card-img-overlay .img-overlay-title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card-img, .card-top {
  vertical-align: bottom;
  position: relative;
  width: 100%;
}

.figure {
  display: inline-block;
}

.img-group img {
  width: 48%;
  height: auto;
  padding: 1%;
}

.card-img-top {
  vertical-align: bottom;
  width: 100%;
}

.card-img-bottom {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  width: 100%;
}

.card-img-bottom img {
  width: 100%;
  display: block;
}

.card-img-border {
  width: 100%;
  height: auto;
  background-repeat: repeat-y;
  background-size: 100% 100% !important;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.card-border {
  border: 3px solid black;
}

.card-reel-overlay {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 430px;
}

.card-reel-big-overlay {
  padding-top: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 627px;
}

.card-reel-img {
  vertical-align: bottom;
}

.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;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.user-icon-male {
  color: #1e6db8;
}

.user-icon-male::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #1e6db8;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.user-icon-female {
  color: #d53b4a;
}

.user-icon-female::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #d53b4a;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tarot-name {
  clear: both;
  height: 70px;
}

.tarot-name img {
  width: 70px;
}

.tarot-name > div {
  display: inline-block;
  line-height: 70px;
  vertical-align: top;
}

.xc-reel-title {
  width: 45%;
  margin: 0 auto;
}

.xc-calendars-groups {
  width: 90%;
  margin: 0 auto;
}

.icon-round {
  position: relative;
  color: #d53b4a;
}

.icon-round::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #d53b4a;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .xc-calendars-groups .card {
    width: 180px;
    height: 174px;
    margin: 8px auto;
  }
  .card-reel {
    width: 100%;
  }
  .card-reel .card-reel-overlay {
    width: 90%;
  }
  .card-reel .card-reel-overlay div:first-child {
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 1.5;
  }
  .card-reel .card-reel-overlay div:last-child {
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 1.5;
  }
  .card-reel .card-reel-overlay div:last-child img {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .card-reel-big .xc-reel-title {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .card-reel-big .xc-reel-intro {
    font-size: 7vw;
    margin-bottom: 0;
  }
}

.btn-alert a,
.btn-yes a,
.btn-no a {
  cursor: pointer;
}

@media only screen and (max-device-width: 420px) {
  .wqPOP {
    width: 90vw;
  }
}

.FORM p {
  font-size: 1em;
  color: #cc0000;
  font-weight: bold;
}

.FORM {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.FORM div {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

.FORM div.user {
  width: 79%;
  margin-right: 1%;
}

.FORM div.sex {
  width: 20%;
}

.FORM div.year, .FORM div.month {
  width: 34%;
  margin-right: 1%;
}

.FORM div.day {
  width: 30%;
}

.FORM div.familyName, .FORM div.givenName {
  width: 39%;
  margin-right: 1%;
}

.INPUT {
  clear: both;
  position: relative;
  width: 98%;
}

::-webkit-input-placeholder {
  font-size: 1em;
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #999;
}

:-ms-input-placeholder {
  font-size: 1em;
  color: #999;
}

span.icon_clear {
  position: absolute;
  right: 0px;
  width: 25px;
  height: 25px;
  display: none;
  top: 7px;
  right: 8px;
  cursor: pointer;
  font: bold 1em sans-serif;
  color: #38468F;
  text-indent: -9999px;
  background-size: 25px 25px;
}

/*submit��厩��	*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

/*��栞�㘾�賊�*/
.radio {
  margin-bottom: 10px;
}

.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  /*����烾𣪧獢�獢�頝嗪𣪧*/
  padding-top: 10px;
  /*����𦯀�𦠜䲮�𣪧獢�獢�頝嗪𣪧*/
}

.radio input[type=radio] {
  display: none;
}

.radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: #aaa;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}

.radio label:before {
  border-radius: 20px;
}

input[type=radio]:checked + label.HALF:before {
  content: "\2022";
  color: #880279;
  font-size: 35px;
  text-align: center;
  line-height: 20px;
}

.radio label.HALF {
  cursor: pointer;
  position: relative;
  float: left;
  width: 49%;
  height: 46px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  color: #880279;
  font-size: 1.2em;
  line-height: 36px;
  font-weight: bold;
  border: 1px solid #d18bd5;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.radio input[type=radio] {
  display: none;
}

.radio label.HALF:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 20%;
  top: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid #aaa;
}

input[type=radio]:checked + label.HALF02:before {
  content: "\2022";
  color: #b20158;
  font-size: 35px;
  text-align: center;
  line-height: 20px;
}

.radio label.HALF02 {
  cursor: pointer;
  position: relative;
  float: left;
  width: 49%;
  height: 46px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  color: #b20158;
  font-size: 1.2em;
  line-height: 36px;
  font-weight: bold;
  border: 1px solid #ef8e9e;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.radio label.HALF02:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 20%;
  top: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid #aaa;
}

/*�䲮敶ａ�詨�𡝗䲮憛�*/
.checkbox {
  margin: 8px auto;
}

input[type=checkbox] {
  display: none;
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  /*����烾𣪧獢�獢�頝嗪𣪧*/
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #999;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}

.checkbox label {
  margin-bottom: 10px;
  margin-left: 10px;
}

.checkbox label:before {
  border-radius: 3px;
}

input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
}

.xc-bg-primary {
  background-color: #007bff !important;
  color: #fff;
}

a.xc-bg-primary:hover, a.xc-bg-primary:focus,
button.xc-bg-primary:hover,
button.xc-bg-primary:focus {
  background-color: #0062cc !important;
}

button.xc-bg-primary:hover, button.xc-bg-primary:focus, button.xc-bg-primary:active {
  background-color: #0062cc !important;
}

.xc-bg-secondary {
  background-color: #666 !important;
  color: #fff;
}

a.xc-bg-secondary:hover, a.xc-bg-secondary:focus,
button.xc-bg-secondary:hover,
button.xc-bg-secondary:focus {
  background-color: #4d4d4d !important;
}

button.xc-bg-secondary:hover, button.xc-bg-secondary:focus, button.xc-bg-secondary:active {
  background-color: #4d4d4d !important;
}

.xc-bg-success {
  background-color: #28a745 !important;
  color: #fff;
}

a.xc-bg-success:hover, a.xc-bg-success:focus,
button.xc-bg-success:hover,
button.xc-bg-success:focus {
  background-color: #1e7e34 !important;
}

button.xc-bg-success:hover, button.xc-bg-success:focus, button.xc-bg-success:active {
  background-color: #1e7e34 !important;
}

.xc-bg-info {
  background-color: #17a2b8 !important;
  color: #fff;
}

a.xc-bg-info:hover, a.xc-bg-info:focus,
button.xc-bg-info:hover,
button.xc-bg-info:focus {
  background-color: #117a8b !important;
}

button.xc-bg-info:hover, button.xc-bg-info:focus, button.xc-bg-info:active {
  background-color: #117a8b !important;
}

.xc-bg-warning {
  background-color: #ffc107 !important;
  color: #222;
}

a.xc-bg-warning:hover, a.xc-bg-warning:focus,
button.xc-bg-warning:hover,
button.xc-bg-warning:focus {
  background-color: #d39e00 !important;
}

button.xc-bg-warning:hover, button.xc-bg-warning:focus, button.xc-bg-warning:active {
  background-color: #d39e00 !important;
}

.xc-bg-danger {
  background-color: #dc3545 !important;
  color: #fff;
}

a.xc-bg-danger:hover, a.xc-bg-danger:focus,
button.xc-bg-danger:hover,
button.xc-bg-danger:focus {
  background-color: #bd2130 !important;
}

button.xc-bg-danger:hover, button.xc-bg-danger:focus, button.xc-bg-danger:active {
  background-color: #bd2130 !important;
}

.xc-bg-light {
  background-color: #111 !important;
  color: #fff;
}

a.xc-bg-light:hover, a.xc-bg-light:focus,
button.xc-bg-light:hover,
button.xc-bg-light:focus {
  background-color: black !important;
}

button.xc-bg-light:hover, button.xc-bg-light:focus, button.xc-bg-light:active {
  background-color: black !important;
}

.xc-bg-dark {
  background-color: #888 !important;
  color: #fff;
}

a.xc-bg-dark:hover, a.xc-bg-dark:focus,
button.xc-bg-dark:hover,
button.xc-bg-dark:focus {
  background-color: #6f6f6f !important;
}

button.xc-bg-dark:hover, button.xc-bg-dark:focus, button.xc-bg-dark:active {
  background-color: #6f6f6f !important;
}

.xc-bg-redIntro1 {
  background-color: #e86262 !important;
  color: #fff;
}

a.xc-bg-redIntro1:hover, a.xc-bg-redIntro1:focus,
button.xc-bg-redIntro1:hover,
button.xc-bg-redIntro1:focus {
  background-color: #e13636 !important;
}

button.xc-bg-redIntro1:hover, button.xc-bg-redIntro1:focus, button.xc-bg-redIntro1:active {
  background-color: #e13636 !important;
}

.xc-bg-redIntro2 {
  background-color: #d33d3d !important;
  color: #fff;
}

a.xc-bg-redIntro2:hover, a.xc-bg-redIntro2:focus,
button.xc-bg-redIntro2:hover,
button.xc-bg-redIntro2:focus {
  background-color: #b42929 !important;
}

button.xc-bg-redIntro2:hover, button.xc-bg-redIntro2:focus, button.xc-bg-redIntro2:active {
  background-color: #b42929 !important;
}

.xc-bg-brownIntro1 {
  background-color: #d07d2b !important;
  color: #fff;
}

a.xc-bg-brownIntro1:hover, a.xc-bg-brownIntro1:focus,
button.xc-bg-brownIntro1:hover,
button.xc-bg-brownIntro1:focus {
  background-color: #a66422 !important;
}

button.xc-bg-brownIntro1:hover, button.xc-bg-brownIntro1:focus, button.xc-bg-brownIntro1:active {
  background-color: #a66422 !important;
}

.xc-bg-brownIntro2 {
  background-color: #ba6715 !important;
  color: #fff;
}

a.xc-bg-brownIntro2:hover, a.xc-bg-brownIntro2:focus,
button.xc-bg-brownIntro2:hover,
button.xc-bg-brownIntro2:focus {
  background-color: #8c4e10 !important;
}

button.xc-bg-brownIntro2:hover, button.xc-bg-brownIntro2:focus, button.xc-bg-brownIntro2:active {
  background-color: #8c4e10 !important;
}

.xc-bg-greenIntro1 {
  background-color: #5fa31d !important;
  color: #fff;
}

a.xc-bg-greenIntro1:hover, a.xc-bg-greenIntro1:focus,
button.xc-bg-greenIntro1:hover,
button.xc-bg-greenIntro1:focus {
  background-color: #467815 !important;
}

button.xc-bg-greenIntro1:hover, button.xc-bg-greenIntro1:focus, button.xc-bg-greenIntro1:active {
  background-color: #467815 !important;
}

.xc-bg-greenIntro2 {
  background-color: #4f910f !important;
  color: #fff;
}

a.xc-bg-greenIntro2:hover, a.xc-bg-greenIntro2:focus,
button.xc-bg-greenIntro2:hover,
button.xc-bg-greenIntro2:focus {
  background-color: #36630a !important;
}

button.xc-bg-greenIntro2:hover, button.xc-bg-greenIntro2:focus, button.xc-bg-greenIntro2:active {
  background-color: #36630a !important;
}

.xc-bg-redReel {
  background-color: #b60c0c !important;
  color: #fff;
}

a.xc-bg-redReel:hover, a.xc-bg-redReel:focus,
button.xc-bg-redReel:hover,
button.xc-bg-redReel:focus {
  background-color: #860909 !important;
}

button.xc-bg-redReel:hover, button.xc-bg-redReel:focus, button.xc-bg-redReel:active {
  background-color: #860909 !important;
}

.xc-bg-brownReel {
  background-color: #931a14 !important;
  color: #fff;
}

a.xc-bg-brownReel:hover, a.xc-bg-brownReel:focus,
button.xc-bg-brownReel:hover,
button.xc-bg-brownReel:focus {
  background-color: #66120e !important;
}

button.xc-bg-brownReel:hover, button.xc-bg-brownReel:focus, button.xc-bg-brownReel:active {
  background-color: #66120e !important;
}

.xc-bg-yellowReel {
  background-color: #fffde2 !important;
  color: #222;
}

a.xc-bg-yellowReel:hover, a.xc-bg-yellowReel:focus,
button.xc-bg-yellowReel:hover,
button.xc-bg-yellowReel:focus {
  background-color: #fff9af !important;
}

button.xc-bg-yellowReel:hover, button.xc-bg-yellowReel:focus, button.xc-bg-yellowReel:active {
  background-color: #fff9af !important;
}

.xc-bg-greenReel {
  background-color: #278900 !important;
  color: #fff;
}

a.xc-bg-greenReel:hover, a.xc-bg-greenReel:focus,
button.xc-bg-greenReel:hover,
button.xc-bg-greenReel:focus {
  background-color: #185600 !important;
}

button.xc-bg-greenReel:hover, button.xc-bg-greenReel:focus, button.xc-bg-greenReel:active {
  background-color: #185600 !important;
}

.xc-bg-gray1 {
  background-color: #333333 !important;
  color: #fff;
}

a.xc-bg-gray1:hover, a.xc-bg-gray1:focus,
button.xc-bg-gray1:hover,
button.xc-bg-gray1:focus {
  background-color: #1a1a1a !important;
}

button.xc-bg-gray1:hover, button.xc-bg-gray1:focus, button.xc-bg-gray1:active {
  background-color: #1a1a1a !important;
}

.xc-bg-gray2 {
  background-color: #666666 !important;
  color: #fff;
}

a.xc-bg-gray2:hover, a.xc-bg-gray2:focus,
button.xc-bg-gray2:hover,
button.xc-bg-gray2:focus {
  background-color: #4d4d4d !important;
}

button.xc-bg-gray2:hover, button.xc-bg-gray2:focus, button.xc-bg-gray2:active {
  background-color: #4d4d4d !important;
}

.xc-bg-gray3 {
  background-color: #999999 !important;
  color: #222;
}

a.xc-bg-gray3:hover, a.xc-bg-gray3:focus,
button.xc-bg-gray3:hover,
button.xc-bg-gray3:focus {
  background-color: gray !important;
}

button.xc-bg-gray3:hover, button.xc-bg-gray3:focus, button.xc-bg-gray3:active {
  background-color: gray !important;
}

.xc-bg-gray4 {
  background-color: #cccccc !important;
  color: #222;
}

a.xc-bg-gray4:hover, a.xc-bg-gray4:focus,
button.xc-bg-gray4:hover,
button.xc-bg-gray4:focus {
  background-color: #b3b3b3 !important;
}

button.xc-bg-gray4:hover, button.xc-bg-gray4:focus, button.xc-bg-gray4:active {
  background-color: #b3b3b3 !important;
}

.xc-bg-gray5 {
  background-color: #ededed !important;
  color: #222;
}

a.xc-bg-gray5:hover, a.xc-bg-gray5:focus,
button.xc-bg-gray5:hover,
button.xc-bg-gray5:focus {
  background-color: #d4d4d4 !important;
}

button.xc-bg-gray5:hover, button.xc-bg-gray5:focus, button.xc-bg-gray5:active {
  background-color: #d4d4d4 !important;
}

.xc-bg-100 {
  background-color: #111 !important;
  color: #fff;
}

a.xc-bg-100:hover, a.xc-bg-100:focus,
button.xc-bg-100:hover,
button.xc-bg-100:focus {
  background-color: black !important;
}

button.xc-bg-100:hover, button.xc-bg-100:focus, button.xc-bg-100:active {
  background-color: black !important;
}

.xc-bg-200 {
  background-color: #222 !important;
  color: #fff;
}

a.xc-bg-200:hover, a.xc-bg-200:focus,
button.xc-bg-200:hover,
button.xc-bg-200:focus {
  background-color: #090909 !important;
}

button.xc-bg-200:hover, button.xc-bg-200:focus, button.xc-bg-200:active {
  background-color: #090909 !important;
}

.xc-bg-300 {
  background-color: #333 !important;
  color: #fff;
}

a.xc-bg-300:hover, a.xc-bg-300:focus,
button.xc-bg-300:hover,
button.xc-bg-300:focus {
  background-color: #1a1a1a !important;
}

button.xc-bg-300:hover, button.xc-bg-300:focus, button.xc-bg-300:active {
  background-color: #1a1a1a !important;
}

.xc-bg-400 {
  background-color: #444 !important;
  color: #fff;
}

a.xc-bg-400:hover, a.xc-bg-400:focus,
button.xc-bg-400:hover,
button.xc-bg-400:focus {
  background-color: #2b2b2b !important;
}

button.xc-bg-400:hover, button.xc-bg-400:focus, button.xc-bg-400:active {
  background-color: #2b2b2b !important;
}

.xc-bg-500 {
  background-color: #555 !important;
  color: #fff;
}

a.xc-bg-500:hover, a.xc-bg-500:focus,
button.xc-bg-500:hover,
button.xc-bg-500:focus {
  background-color: #3c3c3c !important;
}

button.xc-bg-500:hover, button.xc-bg-500:focus, button.xc-bg-500:active {
  background-color: #3c3c3c !important;
}

.xc-bg-600 {
  background-color: #666 !important;
  color: #fff;
}

a.xc-bg-600:hover, a.xc-bg-600:focus,
button.xc-bg-600:hover,
button.xc-bg-600:focus {
  background-color: #4d4d4d !important;
}

button.xc-bg-600:hover, button.xc-bg-600:focus, button.xc-bg-600:active {
  background-color: #4d4d4d !important;
}

.xc-bg-700 {
  background-color: #777 !important;
  color: #fff;
}

a.xc-bg-700:hover, a.xc-bg-700:focus,
button.xc-bg-700:hover,
button.xc-bg-700:focus {
  background-color: #5e5e5e !important;
}

button.xc-bg-700:hover, button.xc-bg-700:focus, button.xc-bg-700:active {
  background-color: #5e5e5e !important;
}

.xc-bg-800 {
  background-color: #888 !important;
  color: #fff;
}

a.xc-bg-800:hover, a.xc-bg-800:focus,
button.xc-bg-800:hover,
button.xc-bg-800:focus {
  background-color: #6f6f6f !important;
}

button.xc-bg-800:hover, button.xc-bg-800:focus, button.xc-bg-800:active {
  background-color: #6f6f6f !important;
}

.xc-bg-900 {
  background-color: #999 !important;
  color: #222;
}

a.xc-bg-900:hover, a.xc-bg-900:focus,
button.xc-bg-900:hover,
button.xc-bg-900:focus {
  background-color: gray !important;
}

button.xc-bg-900:hover, button.xc-bg-900:focus, button.xc-bg-900:active {
  background-color: gray !important;
}

.xc-bg-red1 {
  background-color: #FF0000 !important;
  color: #fff;
}

a.xc-bg-red1:hover, a.xc-bg-red1:focus,
button.xc-bg-red1:hover,
button.xc-bg-red1:focus {
  background-color: #cc0000 !important;
}

button.xc-bg-red1:hover, button.xc-bg-red1:focus, button.xc-bg-red1:active {
  background-color: #cc0000 !important;
}

.xc-bg-red2 {
  background-color: #f44154 !important;
  color: #fff;
}

a.xc-bg-red2:hover, a.xc-bg-red2:focus,
button.xc-bg-red2:hover,
button.xc-bg-red2:focus {
  background-color: #f11129 !important;
}

button.xc-bg-red2:hover, button.xc-bg-red2:focus, button.xc-bg-red2:active {
  background-color: #f11129 !important;
}

.xc-bg-red3 {
  background-color: #d80000 !important;
  color: #fff;
}

a.xc-bg-red3:hover, a.xc-bg-red3:focus,
button.xc-bg-red3:hover,
button.xc-bg-red3:focus {
  background-color: #a50000 !important;
}

button.xc-bg-red3:hover, button.xc-bg-red3:focus, button.xc-bg-red3:active {
  background-color: #a50000 !important;
}

.xc-bg-red4 {
  background-color: #8f0202 !important;
  color: #fff;
}

a.xc-bg-red4:hover, a.xc-bg-red4:focus,
button.xc-bg-red4:hover,
button.xc-bg-red4:focus {
  background-color: #5d0101 !important;
}

button.xc-bg-red4:hover, button.xc-bg-red4:focus, button.xc-bg-red4:active {
  background-color: #5d0101 !important;
}

.xc-bg-red5 {
  background-color: #5c0000 !important;
  color: #fff;
}

a.xc-bg-red5:hover, a.xc-bg-red5:focus,
button.xc-bg-red5:hover,
button.xc-bg-red5:focus {
  background-color: #290000 !important;
}

button.xc-bg-red5:hover, button.xc-bg-red5:focus, button.xc-bg-red5:active {
  background-color: #290000 !important;
}

.xc-bg-red6 {
  background-color: #e86262 !important;
  color: #fff;
}

a.xc-bg-red6:hover, a.xc-bg-red6:focus,
button.xc-bg-red6:hover,
button.xc-bg-red6:focus {
  background-color: #e13636 !important;
}

button.xc-bg-red6:hover, button.xc-bg-red6:focus, button.xc-bg-red6:active {
  background-color: #e13636 !important;
}

.xc-bg-red7 {
  background-color: #d33d3d !important;
  color: #fff;
}

a.xc-bg-red7:hover, a.xc-bg-red7:focus,
button.xc-bg-red7:hover,
button.xc-bg-red7:focus {
  background-color: #b42929 !important;
}

button.xc-bg-red7:hover, button.xc-bg-red7:focus, button.xc-bg-red7:active {
  background-color: #b42929 !important;
}

.xc-bg-red8 {
  background-color: #b60c0c !important;
  color: #fff;
}

a.xc-bg-red8:hover, a.xc-bg-red8:focus,
button.xc-bg-red8:hover,
button.xc-bg-red8:focus {
  background-color: #860909 !important;
}

button.xc-bg-red8:hover, button.xc-bg-red8:focus, button.xc-bg-red8:active {
  background-color: #860909 !important;
}

.xc-bg-brown1 {
  background-color: #a83700 !important;
  color: #fff;
}

a.xc-bg-brown1:hover, a.xc-bg-brown1:focus,
button.xc-bg-brown1:hover,
button.xc-bg-brown1:focus {
  background-color: #752600 !important;
}

button.xc-bg-brown1:hover, button.xc-bg-brown1:focus, button.xc-bg-brown1:active {
  background-color: #752600 !important;
}

.xc-bg-brown2 {
  background-color: #b37300 !important;
  color: #fff;
}

a.xc-bg-brown2:hover, a.xc-bg-brown2:focus,
button.xc-bg-brown2:hover,
button.xc-bg-brown2:focus {
  background-color: #805200 !important;
}

button.xc-bg-brown2:hover, button.xc-bg-brown2:focus, button.xc-bg-brown2:active {
  background-color: #805200 !important;
}

.xc-bg-pink1 {
  background-color: #f13e96 !important;
  color: #fff;
}

a.xc-bg-pink1:hover, a.xc-bg-pink1:focus,
button.xc-bg-pink1:hover,
button.xc-bg-pink1:focus {
  background-color: #eb117c !important;
}

button.xc-bg-pink1:hover, button.xc-bg-pink1:focus, button.xc-bg-pink1:active {
  background-color: #eb117c !important;
}

.xc-bg-pink2 {
  background-color: #ff4193 !important;
  color: #fff;
}

a.xc-bg-pink2:hover, a.xc-bg-pink2:focus,
button.xc-bg-pink2:hover,
button.xc-bg-pink2:focus {
  background-color: #ff0e76 !important;
}

button.xc-bg-pink2:hover, button.xc-bg-pink2:focus, button.xc-bg-pink2:active {
  background-color: #ff0e76 !important;
}

.xc-bg-pink3 {
  background-color: #ee0070 !important;
  color: #fff;
}

a.xc-bg-pink3:hover, a.xc-bg-pink3:focus,
button.xc-bg-pink3:hover,
button.xc-bg-pink3:focus {
  background-color: #bb0058 !important;
}

button.xc-bg-pink3:hover, button.xc-bg-pink3:focus, button.xc-bg-pink3:active {
  background-color: #bb0058 !important;
}

.xc-bg-pink4 {
  background-color: #a6004e !important;
  color: #fff;
}

a.xc-bg-pink4:hover, a.xc-bg-pink4:focus,
button.xc-bg-pink4:hover,
button.xc-bg-pink4:focus {
  background-color: #730036 !important;
}

button.xc-bg-pink4:hover, button.xc-bg-pink4:focus, button.xc-bg-pink4:active {
  background-color: #730036 !important;
}

.xc-bg-pink5 {
  background-color: #FF98A8 !important;
  color: #222;
}

a.xc-bg-pink5:hover, a.xc-bg-pink5:focus,
button.xc-bg-pink5:hover,
button.xc-bg-pink5:focus {
  background-color: #ff657d !important;
}

button.xc-bg-pink5:hover, button.xc-bg-pink5:focus, button.xc-bg-pink5:active {
  background-color: #ff657d !important;
}

.xc-bg-pink6 {
  background-color: #ffe3e3 !important;
  color: #222;
}

a.xc-bg-pink6:hover, a.xc-bg-pink6:focus,
button.xc-bg-pink6:hover,
button.xc-bg-pink6:focus {
  background-color: #ffb0b0 !important;
}

button.xc-bg-pink6:hover, button.xc-bg-pink6:focus, button.xc-bg-pink6:active {
  background-color: #ffb0b0 !important;
}

.xc-bg-orange1 {
  background-color: #ff3c00 !important;
  color: #fff;
}

a.xc-bg-orange1:hover, a.xc-bg-orange1:focus,
button.xc-bg-orange1:hover,
button.xc-bg-orange1:focus {
  background-color: #cc3000 !important;
}

button.xc-bg-orange1:hover, button.xc-bg-orange1:focus, button.xc-bg-orange1:active {
  background-color: #cc3000 !important;
}

.xc-bg-orange2 {
  background-color: #ff6000 !important;
  color: #fff;
}

a.xc-bg-orange2:hover, a.xc-bg-orange2:focus,
button.xc-bg-orange2:hover,
button.xc-bg-orange2:focus {
  background-color: #cc4d00 !important;
}

button.xc-bg-orange2:hover, button.xc-bg-orange2:focus, button.xc-bg-orange2:active {
  background-color: #cc4d00 !important;
}

.xc-bg-orange3 {
  background-color: #ff8a00 !important;
  color: #222;
}

a.xc-bg-orange3:hover, a.xc-bg-orange3:focus,
button.xc-bg-orange3:hover,
button.xc-bg-orange3:focus {
  background-color: #cc6e00 !important;
}

button.xc-bg-orange3:hover, button.xc-bg-orange3:focus, button.xc-bg-orange3:active {
  background-color: #cc6e00 !important;
}

.xc-bg-yellow1 {
  background-color: #ffff00 !important;
  color: #222;
}

a.xc-bg-yellow1:hover, a.xc-bg-yellow1:focus,
button.xc-bg-yellow1:hover,
button.xc-bg-yellow1:focus {
  background-color: #cccc00 !important;
}

button.xc-bg-yellow1:hover, button.xc-bg-yellow1:focus, button.xc-bg-yellow1:active {
  background-color: #cccc00 !important;
}

.xc-bg-yellow2 {
  background-color: #ffffad !important;
  color: #222;
}

a.xc-bg-yellow2:hover, a.xc-bg-yellow2:focus,
button.xc-bg-yellow2:hover,
button.xc-bg-yellow2:focus {
  background-color: #ffff7a !important;
}

button.xc-bg-yellow2:hover, button.xc-bg-yellow2:focus, button.xc-bg-yellow2:active {
  background-color: #ffff7a !important;
}

.xc-bg-yellow3 {
  background-color: #fff9bc !important;
  color: #222;
}

a.xc-bg-yellow3:hover, a.xc-bg-yellow3:focus,
button.xc-bg-yellow3:hover,
button.xc-bg-yellow3:focus {
  background-color: #fff489 !important;
}

button.xc-bg-yellow3:hover, button.xc-bg-yellow3:focus, button.xc-bg-yellow3:active {
  background-color: #fff489 !important;
}

.xc-bg-green1 {
  background-color: #00a13a !important;
  color: #fff;
}

a.xc-bg-green1:hover, a.xc-bg-green1:focus,
button.xc-bg-green1:hover,
button.xc-bg-green1:focus {
  background-color: #006e28 !important;
}

button.xc-bg-green1:hover, button.xc-bg-green1:focus, button.xc-bg-green1:active {
  background-color: #006e28 !important;
}

.xc-bg-green2 {
  background-color: #096300 !important;
  color: #fff;
}

a.xc-bg-green2:hover, a.xc-bg-green2:focus,
button.xc-bg-green2:hover,
button.xc-bg-green2:focus {
  background-color: #043000 !important;
}

button.xc-bg-green2:hover, button.xc-bg-green2:focus, button.xc-bg-green2:active {
  background-color: #043000 !important;
}

.xc-bg-green3 {
  background-color: #6b8e23 !important;
  color: #fff;
}

a.xc-bg-green3:hover, a.xc-bg-green3:focus,
button.xc-bg-green3:hover,
button.xc-bg-green3:focus {
  background-color: #4c6519 !important;
}

button.xc-bg-green3:hover, button.xc-bg-green3:focus, button.xc-bg-green3:active {
  background-color: #4c6519 !important;
}

.xc-bg-green4 {
  background-color: #00d5d2 !important;
  color: #fff;
}

a.xc-bg-green4:hover, a.xc-bg-green4:focus,
button.xc-bg-green4:hover,
button.xc-bg-green4:focus {
  background-color: #00a2a0 !important;
}

button.xc-bg-green4:hover, button.xc-bg-green4:focus, button.xc-bg-green4:active {
  background-color: #00a2a0 !important;
}

.xc-bg-green5 {
  background-color: #008b8b !important;
  color: #fff;
}

a.xc-bg-green5:hover, a.xc-bg-green5:focus,
button.xc-bg-green5:hover,
button.xc-bg-green5:focus {
  background-color: #005858 !important;
}

button.xc-bg-green5:hover, button.xc-bg-green5:focus, button.xc-bg-green5:active {
  background-color: #005858 !important;
}

.xc-bg-green6 {
  background-color: #5fa31d !important;
  color: #fff;
}

a.xc-bg-green6:hover, a.xc-bg-green6:focus,
button.xc-bg-green6:hover,
button.xc-bg-green6:focus {
  background-color: #467815 !important;
}

button.xc-bg-green6:hover, button.xc-bg-green6:focus, button.xc-bg-green6:active {
  background-color: #467815 !important;
}

.xc-bg-green7 {
  background-color: #4f910f !important;
  color: #fff;
}

a.xc-bg-green7:hover, a.xc-bg-green7:focus,
button.xc-bg-green7:hover,
button.xc-bg-green7:focus {
  background-color: #36630a !important;
}

button.xc-bg-green7:hover, button.xc-bg-green7:focus, button.xc-bg-green7:active {
  background-color: #36630a !important;
}

.xc-bg-green8 {
  background-color: #278900 !important;
  color: #fff;
}

a.xc-bg-green8:hover, a.xc-bg-green8:focus,
button.xc-bg-green8:hover,
button.xc-bg-green8:focus {
  background-color: #185600 !important;
}

button.xc-bg-green8:hover, button.xc-bg-green8:focus, button.xc-bg-green8:active {
  background-color: #185600 !important;
}

.xc-bg-blue1 {
  background-color: #1a8dd4 !important;
  color: #fff;
}

a.xc-bg-blue1:hover, a.xc-bg-blue1:focus,
button.xc-bg-blue1:hover,
button.xc-bg-blue1:focus {
  background-color: #146fa7 !important;
}

button.xc-bg-blue1:hover, button.xc-bg-blue1:focus, button.xc-bg-blue1:active {
  background-color: #146fa7 !important;
}

.xc-bg-blue2 {
  background-color: #0088ff !important;
  color: #fff;
}

a.xc-bg-blue2:hover, a.xc-bg-blue2:focus,
button.xc-bg-blue2:hover,
button.xc-bg-blue2:focus {
  background-color: #006dcc !important;
}

button.xc-bg-blue2:hover, button.xc-bg-blue2:focus, button.xc-bg-blue2:active {
  background-color: #006dcc !important;
}

.xc-bg-blue3 {
  background-color: #0068dd !important;
  color: #fff;
}

a.xc-bg-blue3:hover, a.xc-bg-blue3:focus,
button.xc-bg-blue3:hover,
button.xc-bg-blue3:focus {
  background-color: #0050aa !important;
}

button.xc-bg-blue3:hover, button.xc-bg-blue3:focus, button.xc-bg-blue3:active {
  background-color: #0050aa !important;
}

.xc-bg-blue4 {
  background-color: #012ba4 !important;
  color: #fff;
}

a.xc-bg-blue4:hover, a.xc-bg-blue4:focus,
button.xc-bg-blue4:hover,
button.xc-bg-blue4:focus {
  background-color: #011e71 !important;
}

button.xc-bg-blue4:hover, button.xc-bg-blue4:focus, button.xc-bg-blue4:active {
  background-color: #011e71 !important;
}

.xc-bg-purple1 {
  background-color: #6800c6 !important;
  color: #fff;
}

a.xc-bg-purple1:hover, a.xc-bg-purple1:focus,
button.xc-bg-purple1:hover,
button.xc-bg-purple1:focus {
  background-color: #4d0093 !important;
}

button.xc-bg-purple1:hover, button.xc-bg-purple1:focus, button.xc-bg-purple1:active {
  background-color: #4d0093 !important;
}

.xc-bg-purple2 {
  background-color: #8600ff !important;
  color: #fff;
}

a.xc-bg-purple2:hover, a.xc-bg-purple2:focus,
button.xc-bg-purple2:hover,
button.xc-bg-purple2:focus {
  background-color: #6b00cc !important;
}

button.xc-bg-purple2:hover, button.xc-bg-purple2:focus, button.xc-bg-purple2:active {
  background-color: #6b00cc !important;
}

.xc-bg-purple3 {
  background-color: #c12dda !important;
  color: #fff;
}

a.xc-bg-purple3:hover, a.xc-bg-purple3:focus,
button.xc-bg-purple3:hover,
button.xc-bg-purple3:focus {
  background-color: #9f20b4 !important;
}

button.xc-bg-purple3:hover, button.xc-bg-purple3:focus, button.xc-bg-purple3:active {
  background-color: #9f20b4 !important;
}

.xc-bg-before-gray1:before {
  background-color: #333333 !important;
}

.xc-bg-before-gray2:before {
  background-color: #666666 !important;
}

.xc-bg-before-gray3:before {
  background-color: #999999 !important;
}

.xc-bg-before-gray4:before {
  background-color: #cccccc !important;
}

.xc-bg-before-gray5:before {
  background-color: #ededed !important;
}

.xc-bg-before-100:before {
  background-color: #111 !important;
}

.xc-bg-before-200:before {
  background-color: #222 !important;
}

.xc-bg-before-300:before {
  background-color: #333 !important;
}

.xc-bg-before-400:before {
  background-color: #444 !important;
}

.xc-bg-before-500:before {
  background-color: #555 !important;
}

.xc-bg-before-600:before {
  background-color: #666 !important;
}

.xc-bg-before-700:before {
  background-color: #777 !important;
}

.xc-bg-before-800:before {
  background-color: #888 !important;
}

.xc-bg-before-900:before {
  background-color: #999 !important;
}

.xc-bg-before-red1:before {
  background-color: #FF0000 !important;
}

.xc-bg-before-red2:before {
  background-color: #f44154 !important;
}

.xc-bg-before-red3:before {
  background-color: #d80000 !important;
}

.xc-bg-before-red4:before {
  background-color: #8f0202 !important;
}

.xc-bg-before-red5:before {
  background-color: #5c0000 !important;
}

.xc-bg-before-red6:before {
  background-color: #e86262 !important;
}

.xc-bg-before-red7:before {
  background-color: #d33d3d !important;
}

.xc-bg-before-red8:before {
  background-color: #b60c0c !important;
}

.xc-bg-before-brown1:before {
  background-color: #a83700 !important;
}

.xc-bg-before-brown2:before {
  background-color: #b37300 !important;
}

.xc-bg-before-pink1:before {
  background-color: #f13e96 !important;
}

.xc-bg-before-pink2:before {
  background-color: #ff4193 !important;
}

.xc-bg-before-pink3:before {
  background-color: #ee0070 !important;
}

.xc-bg-before-pink4:before {
  background-color: #a6004e !important;
}

.xc-bg-before-pink5:before {
  background-color: #FF98A8 !important;
}

.xc-bg-before-pink6:before {
  background-color: #ffe3e3 !important;
}

.xc-bg-before-orange1:before {
  background-color: #ff3c00 !important;
}

.xc-bg-before-orange2:before {
  background-color: #ff6000 !important;
}

.xc-bg-before-orange3:before {
  background-color: #ff8a00 !important;
}

.xc-bg-before-yellow1:before {
  background-color: #ffff00 !important;
}

.xc-bg-before-yellow2:before {
  background-color: #ffffad !important;
}

.xc-bg-before-yellow3:before {
  background-color: #fff9bc !important;
}

.xc-bg-before-green1:before {
  background-color: #00a13a !important;
}

.xc-bg-before-green2:before {
  background-color: #096300 !important;
}

.xc-bg-before-green3:before {
  background-color: #6b8e23 !important;
}

.xc-bg-before-green4:before {
  background-color: #00d5d2 !important;
}

.xc-bg-before-green5:before {
  background-color: #008b8b !important;
}

.xc-bg-before-green6:before {
  background-color: #5fa31d !important;
}

.xc-bg-before-green7:before {
  background-color: #4f910f !important;
}

.xc-bg-before-green8:before {
  background-color: #278900 !important;
}

.xc-bg-before-blue1:before {
  background-color: #1a8dd4 !important;
}

.xc-bg-before-blue2:before {
  background-color: #0088ff !important;
}

.xc-bg-before-blue3:before {
  background-color: #0068dd !important;
}

.xc-bg-before-blue4:before {
  background-color: #012ba4 !important;
}

.xc-bg-before-purple1:before {
  background-color: #6800c6 !important;
}

.xc-bg-before-purple2:before {
  background-color: #8600ff !important;
}

.xc-bg-before-purple3:before {
  background-color: #c12dda !important;
}

.xc-shadow-gray1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #333333 inset;
          box-shadow: 0px 0px 50px #333333 inset;
}

.xc-shadow-gray2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #666666 inset;
          box-shadow: 0px 0px 50px #666666 inset;
}

.xc-shadow-gray3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #999999 inset;
          box-shadow: 0px 0px 50px #999999 inset;
}

.xc-shadow-gray4 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #cccccc inset;
          box-shadow: 0px 0px 50px #cccccc inset;
}

.xc-shadow-gray5 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ededed inset;
          box-shadow: 0px 0px 50px #ededed inset;
}

.xc-shadow-100 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #111 inset;
          box-shadow: 0px 0px 50px #111 inset;
}

.xc-shadow-200 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #222 inset;
          box-shadow: 0px 0px 50px #222 inset;
}

.xc-shadow-300 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #333 inset;
          box-shadow: 0px 0px 50px #333 inset;
}

.xc-shadow-400 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #444 inset;
          box-shadow: 0px 0px 50px #444 inset;
}

.xc-shadow-500 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #555 inset;
          box-shadow: 0px 0px 50px #555 inset;
}

.xc-shadow-600 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #666 inset;
          box-shadow: 0px 0px 50px #666 inset;
}

.xc-shadow-700 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #777 inset;
          box-shadow: 0px 0px 50px #777 inset;
}

.xc-shadow-800 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #888 inset;
          box-shadow: 0px 0px 50px #888 inset;
}

.xc-shadow-900 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #999 inset;
          box-shadow: 0px 0px 50px #999 inset;
}

.xc-shadow-red1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #FF0000 inset;
          box-shadow: 0px 0px 50px #FF0000 inset;
}

.xc-shadow-red2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #f44154 inset;
          box-shadow: 0px 0px 50px #f44154 inset;
}

.xc-shadow-red3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #d80000 inset;
          box-shadow: 0px 0px 50px #d80000 inset;
}

.xc-shadow-red4 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #8f0202 inset;
          box-shadow: 0px 0px 50px #8f0202 inset;
}

.xc-shadow-red5 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #5c0000 inset;
          box-shadow: 0px 0px 50px #5c0000 inset;
}

.xc-shadow-red6 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #e86262 inset;
          box-shadow: 0px 0px 50px #e86262 inset;
}

.xc-shadow-red7 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #d33d3d inset;
          box-shadow: 0px 0px 50px #d33d3d inset;
}

.xc-shadow-red8 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #b60c0c inset;
          box-shadow: 0px 0px 50px #b60c0c inset;
}

.xc-shadow-brown1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #a83700 inset;
          box-shadow: 0px 0px 50px #a83700 inset;
}

.xc-shadow-brown2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #b37300 inset;
          box-shadow: 0px 0px 50px #b37300 inset;
}

.xc-shadow-pink1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #f13e96 inset;
          box-shadow: 0px 0px 50px #f13e96 inset;
}

.xc-shadow-pink2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ff4193 inset;
          box-shadow: 0px 0px 50px #ff4193 inset;
}

.xc-shadow-pink3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ee0070 inset;
          box-shadow: 0px 0px 50px #ee0070 inset;
}

.xc-shadow-pink4 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #a6004e inset;
          box-shadow: 0px 0px 50px #a6004e inset;
}

.xc-shadow-pink5 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #FF98A8 inset;
          box-shadow: 0px 0px 50px #FF98A8 inset;
}

.xc-shadow-pink6 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ffe3e3 inset;
          box-shadow: 0px 0px 50px #ffe3e3 inset;
}

.xc-shadow-orange1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ff3c00 inset;
          box-shadow: 0px 0px 50px #ff3c00 inset;
}

.xc-shadow-orange2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ff6000 inset;
          box-shadow: 0px 0px 50px #ff6000 inset;
}

.xc-shadow-orange3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ff8a00 inset;
          box-shadow: 0px 0px 50px #ff8a00 inset;
}

.xc-shadow-yellow1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ffff00 inset;
          box-shadow: 0px 0px 50px #ffff00 inset;
}

.xc-shadow-yellow2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #ffffad inset;
          box-shadow: 0px 0px 50px #ffffad inset;
}

.xc-shadow-yellow3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #fff9bc inset;
          box-shadow: 0px 0px 50px #fff9bc inset;
}

.xc-shadow-green1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #00a13a inset;
          box-shadow: 0px 0px 50px #00a13a inset;
}

.xc-shadow-green2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #096300 inset;
          box-shadow: 0px 0px 50px #096300 inset;
}

.xc-shadow-green3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #6b8e23 inset;
          box-shadow: 0px 0px 50px #6b8e23 inset;
}

.xc-shadow-green4 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #00d5d2 inset;
          box-shadow: 0px 0px 50px #00d5d2 inset;
}

.xc-shadow-green5 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #008b8b inset;
          box-shadow: 0px 0px 50px #008b8b inset;
}

.xc-shadow-green6 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #5fa31d inset;
          box-shadow: 0px 0px 50px #5fa31d inset;
}

.xc-shadow-green7 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #4f910f inset;
          box-shadow: 0px 0px 50px #4f910f inset;
}

.xc-shadow-green8 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #278900 inset;
          box-shadow: 0px 0px 50px #278900 inset;
}

.xc-shadow-blue1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #1a8dd4 inset;
          box-shadow: 0px 0px 50px #1a8dd4 inset;
}

.xc-shadow-blue2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #0088ff inset;
          box-shadow: 0px 0px 50px #0088ff inset;
}

.xc-shadow-blue3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #0068dd inset;
          box-shadow: 0px 0px 50px #0068dd inset;
}

.xc-shadow-blue4 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #012ba4 inset;
          box-shadow: 0px 0px 50px #012ba4 inset;
}

.xc-shadow-purple1 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #6800c6 inset;
          box-shadow: 0px 0px 50px #6800c6 inset;
}

.xc-shadow-purple2 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #8600ff inset;
          box-shadow: 0px 0px 50px #8600ff inset;
}

.xc-shadow-purple3 {
  background-color: #fdf9fe;
  -webkit-box-shadow: 0px 0px 50px #c12dda inset;
          box-shadow: 0px 0px 50px #c12dda inset;
}

.xc-bg-white {
  background-color: #fff !important;
}

.xc-bg-transparent {
  background-color: transparent !important;
}

.xc-border {
  border: 1px solid #000 !important;
}

.xc-border-top {
  border-top: 1px solid #000 !important;
}

.xc-border-right {
  border-right: 1px solid #000 !important;
}

.xc-border-bottom {
  border-bottom: 1px solid #000 !important;
}

.xc-border-left {
  border-left: 1px solid #000 !important;
}

.xc-border-x {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.xc-border-y {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}

.xc-border {
  border: 1px solid #000 !important;
}

.xc-border-top {
  border-top: 1px solid #000 !important;
}

.xc-border-right {
  border-right: 1px solid #000 !important;
}

.xc-border-bottom {
  border-bottom: 1px solid #000 !important;
}

.xc-border-left {
  border-left: 1px solid #000 !important;
}

.xc-border-x {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.xc-border-y {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}

.xc-border-0 {
  border: 0 !important;
}

.xc-border-top-0 {
  border-top: 0 !important;
}

.xc-border-right-0 {
  border-right: 0 !important;
}

.xc-border-bottom-0 {
  border-bottom: 0 !important;
}

.xc-border-left-0 {
  border-left: 0 !important;
}

.xc-border-x-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}

.xc-border-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (min-width: 576px) {
  .xc-border-sm {
    border: 1px solid #000 !important;
  }
  .xc-border-sm-top {
    border-top: 1px solid #000 !important;
  }
  .xc-border-sm-right {
    border-right: 1px solid #000 !important;
  }
  .xc-border-sm-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-sm-left {
    border-left: 1px solid #000 !important;
  }
  .xc-border-sm-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .xc-border-sm-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-sm-0 {
    border: 0 !important;
  }
  .xc-border-sm-top-0 {
    border-top: 0 !important;
  }
  .xc-border-sm-right-0 {
    border-right: 0 !important;
  }
  .xc-border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .xc-border-sm-left-0 {
    border-left: 0 !important;
  }
  .xc-border-sm-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .xc-border-sm-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .xc-border-md {
    border: 1px solid #000 !important;
  }
  .xc-border-md-top {
    border-top: 1px solid #000 !important;
  }
  .xc-border-md-right {
    border-right: 1px solid #000 !important;
  }
  .xc-border-md-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-md-left {
    border-left: 1px solid #000 !important;
  }
  .xc-border-md-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .xc-border-md-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-md-0 {
    border: 0 !important;
  }
  .xc-border-md-top-0 {
    border-top: 0 !important;
  }
  .xc-border-md-right-0 {
    border-right: 0 !important;
  }
  .xc-border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .xc-border-md-left-0 {
    border-left: 0 !important;
  }
  .xc-border-md-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .xc-border-md-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .xc-border-lg {
    border: 1px solid #000 !important;
  }
  .xc-border-lg-top {
    border-top: 1px solid #000 !important;
  }
  .xc-border-lg-right {
    border-right: 1px solid #000 !important;
  }
  .xc-border-lg-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-lg-left {
    border-left: 1px solid #000 !important;
  }
  .xc-border-lg-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .xc-border-lg-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-lg-0 {
    border: 0 !important;
  }
  .xc-border-lg-top-0 {
    border-top: 0 !important;
  }
  .xc-border-lg-right-0 {
    border-right: 0 !important;
  }
  .xc-border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .xc-border-lg-left-0 {
    border-left: 0 !important;
  }
  .xc-border-lg-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .xc-border-lg-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .xc-border-xl {
    border: 1px solid #000 !important;
  }
  .xc-border-xl-top {
    border-top: 1px solid #000 !important;
  }
  .xc-border-xl-right {
    border-right: 1px solid #000 !important;
  }
  .xc-border-xl-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-xl-left {
    border-left: 1px solid #000 !important;
  }
  .xc-border-xl-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .xc-border-xl-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .xc-border-xl-0 {
    border: 0 !important;
  }
  .xc-border-xl-top-0 {
    border-top: 0 !important;
  }
  .xc-border-xl-right-0 {
    border-right: 0 !important;
  }
  .xc-border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .xc-border-xl-left-0 {
    border-left: 0 !important;
  }
  .xc-border-xl-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .xc-border-xl-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}

/*方塊線粗1-10*/
.xc-border-w1 {
  border-width: 1px !important;
}

.xc-border-w2 {
  border-width: 2px !important;
}

.xc-border-w3 {
  border-width: 3px !important;
}

.xc-border-w4 {
  border-width: 4px !important;
}

.xc-border-w5 {
  border-width: 5px !important;
}

.xc-border-w6 {
  border-width: 6px !important;
}

.xc-border-w7 {
  border-width: 7px !important;
}

.xc-border-w8 {
  border-width: 8px !important;
}

.xc-border-w9 {
  border-width: 9px !important;
}

.xc-border-w10 {
  border-width: 10px !important;
}

.xc-border-solid {
  border-style: solid  !important;
}

.xc-border-dash {
  border-style: dashed !important;
}

.xc-border-dot {
  border-style: dotted !important;
}

.xc-border-0 {
  border: 0 !important;
}

.xc-border-top-0 {
  border-top: 0 !important;
}

.xc-border-right-0 {
  border-right: 0 !important;
}

.xc-border-bottom-0 {
  border-bottom: 0 !important;
}

.xc-border-left-0 {
  border-left: 0 !important;
}

.xc-border-x-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}

.xc-border-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.xc-border-primary {
  border-color: #007bff !important;
}

.xc-border-secondary {
  border-color: #666 !important;
}

.xc-border-success {
  border-color: #28a745 !important;
}

.xc-border-info {
  border-color: #17a2b8 !important;
}

.xc-border-warning {
  border-color: #ffc107 !important;
}

.xc-border-danger {
  border-color: #dc3545 !important;
}

.xc-border-light {
  border-color: #111 !important;
}

.xc-border-dark {
  border-color: #888 !important;
}

.xc-border-redReel {
  border-color: #b60c0c !important;
}

.xc-border-brownReel {
  border-color: #931a14 !important;
}

.xc-border-yellowReel {
  border-color: #fffde2 !important;
}

.xc-border-greenReel {
  border-color: #278900 !important;
}

.xc-border-redIntro1 {
  border-color: #e86262 !important;
}

.xc-border-redIntro2 {
  border-color: #d33d3d !important;
}

.xc-border-brownIntro1 {
  border-color: #d07d2b !important;
}

.xc-border-brownIntro2 {
  border-color: #ba6715 !important;
}

.xc-border-greenIntro1 {
  border-color: #5fa31d !important;
}

.xc-border-greenIntro2 {
  border-color: #4f910f !important;
}

.xc-border-gray1 {
  border-color: #333333 !important;
}

.xc-border-gray2 {
  border-color: #666666 !important;
}

.xc-border-gray3 {
  border-color: #999999 !important;
}

.xc-border-gray4 {
  border-color: #cccccc !important;
}

.xc-border-gray5 {
  border-color: #ededed !important;
}

.xc-border-100 {
  border-color: #111 !important;
}

.xc-border-200 {
  border-color: #222 !important;
}

.xc-border-300 {
  border-color: #333 !important;
}

.xc-border-400 {
  border-color: #444 !important;
}

.xc-border-500 {
  border-color: #555 !important;
}

.xc-border-600 {
  border-color: #666 !important;
}

.xc-border-700 {
  border-color: #777 !important;
}

.xc-border-800 {
  border-color: #888 !important;
}

.xc-border-900 {
  border-color: #999 !important;
}

.xc-border-red1 {
  border-color: #FF0000 !important;
}

.xc-border-red2 {
  border-color: #f44154 !important;
}

.xc-border-red3 {
  border-color: #d80000 !important;
}

.xc-border-red4 {
  border-color: #8f0202 !important;
}

.xc-border-red5 {
  border-color: #5c0000 !important;
}

.xc-border-red6 {
  border-color: #e86262 !important;
}

.xc-border-red7 {
  border-color: #d33d3d !important;
}

.xc-border-red8 {
  border-color: #b60c0c !important;
}

.xc-border-brown1 {
  border-color: #a83700 !important;
}

.xc-border-brown2 {
  border-color: #b37300 !important;
}

.xc-border-pink1 {
  border-color: #f13e96 !important;
}

.xc-border-pink2 {
  border-color: #ff4193 !important;
}

.xc-border-pink3 {
  border-color: #ee0070 !important;
}

.xc-border-pink4 {
  border-color: #a6004e !important;
}

.xc-border-pink5 {
  border-color: #FF98A8 !important;
}

.xc-border-pink6 {
  border-color: #ffe3e3 !important;
}

.xc-border-orange1 {
  border-color: #ff3c00 !important;
}

.xc-border-orange2 {
  border-color: #ff6000 !important;
}

.xc-border-orange3 {
  border-color: #ff8a00 !important;
}

.xc-border-yellow1 {
  border-color: #ffff00 !important;
}

.xc-border-yellow2 {
  border-color: #ffffad !important;
}

.xc-border-yellow3 {
  border-color: #fff9bc !important;
}

.xc-border-green1 {
  border-color: #00a13a !important;
}

.xc-border-green2 {
  border-color: #096300 !important;
}

.xc-border-green3 {
  border-color: #6b8e23 !important;
}

.xc-border-green4 {
  border-color: #00d5d2 !important;
}

.xc-border-green5 {
  border-color: #008b8b !important;
}

.xc-border-green6 {
  border-color: #5fa31d !important;
}

.xc-border-green7 {
  border-color: #4f910f !important;
}

.xc-border-green8 {
  border-color: #278900 !important;
}

.xc-border-blue1 {
  border-color: #1a8dd4 !important;
}

.xc-border-blue2 {
  border-color: #0088ff !important;
}

.xc-border-blue3 {
  border-color: #0068dd !important;
}

.xc-border-blue4 {
  border-color: #012ba4 !important;
}

.xc-border-purple1 {
  border-color: #6800c6 !important;
}

.xc-border-purple2 {
  border-color: #8600ff !important;
}

.xc-border-purple3 {
  border-color: #c12dda !important;
}

.xc-border-white {
  border-color: #fff !important;
}

.xc-round-0 {
  border-radius: 0 !important;
}

.xc-round-before-0:before {
  background-color: 0 !important;
}

.xc-round-s {
  border-radius: 5px !important;
}

.xc-round-before-s:before {
  background-color: 5px !important;
}

.xc-round-m {
  border-radius: 10px !important;
}

.xc-round-before-m:before {
  background-color: 10px !important;
}

.xc-round-l {
  border-radius: 25px !important;
}

.xc-round-before-l:before {
  background-color: 25px !important;
}

.xc-round-xl {
  border-radius: 40px !important;
}

.xc-round-before-xl:before {
  background-color: 40px !important;
}

.xc-round-circle {
  border-radius: 50% !important;
}

.xc-round-before-circle:before {
  background-color: 50% !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 425px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 420px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-92 {
  width: 92% !important;
}

.w-94 {
  width: 94% !important;
}

.w-96 {
  width: 96% !important;
}

.w-98 {
  width: 98% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-92 {
  width: 92% !important;
}

.w-94 {
  width: 94% !important;
}

.w-96 {
  width: 96% !important;
}

.w-98 {
  width: 98% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-92 {
    width: 92% !important;
  }
  .w-sm-94 {
    width: 94% !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-92 {
    width: 92% !important;
  }
  .w-xl-94 {
    width: 94% !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .w-xl-98 {
    width: 98% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.xc-text-light {
  font-weight: 300 !important;
}

.xc-text-bold {
  font-weight: 900 !important;
}

.xc-text-italic {
  font-style: italic !important;
}

.xc-text-underline {
  text-decoration: underline !important;
}

.xc-text-normal {
  font-style: normal;
  font-weight: 400 !important;
  text-decoration: none;
}

.xc-text-left {
  text-align: left !important;
}

.xc-text-right {
  text-align: right !important;
}

.xc-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .xc-text-sm-left {
    text-align: left !important;
  }
  .xc-text-sm-right {
    text-align: right !important;
  }
  .xc-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .xc-text-md-left {
    text-align: left !important;
  }
  .xc-text-md-right {
    text-align: right !important;
  }
  .xc-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .xc-text-lg-left {
    text-align: left !important;
  }
  .xc-text-lg-right {
    text-align: right !important;
  }
  .xc-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .xc-text-xl-left {
    text-align: left !important;
  }
  .xc-text-xl-right {
    text-align: right !important;
  }
  .xc-text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.xc-text-link1 {
  color: #1a8dd4;
}

.xc-text-black {
  color: #000;
}

.xc-text-white {
  color: #fff;
}

.xc-text-primary {
  color: #007bff !important;
}

a.xc-text-primary:hover, a.xc-text-primary:focus {
  color: #0062cc !important;
}

.xc-text-secondary {
  color: #666 !important;
}

a.xc-text-secondary:hover, a.xc-text-secondary:focus {
  color: #4d4d4d !important;
}

.xc-text-success {
  color: #28a745 !important;
}

a.xc-text-success:hover, a.xc-text-success:focus {
  color: #1e7e34 !important;
}

.xc-text-info {
  color: #17a2b8 !important;
}

a.xc-text-info:hover, a.xc-text-info:focus {
  color: #117a8b !important;
}

.xc-text-warning {
  color: #ffc107 !important;
}

a.xc-text-warning:hover, a.xc-text-warning:focus {
  color: #d39e00 !important;
}

.xc-text-danger {
  color: #dc3545 !important;
}

a.xc-text-danger:hover, a.xc-text-danger:focus {
  color: #bd2130 !important;
}

.xc-text-light {
  color: #111 !important;
}

a.xc-text-light:hover, a.xc-text-light:focus {
  color: black !important;
}

.xc-text-dark {
  color: #888 !important;
}

a.xc-text-dark:hover, a.xc-text-dark:focus {
  color: #6f6f6f !important;
}

.xc-text-gray1 {
  color: #333333 !important;
}

a.xc-text-gray1:hover, a.xc-text-gray1:focus {
  color: #1a1a1a !important;
}

.xc-text-gray2 {
  color: #666666 !important;
}

a.xc-text-gray2:hover, a.xc-text-gray2:focus {
  color: #4d4d4d !important;
}

.xc-text-gray3 {
  color: #999999 !important;
}

a.xc-text-gray3:hover, a.xc-text-gray3:focus {
  color: gray !important;
}

.xc-text-gray4 {
  color: #cccccc !important;
}

a.xc-text-gray4:hover, a.xc-text-gray4:focus {
  color: #b3b3b3 !important;
}

.xc-text-gray5 {
  color: #ededed !important;
}

a.xc-text-gray5:hover, a.xc-text-gray5:focus {
  color: #d4d4d4 !important;
}

.xc-text-100 {
  color: #111 !important;
}

a.xc-text-100:hover, a.xc-text-100:focus {
  color: black !important;
}

.xc-text-200 {
  color: #222 !important;
}

a.xc-text-200:hover, a.xc-text-200:focus {
  color: #090909 !important;
}

.xc-text-300 {
  color: #333 !important;
}

a.xc-text-300:hover, a.xc-text-300:focus {
  color: #1a1a1a !important;
}

.xc-text-400 {
  color: #444 !important;
}

a.xc-text-400:hover, a.xc-text-400:focus {
  color: #2b2b2b !important;
}

.xc-text-500 {
  color: #555 !important;
}

a.xc-text-500:hover, a.xc-text-500:focus {
  color: #3c3c3c !important;
}

.xc-text-600 {
  color: #666 !important;
}

a.xc-text-600:hover, a.xc-text-600:focus {
  color: #4d4d4d !important;
}

.xc-text-700 {
  color: #777 !important;
}

a.xc-text-700:hover, a.xc-text-700:focus {
  color: #5e5e5e !important;
}

.xc-text-800 {
  color: #888 !important;
}

a.xc-text-800:hover, a.xc-text-800:focus {
  color: #6f6f6f !important;
}

.xc-text-900 {
  color: #999 !important;
}

a.xc-text-900:hover, a.xc-text-900:focus {
  color: gray !important;
}

.xc-text-red1 {
  color: #FF0000 !important;
}

a.xc-text-red1:hover, a.xc-text-red1:focus {
  color: #cc0000 !important;
}

.xc-text-red2 {
  color: #f44154 !important;
}

a.xc-text-red2:hover, a.xc-text-red2:focus {
  color: #f11129 !important;
}

.xc-text-red3 {
  color: #d80000 !important;
}

a.xc-text-red3:hover, a.xc-text-red3:focus {
  color: #a50000 !important;
}

.xc-text-red4 {
  color: #8f0202 !important;
}

a.xc-text-red4:hover, a.xc-text-red4:focus {
  color: #5d0101 !important;
}

.xc-text-red5 {
  color: #5c0000 !important;
}

a.xc-text-red5:hover, a.xc-text-red5:focus {
  color: #290000 !important;
}

.xc-text-red6 {
  color: #e86262 !important;
}

a.xc-text-red6:hover, a.xc-text-red6:focus {
  color: #e13636 !important;
}

.xc-text-red7 {
  color: #d33d3d !important;
}

a.xc-text-red7:hover, a.xc-text-red7:focus {
  color: #b42929 !important;
}

.xc-text-red8 {
  color: #b60c0c !important;
}

a.xc-text-red8:hover, a.xc-text-red8:focus {
  color: #860909 !important;
}

.xc-text-brown1 {
  color: #a83700 !important;
}

a.xc-text-brown1:hover, a.xc-text-brown1:focus {
  color: #752600 !important;
}

.xc-text-brown2 {
  color: #b37300 !important;
}

a.xc-text-brown2:hover, a.xc-text-brown2:focus {
  color: #805200 !important;
}

.xc-text-pink1 {
  color: #f13e96 !important;
}

a.xc-text-pink1:hover, a.xc-text-pink1:focus {
  color: #eb117c !important;
}

.xc-text-pink2 {
  color: #ff4193 !important;
}

a.xc-text-pink2:hover, a.xc-text-pink2:focus {
  color: #ff0e76 !important;
}

.xc-text-pink3 {
  color: #ee0070 !important;
}

a.xc-text-pink3:hover, a.xc-text-pink3:focus {
  color: #bb0058 !important;
}

.xc-text-pink4 {
  color: #a6004e !important;
}

a.xc-text-pink4:hover, a.xc-text-pink4:focus {
  color: #730036 !important;
}

.xc-text-pink5 {
  color: #FF98A8 !important;
}

a.xc-text-pink5:hover, a.xc-text-pink5:focus {
  color: #ff657d !important;
}

.xc-text-pink6 {
  color: #ffe3e3 !important;
}

a.xc-text-pink6:hover, a.xc-text-pink6:focus {
  color: #ffb0b0 !important;
}

.xc-text-orange1 {
  color: #ff3c00 !important;
}

a.xc-text-orange1:hover, a.xc-text-orange1:focus {
  color: #cc3000 !important;
}

.xc-text-orange2 {
  color: #ff6000 !important;
}

a.xc-text-orange2:hover, a.xc-text-orange2:focus {
  color: #cc4d00 !important;
}

.xc-text-orange3 {
  color: #ff8a00 !important;
}

a.xc-text-orange3:hover, a.xc-text-orange3:focus {
  color: #cc6e00 !important;
}

.xc-text-yellow1 {
  color: #ffff00 !important;
}

a.xc-text-yellow1:hover, a.xc-text-yellow1:focus {
  color: #cccc00 !important;
}

.xc-text-yellow2 {
  color: #ffffad !important;
}

a.xc-text-yellow2:hover, a.xc-text-yellow2:focus {
  color: #ffff7a !important;
}

.xc-text-yellow3 {
  color: #fff9bc !important;
}

a.xc-text-yellow3:hover, a.xc-text-yellow3:focus {
  color: #fff489 !important;
}

.xc-text-green1 {
  color: #00a13a !important;
}

a.xc-text-green1:hover, a.xc-text-green1:focus {
  color: #006e28 !important;
}

.xc-text-green2 {
  color: #096300 !important;
}

a.xc-text-green2:hover, a.xc-text-green2:focus {
  color: #043000 !important;
}

.xc-text-green3 {
  color: #6b8e23 !important;
}

a.xc-text-green3:hover, a.xc-text-green3:focus {
  color: #4c6519 !important;
}

.xc-text-green4 {
  color: #00d5d2 !important;
}

a.xc-text-green4:hover, a.xc-text-green4:focus {
  color: #00a2a0 !important;
}

.xc-text-green5 {
  color: #008b8b !important;
}

a.xc-text-green5:hover, a.xc-text-green5:focus {
  color: #005858 !important;
}

.xc-text-green6 {
  color: #5fa31d !important;
}

a.xc-text-green6:hover, a.xc-text-green6:focus {
  color: #467815 !important;
}

.xc-text-green7 {
  color: #4f910f !important;
}

a.xc-text-green7:hover, a.xc-text-green7:focus {
  color: #36630a !important;
}

.xc-text-green8 {
  color: #278900 !important;
}

a.xc-text-green8:hover, a.xc-text-green8:focus {
  color: #185600 !important;
}

.xc-text-blue1 {
  color: #1a8dd4 !important;
}

a.xc-text-blue1:hover, a.xc-text-blue1:focus {
  color: #146fa7 !important;
}

.xc-text-blue2 {
  color: #0088ff !important;
}

a.xc-text-blue2:hover, a.xc-text-blue2:focus {
  color: #006dcc !important;
}

.xc-text-blue3 {
  color: #0068dd !important;
}

a.xc-text-blue3:hover, a.xc-text-blue3:focus {
  color: #0050aa !important;
}

.xc-text-blue4 {
  color: #012ba4 !important;
}

a.xc-text-blue4:hover, a.xc-text-blue4:focus {
  color: #011e71 !important;
}

.xc-text-purple1 {
  color: #6800c6 !important;
}

a.xc-text-purple1:hover, a.xc-text-purple1:focus {
  color: #4d0093 !important;
}

.xc-text-purple2 {
  color: #8600ff !important;
}

a.xc-text-purple2:hover, a.xc-text-purple2:focus {
  color: #6b00cc !important;
}

.xc-text-purple3 {
  color: #c12dda !important;
}

a.xc-text-purple3:hover, a.xc-text-purple3:focus {
  color: #9f20b4 !important;
}

.print [class*="col-"] {
  display: inline-block;
  float: left;
}

.pagebreak {
  page-break-before: always;
}
/*# sourceMappingURL=all.css.map */